making markdown work for me instead of against me
This commit is contained in:
parent
cb86948761
commit
6eaf08be9c
1 changed files with 13 additions and 13 deletions
26
README.md
26
README.md
|
@ -10,19 +10,19 @@ 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'.
|
||||
```
|
||||
/site
|
||||
/content/*
|
||||
/plugins/siglican/*.py
|
||||
/siglican
|
||||
/images
|
||||
/album1
|
||||
/album2
|
||||
/...
|
||||
/[colorbox|galleria]
|
||||
/static/*
|
||||
/templates/album.html
|
||||
```
|
||||
```
|
||||
/site
|
||||
/content/*
|
||||
/plugins/siglican/*.py
|
||||
/siglican
|
||||
/images
|
||||
/album1
|
||||
/album2
|
||||
/...
|
||||
/[colorbox|galleria]
|
||||
/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
|
||||
|
|
Loading…
Reference in a new issue