add changelog
parent
5f74e78ee0
commit
6d4ec21b43
|
@ -15,3 +15,5 @@ ci:
|
|||
uses-long-cache-ttl: off
|
||||
render-blocking-resources: off
|
||||
tap-targets: off
|
||||
first-contentful-paint: off
|
||||
first-meaningful-paint: off
|
||||
|
|
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,2 +1,9 @@
|
|||
* ENHANCEMENT
|
||||
* [#6](https://github.com/xoxys/hugo-geekdoc/pull/6) improve code block formatting
|
||||
* BUGFIX
|
||||
* optimize resource loading
|
||||
* resfactor expand shortcode to use valid html
|
||||
* fix formatting of nested shortcodes markdown
|
||||
* INTERNAL
|
||||
* add spellchecking to CI (spellcheck-cli)
|
||||
* add html/css validation to CI (nu.validator)
|
||||
* add page validation to CI (lighthouse-ci)
|
||||
* add broken link check to CI (broken-link-checker)
|
||||
|
|
Loading…
Reference in New Issue