Skip to content

Commit 6befc3c

Browse files
committed
content: Restructure using the Diátaxis model
Closes gohugoio#1289 Closes gohugoio#1573 Closes gohugoio#2308 Closes gohugoio#2355 Closes gohugoio#2448 Closes gohugoio#2461 Closes gohugoio#2850 Closes gohugoio#3172 Closes gohugoio#3187
1 parent 2ec625a commit 6befc3c

File tree

1,176 files changed

+11002
-3925
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,176 files changed

+11002
-3925
lines changed

.cspell.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@
3131
"# cspell: ignore words joined with dot",
3232
"\\w+\\.\\w+",
3333
"# cspell: ignore strings within backticks",
34-
"`.+`",
34+
"`.+?`",
3535
"# cspell: ignore strings within double quotes",
36-
"\".+\"",
36+
"\".+?\"",
3737
"# cspell: ignore strings within brackets",
38-
"\\[.+\\]",
38+
"\\[.+?\\]",
3939
"# cspell: ignore strings within parentheses",
40-
"\\(.+\\)",
40+
"\\(.+?\\)",
4141
"# cspell: ignore words that begin with a slash",
4242
"/\\w+",
4343
"# cspell: ignore everything within action delimiters",
44-
"\\{\\{.+\\}\\}",
44+
"\\{\\{.+?\\}\\}",
4545
"# cspell: ignore everything after a right arrow",
4646
"\\s+→\\s+.+"
4747
],
@@ -97,6 +97,7 @@
9797
"shortcode",
9898
"stringifier",
9999
"struct",
100+
"structs",
100101
"toclevels",
101102
"unmarshal",
102103
"unpublishdate",
@@ -132,6 +133,7 @@
132133
"# ----------------------------------------------------------------------",
133134
"# cspell: ignore names",
134135
"# ----------------------------------------------------------------------",
136+
"Ananke",
135137
"Atishay",
136138
"Cosette",
137139
"Eliott",
@@ -166,6 +168,7 @@
166168
"kubuntu",
167169
"lubuntu",
168170
"mathjax",
171+
"mhchem",
169172
"nosql",
170173
"pandoc",
171174
"pkgin",
@@ -178,6 +181,7 @@
178181
"ccpa",
179182
"cpra",
180183
"ddmaurier",
184+
"diátaxis",
181185
"dring",
182186
"fleqn",
183187
"inor",

.vscode/extensions.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions

_archive/_index.md

Lines changed: 48 additions & 0 deletions
File renamed without changes.

_archive/showcase/_index.md

Lines changed: 3 additions & 0 deletions

0 commit comments

Comments
 (0)