summaryrefslogtreecommitdiffstats
path: root/website (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-11website: Add draft kickoff blog post.Ludovic Courtès1-0/+15
* website/posts/kickoff.md: New file.
2021-04-11website: Add support for a blog.Ludovic Courtès2-4/+95
* 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.
2021-04-11website: Add "/en" to all pages.Ludovic Courtès1-6/+4
* website/haunt.scm (base-layout): Add "/en" to links. (static-pages): Add "/en" for software.md.
2021-04-11website: Disable menu item for current location.Ricardo Wurmus3-19/+29
2021-04-11website: Fix vertical alignment.Ricardo Wurmus1-5/+1
This is a follow-up to commit 3feeee7982ad16081c066a27d67486fa821d280b.
2021-04-11website: Move menubar to header.Ricardo Wurmus2-43/+56
2021-04-11website: Add /software.Ricardo Wurmus2-0/+44
2021-04-11website: Adjust focus styles.Ricardo Wurmus1-5/+7
2021-04-11website: Convert text to path to avoid having to distribute fonts.Ricardo Wurmus2-2/+995
2021-04-11website: Add the goal is freedom.Mark Wielaard1-2/+2
* website/free-software.md: "open source" misses the point.
2021-04-11website: Rearrange intro text.Ricardo Wurmus4-42/+26
* 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.
2021-04-10website: Add big-letter heading on the front page.Ludovic Courtès3-7/+29
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.
2021-04-10website: free-software: Add note on "open source".Ludovic Courtès1-3/+4
* website/free-software.md: Add note about "open source".
2021-04-10website: Add free software definition.Ludovic Courtès3-3/+26
* website/free-software.md: New file. * website/haunt.scm (static-pages): Add it. * website/index.md: Refer to it.
2021-04-10website: Add code of conduct.Ludovic Courtès3-1/+91
* website/code-of-conduct.md: New file. * website/haunt.scm (static-pages): Add it.
2021-04-10website: Add alt text to logo.Ricardo Wurmus1-0/+1
2021-04-10website: Use dark blue from palette as text "black".Ricardo Wurmus1-0/+1
2021-04-10website: Use blue underline for unvisited links.Ricardo Wurmus1-1/+1
2021-04-10website: Add focus styles for accessibility.Ricardo Wurmus1-0/+7
2021-04-10website: Style list bullets.Ricardo Wurmus1-0/+25
2021-04-10website: Replace logos and favicon with SVG originals.Ricardo Wurmus8-4/+13
2021-04-10Add skeleton of a Haunt web site.Ludovic Courtès18-0/+690