summaryrefslogtreecommitdiffstats
path: root/website (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move website to gnu-tools-website repoMark Wielaard2021-04-1326-2348/+0
|
* website: Fix typo.Ricardo Wurmus2021-04-121-1/+1
| | | | Thanks to Leo Famulari for spotting it.
* website: Add menu hint to "contribute" page.Ricardo Wurmus2021-04-121-0/+1
|
* website: Update pre style for email quote.Ricardo Wurmus2021-04-121-6/+4
|
* website: Summarize blog posts on the overview page.Ludovic Courtès2021-04-122-7/+13
| | | | | | * website/haunt.scm (summarize-post): New procedure. (post->sxml): Use it. * website/posts/kickoff.md: Move "DRAFT" below.
* website: kickoff: Quote Andy's 2011 message.Ludovic Courtès2021-04-121-1/+64
| | | | | | | Suggested by Mark Wielaard. With permission from Andy Wingo. * website/posts/kickoff.md: Add Andy's 2011 message.
* website: Add "Contribute" to the menu bar.Ludovic Courtès2021-04-121-0/+1
| | | | * website/haunt.scm (base-layout)[menubar]: Add "contribute".
* website: Remove reference to "CVS".Ludovic Courtès2021-04-121-3/+3
| | | | * website/index.md: Remove reference to "CVS". Add link to "Software".
* website: Initial blog post links to /contribute.Ludovic Courtès2021-04-121-1/+2
| | | | * website/posts/kickoff.md: Link to /contribute.
* website: Change introductory sentence.Ludovic Courtès2021-04-121-1/+1
| | | | | | Suggested by Ricardo Wurmus. * website/index.md: Change introductory sentence.
* website: contribute: Fix typos.Ludovic Courtès2021-04-121-2/+2
| | | | * website/contribute.md: Fix typos.
* website: Add "contribute" page.Ludovic Courtès2021-04-123-1/+23
| | | | | | * website/contribute.md: New file. * website/haunt.scm (static-pages): Add it. * website/index.md: Link to it.
* website: Change title of software page.Ludovic Courtès2021-04-121-2/+2
| | | | * website/software.md: Change title.
* website: Tweak.Ludovic Courtès2021-04-121-1/+1
| | | | * website/index.md: Add word.
* website: Add slightly better git URLMark Wielaard2021-04-121-1/+1
|
* website: Add Guile code for generating logo.Ricardo Wurmus2021-04-111-0/+229
|
* website: Add menu hint to documents page.Ricardo Wurmus2021-04-111-0/+1
|
* website: Mention designers.Ricardo Wurmus2021-04-111-1/+1
|
* website: Add "Documents" page.Ludovic Courtès2021-04-112-0/+11
| | | | | | * website/documents.md: New file. * website/haunt.scm (base-layout): Add "Documents" menu entry. (static-pages): Add "/en/documents".
* website: Add draft kickoff blog post.Ludovic Courtès2021-04-111-0/+15
| | | | * website/posts/kickoff.md: New file.
* website: Add support for a blog.Ludovic Courtès2021-04-112-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.
* 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-113-19/+29
|
* website: Fix vertical alignment.Ricardo Wurmus2021-04-111-5/+1
| | | | This is a follow-up to commit 3feeee7982ad16081c066a27d67486fa821d280b.
* website: Move menubar to header.Ricardo Wurmus2021-04-112-43/+56
|
* website: Add /software.Ricardo Wurmus2021-04-112-0/+44
|
* website: Adjust focus styles.Ricardo Wurmus2021-04-111-5/+7
|
* website: Convert text to path to avoid having to distribute fonts.Ricardo Wurmus2021-04-112-2/+995
|
* website: Add the goal is freedom.Mark Wielaard2021-04-111-2/+2
| | | | * website/free-software.md: "open source" misses the point.
* website: Rearrange intro text.Ricardo Wurmus2021-04-114-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.
* website: Add big-letter heading on the front page.Ludovic Courtès2021-04-103-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.
* website: free-software: Add note on "open source".Ludovic Courtès2021-04-101-3/+4
| | | | * website/free-software.md: Add note about "open source".
* website: Add free software definition.Ludovic Courtès2021-04-103-3/+26
| | | | | | * 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-103-1/+91
| | | | | * 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: Use dark blue from palette as text "black".Ricardo Wurmus2021-04-101-0/+1
|
* website: Use blue underline for unvisited links.Ricardo Wurmus2021-04-101-1/+1
|
* website: Add focus styles for accessibility.Ricardo Wurmus2021-04-101-0/+7
|
* website: Style list bullets.Ricardo Wurmus2021-04-101-0/+25
|
* website: Replace logos and favicon with SVG originals.Ricardo Wurmus2021-04-108-4/+13
|
* Add skeleton of a Haunt web site.Ludovic Courtès2021-04-1018-0/+690