Fix links, use origin md names

Since we disabled the slugs, we now rely on origin names. So adjust all links...
1 file changed
tree: 01937b91aeaf417a3f502c115691713dd87553be
  1. content/
  2. theme/
  3. .asf.yaml
  4. .gitignore
  5. build-cmark.sh
  6. CNAME
  7. gfm_reader.py
  8. pelicanconf.py
  9. README.md
  10. requirements.txt
README.md

Apache Infrastructure Website

This is the future of the Apache Infrastructure team's website. Work in progress; this is the long-term replacement for infra.a.o

How to build Infra Site:

This builds the website and puts pages in output/

`virtualenv $venvname`
`source $venvname/bin/activate`
`pip install -r requirements.txt`

`git pull origin master`
Edit all the markdown! (infrastructure-website/content/pages/)

`pelican -t theme`

To preview:

`cd output/`
`python -m pelican.server`
Browse to localhost:8000

Technical site documentation:

Anytime you checkin a file, the site is regenerated: https://ci.apache.org/builders/infra-site

Preparation

The gfm_reader.py script points to a specific directory on bb-slave1 for loading the libcmark-gfm.so and libcmark-gfmextensions.so libraries. The path should be adjusted for your local installation.

build_cmark.sh should be run to build the two libraries. It is then helpful to create a directory (say build_cmark/lib) with two symlinks from the .so to the longer, version-specific libraries that is built by the above shell script.