Initial commit.
This commit is contained in:
parent
fe7428fb19
commit
43fc0c46c2
10 changed files with 387 additions and 3 deletions
16
README.md
16
README.md
|
|
@ -1,3 +1,15 @@
|
|||
# fgg
|
||||
# fgg - free gallery generator
|
||||
|
||||
fgg - A gallery generator for Jekyll using Flickr as data source.
|
||||
fgg is a free gallery generator for static site generators like Hugo, Jekyll, Nikola etc. using Flickr as data source.
|
||||
|
||||
## Introduction
|
||||
|
||||
More to come...
|
||||
|
||||
## To do:
|
||||
|
||||
- Save as most cached data as JSON files as possible. Object dumps are related to Ruby only at the moment.
|
||||
So limit the use of Marshal to a minimum!
|
||||
- Rewrite fgg in Python. **Ruby is a weird language o_O!**
|
||||
- Use a template engine for HTML output generation, but not before the rewrite in Python.
|
||||
- Tons of stuff...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue