www.ayntest.net pelican source files
These are the pelican source files for www.ayntest.net.
To work on this you will need the most recent stable version of pelican.
From the optional dependencies of pelican, you will also need the python markdown module.
For automatically pushing the site to github with make
, you will also need ghb-import.
- Clone the repo,
cd
into it. - Do
./develop_server.sh start
. This will preview the site atlocalhost:8000
- Make changes, commit, push.
- To upload to live site (github pages) do
make github
Similar as above. Just fork the repo on github, push your changes there, then make a pull request.
Alternatively, just open an issue!