diff --git a/assets/css/styles.css b/assets/css/styles.css
index b5c61c9..4bd83c9 100644
--- a/assets/css/styles.css
+++ b/assets/css/styles.css
@@ -1,3 +1,22 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
+
+
+html {
+ @apply text-base antialiased;
+ font-feature-settings: "rlig" 1, "calt" 1, "ss01" 1;
+ -webkit-tap-highlight-color: transparent;
+}
+
+body {
+ @apply bg-white text-gray-900;
+}
+
+:root {
+ --primary-hue: 212deg;
+}
+
+.dark {
+ --primary-hue: 204deg;
+}
diff --git a/content/_index.md b/content/_index.md
index 9891839..da7bc63 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,134 +1,3 @@
---
-title: Markdown Syntax Guide
+title: Hextra Theme
---
-
-This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
-
-
-## Headings
-
-The following HTML `
`—`` elements represent six levels of section headings. `` is the highest section level while `` is the lowest.
-
-# H1
-## H2
-### H3
-#### H4
-##### H5
-###### H6
-
-## Paragraph
-
-Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
-
-Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
-
-## Blockquotes
-
-The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.
-
-#### Blockquote without attribution
-
-> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
-> **Note** that you can use *Markdown syntax* within a blockquote.
-
-#### Blockquote with attribution
-
-> Don't communicate by sharing memory, share memory by communicating.
-> — Rob Pike[^1]
-
-[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
-
-## Tables
-
-Tables aren't part of the core Markdown spec, but Hugo supports them out-of-the-box.
-
- Name | Age
---------|------
- Bob | 27
- Alice | 23
-
-#### Inline Markdown within tables
-
-| Italics | Bold | Code |
-| -------- | -------- | ------ |
-| *italics* | **bold** | `code` |
-
-## Code Blocks
-
-#### Code block with backticks
-
-```html
-
-
-
-
- Example HTML5 Document
-
-
-
Test
-
-
-```
-
-#### Code block indented with four spaces
-
-
-
-
-
- Example HTML5 Document
-
-
- Test
-
-
-
-#### Code block with Hugo's internal highlight shortcode
-{{< highlight html >}}
-
-
-
-
- Example HTML5 Document
-
-
- Test
-
-
-{{< /highlight >}}
-
-## List Types
-
-#### Ordered List
-
-1. First item
-2. Second item
-3. Third item
-
-#### Unordered List
-
-* List item
-* Another item
-* And another item
-
-#### Nested list
-
-* Fruit
- * Apple
- * Orange
- * Banana
-* Dairy
- * Milk
- * Cheese
-
-## Other Elements — abbr, sub, sup, kbd, mark
-
-GIF is a bitmap image format.
-
-H2O
-
-Xn + Yn = Zn
-
-Press CTRL+ALT+Delete to end the session.
-
-Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.
diff --git a/content/about/index.md b/content/about/index.md
new file mode 100644
index 0000000..c492428
--- /dev/null
+++ b/content/about/index.md
@@ -0,0 +1,3 @@
+---
+title: About
+---
diff --git a/content/docs/_index.md b/content/docs/_index.md
new file mode 100644
index 0000000..05e96e2
--- /dev/null
+++ b/content/docs/_index.md
@@ -0,0 +1,3 @@
+---
+title: Documentation
+---
diff --git a/content/docs/guide/_index.md b/content/docs/guide/_index.md
new file mode 100644
index 0000000..36cd3af
--- /dev/null
+++ b/content/docs/guide/_index.md
@@ -0,0 +1,6 @@
+---
+title: Guide
+weight: 2
+---
+
+Guide to the project.
diff --git a/content/docs/guide/advanced/_index.md b/content/docs/guide/advanced/_index.md
new file mode 100644
index 0000000..92e7c70
--- /dev/null
+++ b/content/docs/guide/advanced/_index.md
@@ -0,0 +1,5 @@
+---
+title: Advanced
+---
+
+Advanced topics.
diff --git a/content/docs/guide/markdown.md b/content/docs/guide/markdown.md
new file mode 100644
index 0000000..5c850b8
--- /dev/null
+++ b/content/docs/guide/markdown.md
@@ -0,0 +1,134 @@
+---
+title: Markdown
+---
+
+This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
+
+
+## Headings
+
+The following HTML ``—`` elements represent six levels of section headings. `` is the highest section level while `` is the lowest.
+
+# H1
+## H2
+### H3
+#### H4
+##### H5
+###### H6
+
+## Paragraph
+
+Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
+
+Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
+
+## Blockquotes
+
+The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.
+
+#### Blockquote without attribution
+
+> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
+> **Note** that you can use *Markdown syntax* within a blockquote.
+
+#### Blockquote with attribution
+
+> Don't communicate by sharing memory, share memory by communicating.
+> — Rob Pike[^1]
+
+[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
+
+## Tables
+
+Tables aren't part of the core Markdown spec, but Hugo supports them out-of-the-box.
+
+ Name | Age
+--------|------
+ Bob | 27
+ Alice | 23
+
+#### Inline Markdown within tables
+
+| Italics | Bold | Code |
+| -------- | -------- | ------ |
+| *italics* | **bold** | `code` |
+
+## Code Blocks
+
+#### Code block with backticks
+
+```html
+
+
+
+
+ Example HTML5 Document
+
+
+
Test
+
+
+```
+
+#### Code block indented with four spaces
+
+
+
+
+
+ Example HTML5 Document
+
+
+ Test
+
+
+
+#### Code block with Hugo's internal highlight shortcode
+{{< highlight html >}}
+
+
+
+
+ Example HTML5 Document
+
+
+ Test
+
+
+{{< /highlight >}}
+
+## List Types
+
+#### Ordered List
+
+1. First item
+2. Second item
+3. Third item
+
+#### Unordered List
+
+* List item
+* Another item
+* And another item
+
+#### Nested list
+
+* Fruit
+ * Apple
+ * Orange
+ * Banana
+* Dairy
+ * Milk
+ * Cheese
+
+## Other Elements — abbr, sub, sup, kbd, mark
+
+GIF is a bitmap image format.
+
+H2O
+
+Xn + Yn = Zn
+
+Press CTRL+ALT+Delete to end the session.
+
+Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.
diff --git a/content/docs/guide/organize-files.md b/content/docs/guide/organize-files.md
new file mode 100644
index 0000000..8631727
--- /dev/null
+++ b/content/docs/guide/organize-files.md
@@ -0,0 +1,5 @@
+---
+title: Organize Files
+---
+
+Organize files in the project.
diff --git a/content/docs/introduction.md b/content/docs/introduction.md
new file mode 100644
index 0000000..cd1c18d
--- /dev/null
+++ b/content/docs/introduction.md
@@ -0,0 +1,6 @@
+---
+title: Introduction
+weight: 1
+---
+
+Introduction to the project.
diff --git a/content/showcase/index.md b/content/showcase/index.md
new file mode 100644
index 0000000..fe0e0d9
--- /dev/null
+++ b/content/showcase/index.md
@@ -0,0 +1,3 @@
+---
+title: Showcase
+---
diff --git a/hugo.toml b/hugo.toml
index 2f645e1..9146a55 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -45,3 +45,8 @@ disableKinds = ["taxonomy", "term"]
name = 'About'
pageRef = '/about'
weight = 30
+ [[menu.main]]
+ name = 'GitHub'
+ url = 'https://github.com'
+ weight = 40
+ params = { icon = 'github' }
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 5f8e2ec..65e2aab 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,11 +1,9 @@
- {{- partial "head.html" . -}}
-
- {{- partial "header.html" . -}}
-
- {{- block "main" . }}{{- end }}
-
- {{- partial "footer.html" . -}}
-
+ {{- partial "head.html" . -}}
+
+ {{- partial "navbar.html" . -}}
+ {{- block "main" . }}{{ end -}}
+ {{- partial "footer.html" . -}}
+
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index e69de29..8fb13f4 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -0,0 +1,5 @@
+{{ define "main" }}
+
+{{ end }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index e69de29..8fb13f4 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -0,0 +1,5 @@
+{{ define "main" }}
+
+{{ end }}
diff --git a/layouts/docs/list.html b/layouts/docs/list.html
new file mode 100644
index 0000000..b8ba1bb
--- /dev/null
+++ b/layouts/docs/list.html
@@ -0,0 +1,5 @@
+{{ define "main" }}
+
+ {{ partial "sidebar.html" . }}
+
+{{ end }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
deleted file mode 100644
index e69de29..0000000
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
new file mode 100644
index 0000000..d803363
--- /dev/null
+++ b/layouts/partials/navbar.html
@@ -0,0 +1,26 @@
+
diff --git a/tailwind.config.js b/tailwind.config.js
index 7dbf328..30346c0 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -1,6 +1,70 @@
-const typography = require('@tailwindcss/typography');
+const colors = require('tailwindcss/colors')
+
+const makePrimaryColor =
+ l =>
+ ({ opacityValue }) => {
+ if (opacityValue === undefined) {
+ return `hsl(var(--primary-hue) 100% ${l}%)`
+ }
+ return `hsl(var(--primary-hue) 100% ${l}% / ${opacityValue})`
+ }
module.exports = {
content: ['./hugo_stats.json'],
- plugins: [typography],
+ theme: {
+ screens: {
+ sm: '640px',
+ md: '768px',
+ lg: '1024px',
+ xl: '1280px',
+ '2xl': '1536px'
+ },
+ fontSize: {
+ xs: '.75rem',
+ sm: '.875rem',
+ base: '1rem',
+ lg: '1.125rem',
+ xl: '1.25rem',
+ '2xl': '1.5rem',
+ '3xl': '1.875rem',
+ '4xl': '2.25rem',
+ '5xl': '3rem',
+ '6xl': '4rem'
+ },
+ letterSpacing: {
+ tight: '-0.015em'
+ },
+ colors: {
+ transparent: 'transparent',
+ current: 'currentColor',
+ black: '#000',
+ white: '#fff',
+ gray: colors.gray,
+ slate: colors.slate,
+ neutral: colors.neutral,
+ red: colors.red,
+ orange: colors.orange,
+ blue: colors.blue,
+ yellow: colors.yellow,
+ primary: {
+ 50: makePrimaryColor(97),
+ 100: makePrimaryColor(94),
+ 200: makePrimaryColor(86),
+ 300: makePrimaryColor(77),
+ 400: makePrimaryColor(66),
+ 500: makePrimaryColor(50),
+ 600: makePrimaryColor(45),
+ 700: makePrimaryColor(39),
+ 750: makePrimaryColor(35),
+ 800: makePrimaryColor(32),
+ 900: makePrimaryColor(24)
+ }
+ },
+ extend: {
+ colors: {
+ dark: '#111'
+ }
+ }
+ },
+ darkMode: ['class', 'html[class~="dark"]']
};