You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
arnaucube 6d01e14a67 add config MetaImg & MetaDescr for main page 4 years ago
.gitignore working 6 years ago
LICENSE Initial commit 6 years ago
README.md add metatags 4 years ago
blogo add config MetaImg & MetaDescr for main page 4 years ago
blogo-large.png README.md update 5 years ago
blogo.png README.md update 5 years ago
errors.go blogo v01 6 years ago
files.go working 6 years ago
go.mod add output dir 4 years ago
go.sum add output dir 4 years ago
main.go add config MetaImg & MetaDescr for main page 4 years ago
readConfig.go add config MetaImg & MetaDescr for main page 4 years ago

README.md

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