From 869fcdb428c5c4a3687945f124295c420d225e5a Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 27 Nov 2022 16:05:28 +0100 Subject: [PATCH] Just some README fun... --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0039121..2d08000 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # fgg - free gallery generator +``` + __ + / _| __ _ __ _ + | |_ / _` |/ _` | + | _| (_| | (_| | + |_| \__, |\__, | + |___/ |___/ +``` + fgg is a free gallery generator for static site generators like Hugo, Jekyll, Nikola etc. using Flickr as data source. ## Introduction @@ -27,7 +36,7 @@ More to come... - Configure the Python logging stuff and add logging for easy debugging... ;) - Set User-Agent for the requests module. - ~~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!~~ No marshal nor pickle is used anymore. All cache is JSON. +So limit the use of Marshal to a minimum!~~ No marshal nor pickle is used anymore. All cache is JSON. - ~~Rewrite fgg in Python. **Ruby is a weird language o_O!**~~ Python is the now the language of choice. - Use a template engine for HTML output generation, but not before the rewrite in Python. - Add more targets, not only Jekyll. Nikola preferred!