Web content for anarchyplanet.org. https://anarchyplanet.org/
Go to file
2022-01-04 10:02:17 -08:00
src style.css: reformat; use color vars; style the nav 2022-01-04 10:02:17 -08:00
.gitignore Switch to Makefile + ssg build system; add a dynamic nav 2022-01-04 09:39:23 -08:00
config.mk Switch to Makefile + ssg build system; add a dynamic nav 2022-01-04 09:39:23 -08:00
Makefile Switch to Makefile + ssg build system; add a dynamic nav 2022-01-04 09:39:23 -08:00
README.md Switch to Makefile + ssg build system; add a dynamic nav 2022-01-04 09:39:23 -08:00
ssg6 Switch to Makefile + ssg build system; add a dynamic nav 2022-01-04 09:39:23 -08:00

Anarchy Planet web site

This repo includes markdown files for the Anarchy Planet web site and tools to generate a static HTML site from the source files.

You can see this method in action at https://testing.anarchyplanet.org.

Contributing

If you are familiar with editing markdown and using git, you should already be able to figure out how to contribute.

TODO: write docs for someone who's not familiar with editing markdown and/or using git.

Dependencies

We use lowdown for markdown conversion. See its documentation:

The rest of the heavy lifting is done by a modified version of ssg which is included in this source code.

TODOs

  • TODO discuss and decide on sections
    • notnull's proposals for the sections are:
      • home
      • projects (not services)
      • webring (instead of 'others')
      • contact (probably just a mailto: link)
  • write copy for sections
    • What rocinante has done on anarchist news is already pretty great. Maybe these could be more verbose, but maybe they are fine the way they are!
  • add a favicon
  • use an automatic toc generator