mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
8 hours ago 59a245593e151401c8cbb268281ae262747dc0c3
refs
author Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Sunday, June 7, 2026 05:50 +0200
committer Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Sunday, June 7, 2026 05:50 +0200
commit59a245593e151401c8cbb268281ae262747dc0c3
tree 12c026b7646021de15597b075a5f664683c86f5b tree | zip | gz
parent 985f566dab641841068ff6bbdeb62b0cf0f09c79 view | diff
90a7775039fce92f8ce83c4f6f870a128a49b7cc view | diff
chore(git): merge branch 'development'

* development:
build(vscode): update workspace configuration
test: scaffold Playwright + axe testing PoC (#1004)
feat: make section link above article title clickable and configurable
fix: generate responsive hero background images (#970)
feat: add since shortcode for release badges (#1018)
feat: copy-to-clipboard buttons for code blocks (#986)
fix: font size definition for in-paragraph code
fix: allow images in list summary cards (#971)
fix: make header height configurable (#972)
feat: show categories on posts (#973)
feat: add layout hooks head/body-start/end, header/main/content/footer-before/after
build(fix): proper discussion category for GH release
docs(ai): update issue prompt
8 files modified
15 files added
17362 ■■■■ changed files
.gitignore 3 ●●●●● diff | view | raw | blame | history
.markdownlintignore 2 ●●●●● diff | view | raw | blame | history
.vscode/custom-dictionary.txt 1 ●●●● diff | view | raw | blame | history
.vscode/extensions.json 5 ●●●●● diff | view | raw | blame | history
layouts/_partials/hooks/article/section-link.html 33 ●●●●● diff | view | raw | blame | history
layouts/_partials/site-scripts.html 16 ●●●● diff | view | raw | blame | history
package-lock.json 16625 ●●●● diff | view | raw | blame | history
package.json 166 ●●●● diff | view | raw | blame | history
playwright.config.ts 37 ●●●●● diff | view | raw | blame | history
tests/.gitignore 5 ●●●●● diff | view | raw | blame | history
tests/README.md 61 ●●●●● diff | view | raw | blame | history
tests/catalog.yaml 22 ●●●●● diff | view | raw | blame | history
tests/coverage-gate.mjs 103 ●●●●● diff | view | raw | blame | history
tests/e2e/accessibility.spec.ts 47 ●●●●● diff | view | raw | blame | history
tests/e2e/copy-button.spec.ts 51 ●●●●● diff | view | raw | blame | history
tests/fixtures/site/content/_index.md 5 ●●●●● diff | view | raw | blame | history
tests/fixtures/site/content/about.md 6 ●●●●● diff | view | raw | blame | history
tests/fixtures/site/content/posts/_index.md 6 ●●●●● diff | view | raw | blame | history
tests/fixtures/site/content/posts/hello.md 16 ●●●●● diff | view | raw | blame | history
tests/fixtures/site/content/posts/second.md 9 ●●●●● diff | view | raw | blame | history
tests/fixtures/site/hugo.toml 26 ●●●●● diff | view | raw | blame | history
tests/support/dev-server.mjs 62 ●●●●● diff | view | raw | blame | history
tests/support/prepare-site.mjs 55 ●●●●● diff | view | raw | blame | history