go-org-orgwiki/etc
Niklas Fasching 338dfae4f1 Remove goorgeous comparison
`go mod tidy` kept including goorgeous and blackfriday for me - turns out go
does not honor gitignore [1] and the correct way of ignoring a subdirectory is to
place an empty `go.mod` file in it [2]. As I haven't looked in that file for
quite some time and goorgeous has been deprecated let's rather just get rid of
the comparison altogether.

[1] the .go file requiring goorgeous was placed into `docs/`
    when running `make generate-gh-pages`. `docs/` is gitignored but not
    ignored by go
[2] https://github.com/golang/go/wiki/Modules#can-an-additional-gomod-exclude-unnecessary-content-do-modules-have-the-equivalent-of-a-gitignore-file
2022-05-31 14:31:31 +02:00
..
githooks Setup basic development environment: make, git hooks & CI 2018-12-02 16:49:44 +01:00
_wasm.go Update github pages demo for go 1.12+ 2019-06-03 17:01:38 +02:00
example.png Update README 2018-12-26 17:31:59 +01:00
generate-fixtures generate-fixtures: Fix hashing of rendered blorg testadata 2022-05-30 17:15:04 +02:00
generate-gh-pages Remove goorgeous comparison 2022-05-31 14:31:31 +02:00
push-hugo-branch Add helper script to simplify creating hugo pull requests 2020-07-28 20:39:06 +02:00
style.css Update stylesheet to handle unwrapped list items 2021-07-20 22:24:29 +02:00