Commit Graph

19 Commits

Author SHA1 Message Date
Solene Rapenne 52bd9a828b Cleaner code using structure for storing articles metadata
Posts are declared individually with a function instead of modifying a global variable, this is much cleaner.
Gopher index format and index file name can be customized in the config file, no need to tweak generator.lisp anymore
Tell multimarkdown to export to html, specifying the output format is now mandatory in multimarkdown
Examples of the future way to handle multiple markup language by declaring converters
2017-12-13 12:08:57 +01:00
Solene Rapenne 4d6a22dcec Revert "merge"
This reverts commit 20254fa11b.
2017-12-05 21:00:15 +01:00
Solene Rapenne 20254fa11b merge 2017-12-05 19:22:27 +00:00
lambda cbb8889699 +static/css/clym.css
+templates/layout-pure.tpl
+static/css/pure_r1.0.0/

Status of this commit: Interim & Experimental.
2017-12-03 01:19:14 +01:00
lambda bff6ca9e3a Merge branch 'master' of git://bitreich.org/cl-yag 2017-11-29 11:11:29 +01:00
Solene Rapenne a6018524bb Fix date in example 2017-11-28 08:21:20 +00:00
lambda f586103e1a ~README.md, data/README.md Extensive Rework of README. ~data/articles.lisp Corresponding change in var *articles*
Status of this commit: Suggestion.
2017-11-28 08:21:20 +00:00
lambda 6d422b4090 ~data/articles.lisp Remove typo in :title 2017-11-28 08:21:20 +00:00
lambda 1c586b79e8 ~data/articles.lisp Improve readability.
+data/README.md
	Cover the old lisp-application tradition and make cl-yag
	self-documenting in another way: By displaying it's own README as a post. :-)

-data/2.md
	Remove data/2.md
	Use README as another example-entry:

Status of this commit: Suggestion
2017-11-28 08:21:20 +00:00
lambda 561ae0469c ~README.md, data/README.md Extensive Rework of README.
~data/articles.lisp		Corresponding change in var *articles*

Status of this commit: Suggestion.
2017-11-23 17:23:54 +01:00
lambda 7ec0da9492 ~data/articles.lisp
Remove typo in :title
2017-11-22 17:32:29 +01:00
lambda 9f06b3331d ~data/articles.lisp
Improve readability.

+data/README.md
	Cover the old lisp-application tradition and make cl-yag
	self-documenting in another way: By displaying it's own README as a post. :-)

-data/2.md
	Remove data/2.md
	Use README as another example-entry:

Status of this commit: Suggestion
2017-11-22 17:15:26 +01:00
Solène Rapenne a651b50488 gopher-path support 2017-03-24 13:12:55 +01:00
solene rapenne b70cc28e57 Gopher export available 2016-08-11 14:51:05 +02:00
solene rapenne 76baf068a5 adding a way to choose the number of rss items 2016-06-08 12:25:02 +02:00
Solene Rapenne fb05dcdf99 Warn about the trailing slash in the url so RSS links are valids 2016-05-06 12:01:47 +02:00
solene rapenne b6217bd196 tag support 2016-05-03 14:03:25 +02:00
Solene Rapenne a6f07ecaad - Add RSS generation
- Code enhancement
- Escaping ~ which were problematic
2016-05-01 00:43:31 +02:00
Solene Rapenne 66a2b83f5b Initialization of the repository 2016-04-30 17:21:31 +02:00