underblog icon indicating copy to clipboard operation
underblog copied to clipboard

Extremely simple static blog generator

Results 10 underblog issues
Sort by recently updated
recently updated
newest added

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...

idea

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! 💯

good first issue

It would be nice to have the ability to link to the next/previous post from each post.

idea

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 - [...

enhancement

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...

enhancement

`version` is cool, but what about some info about usage?

enhancement

It will be much more useful if CLI will expect path to markdown dir like arg, like ``` $ underblog ~/myBlog ... $ underblog ~/Docs/myCatsBlog ... $ underblog . ```

enhancement

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20191125084936-ffdde1057850&new-version=0.7.0)](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...

dependencies

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...

dependencies