| Commit message (Collapse) | Author | Files | Lines |
|
The extra markup and styling necessitates the conversion from markdown
to sxml.
|
|
|
|
|
|
* projects.scm: New file, with code formerly...
* software.sxml: ... here. Include it.
* people.sxml: New file.
* haunt.scm (static-pages): Add it.
* posts/kickoff.md, index.md: Refer to it.
|
|
* governance.md: New file.
* haunt.scm (static-pages): Add it.
* documents.md, index.md, posts/kickoff.md: Link to it.
Co-authored-by: Mark Galassi <mark@galassi.org>
|
|
* haunt.scm (base-layout): Mention license in the footer.
* static/css/main.css (#footer-box): Tweak.
|
|
* software.md: Replace this file...
* software.sxml: ...with this new file.
* haunt.scm (read-markdown-page): Rename this procedure...
(read-page): ...to this procedure and add optional READER argument.
(static-pages): Add local definition of SXML-PAGE and use it for software.sxml.
|
|
Based on <https://wiki.gnu.tools/wiki:admin>.
* roles.md: New file.
* haunt.scm (static-pages): Add it.
* documents.md: Refer to it.
|
|
* haunt.scm (base-layout): Shorten front-page sentence.
|
|
|
|
* website/haunt.scm (summarize-post): New procedure.
(post->sxml): Use it.
* website/posts/kickoff.md: Move "DRAFT" below.
|
|
* website/haunt.scm (base-layout)[menubar]: Add "contribute".
|
|
* website/contribute.md: New file.
* website/haunt.scm (static-pages): Add it.
* website/index.md: Link to it.
|
|
|
|
* website/documents.md: New file.
* website/haunt.scm (base-layout): Add "Documents" menu entry.
(static-pages): Add "/en/documents".
|
|
* 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/haunt.scm (base-layout): Add "/en" to links.
(static-pages): Add "/en" for software.md.
|
|
|
|
|
|
|
|
* 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.
|
|
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.md: New file.
* website/haunt.scm (static-pages): Add it.
* website/index.md: Refer to it.
|
|
* website/code-of-conduct.md: New file.
* website/haunt.scm (static-pages): Add it.
|
|
|
|
|