Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-20 | website: Use Charter as main body font. | Arun Isaac | |
* Makefile (fonts): New variable. (website/fonts): New target. (website): Depend on website/fonts. (clean): Clean website/fonts. * website/style.css (@font-face: Charter): New font face. (body): Set font-family to Charter. Set font-size to 20px. * .gitignore: Add website/fonts. | |||
2022-03-20 | Makefile: Clean website files. | Arun Isaac | |
* Makefile (clean): Clean website files. | |||
2022-02-28 | doc: Add Tutorial. | Arun Isaac | |
* Makefile (doc_snippets): New variable. ($(doc_html)): Depend on $(doc_snippets). * doc/forge.skb: Import (skribilo source lisp). (Tutorial): New chapter. * doc/snippets/tutorial.scm: New file. | |||
2022-02-28 | doc: Add manual. | Arun Isaac | |
* Makefile (GUILD, SKRIBILO, sources, doc_skribilo_config, doc_skribilo_config_go, doc_sources, doc_html): New variables. (%.go, html, $(doc_html), website/manual/dev/en, clean): New targets. (website): Depend on website/manual/dev/en. (.PHONY): Add html and clean targets. * doc/forge.skb, doc/skribilo.scm: New files. | |||
2022-01-08 | website: Add website. | Arun Isaac | |
* Makefile, build-aux/build-home-page.el, website/style.css: New files. |