| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
* website/posts/join-gnu-guix-for-gsoc-2017.md: New file.
* website/haunt.scm: Add COMMONMARK-READER.
* website/www.scm (sxml->string*)[sxml->strings]: Automatically wrap
lists in <div>.
|
|
|
|
|
| |
* haunt.scm (site): Add doctype declaration.
* www/news.scm (base-layout): Ditto.
|
|
|
|
| |
* website/haunt.scm <site>: Add HTML-READER for posts.
|
|
|
|
|
| |
* website/haunt.scm: Pass an absolute URL as the #:blog-prefix for
'atom-feed'.
|
|
|
|
|
|
|
|
|
| |
* website/www.scm (%atom-url, fetch-news, <news-entry>)
(news-items, news-entry->sxml): Remove.
(post->summary-sxml): New procedure.
(main-page): Add 'site' and 'posts' parameters. Use them to create the
"news-box".
* website/haunt.scm <site>: Add separate builder for guix.html.
|
|
|
|
|
|
|
|
| |
* website/www/news.scm: New file.
* website/static/base/css/news.css: New file.
* website/haunt.scm (with-url-parameters): New macro.
(parameterized-procedure, parameterized-theme): New procedures.
<top level>: Use 'with-url-parameters' and add blog and atom feed.
|
|
This provides a simple way to build the website locally.
* website/haunt.scm: New file.
* website/README: Document the new build process.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|