more readme cleanup
This commit is contained in:
parent
404863e6ea
commit
6c7a788fd2
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -10,16 +10,18 @@ Colorbox/Galleria static site generator.
|
||||||
2. Create a 'siglican' directory in your base directory, at the same level as
|
2. Create a 'siglican' directory in your base directory, at the same level as
|
||||||
'content'. Drag 'colorbox' or 'galleria' from the 'themes' directory into
|
'content'. Drag 'colorbox' or 'galleria' from the 'themes' directory into
|
||||||
this folder. Also create an 'images' subdirectory under 'siglican'.
|
this folder. Also create an 'images' subdirectory under 'siglican'.
|
||||||
|
```
|
||||||
```/site
|
/site
|
||||||
/content/*
|
/content/*
|
||||||
/plugins/siglican
|
/plugins/siglican/*.py
|
||||||
/siglican
|
/siglican
|
||||||
/images
|
/images
|
||||||
/album1
|
/album1
|
||||||
/album2
|
/album2
|
||||||
/...
|
/...
|
||||||
/theme
|
/[colorbox|galleria]
|
||||||
|
/static/*
|
||||||
|
/templates/album.html
|
||||||
```
|
```
|
||||||
3. Create album and image metadata, as desired.
|
3. Create album and image metadata, as desired.
|
||||||
5. Create theme directory inside of 'siglican'. Use the colorbox or galleria
|
5. Create theme directory inside of 'siglican'. Use the colorbox or galleria
|
||||||
|
|
Loading…
Reference in a new issue