Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmatos/darwin
Darwin is a static blog generator written in Racket - forked from Frog
https://github.com/pmatos/darwin
bootstrap darwin frog pygments racket
Last synced: 6 days ago
JSON representation
Darwin is a static blog generator written in Racket - forked from Frog
- Host: GitHub
- URL: https://github.com/pmatos/darwin
- Owner: pmatos
- Created: 2019-09-27T18:41:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T14:40:52.000Z (about 4 years ago)
- Last Synced: 2024-05-09T18:55:39.518Z (6 months ago)
- Topics: bootstrap, darwin, frog, pygments, racket
- Language: Racket
- Size: 1.52 MB
- Stars: 17
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Darwin
A Darwin Frog is a small species of frog and as such the purpose of this project is to pick up the great work Greg did with [Frog](https://github.com/greghendershott/frog), simplifying and improving it as much as possible.
Darwin is a static web site generator written in [Racket][].
You write content in [Markdown][] or [Scribble][]. You generate
files. To deploy, you push them to a GitHub Pages repo (or copy them
to Amazon S3, or whatever).Posts get a variety of automatic blog features.
You can also create non-post pages.
[Pygments][] handles syntax highlighting for code blocks.
The generated site uses [Bootstrap][], which is [responsive][],
automatically adapting to various screen sizes.[Full documentation](http://docs.racket-lang.org/darwin@darwin/index.html).
[Racket]: http://www.racket-lang.org
[Markdown]: http://daringfireball.net/projects/markdown/syntax
[Scribble]: http://docs.racket-lang.org/scribble/index.html
[Pygments]: http://pygments.org/
[Bootstrap]: http://getbootstrap.com/
[responsive]: https://en.wikipedia.org/wiki/Responsive_web_design# Acknowledgements
* Greg Hendershott
Greg developed racket [frog](https://github.com/greghendershott/frog) over many years. However, recently Greg [has stopped maintaining](http://www.greghendershott.com/2019/07/future-of-racket.html) many of his Racket projects. I have decided to fork this project since there are a few handy features I wanted have.
I should still point out that this is 99.9% Gregs code. Many thanks for his expertise and years of devotion to this amazing library.