underblog
underblog copied to clipboard
Extremely simple static blog generator
I received the following [comment](https://lobste.rs/s/tael3g/very_simple_fast_static_blog_generator#c_of7sbj): > f “no front matter” is a hard design goal, it may be tricky to apply that idea to underblog. But, maybe there are other...
This is an implementation of some ideas of #14. I added a lint and a fmt command into the Makefile. fmt uses `go fmt` and lint uses `golint` and `go...
Is it the static site generator hah? So it will be dramatically easy for testing! 💯
It would be nice to have the ability to link to the next/previous post from each post.
To make the project more pretty for contributing and easy for PR management we should make a few things: - [ ] add `gofmt` and `golint` into Makefile - [...
Doing `log.Fatal` or `os.Exit` anywhere outside of `main` scope is bad - it may lead to a corrupted state. The shutdown should be graceful so goroutines can clean up after...
It will be much more useful if CLI will expect path to markdown dir like arg, like ``` $ underblog ~/myBlog ... $ underblog ~/Docs/myCatsBlog ... $ underblog . ```
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20191125084936-ffdde1057850 to 0.7.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.2 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...