aboutsummaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2022-06-19 23:57:04 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2022-06-19 23:57:04 -0400
commitbf7d9c79cae53f64fcd04527248987bd4e7ca3c4 (patch)
tree0c763f6545cee4a287f5e6fa0a45489a85454325 /.golangci.yml
parent235b8f871fdfa35f9595268d194d28a3de655ec0 (diff)
downloadgo-website-0.0.17a.tar.gz
go-website-0.0.17a.tar.xz
0.0.17a / Alpha. Introduce users and page editing.v0.0.17a
Breaking changes: inc/base.html is now tpl/base.md by default. This can be overridden on the command line. 404.md is now tpl/404.md. This can be overridden with templatedirectory in the configuration file. Additional files: `auth.json` file that stores credentials and settings for authorization cookie. Further notes: This will likely receive some major updates and changes over the next few commits. The scaffolidng is now in place for user accounts, login handling, and page editing. It's all extremely basic at the moment, on the idea list: Listing of all markdown files File uploader and general content management Flags to turn on/off git integration for edits. Download / Upload of all markdown files as a backup/restore. It's of course, all subject to change.
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 319e4af..2201c93 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -27,7 +27,7 @@ linters:
- godot
- godox
- gofmt
- - gofumpt
+ # - gofumpt
- goheader
# - goimports
- golint