arnaucube b0f913c15c | 3 years ago | |
---|---|---|
.gitignore | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 4 years ago | |
blogo | 3 years ago | |
blogo-large.png | 6 years ago | |
blogo.png | 6 years ago | |
errors.go | 7 years ago | |
files.go | 7 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago | |
main.go | 3 years ago | |
readConfig.go | 3 years ago |
Static blog generator, templating engine from markdown and html templates
A complete usage example can be found in this repo: https://github.com/arnaucube/blogoExample
{
"title": "Blogo Blog",
"relativePath": "",
"absoluteUrl": "https://blog.website.com",
"indexTemplate": "index.html",
"postThumbTemplate": "postThumbTemplate.html",
"posts": [
{
"thumb": "article0_thumb.md",
"md": "article0.md",
"metaimg": "img/article0-img.png",
"metadescr": "description of the article 0"
},
],
"copyRaw": [
"css",
"img",
"js"
]
}
Blogo is used in https://arnaucube.com/blog