arclanguage / anarki

Community-managed fork of the Arc dialect of Lisp; for commit privileges submit a pull request.
http://arclanguage.github.io
Other
1.17k stars 160 forks source link

add support for static page generation #172

Closed kennethrapp closed 5 years ago

kennethrapp commented 5 years ago

Takes the blog code and integrates it into the forum as a static page generator. Several pages which were hard coded into the forum (lists, faq, formatting) have been added through the page generator, so it should be easier to create new pages as necessary or edit them without having direct source access.

New pages will automatically be added to the bottom menu when created.

kennethrapp commented 5 years ago

I don't know why the tests broke - it works locally.

akkartik commented 5 years ago

I'm loving the progress! Will try to take a look in a couple of hours.

akkartik commented 5 years ago

Looks like a problem with Racket on HEAD. I think it's ok to merge.