-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Following these instructions:
make devserverThen in a new terminal tab, ../topographica -n for working with notebooks.
Stop with:
./develop_server.sh stop(If all else fails, python -m SimpleHTTPServer)
In pelicanconf.py, this is indeed useful:
#Uncomment following line if you want document-relative URLs
RELATIVE_URLS = TrueNOTE: You need to modify the file before running pelican content/ for the output to be updated!
You may also want to disable caching.
MathJax seems to be running well enough.
Just run:
pelican content/Or in emacs from a content file:
cd ..; pelican content/ &> /dev/nullThis seems useful:
pip install ghp-importOn the 'source' branch build as usual pelican content/ then run this:
ghp-import -b master outputThen finally push the master branch:
git push origin masterThe last two steps must be repeated every time the website is to be updated. See this page for more information. In short, this line does all:
pelican content/; ghp-import -b master output; git push origin masterClone https://github.com/wrl/pelican-mockingbird then:
pelican-themes --install pelican-mockingbird/ --verbose
Other interesting themes:
https://github.com/fle/pelican-simplegrey https://github.com/nairobilug/pelican-alchemy https://github.com/erfaan/pelican-theme-irfan https://github.com/fle/pelican-sober https://github.com/wrl/pelican-mockingbird https://github.com/gunchu/nikhil-theme https://github.com/getpelican/pelican-themes/tree/master/built-texts