2021-07-17 17:19:34 +02:00
2017-12-24 19:31:30 +01:00
2021-07-17 17:19:34 +02:00
2018-10-04 19:26:42 +02:00
2018-10-04 19:26:42 +02:00
2017-12-23 14:34:39 +01:00
2017-12-24 19:31:30 +01:00
2021-07-17 17:19:34 +02:00
2021-07-17 17:19:34 +02:00
2017-12-23 14:09:42 +01:00
2021-07-17 17:19:34 +02:00
2021-07-17 17:19:34 +02:00
2020-01-27 10:53:29 +01:00

Blogo Go Report Card

Static blog generator, templating engine from markdown and html templates

blogo

Use

A complete usage example can be found in this repo: https://github.com/arnaucube/blogoExample

Config example

{
    "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

Description
No description provided
Readme GPL-3.0 61 MiB
Languages
Go 96.1%
Shell 3.9%