3 |
4 |
Not found
5 |
Oops! This page doesn't exist. Try going back to our home page.
6 |
7 |
You can learn how to make a 404 page like this in Custom 404 Pages.
8 |
9 |
10 | {{ end }}
11 |
--------------------------------------------------------------------------------
/hugo/docsy/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "tech-doc-hugo",
3 | "version": "0.0.1",
4 | "description": "Hugo theme for technical documentation.",
5 | "main": "none.js",
6 | "scripts": {
7 | "test": "echo \"Error: no test specified\" && exit 1",
8 | "publish":"hugo -d .ide/.temp/nginx/html/"
9 | },
10 | "repository": {
11 | "type": "git",
12 | "url": "git+https://github.com/google/docsy-example.git"
13 | },
14 | "author": "",
15 | "license": "ISC",
16 | "bugs": {
17 | "url": "https://github.com/google/docsy-example/issues"
18 | },
19 | "homepage": "https://github.com/google/docsy-example#readme",
20 | "devDependencies": {
21 | "autoprefixer": "^10.4.0",
22 | "postcss": "^8.3.7",
23 | "postcss-cli": "^9.0.2"
24 | }
25 | }
26 |
--------------------------------------------------------------------------------
/hugo/docsy/static/Web.config:
--------------------------------------------------------------------------------
1 |
2 |
6 |