updated todos
This commit is contained in:
parent
fa0d80051f
commit
36b3cc85de
1 changed files with 5 additions and 8 deletions
13
README.md
13
README.md
|
@ -15,7 +15,7 @@ Colorbox/Galleria static site generator.
|
||||||
theme as a starting point. Make sure that your Pelican theme's base.html
|
theme as a starting point. Make sure that your Pelican theme's base.html
|
||||||
template has a 'head' block defined before </head>.
|
template has a 'head' block defined before </head>.
|
||||||
|
|
||||||
Example directory tree:
|
###Example directory tree:
|
||||||
```
|
```
|
||||||
/site
|
/site
|
||||||
/content/*
|
/content/*
|
||||||
|
@ -30,7 +30,7 @@ Example directory tree:
|
||||||
/templates/album.html
|
/templates/album.html
|
||||||
```
|
```
|
||||||
|
|
||||||
##Pelican Configuration Settings
|
###Pelican Configuration Settings
|
||||||
|
|
||||||
These are the default values of the settings that can be configured in
|
These are the default values of the settings that can be configured in
|
||||||
pelicanconf.py:
|
pelicanconf.py:
|
||||||
|
@ -67,12 +67,9 @@ pelicanconf.py:
|
||||||
* SIGLICAN_ZIP_GALLERY: False
|
* SIGLICAN_ZIP_GALLERY: False
|
||||||
* SIGLICAN_ZIP_MEDIA_FORMAT: 'resized'
|
* SIGLICAN_ZIP_MEDIA_FORMAT: 'resized'
|
||||||
|
|
||||||
## To Do
|
## Future
|
||||||
1. Update galleria theme to work.
|
1. Unit tests.
|
||||||
2. Unit tests.
|
2. Update colorbox/galleria example themes to deal better with nested albums.
|
||||||
3. Logging cleanup.
|
|
||||||
4. Update colorbox/galleria example themes to deal better with nested albums.
|
|
||||||
5. General code and documentation cleanup.
|
|
||||||
|
|
||||||
##Credits
|
##Credits
|
||||||
* Around 2/3 of the core Python code is ported from [Sigal v0.8.0](http://sigal.saimon.org/) by Simon Conseil.
|
* Around 2/3 of the core Python code is ported from [Sigal v0.8.0](http://sigal.saimon.org/) by Simon Conseil.
|
||||||
|
|
Loading…
Reference in a new issue