summaryrefslogtreecommitdiffstats
path: root/website/haunt.scm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* website: Add support for a blog.Ludovic Courtès2021-04-111-3/+94
| | | | | | | | * website/haunt.scm (post-url, post->sxml, page->sxml) (post->page): New procedures. (%theme): New variable. <top level>: Add blog post pages. * website/static/css/main.css (.post-about): Tweak margin.
* website: Add "/en" to all pages.Ludovic Courtès2021-04-111-6/+4
| | | | | * website/haunt.scm (base-layout): Add "/en" to links. (static-pages): Add "/en" for software.md.
* website: Disable menu item for current location.Ricardo Wurmus2021-04-111-18/+25
|
* website: Move menubar to header.Ricardo Wurmus2021-04-111-21/+25
|
* website: Add /software.Ricardo Wurmus2021-04-111-0/+5
|
* website: Rearrange intro text.Ricardo Wurmus2021-04-111-16/+14
| | | | | | | | * website/haunt.scm (read-markdown-page): Move intro text from here... (base-layout): ...to here. * website/static/css/main.css: Adjust header styles. * website/static/images/noise-bg.png: New file. * website/index.md: Remove tag line.
* website: Add big-letter heading on the front page.Ludovic Courtès2021-04-101-5/+23
| | | | | | | | | Suggested by Ricardo. * website/haunt.scm (base-layout): Factorize front-page checks. (read-markdown-page): Add special heading on the front page. * website/index.md: Adjust heading. * website/static/css/main.css (.front-page-heading): New entity.
* website: Add free software definition.Ludovic Courtès2021-04-101-0/+3
| | | | | | * website/free-software.md: New file. * website/haunt.scm (static-pages): Add it. * website/index.md: Refer to it.
* website: Add code of conduct.Ludovic Courtès2021-04-101-0/+2
| | | | | * website/code-of-conduct.md: New file. * website/haunt.scm (static-pages): Add it.
* website: Add alt text to logo.Ricardo Wurmus2021-04-101-0/+1
|
* website: Replace logos and favicon with SVG originals.Ricardo Wurmus2021-04-101-4/+5
|
* Add skeleton of a Haunt web site.Ludovic Courtès2021-04-101-0/+125