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

dependabot[bot]
04.19.2025 3f0b2aa33feefe18b76cb1b64fced8ae800fac5d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "name": "@thenewdynamic/gohugo-theme-ananke",
  "description": "Ananke: A theme for Hugo Sites",
  "version": "2.12.0",
  "license": "MIT",
  "repository": "thenewdynamic/gohugo-theme-ananke",
  "author": "Bud Parr (https://github.com/budparr)",
  "maintainers": [
    {
      "name": "Patrick Kollitsch",
      "url": "https://github.com/davidsneighbour"
    }
  ],
  "contributors": [
    {
      "name": "Regis Philibert",
      "url": "https://github.com/regisphilibert"
    },
    {
      "name": "Patrick Kollitsch",
      "url": "https://github.com/davidsneighbour"
    }
  ],
  "bugs": "https://github.com/theNewDynamic/gohugo-theme-ananke/issues",
  "homepage": "https://github.com/theNewDynamic/gohugo-theme-ananke#readme",
  "keywords": [
    "hugo",
    "gohugo",
    "hugo-theme",
    "gohugo-theme",
    "hugo-module",
    "gohugo-module"
  ],
  "dependencies": {
    "cssnano": "7.0.6",
    "postcss": "8.5.3",
    "postcss-preset-env": "10.1.5",
    "tachyons": "4.12.0"
  },
  "devDependencies": {
    "@davidsneighbour/markdownlint-config": "2025.0.2",
    "@davidsneighbour/release-config": "2025.0.2",
    "@davidsneighbour/tools": "2025.0.2",
    "dotenv": "16.4.7"
  },
  "scripts": {
    "deploy": "cd exampleSite; hugo;",
    "release": "wireit",
    "release:minor": "wireit",
    "release:pre": "wireit",
    "server": "wireit"
  },
  "wireit": {
    "release": {
      "command": "commit-and-tag-version --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" -- --no-verify"
    },
    "release:minor": {
      "command": "commit-and-tag-version --release-as minor --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" -- --no-verify"
    },
    "release:pre": {
      "command": "commit-and-tag-version --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" --prerelease prerelease -- --no-verify"
    },
    "server": {
      "command": "cd exampleSite; rm -rf public; hugo server -D -E -F --environment gargulus --navigateToChanged --disableFastRender --forceSyncStatic --logLevel debug --tlsAuto --printI18nWarnings --printMemoryUsage --printPathWarnings --printUnusedTemplates --templateMetrics --templateMetricsHints 2>&1 | tee -a hugo.log"
    },
    "server:fail": {
      "command": "cd exampleSite; rm -rf public; hugo server -D -E -F --environment gargulus --navigateToChanged --disableFastRender --forceSyncStatic --logLevel debug --tlsAuto --panicOnWarning --printI18nWarnings --printMemoryUsage --printPathWarnings --printUnusedTemplates --templateMetrics --templateMetricsHints 2>&1 | tee -a hugo.log"
    }
  }
}