commit | 36db64059fa34d783982d19d9f3dffb4e6d63b86 | [log] [tgz] |
---|---|---|
author | Daniel Gruno <humbedooh@apache.org> | Wed May 24 17:50:45 2023 -0500 |
committer | GitHub <noreply@github.com> | Wed May 24 17:50:45 2023 -0500 |
tree | f43f87aad341699fc5c6cf115648001045d9a47f | |
parent | bd162a9ed970cc44a9f4a0fcf2469422051b686d [diff] | |
parent | a5fd1497fa2eb63c4e0d6edbe667e8bad47271e5 [diff] |
Merge pull request #89 from apache/cottage14-patch-2 Update content-moderation.md - added definition; minor text changes
This is the future of the Apache Infrastructure team's website. Work in progress; this is the long-term replacement for infra.a.o
This builds the website and puts its 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
Any time you check in a file, the site regenerates: https://ci2.apache.org/#/builders/3
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.
Run build_cmark.sh
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 the above shell script builds.
To stage a preview of what a PR would result in, be sure to name your branches using the preview/$foo
syntax, for instance preview/cleanup-dec-2021
. This will auto-build and -stage your changes and make them available at infra-$foo.staged.apache.org
, i.e. infra-cleanup-dec-2021.staged.apache.org