David Linus Briemann
David Linus Briemann
Markdown code blocks like this: ```Go import fmt func main() { fmt.Println("Hi there") } ``` shall have syntax coloring after export to HTML. The current plan is to use [chroma](https://github.com/alecthomas/chroma)...
Options needed: - help - build - clean - version - new? (this would clone the glyph-zero repo) - etc...
The idea is to have Glyph export a project for another static site generator like Hugo. This allows to utilize all the existing power of those generators without re-implementing things...
Trigger building of the site automatically as soon as one of the following events occurs: - new issue is created - issue is edited - issue is closed/opened - ..?...
Add a simple per client rate limiting based on `golang.org/x/time/rate`.
Hi, first of all I don't expect this to get merged already! This PR adds wasm support via `github.com/gopherjs/gopherwasm/js` to this package but js via gopherjs should also still work....
Hi, first of all: this is my absolute favorite colorscheme. Thanks for making it. A few months ago I changed my neovim config to use treesitter for highlighting. It's great...