Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
104 changed files
with
1 addition
and
6,905 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,21 +1 @@ | ||
We're using [Pelican][1] to generate static site. | ||
All source files are placed in the `_src/` directory. | ||
Generated content is placed under root directory. | ||
|
||
# Bootstrapping pelican | ||
|
||
~$ virtualenv allura-site | ||
~$ pip install pelican markdown | ||
|
||
# Working on site | ||
|
||
~$ cd _src | ||
|
||
In two separate terminal windows run the following commands: | ||
|
||
~$ make regenerate # watch source files and regenerate site | ||
~$ make serve # serve generated site at http://localhost:8000 | ||
|
||
When changes are looking good - commit them (including generated files). | ||
|
||
[1]: http://blog.getpelican.com/ | ||
Nothing in the master branch, checkout the 'asf-site' branch |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.