-
- Downloads
Initial commit for the Tetras Documentation Template
parents
No related branches found
No related tags found
Showing
- content/docs/Set up/_index.md 19 additions, 0 deletionscontent/docs/Set up/_index.md
- content/docs/Set up/img.png 0 additions, 0 deletionscontent/docs/Set up/img.png
- content/docs/Set up/img_1.png 0 additions, 0 deletionscontent/docs/Set up/img_1.png
- content/docs/Set up/img_2.png 0 additions, 0 deletionscontent/docs/Set up/img_2.png
- content/docs/_index.md 19 additions, 0 deletionscontent/docs/_index.md
- content/privacy.md 14 additions, 0 deletionscontent/privacy.md
- hugo_stats.json 270 additions, 0 deletionshugo_stats.json
- layouts/index.html 59 additions, 0 deletionslayouts/index.html
- netlify.toml 48 additions, 0 deletionsnetlify.toml
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 36 additions, 0 deletionspackage.json
- public/404.html 6 additions, 0 deletionspublic/404.html
- public/blog/example-post/index.html 6 additions, 0 deletionspublic/blog/example-post/index.html
- public/blog/index.html 6 additions, 0 deletionspublic/blog/index.html
- public/blog/index.xml 2 additions, 0 deletionspublic/blog/index.xml
- public/blog/page/1/index.html 2 additions, 0 deletionspublic/blog/page/1/index.html
- public/blog/sitemap.xml 2 additions, 0 deletionspublic/blog/sitemap.xml
- public/categories/index.html 6 additions, 0 deletionspublic/categories/index.html
- public/categories/index.xml 2 additions, 0 deletionspublic/categories/index.xml
- public/categories/page/1/index.html 2 additions, 0 deletionspublic/categories/page/1/index.html
content/docs/Set up/_index.md
0 → 100644
content/docs/Set up/img.png
0 → 100644
5.68 KiB
content/docs/Set up/img_1.png
0 → 100644
7.79 KiB
content/docs/Set up/img_2.png
0 → 100644
2.75 KiB
content/docs/_index.md
0 → 100644
content/privacy.md
0 → 100644
hugo_stats.json
0 → 100644
layouts/index.html
0 → 100644
netlify.toml
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "doks-test", | |||
"version": "0.0.0", | |||
"description": "Doks theme", | |||
"author": "Hyas", | |||
"license": "MIT", | |||
"scripts": { | |||
"dev": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender --baseURL=http://localhost --noHTTPCache", | |||
"dev:drafts": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender --baseURL=http://localhost --noHTTPCache --buildDrafts", | |||
"create": "exec-bin node_modules/.bin/hugo/hugo new", | |||
"lint": "npm run lint:markdown", | |||
"lint:scripts": "eslint --cache themes/doks/assets/js", | |||
"lint:styles": "stylelint --cache \"themes/doks/assets/scss/**/*.{css,sass,scss}\"", | |||
"lint:markdown": "markdownlint-cli2 \"*.md\" \"content/**/*.md\"", | |||
"test": "echo \"Error: no test specified\" && exit 1", | |||
"build": "exec-bin node_modules/.bin/hugo/hugo --cleanDestinationDir --minify", | |||
"preview": "http-server --gzip --brotli --ext=html --cors", | |||
"clean": "npm run clean:build && npm run clean:lint && npm run clean:install", | |||
"clean:build": "shx rm -rf public resources .hugo_build.lock", | |||
"clean:install": "shx rm -rf node_modules package-lock.json yarn.lock pnpm-lock.yaml", | |||
"clean:lint": "shx rm -rf .eslintcache .stylelintcache", | |||
"preinfo": "npm version", | |||
"info": "npm list", | |||
"postinfo": "exec-bin node_modules/.bin/hugo/hugo version", | |||
"postinstall": "shx rm -rf node_modules/.bin/hugo && shx mkdir node_modules/.bin/hugo && shx cp node_modules/gethyas/node_modules/.bin/hugo/* node_modules/.bin/hugo" | |||
}, | |||
"dependencies": { | |||
"@hyas/doks-core": "^1.1.1" | |||
}, | |||
"engines": { | |||
"node": ">=16.12.0", | |||
"pnpm": ">=8.6.2" | |||
}, | |||
"packageManager": "pnpm@8.6.2" | |||
} | |||
\ No newline at end of file |
public/404.html
0 → 100644
public/blog/example-post/index.html
0 → 100644
public/blog/index.html
0 → 100644
public/blog/index.xml
0 → 100644
public/blog/page/1/index.html
0 → 100644
public/blog/sitemap.xml
0 → 100644
public/categories/index.html
0 → 100644
public/categories/index.xml
0 → 100644
public/categories/page/1/index.html
0 → 100644