Update to go v1.16 and embed more extensive default blorg.org
Instead of the bare bones default config we embedded as a string until now we can use go 1.16 embed to embed the test blorg.org which makes a much better starting config (if only to see what's possible).
This commit is contained in:
parent
02df432d76
commit
703066682e
4 changed files with 13 additions and 19 deletions
2
main.go
2
main.go
|
@ -56,7 +56,7 @@ func runBlorg(args []string) {
|
|||
if err := os.MkdirAll("content", os.ModePerm); err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
log.Println("./blorg.org and ./content/ created. Please adapt ./blorg.org")
|
||||
case "build":
|
||||
config, err := blorg.ReadConfig(blorg.DefaultConfigFile)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue