making markdown work for me instead of against me
This commit is contained in:
parent
6eaf08be9c
commit
bbd78a83a9
1 changed files with 8 additions and 6 deletions
10
README.md
10
README.md
|
@ -10,6 +10,12 @@ Colorbox/Galleria static site generator.
|
|||
2. Create a 'siglican' directory in your base directory, at the same level as
|
||||
'content'. Drag 'colorbox' or 'galleria' from the 'themes' directory into
|
||||
this folder. Also create an 'images' subdirectory under 'siglican'.
|
||||
3. Create album and image metadata, as desired.
|
||||
4. Create theme directory inside of 'siglican'. Use the colorbox or galleria
|
||||
theme as a starting point. Make sure that your Pelican theme's base.html
|
||||
template has a 'head' block defined before </head>.
|
||||
|
||||
Example directory tree:
|
||||
```
|
||||
/site
|
||||
/content/*
|
||||
|
@ -23,10 +29,6 @@ Colorbox/Galleria static site generator.
|
|||
/static/*
|
||||
/templates/album.html
|
||||
```
|
||||
3. Create album and image metadata, as desired.
|
||||
5. Create theme directory inside of 'siglican'. Use the colorbox or galleria
|
||||
theme as a starting point. Make sure that your Pelican theme's base.html
|
||||
template has a 'head' block defined before </head>.
|
||||
|
||||
## To Do
|
||||
1. Update galleria theme to work.
|
||||
|
|
Loading…
Reference in a new issue