...]
32 | ```
33 |
--------------------------------------------------------------------------------
/content/nl/docs/help/troubleshooting.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Troubleshooting"
3 | description: "Solutions to common problems."
4 | lead: "Solutions to common problems."
5 | date: 2020-11-12T15:22:20+01:00
6 | lastmod: 2020-11-12T15:22:20+01:00
7 | draft: false
8 | images: []
9 | menu:
10 | docs:
11 | parent: "help"
12 | weight: 620
13 | toc: true
14 | ---
15 |
16 | ## Problems updating npm packages
17 |
18 | Delete the `./node_modules` folder, and run again:
19 |
20 | ```bash
21 | npm install
22 | ```
23 |
24 | ## Problems with cache
25 |
26 | Delete the temporary directories:
27 |
28 | ```bash
29 | npm run clean
30 | ```
31 |
--------------------------------------------------------------------------------
/content/nl/docs/prologue/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title : "Prologue"
3 | description: "Prologue Doks."
4 | lead: ""
5 | date: 2020-10-06T08:48:45+00:00
6 | lastmod: 2020-10-06T08:48:45+00:00
7 | draft: false
8 | images: []
9 | ---
10 |
--------------------------------------------------------------------------------
/content/nl/docs/prologue/commands.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Commands"
3 | description: "Doks comes with commands for common tasks."
4 | lead: "Doks comes with commands for common tasks."
5 | date: 2020-10-13T15:21:01+02:00
6 | lastmod: 2020-10-13T15:21:01+02:00
7 | draft: false
8 | images: []
9 | menu:
10 | docs:
11 | parent: "prologue"
12 | weight: 130
13 | toc: true
14 | ---
15 |
16 | {{< alert icon="💡" text="You can change the commands in the scripts section of `./package.json`." />}}
17 |
18 | ## create
19 |
20 | Create new content for your site:
21 |
22 | ```bash
23 | npm run create [path] [flags]
24 | ```
25 |
26 | See also the Hugo docs: [hugo new](https://gohugo.io/commands/hugo_new/).
27 |
28 | ## lint
29 |
30 | Check scripts, styles, and markdown for errors:
31 |
32 | ```bash
33 | npm run lint
34 | ```
35 |
36 | ### scripts
37 |
38 | Check scripts for errors:
39 |
40 | ```bash
41 | npm run lint:scripts [-- --fix]
42 | ```
43 |
44 | ### styles
45 |
46 | Check styles for errors:
47 |
48 | ```bash
49 | npm run lint:styles [-- --fix]
50 | ```
51 |
52 | ### markdown
53 |
54 | Check markdown for errors:
55 |
56 | ```bash
57 | npm run lint:markdown [-- --fix]
58 | ```
59 |
60 | ## clean
61 |
62 | Delete temporary directories:
63 |
64 | ```bash
65 | npm run clean
66 | ```
67 |
68 | ## start
69 |
70 | Start local development server:
71 |
72 | ```bash
73 | npm run start
74 | ```
75 |
76 | ## build
77 |
78 | Build production website:
79 |
80 | ```bash
81 | npm run build
82 | ```
83 |
84 | ### functions
85 |
86 | Build Lambda functions:
87 |
88 | ```bash
89 | npm run build:functions
90 | ```
91 |
92 | ### preview
93 |
94 | Build production website including draft and future content:
95 |
96 | ```bash
97 | npm run build:preview
98 | ```
99 |
--------------------------------------------------------------------------------
/content/nl/docs/prologue/introduction.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Introduction"
3 | description: "Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default."
4 | lead: "Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default."
5 | date: 2020-10-06T08:48:57+00:00
6 | lastmod: 2020-10-06T08:48:57+00:00
7 | draft: false
8 | images: []
9 | menu:
10 | docs:
11 | parent: "prologue"
12 | weight: 100
13 | toc: true
14 | ---
15 |
16 | ## Get started
17 |
18 | There are two main ways to get started with Doks:
19 |
20 | ### Tutorial
21 |
22 | {{< alert icon="👉" text="The Tutorial is intended for novice to intermediate users." />}}
23 |
24 | Step-by-step instructions on how to start a new Doks project. [Tutorial →](https://getdoks.org/tutorial/introduction/)
25 |
26 | ### Quick Start
27 |
28 | {{< alert icon="👉" text="The Quick Start is intended for intermediate to advanced users." />}}
29 |
30 | One page summary of how to start a new Doks project. [Quick Start →]({{< relref "quick-start" >}})
31 |
32 | ## Go further
33 |
34 | Recipes, Reference Guides, Extensions, and Showcase.
35 |
36 | ### Recipes
37 |
38 | Get instructions on how to accomplish common tasks with Doks. [Recipes →](https://getdoks.org/docs/recipes/project-configuration/)
39 |
40 | ### Reference Guides
41 |
42 | Learn how to customize Doks to fully make it your own. [Reference Guides →](https://getdoks.org/docs/reference-guides/security/)
43 |
44 | ### Extensions
45 |
46 | Get instructions on how to add even more to Doks. [Extensions →](https://getdoks.org/docs/extensions/breadcrumb-navigation/)
47 |
48 | ### Showcase
49 |
50 | See what others have build with Doks. [Showcase →](https://getdoks.org/showcase/electric-blocks/)
51 |
52 | ## Contributing
53 |
54 | Find out how to contribute to Doks. [Contributing →](https://getdoks.org/docs/contributing/how-to-contribute/)
55 |
56 | ## Help
57 |
58 | Get help on Doks. [Help →]({{< relref "how-to-update" >}})
59 |
--------------------------------------------------------------------------------
/content/nl/docs/prologue/quick-start.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Quick Start"
3 | description: "One page summary of how to start a new Doks project."
4 | lead: "One page summary of how to start a new Doks project."
5 | date: 2020-11-16T13:59:39+01:00
6 | lastmod: 2020-11-16T13:59:39+01:00
7 | draft: false
8 | images: []
9 | menu:
10 | docs:
11 | parent: "prologue"
12 | weight: 110
13 | toc: true
14 | ---
15 |
16 | ## Requirements
17 |
18 | Doks uses npm to centralize dependency management, making it [easy to update]({{< relref "how-to-update" >}}) resources, build tooling, plugins, and build scripts:
19 |
20 | - Download and install [Node.js](https://nodejs.org/) (it includes npm) for your platform.
21 |
22 | ## Start a new Doks project
23 |
24 | Create a new site, change directories, install dependencies, and start development server.
25 |
26 | ### Create a new site
27 |
28 | Doks is available as a child theme, and a starter theme:
29 |
30 | - Use the Doks child theme, if you do __not__ plan to customize a lot, and/or need future Doks updates.
31 | - Use the Doks starter theme, if you plan to customize a lot, and/or do __not__ need future Doks updates.
32 |
33 | Not quite sure? Use the Doks child theme.
34 |
35 | #### Doks child theme
36 |
37 | ```bash
38 | git clone https://github.com/h-enk/doks-child-theme.git my-doks-site
39 | ```
40 |
41 | #### Doks starter theme
42 |
43 | ```bash
44 | git clone https://github.com/h-enk/doks.git my-doks-site
45 | ```
46 |
47 | ### Change directories
48 |
49 | ```bash
50 | cd my-doks-site
51 | ```
52 |
53 | ### Install dependencies
54 |
55 | ```bash
56 | npm install
57 | ```
58 |
59 | ### Start development server
60 |
61 | ```bash
62 | npm run start
63 | ```
64 |
65 | Doks will start the Hugo development webserver accessible by default at `http://localhost:1313`. Saved changes will live reload in the browser.
66 |
67 | ## Other commands
68 |
69 | Doks comes with commands for common tasks. [Commands →]({{< relref "commands" >}})
70 |
--------------------------------------------------------------------------------
/data/docs-versions.yml:
--------------------------------------------------------------------------------
1 | # - group: v1.x
2 | # baseurl: "https://getbootstrap.com"
3 | # description: "Every minor and patch release from v1 is listed below."
4 | # versions:
5 | # - v: "1.0.0"
6 | # - v: "1.1.0"
7 | # - v: "1.1.1"
8 | # - v: "1.2.0"
9 | # - v: "1.3.0"
10 | # - v: "1.4.0"
11 | #
12 | # - group: v2.x
13 | # baseurl: "https://getbootstrap.com"
14 | # description: "Every minor and patch release from v2 is listed below."
15 | # versions:
16 | # - v: "2.0.0"
17 | # - v: "2.0.1"
18 | # - v: "2.0.2"
19 | # - v: "2.0.3"
20 | # - v: "2.0.4"
21 | # - v: "2.1.0"
22 | # - v: "2.1.1"
23 | # - v: "2.2.0"
24 | # - v: "2.2.1"
25 | # - v: "2.2.2"
26 | # - v: "2.3.0"
27 | # - v: "2.3.1"
28 | # - v: "2.3.2"
29 | #
30 | # - group: v3.x
31 | # baseurl: "https://getbootstrap.com/docs"
32 | # description: "Every minor and patch release from v3 is listed below. Last update was v3.4.1."
33 | # versions:
34 | # - v: "3.3"
35 | # - v: "3.4"
36 | #
37 | # - group: v4.x
38 | # baseurl: "https://getbootstrap.com/docs"
39 | # description: "Our previous major release with its minor releases. Last update was v4.6.0."
40 | # versions:
41 | # - v: "4.0"
42 | # - v: "4.1"
43 | # - v: "4.2"
44 | # - v: "4.3"
45 | # - v: "4.4"
46 | # - v: "4.5"
47 | # - v: "4.6"
48 |
49 | - group: v0.x
50 | baseurl: "/docs"
51 | description: "Current major release. Last update was v0.2.0."
52 | versions:
53 | - v: "0.1"
54 | - v: "0.2"
55 |
56 | - group: v1.x
57 | baseurl: "/docs"
58 | description: "Every minor and patch release from v1 is listed below. Last update was v1.0.0."
59 | versions:
60 | - v: "1.0"
61 |
--------------------------------------------------------------------------------
/functions/hi-from-lambda.js:
--------------------------------------------------------------------------------
1 | exports.handler = (event, context, callback) => {
2 | callback (null, {
3 | statusCode: 200,
4 | headers: {
5 | 'Content-Type': 'application/json',
6 | },
7 | body: JSON.stringify({
8 | message: 'Hi from Lambda.',
9 | }),
10 | });
11 | }
12 |
--------------------------------------------------------------------------------
/i18n/en.toml:
--------------------------------------------------------------------------------
1 | [get-started]
2 | other = "Get Started"
--------------------------------------------------------------------------------
/i18n/nl.toml:
--------------------------------------------------------------------------------
1 | [get-started]
2 | other = "Aan de slag"
--------------------------------------------------------------------------------
/images/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/images/screenshot.png
--------------------------------------------------------------------------------
/images/tn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/images/tn.png
--------------------------------------------------------------------------------
/layouts/404.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
4 |
5 | Page not found :(
6 | The page you are looking for doesn't exist or has been moved.
7 |
8 |
9 |
10 | {{ end }}
--------------------------------------------------------------------------------
/layouts/_default/_markup/render-heading.html:
--------------------------------------------------------------------------------
1 | {{ .Text | safeHTML }} #
2 |
--------------------------------------------------------------------------------
/layouts/_default/_markup/render-image.html:
--------------------------------------------------------------------------------
1 | {{ $image := "" -}}
2 | {{ if (urls.Parse .Destination).IsAbs }}
3 | {{ $image = resources.GetRemote .Destination -}}
4 | {{ else -}}
5 | {{ $image = .Page.Resources.GetMatch .Destination -}}
6 | {{ end -}}
7 | {{ with $image -}}
8 | {{ $lqip := $image.Resize site.Params.lqipWidth -}}
9 |
10 | {{ $imgSrc := "" -}}
11 | {{ $imgSrcSet := slice -}}
12 |
13 | {{ $widths := site.Params.landscapePhotoWidths -}}
14 | {{ if gt $image.Height $image.Width -}}
15 | {{ $widths = site.Params.portraitPhotoWidths -}}
16 | {{ end -}}
17 |
18 | {{ range $widths -}}
19 | {{ $srcUrl := (printf "%dx" . | $image.Resize).Permalink -}}
20 | {{ if eq $imgSrc "" -}}{{ $imgSrc = $srcUrl -}}{{ end -}}
21 | {{ $imgSrcSet = $imgSrcSet | append (printf "%s %dw" $srcUrl .) -}}
22 | {{ end -}}
23 | {{ $imgSrcSet = (delimit $imgSrcSet ",") -}}
24 |
25 | {{ if gt $image.Width site.Params.smallLimit -}}
26 |
27 |
28 |
29 | {{ with $.Title }}{{ . | safeHTML }} {{ end -}}
30 |
31 | {{ else -}}
32 |
33 | {{ end -}}
34 | {{ else -}}
35 | {{ erroridf "image-not-found" "Image not found" -}}
36 | {{ end -}}
--------------------------------------------------------------------------------
/layouts/_default/baseof.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{ partial "head/head.html" . }}
4 | {{ if eq .Kind "home" -}}
5 | {{ .Scratch.Set "class" "home" -}}
6 | {{ else if eq .Kind "404" -}}
7 | {{ .Scratch.Set "class" "error404" -}}
8 | {{ else if eq .Kind "page" -}}
9 | {{ .Scratch.Set "class" .Type -}}
10 | {{ .Scratch.Add "class" " single" -}}
11 | {{ else -}}
12 | {{ .Scratch.Set "class" .Type -}}
13 | {{ .Scratch.Add "class" " list" -}}
14 | {{ end -}}
15 |
16 | {{ partial "header/header.html" . }}
17 |
18 |
19 | {{ block "main" . }}{{ end }}
20 |
21 |
22 | {{ block "sidebar-prefooter" . }}{{ end }}
23 | {{ block "sidebar-footer" . }}{{ end }}
24 | {{ partial "footer/footer.html" . }}
25 | {{ partial "footer/script-footer.html" . }}
26 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/layouts/_default/index.js:
--------------------------------------------------------------------------------
1 | var docs = [
2 | {{ range $index, $page := (where .Site.Pages "Section" "docs") -}}
3 | {
4 | id: {{ $index }},
5 | title: "{{ .Title }}",
6 | description: "{{ .Params.description }}",
7 | href: "{{ .URL | relURL }}"
8 | },
9 | {{ end -}}
10 | ];
--------------------------------------------------------------------------------
/layouts/_default/index.json:
--------------------------------------------------------------------------------
1 | {{- $.Scratch.Add "index" slice -}}
2 | {{- range .Site.RegularPages -}}
3 | {{- $.Scratch.Add "index" (dict "title" .Title "description" .Params.description "contents" .Plain "RelPermalink" .RelPermalink) -}}
4 | {{- end -}}
5 | {{- $.Scratch.Get "index" | jsonify -}}
--------------------------------------------------------------------------------
/layouts/_default/list.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
4 | {{ range .Paginator.Pages }}
5 |
6 |
7 | {{ .Description }}
8 |
9 | {{ end }}
10 | {{ template "_internal/pagination.html" . }}
11 |
12 |
13 | {{ end }}
--------------------------------------------------------------------------------
/layouts/_default/section.sitemap.xml:
--------------------------------------------------------------------------------
1 | {{ printf "" | safeHTML -}}
2 |
4 | {{ range $i, $e := .Data.Pages -}}
5 | {{ if ne .Params.sitemap_exclude true }}
6 |
7 | {{ .Permalink }} {{ if not .Lastmod.IsZero }}
8 | {{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }} {{ end }}{{ with .Sitemap.ChangeFreq }}
9 | {{ . }} {{ end }}{{ if ge .Sitemap.Priority 0.0 }}
10 | {{ .Sitemap.Priority }} {{ end }}{{ if .IsTranslated }}{{ range .Translations }}
11 | {{ end }}
16 | {{ end }}
21 |
22 | {{ end -}}
23 | {{ end -}}
24 | {{ range .Sections -}}
25 | {{ range $i, $e := .Data.Pages -}}
26 | {{ if ne .Params.sitemap_exclude true -}}
27 |
28 | {{ .Permalink }} {{ if not .Lastmod.IsZero }}
29 | {{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }} {{ end }}{{ with .Sitemap.ChangeFreq }}
30 | {{ . }} {{ end }}{{ if ge .Sitemap.Priority 0.0 }}
31 | {{ .Sitemap.Priority }} {{ end }}{{ if .IsTranslated }}{{ range .Translations }}
32 | {{ end }}
37 | {{ end }}
42 |
43 | {{ end -}}
44 | {{ end -}}
45 | {{ end -}}
46 |
--------------------------------------------------------------------------------
/layouts/_default/single.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
4 |
5 | {{ .Title }}
6 | {{ partial "main/view-counter.html" . }}
7 | {{ .Content }}
8 |
9 |
10 |
11 | {{ end }}
12 |
--------------------------------------------------------------------------------
/layouts/_default/versions.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 | {{ .Title }}
4 | {{ .Params.lead | safeHTML }}
5 | {{ .Content }}
6 |
7 | {{ range $release := sort (index $.Site.Data "docs-versions") "group" "desc" -}}
8 |
9 |
{{ $release.group }}
10 |
{{ $release.description }}
11 | {{ $versions := sort $release.versions "v" "desc" -}}
12 | {{ range $i, $version := $versions -}}
13 | {{ $len := len $versions -}}
14 | {{ if (eq $i 0) }}
{{ end }}
22 | {{ end -}}
23 |
24 | {{ end -}}
25 |
26 |
27 | {{ end }}
28 |
--------------------------------------------------------------------------------
/layouts/basics/list.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
8 | {{ if ne .Params.toc false -}}
9 |
10 | {{ partial "sidebar/docs-toc.html" . }}
11 |
12 | {{ end -}}
13 |
14 |
15 | {{ if eq .CurrentSection .FirstSection }}{{ .Name }}{{ else }}{{ .Title }}{{ end }}
16 | {{ .Description }}
17 | {{ .Content }}
18 |
19 | {{ $currentSection := .CurrentSection }}
20 | {{ range where .Site.RegularPages.ByTitle "Section" .Section }}
21 | {{ if in (.RelPermalink | string) $currentSection.RelPermalink }}
22 |
30 | {{ end }}
31 | {{ end }}
32 |
33 |
34 | {{ partial "main/docs-navigation.html" . }}
35 |
36 |
37 |
38 |
39 | {{ end }}
40 |
--------------------------------------------------------------------------------
/layouts/basics/single.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
8 | {{ if ne .Params.toc false -}}
9 |
10 | {{ partial "sidebar/docs-toc.html" . }}
11 |
12 | {{ end -}}
13 | {{ if .Params.toc -}}
14 |
15 | {{ else -}}
16 |
17 | {{ end -}}
18 | {{ if .Site.Params.options.breadCrumb -}}
19 |
20 |
21 |
22 | {{ partial "main/breadcrumb" . -}}
23 | {{ .Title }}
24 |
25 |
26 | {{ end }}
27 | {{ .Title }}
28 | {{ partial "main/view-counter.html" . }}
29 | {{ .Params.lead | safeHTML }}
30 | {{ if ne .Params.toc false -}}
31 |
32 | {{ partial "sidebar/docs-toc.html" . }}
33 |
34 | {{ end -}}
35 | {{ .Content }}
36 |
37 | {{ if .Site.Params.lastMod -}}
38 | {{ partial "main/last-modified.html" . }}
39 | {{ end -}}
40 | {{ if .Site.Params.editPage -}}
41 | {{ partial "main/edit-page.html" . }}
42 | {{ end -}}
43 |
44 | {{ partial "main/docs-navigation.html" . }}
45 |
52 |
53 |
54 | {{ end }}
55 |
--------------------------------------------------------------------------------
/layouts/blazor-webassembly-boilerplate/list.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
8 | {{ if ne .Params.toc false -}}
9 |
10 | {{ partial "sidebar/docs-toc.html" . }}
11 |
12 | {{ end -}}
13 |
14 |
15 | {{ if eq .CurrentSection .FirstSection }}{{ .Name }}{{ else }}{{ .Title }}{{ end }}
16 | {{ .Description }}
17 | {{ .Content }}
18 |
19 | {{ $currentSection := .CurrentSection }}
20 | {{ range where .Site.RegularPages.ByTitle "Section" .Section }}
21 | {{ if in (.RelPermalink | string) $currentSection.RelPermalink }}
22 |
30 | {{ end }}
31 | {{ end }}
32 |
33 |
34 | {{ partial "main/docs-navigation.html" . }}
35 |
36 |
37 |
38 |
39 | {{ end }}
40 |
--------------------------------------------------------------------------------
/layouts/blog/list.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
4 |
5 | {{ .Title }}
6 | {{ .Content }}
7 |
8 | {{ $paginator := .Paginate (.Data.Pages) -}}
9 | {{ range $paginator.Pages -}}
10 |
11 |
12 |
13 |
{{ .Params.lead | safeHTML }}
14 | {{ partial "main/blog-meta.html" . -}}
15 |
16 |
17 | {{ end -}}
18 | {{ $.Scratch.Set "paginator" true }}
19 | {{ template "_internal/pagination.html" . }}
20 |
21 |
22 |
23 |
24 | {{ end }}
--------------------------------------------------------------------------------
/layouts/blog/single.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
4 |
5 |
9 | {{ .Params.lead | safeHTML }}
10 | {{ .Content }}
11 |
12 |
13 |
14 | {{ end }}
--------------------------------------------------------------------------------
/layouts/contributors/list.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
4 |
5 | {{ .Title }}
6 | {{ .Content }}
7 |
8 | {{ range .Data.Pages -}}
9 |
10 |
11 |
12 | {{ if eq .Section "blog" -}}
13 |
{{ .Params.lead | safeHTML }}
14 | {{ partial "main/blog-meta.html" . -}}
15 | {{ end -}}
16 |
17 |
18 | {{ end -}}
19 |
20 |
21 |
22 |
23 | {{ end }}
--------------------------------------------------------------------------------
/layouts/docs/list.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
4 |
5 | {{ if eq .CurrentSection .FirstSection }}{{ .Section | humanize }}{{ else }}{{ .Title }}{{ end }}
6 | {{ .Content }}
7 |
8 | {{ $currentSection := .CurrentSection }}
9 | {{ range where .Site.RegularPages.ByTitle "Section" .Section }}
10 | {{ if in (.RelPermalink | string) $currentSection.RelPermalink }}
11 |
16 | {{ end }}
17 | {{ end }}
18 |
19 |
20 |
21 |
22 | {{ end }}
23 |
--------------------------------------------------------------------------------
/layouts/docs/single.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
8 | {{ if ne .Params.toc false -}}
9 |
10 | {{ partial "sidebar/docs-toc.html" . }}
11 |
12 | {{ end -}}
13 | {{ if .Params.toc -}}
14 |
15 | {{ else -}}
16 |
17 | {{ end -}}
18 | {{ if .Site.Params.options.breadCrumb -}}
19 |
20 |
21 |
22 | {{ partial "main/breadcrumb" . -}}
23 | {{ .Title }}
24 |
25 |
26 | {{ end }}
27 | {{ .Title }}
28 | {{ .Params.lead | safeHTML }}
29 | {{ if ne .Params.toc false -}}
30 |
31 | {{ partial "sidebar/docs-toc.html" . }}
32 |
33 | {{ end -}}
34 | {{ .Content }}
35 |
36 | {{ if .Site.Params.lastMod -}}
37 | {{ partial "main/last-modified.html" . }}
38 | {{ end -}}
39 | {{ if .Site.Params.editPage -}}
40 | {{ partial "main/edit-page.html" . }}
41 | {{ end -}}
42 |
43 | {{ partial "main/docs-navigation.html" . }}
44 |
51 |
52 |
53 | {{ end }}
54 |
--------------------------------------------------------------------------------
/layouts/dotnet-microservices-boilerplate/list.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
8 | {{ if ne .Params.toc false -}}
9 |
10 | {{ partial "sidebar/docs-toc.html" . }}
11 |
12 | {{ end -}}
13 |
14 |
15 | {{ if eq .CurrentSection .FirstSection }}{{ .Name }}{{ else }}{{ .Title }}{{ end }}
16 | {{ .Description }}
17 | {{ .Content }}
18 |
19 | {{ $currentSection := .CurrentSection }}
20 | {{ range where .Site.RegularPages.ByTitle "Section" .Section }}
21 | {{ if in (.RelPermalink | string) $currentSection.RelPermalink }}
22 |
30 | {{ end }}
31 | {{ end }}
32 |
33 |
34 | {{ partial "main/docs-navigation.html" . }}
35 |
36 |
37 |
38 |
39 | {{ end }}
40 |
--------------------------------------------------------------------------------
/layouts/dotnet-webapi-boilerplate/list.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
8 | {{ if ne .Params.toc false -}}
9 |
10 | {{ partial "sidebar/docs-toc.html" . }}
11 |
12 | {{ end -}}
13 |
14 |
15 | {{ if eq .CurrentSection .FirstSection }}{{ .Name }}{{ else }}{{ .Title }}{{ end }}
16 | {{ .Description }}
17 | {{ .Content }}
18 |
19 | {{ $currentSection := .CurrentSection }}
20 | {{ range where .Site.RegularPages.ByTitle "Section" .Section }}
21 | {{ if in (.RelPermalink | string) $currentSection.RelPermalink }}
22 |
30 | {{ end }}
31 | {{ end }}
32 |
33 |
34 | {{ partial "main/docs-navigation.html" . }}
35 |
36 |
37 |
38 |
39 | {{ end }}
40 |
--------------------------------------------------------------------------------
/layouts/index.headers:
--------------------------------------------------------------------------------
1 | /*
2 | Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
3 | X-Content-Type-Options: nosniff
4 | X-XSS-Protection: 1; mode=block
5 | Content-Security-Policy: default-src 'self'; frame-ancestors https://jamstackthemes.dev; manifest-src 'self' https://*.netlify.app; connect-src 'self' https://*.netlify.app; font-src 'self' https://*.netlify.app; img-src 'self' https://*.netlify.app data:; script-src 'self' https://*.netlify.app 'sha512-RBYr6Ld4w1yVqaACrgrBLQfPgGhj/1jyacA74WxJ1KM6KVcSWymwrdDwb3HDcdpwiNJ5yssot1He0U9vXoQVlg==' 'sha256-aWZ3y/RxbBYKHXH0z8+8ljrHG1mSBvyzSfxSMjBSaXk='; style-src 'self' https://*.netlify.app 'unsafe-inline'
6 | X-Frame-Options: SAMEORIGIN
7 | Referrer-Policy: strict-origin
8 | Feature-Policy: geolocation 'self'
9 | Cache-Control: public, max-age=31536000
10 | Access-Control-Allow-Origin: *
--------------------------------------------------------------------------------
/layouts/index.redirects:
--------------------------------------------------------------------------------
1 | {{- range $p := .Site.Pages -}}
2 | {{- range .Aliases }}
3 | {{ . }} {{ $p.RelPermalink -}}
4 | {{- end }}
5 | {{- end -}}
6 |
7 | # /docs/1.0/prologue/ /docs/1.0/prologue/introduction/
8 | # /docs/1.0/help/ /docs/1.0/help/how-to-update/
9 | # /docs/1.0/ /docs/1.0/prologue/introduction/
10 | # /docs/ /docs/1.0/prologue/introduction/
11 | #
12 | # /docs/0.1/* https://v0-1-0--doks-versioning-poc.netlify.app/docs/0.1/:splat 200
13 | # /docs/0.2/* https://v0-2-0--doks-versioning-poc.netlify.app/docs/0.2/:splat 200
14 |
--------------------------------------------------------------------------------
/layouts/partials/footer/footer.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/layouts/partials/head/favicons.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/layouts/partials/head/head.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | {{ block "head/resource-hints" . }}{{ partial "head/resource-hints.html" . }}{{ end }}
6 | {{ block "head/script-header" . }}{{ partial "head/script-header.html" . }}{{ end }}
7 | {{ block "head/stylesheet" . }}{{ partial "head/stylesheet.html" . }}{{ end }}
8 | {{ block "head/seo" . }}{{ partial "head/seo.html" . }}{{ end }}
9 | {{ block "head/favicons" . }}{{ partial "head/favicons.html" . }}{{ end }}
10 |
--------------------------------------------------------------------------------
/layouts/partials/head/resource-hints.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{ if .Site.Params.options.kaTex -}}
4 |
5 |
6 | {{ end -}}
--------------------------------------------------------------------------------
/layouts/partials/head/script-header.html:
--------------------------------------------------------------------------------
1 | {{ if .Site.Params.options.darkMode -}}
2 | {{ $darkModeInit := resources.Get "js/darkmode-init.js" | js.Build | minify -}}
3 |
4 | {{ end -}}
5 | {{- if and (.Site.Params.alert) (.Site.Params.alertDismissable) -}}
6 | {{ $alertInit := resources.Get "js/alert-init.js" | js.Build | minify -}}
7 |
8 | {{- end -}}
--------------------------------------------------------------------------------
/layouts/partials/head/seo.html:
--------------------------------------------------------------------------------
1 | {{ if eq .Kind "404" -}}
2 |
3 | {{ else -}}
4 | {{ with .Params.robots -}}
5 |
6 | {{ else -}}
7 |
8 |
9 |
10 | {{ end -}}
11 | {{ end -}}
12 |
13 | {{ if .IsHome -}}
14 | {{ .Site.Params.title }} {{ .Site.Params.titleSeparator }} {{ .Site.Params.titleAddition }}
15 | {{ else -}}
16 | {{ .Title }} {{ .Site.Params.titleSeparator }} {{ .Site.Params.title }}
17 | {{ end -}}
18 |
19 | {{ with .Description -}}
20 |
21 | {{ else -}}
22 | {{ with .Summary | plainify -}}
23 |
24 | {{ else -}}
25 |
26 | {{ end -}}
27 | {{ end -}}
28 |
29 | {{ if $.Scratch.Get "paginator" }}
30 |
31 | {{ if .Paginator.HasPrev -}}
32 |
33 | {{ end -}}
34 | {{ if .Paginator.HasNext -}}
35 |
36 | {{ end -}}
37 | {{ else -}}
38 |
39 | {{ end -}}
40 |
41 | {{ partial "head/opengraph.html" . }}
42 | {{ partial "head/twitter_cards.html" . }}
43 |
44 | {{ range .AlternativeOutputFormats -}}
45 |
46 | {{ end -}}
47 |
48 | {{ partial "head/structured-data.html" . }}
49 |
--------------------------------------------------------------------------------
/layouts/partials/head/stylesheet.html:
--------------------------------------------------------------------------------
1 | {{ if eq (hugo.Environment) "development" -}}
2 | {{ $options := (dict "targetPath" "main.css" "enableSourceMap" true "includePaths" (slice "node_modules")) -}}
3 | {{ $css := resources.Get "scss/app.scss" | toCSS $options -}}
4 |
5 | {{ else -}}
6 | {{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "includePaths" (slice "node_modules")) -}}
7 | {{ $css := resources.Get "scss/app.scss" | toCSS $options | postCSS (dict "config" "config/postcss.config.js") -}}
8 | {{ $secureCSS := $css | resources.Fingerprint "sha512" -}}
9 |
10 | {{ end -}}
11 |
--------------------------------------------------------------------------------
/layouts/partials/head/twitter_cards.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | {{ with $.Params.images -}}
7 |
8 | {{ else -}}
9 | {{ $images := $.Resources.ByType "image" -}}
10 | {{ $featured := $images.GetMatch "*feature*" -}}
11 | {{ if not $featured -}}
12 | {{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" -}}
13 | {{ end -}}
14 | {{ with $featured -}}
15 |
16 | {{ else -}}
17 | {{ with $.Site.Params.images -}}
18 |
19 | {{ else -}}
20 |
21 | {{ end -}}
22 | {{ end -}}
23 | {{ end -}}
24 |
--------------------------------------------------------------------------------
/layouts/partials/header/alert.html:
--------------------------------------------------------------------------------
1 | {{ if .Site.Params.alertDismissable -}}
2 |
3 | {{ .Site.Params.alertText | safeHTML }}
4 |
5 |
6 | {{ else -}}
7 |
8 | {{ .Site.Params.alertText | safeHTML }}
9 |
10 | {{ end -}}
--------------------------------------------------------------------------------
/layouts/partials/main/blog-meta.html:
--------------------------------------------------------------------------------
1 | Posted {{ .PublishDate.Format "January 2, 2006" }} by {{ if .Params.contributors -}}{{ range $index, $contributor := .Params.contributors }}{{ if gt $index 0 }} and {{ end }}{{ . }} {{ end -}}{{ end -}} ‐ {{ .ReadingTime -}} min read
--------------------------------------------------------------------------------
/layouts/partials/main/breadcrumb.html:
--------------------------------------------------------------------------------
1 | {{ with .Parent -}}
2 | {{ partial "main/breadcrumb.html" . -}}
3 |
4 | {{ if not .IsHome }}
5 | {{ if ne .Title "Docs" }}
6 |
7 | {{ .Title }}
8 |
9 | {{ end }}
10 | {{ end }}
11 | {{ end -}}
12 |
--------------------------------------------------------------------------------
/layouts/partials/main/date.html:
--------------------------------------------------------------------------------
1 |
5 | {{ $format := default "January 2, 2006" .Format -}}
6 | {{ return (.Date.Format $format) -}}
--------------------------------------------------------------------------------
/layouts/partials/main/docs-navigation.html:
--------------------------------------------------------------------------------
1 | {{ if or .Prev .Next -}}
2 |
3 |
4 | {{ $pages := where site.RegularPages "Section" .Section -}}
5 | {{ with $pages.Next . -}}
6 |
7 |
8 |
9 | ← {{ .Title }}
10 |
11 |
12 |
13 | {{ end -}}
14 | {{ with $pages.Prev . -}}
15 |
16 |
17 |
18 | {{ .Title }} →
19 |
20 |
21 |
22 | {{ end -}}
23 |
24 | {{ end -}}
25 |
26 |
34 |
--------------------------------------------------------------------------------
/layouts/partials/main/edit-page.html:
--------------------------------------------------------------------------------
1 | {{ $filePath := replace .File.Path "\\" "/" }}
2 | {{ $editPath := "null" }}
3 |
4 | {{ if (eq .Site.Params.repoHost "GitHub") }}
5 | {{ $editPath = "/blob/" }}
6 | {{ else if (eq .Site.Params.repoHost "Gitea") }}
7 | {{ $editPath = "/_edit/" }}
8 | {{ else if (eq .Site.Params.repoHost "GitLab") }}
9 | {{ $editPath = "/-/blob/" }}
10 | {{ end }}
11 |
12 | {{ $contentPath := print .Site.Params.docsRepo $editPath .Site.Params.docsRepoBranch "/content/" }}
13 | {{ $url := print $contentPath .Lang "/" $filePath }}
14 |
15 |
23 |
--------------------------------------------------------------------------------
/layouts/partials/main/last-modified.html:
--------------------------------------------------------------------------------
1 | {{ if and .GitInfo .Site.Params.docsRepo -}}
2 | {{- $date := partial "main/date" (dict "Date" .GitInfo.AuthorDate.Local "Format" .Site.Params.BookDateFormat) -}}
3 | {{- $commitPath := default "commit" .Site.Params.BookCommitPath -}}
4 |
10 | {{ end -}}
--------------------------------------------------------------------------------
/layouts/partials/main/view-counter.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 |
7 |
9 |
10 |
11 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/layouts/partials/sidebar/auto-default-menu.html:
--------------------------------------------------------------------------------
1 |
2 | {{ $currentPage := . -}}
3 | {{ $section := $currentPage.Section -}}
4 | {{ range (where .Site.Sections "Section" "in" $section) }}
5 | {{ range .Sections.Reverse }}
6 | {{ $active := in $currentPage.RelPermalink .RelPermalink }}
7 | {{ .Title }}
8 |
9 | {{ range .Pages }}
10 | {{ if .IsNode }}
11 | {{ $active := in $currentPage.RelPermalink .RelPermalink }}
12 | {{ .Title }}
13 |
14 | {{ range .Pages }}
15 | {{ if .IsNode }}
16 | {{ $active := in $currentPage.RelPermalink .RelPermalink }}
17 | {{ .Title }}
18 |
19 | {{ range .Pages }}
20 | {{ $active := in $currentPage.RelPermalink .RelPermalink }}
21 | {{ .Name }}
22 | {{ end }}
23 |
24 | {{ else }}
25 | {{ $active := in $currentPage.RelPermalink .RelPermalink }}
26 | {{ .Name }}
27 | {{ end }}
28 | {{ end }}
29 |
30 | {{ else }}
31 | {{ $active := in $currentPage.RelPermalink .RelPermalink }}
32 | {{ .Name }}
33 | {{ end }}
34 | {{ end }}
35 |
36 | {{ end }}
37 | {{ end }}
38 |
--------------------------------------------------------------------------------
/layouts/partials/sidebar/docs-menu.html:
--------------------------------------------------------------------------------
1 | {{ if and .Site.Params.menu.section.auto .Site.Params.menu.section.collapsibleSidebar -}}
2 | {{ partial "sidebar/auto-collapsible-menu.html" . -}}
3 | {{ else if and .Site.Params.menu.section.auto (not .Site.Params.menu.section.collapsibleSidebar) -}}
4 | {{ partial "sidebar/auto-default-menu.html" . -}}
5 | {{ else if and (not .Site.Params.menu.section.auto) .Site.Params.menu.section.collapsibleSidebar -}}
6 | {{ partial "sidebar/manual-collapsible-menu.html" . -}}
7 | {{ else if and (not .Site.Params.menu.section.auto) (not .Site.Params.menu.section.collapsibleSidebar) -}}
8 | {{ partial "sidebar/manual-default-menu.html" . -}}
9 | {{ end -}}
10 |
--------------------------------------------------------------------------------
/layouts/robots.txt:
--------------------------------------------------------------------------------
1 | User-agent: *
2 | {{ if eq (hugo.Environment) "production" -}}
3 | Allow: /
4 | {{ else -}}
5 | Disallow: /
6 | {{ end }}
7 | Sitemap: {{ "sitemap.xml" | absURL -}}
8 |
--------------------------------------------------------------------------------
/layouts/rss.xml:
--------------------------------------------------------------------------------
1 | {{ printf "" | safeHTML }}
2 |
3 |
4 | {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}
5 | {{ .Permalink }}
6 | Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}
7 | Hugo -- gohugo.io {{ with .Site.LanguageCode }}
8 | {{.}} {{end}}{{ with .Site.Author.email }}
9 | {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}} {{end}}{{ with .Site.Author.email }}
10 | {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}} {{end}}{{ with .Site.Params.copyRight }}
11 | {{ . | safeHTML }} {{end}}{{ if not .Date.IsZero }}
12 | {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ end }}
13 | {{ with .OutputFormats.Get "RSS" }}
14 | {{ printf " " .Permalink .MediaType | safeHTML }}
15 | {{ end }}
16 | {{ range .Pages }}{{ if ne .Params.feed_exclude true }}
17 | -
18 |
{{ .Title }}
19 | {{ .Permalink }}
20 | {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}
21 | {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}} {{end}}
22 | {{ .Permalink }}
23 | {{ .Summary | html }}
24 |
25 | {{ end }}{{ end }}
26 |
27 |
28 |
--------------------------------------------------------------------------------
/layouts/shortcodes/alert.html:
--------------------------------------------------------------------------------
1 |
2 |
{{ with .Get "icon" }}{{.}} {{ end }}
3 | {{ with .Get "text"}}
4 |
{{ . | safeHTML }}
5 | {{ else }}
6 | {{ with .Inner}}
7 |
{{ . | markdownify}}
8 | {{ else }}
9 | {{ errorf "No valid text variable or Inner content given"}}
10 | {{ end }}
11 | {{ end}}
12 |
13 |
--------------------------------------------------------------------------------
/layouts/shortcodes/email.html:
--------------------------------------------------------------------------------
1 | {{ with .Get "user" }}{{.}}{{ end }} at {{ with .Get "domain" }}{{.}}{{ end }}
--------------------------------------------------------------------------------
/layouts/shortcodes/img.html:
--------------------------------------------------------------------------------
1 | {{ $image := .Page.Resources.GetMatch (printf "*%s*" (.Get "src")) -}}
2 | {{ $lqip := $image.Resize $.Site.Params.lqipWidth -}}
3 |
4 | {{ $imgSrc := "" -}}
5 | {{ $imgSrcSet := slice -}}
6 |
7 | {{ $widths := $.Site.Params.landscapePhotoWidths -}}
8 | {{ if gt $image.Height $image.Width -}}
9 | {{ $widths = $.Site.Params.portraitPhotoWidths -}}
10 | {{ end -}}
11 |
12 | {{ range $widths -}}
13 | {{ $srcUrl := (printf "%dx" . | $image.Resize).RelPermalink -}}
14 | {{ if eq $imgSrc "" -}}{{ $imgSrc = $srcUrl -}}{{ end -}}
15 | {{ $imgSrcSet = $imgSrcSet | append (printf "%s %dw" $srcUrl .) -}}
16 | {{ end -}}
17 | {{ $imgSrcSet = (delimit $imgSrcSet ",") -}}
18 |
19 |
20 |
21 |
22 | {{ with .Get "caption" }}{{ . | safeHTML }} {{ end }}
23 |
24 |
--------------------------------------------------------------------------------
/layouts/shortcodes/mermaid.html:
--------------------------------------------------------------------------------
1 | {{ if .Page.Params.mermaid -}}
2 |
3 | {{ $data := replaceRE "(^\\s+```)" "" .Inner -}}
4 | {{ replaceRE "(```\\s+$)" "" $data -}}
5 |
6 | {{ else -}}
7 | {{ errorf "Failed to process mermaid shortcode: %s. Set mermaid to true in page front matter." .Position }}
8 | {{ end -}}
9 |
--------------------------------------------------------------------------------
/layouts/shortcodes/video.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{ with .Get "webm-src" -}}
4 |
5 | {{ end -}}
6 | {{ with .Get "mp4-src" -}}
7 |
8 | {{ end -}}
9 | Sorry, your browser doesn't support embedded videos.
10 |
11 |
12 |
--------------------------------------------------------------------------------
/layouts/sitemap.xml:
--------------------------------------------------------------------------------
1 | {{ printf "" | safeHTML }}
2 |
4 | {{ range .Data.Pages }}{{ if ne .Params.sitemap_exclude true }}
5 |
6 | {{ .Permalink }} {{ if not .Lastmod.IsZero }}
7 | {{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }} {{ end }}{{ with .Sitemap.ChangeFreq }}
8 | {{ . }} {{ end }}{{ if ge .Sitemap.Priority 0.0 }}
9 | {{ .Sitemap.Priority }} {{ end }}{{ if .IsTranslated }}{{ range .Translations }}
10 | {{ end }}
15 | {{ end }}
20 |
21 | {{ end }}{{ end }}
22 |
23 |
--------------------------------------------------------------------------------
/netlify.toml:
--------------------------------------------------------------------------------
1 | [build]
2 | publish = "public"
3 | functions = "functions"
4 |
5 | [build.environment]
6 | NODE_VERSION = "16.13.1"
7 | NPM_VERSION = "8.1.2"
8 |
9 | [context.production]
10 | command = "npm run build"
11 |
12 | [context.deploy-preview]
13 | command = "npm run build -- -b $DEPLOY_PRIME_URL"
14 |
15 | [context.branch-deploy]
16 | command = "npm run build -- -b $DEPLOY_PRIME_URL"
17 |
18 | [context.next]
19 | command = "npm run build"
20 |
21 | [context.next.environment]
22 | HUGO_ENV = "next"
23 |
24 | [dev]
25 | framework = "#custom"
26 | command = "npm run start"
27 | targetPort = 1313
28 | port = 8888
29 | publish = "public"
30 | autoLaunch = false
31 |
--------------------------------------------------------------------------------
/static/android-chrome-192x192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/android-chrome-192x192.png
--------------------------------------------------------------------------------
/static/android-chrome-512x512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/android-chrome-512x512.png
--------------------------------------------------------------------------------
/static/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/apple-touch-icon.png
--------------------------------------------------------------------------------
/static/css/vendor/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/css/vendor/.gitkeep
--------------------------------------------------------------------------------
/static/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/favicon-16x16.png
--------------------------------------------------------------------------------
/static/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/favicon-32x32.png
--------------------------------------------------------------------------------
/static/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/favicon.ico
--------------------------------------------------------------------------------
/static/fonts/KaTeX_AMS-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_AMS-Regular.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_AMS-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_AMS-Regular.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_AMS-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_AMS-Regular.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Caligraphic-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Caligraphic-Bold.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Caligraphic-Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Caligraphic-Bold.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Caligraphic-Bold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Caligraphic-Bold.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Caligraphic-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Caligraphic-Regular.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Caligraphic-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Caligraphic-Regular.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Caligraphic-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Caligraphic-Regular.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Fraktur-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Fraktur-Bold.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Fraktur-Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Fraktur-Bold.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Fraktur-Bold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Fraktur-Bold.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Fraktur-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Fraktur-Regular.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Fraktur-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Fraktur-Regular.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Fraktur-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Fraktur-Regular.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Main-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Main-Bold.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Main-Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Main-Bold.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Main-Bold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Main-Bold.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Main-BoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Main-BoldItalic.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Main-BoldItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Main-BoldItalic.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Main-BoldItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Main-BoldItalic.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Main-Italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Main-Italic.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Main-Italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Main-Italic.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Main-Italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Main-Italic.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Main-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Main-Regular.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Main-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Main-Regular.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Main-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Main-Regular.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Math-BoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Math-BoldItalic.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Math-BoldItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Math-BoldItalic.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Math-BoldItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Math-BoldItalic.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Math-Italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Math-Italic.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Math-Italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Math-Italic.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Math-Italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Math-Italic.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_SansSerif-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_SansSerif-Bold.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_SansSerif-Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_SansSerif-Bold.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_SansSerif-Bold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_SansSerif-Bold.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_SansSerif-Italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_SansSerif-Italic.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_SansSerif-Italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_SansSerif-Italic.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_SansSerif-Italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_SansSerif-Italic.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_SansSerif-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_SansSerif-Regular.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_SansSerif-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_SansSerif-Regular.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_SansSerif-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_SansSerif-Regular.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Script-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Script-Regular.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Script-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Script-Regular.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Script-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Script-Regular.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Size1-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Size1-Regular.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Size1-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Size1-Regular.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Size1-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Size1-Regular.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Size2-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Size2-Regular.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Size2-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Size2-Regular.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Size2-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Size2-Regular.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Size3-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Size3-Regular.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Size3-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Size3-Regular.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Size3-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Size3-Regular.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Size4-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Size4-Regular.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Size4-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Size4-Regular.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Size4-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Size4-Regular.woff2
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Typewriter-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Typewriter-Regular.ttf
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Typewriter-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Typewriter-Regular.woff
--------------------------------------------------------------------------------
/static/fonts/KaTeX_Typewriter-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/KaTeX_Typewriter-Regular.woff2
--------------------------------------------------------------------------------
/static/fonts/vendor/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/vendor/.gitkeep
--------------------------------------------------------------------------------
/static/fonts/vendor/jost/jost-v4-latin-500.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/vendor/jost/jost-v4-latin-500.woff
--------------------------------------------------------------------------------
/static/fonts/vendor/jost/jost-v4-latin-500.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/vendor/jost/jost-v4-latin-500.woff2
--------------------------------------------------------------------------------
/static/fonts/vendor/jost/jost-v4-latin-500italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/vendor/jost/jost-v4-latin-500italic.woff
--------------------------------------------------------------------------------
/static/fonts/vendor/jost/jost-v4-latin-500italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/vendor/jost/jost-v4-latin-500italic.woff2
--------------------------------------------------------------------------------
/static/fonts/vendor/jost/jost-v4-latin-700.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/vendor/jost/jost-v4-latin-700.woff
--------------------------------------------------------------------------------
/static/fonts/vendor/jost/jost-v4-latin-700.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/vendor/jost/jost-v4-latin-700.woff2
--------------------------------------------------------------------------------
/static/fonts/vendor/jost/jost-v4-latin-700italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/vendor/jost/jost-v4-latin-700italic.woff
--------------------------------------------------------------------------------
/static/fonts/vendor/jost/jost-v4-latin-700italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/vendor/jost/jost-v4-latin-700italic.woff2
--------------------------------------------------------------------------------
/static/fonts/vendor/jost/jost-v4-latin-italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/vendor/jost/jost-v4-latin-italic.woff
--------------------------------------------------------------------------------
/static/fonts/vendor/jost/jost-v4-latin-italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/vendor/jost/jost-v4-latin-italic.woff2
--------------------------------------------------------------------------------
/static/fonts/vendor/jost/jost-v4-latin-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/vendor/jost/jost-v4-latin-regular.woff
--------------------------------------------------------------------------------
/static/fonts/vendor/jost/jost-v4-latin-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fonts/vendor/jost/jost-v4-latin-regular.woff2
--------------------------------------------------------------------------------
/static/fullstackhero.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/fullstackhero.png
--------------------------------------------------------------------------------
/static/fullstackhero.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/static/images/full-stack-hero-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/images/full-stack-hero-logo.png
--------------------------------------------------------------------------------
/static/images/navbar-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/images/navbar-logo.png
--------------------------------------------------------------------------------
/static/images/tools/angular.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/static/images/tools/blazor.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/static/images/tools/bootstrap.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/static/images/tools/git.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/static/images/tools/github.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/static/images/tools/net.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/static/images/tools/npm.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/static/images/tools/visualcode.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/static/images/vendor/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/images/vendor/.gitkeep
--------------------------------------------------------------------------------
/static/js/vendor/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/js/vendor/.gitkeep
--------------------------------------------------------------------------------
/static/logo-fullstackhero.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/logo-fullstackhero.png
--------------------------------------------------------------------------------
/static/logo-fullstackhero.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/static/site.webmanifest:
--------------------------------------------------------------------------------
1 | {"name":"Doks Theme","short_name":"Doks","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#fff","background_color":"#fff","display":"standalone"}
--------------------------------------------------------------------------------
/static/videos/flower.mp4:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/videos/flower.mp4
--------------------------------------------------------------------------------
/static/videos/flower.webm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fullstackhero/docs/4da499a8cf413d7ce879e775a0c1053f53ca663e/static/videos/flower.webm
--------------------------------------------------------------------------------
/theme.toml:
--------------------------------------------------------------------------------
1 | name = "Doks"
2 | license = "MIT"
3 | licenselink = "https://github.com/h-enk/doks/blob/master/LICENSE"
4 | description = "Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default."
5 |
6 | homepage = "https://github.com/h-enk/doks"
7 | demosite = "https://doks.netlify.app"
8 |
9 | tags = ["landing page", "documentation", "blog", "minimal", "modern", "customizable", "search", "dark mode", "bootstrap"]
10 | features = ["security aware", "fast by default", "seo-ready", "development tools", "bootstrap framework", "netlify-ready", "full text search", "page layouts", "dark mode"]
11 |
12 | [author]
13 | name = "Henk Verlinde"
14 | homepage = "https://henkverlinde.com"
15 |
--------------------------------------------------------------------------------