chiark / gitweb /
Initial documentation and website.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 22 Oct 2017 13:37:37 +0000 (15:37 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 22 Oct 2017 13:37:37 +0000 (15:37 +0200)
commit9d6d13afa2f519da0affaa3b3be0885e7758ac75
tree917a6ee0e8d50a17c6392b276f9847fa1f0924dc
parentbb93e1a4bbaf49d6ecda5663eb35ad7fd2e4fbce
Initial documentation and website.
38 files changed:
doc/css.rst [new file with mode: 0644]
doc/css/components-test.rst [new file with mode: 0644]
doc/css/components.rst [new file with mode: 0644]
doc/css/grid.rst [new file with mode: 0644]
doc/css/page-layout-test.rst [new file with mode: 0644]
doc/css/page-layout.rst [new file with mode: 0644]
doc/css/themes.rst [new file with mode: 0644]
doc/css/typography-test.rst [new file with mode: 0644]
doc/css/typography.rst [new file with mode: 0644]
doc/examples/article.rst [new file with mode: 0644]
doc/examples/jumbo-article.rst [new file with mode: 0644]
doc/index.rst [new file with mode: 0644]
doc/pelican.rst [new file with mode: 0644]
doc/pelican/theme-test.rst [new file with mode: 0644]
doc/pelican/theme.rst [new file with mode: 0644]
doc/pelican/writing-content.rst [new file with mode: 0644]
doc/plugins.rst [new file with mode: 0644]
doc/plugins/components-test.rst [new file with mode: 0644]
doc/plugins/components.rst [new file with mode: 0644]
doc/plugins/htmlsanity-test.rst [new file with mode: 0644]
doc/plugins/htmlsanity.rst [new file with mode: 0644]
doc/plugins/images-test.rst [new file with mode: 0644]
doc/plugins/images.rst [new file with mode: 0644]
doc/plugins/links.rst [new file with mode: 0644]
doc/plugins/math-and-code-test.rst [new file with mode: 0644]
doc/plugins/math-and-code.rst [new file with mode: 0644]
doc/static/dummy.css [new file with mode: 0644]
doc/static/flowers-small.jpg [new file with mode: 0644]
doc/static/flowers.jpg [new file with mode: 0644]
doc/static/ship-small.jpg [new file with mode: 0644]
doc/static/ship.jpg [new file with mode: 0644]
doc/why.rst [new file with mode: 0644]
site/.gitignore [new file with mode: 0644]
site/Makefile [new file with mode: 0644]
site/content [new symlink]
site/develop_server.sh [new file with mode: 0755]
site/pelicanconf.py [new file with mode: 0644]
site/publishconf.py [new file with mode: 0644]