Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deedlefake/bog
An ultra-simplistic static blog generator.
https://github.com/deedlefake/bog
blog generator golang hacktoberfest
Last synced: about 2 months ago
JSON representation
An ultra-simplistic static blog generator.
- Host: GitHub
- URL: https://github.com/deedlefake/bog
- Owner: DeedleFake
- License: mit
- Created: 2020-05-10T18:33:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T00:53:13.000Z (about 4 years ago)
- Last Synced: 2024-10-12T15:20:48.687Z (3 months ago)
- Topics: blog, generator, golang, hacktoberfest
- Language: Go
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bog
===bog is an ultra-simplistic static blog generator. It only converts articles from markdown to HTML, optionally with a template, and it generates a table of contents `index.html`, also optionally with a template. That's it. Nothing fancy.
Usage
-----```
Usage: bog [options] [source directory]Options:
-data string
path to optional YAML data file
-extras value
comma-seperated template:output pairs of extra files to render
-genindex
generate an index (default true)
-hlstyle string
chroma syntax highlighting style (default "monokai")
-index string
if not blank, path to index template
-out string
output directory, or source directory if blank
-page string
if not blank, path to page template
```