Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f-person/fssg
f static site generator. probably tries to suck less.
https://github.com/f-person/fssg
Last synced: 24 days ago
JSON representation
f static site generator. probably tries to suck less.
- Host: GitHub
- URL: https://github.com/f-person/fssg
- Owner: f-person
- License: mit
- Created: 2020-01-14T22:07:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T08:37:37.000Z (over 4 years ago)
- Last Synced: 2023-03-04T02:03:05.213Z (over 1 year ago)
- Language: Go
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
one of the features of the project is having no
external dependencies.it has its own markdown-like markup language (parser),
which currently supports links, images, emphasized & strong text,
heading 1, heading 2, unordered & bullet lists.it also generates an RSS/Atom feed.
adding support for code blocks to the parser is planned.