From 403b1a530af42d337ddaa97a437b5c25c0fc8fea Mon Sep 17 00:00:00 2001
From: Evan Hemsley <2342303+ehemsley@users.noreply.github.com>
Date: Tue, 21 May 2019 17:29:34 -0700
Subject: [PATCH] initial commit
---
archetypes/default.md | 6 +
config.toml | 10 +
content/_index.md | 14 +
content/why/_index.md | 13 +
content/why/architecture/_index.md | 9 +
content/why/architecture/ecs.md | 32 +
content/why/architecture/hyper_ecs.md | 35 +
content/why/architecture/mess.md | 21 +
content/why/architecture/oop.md | 27 +
content/why/the_hard_way/_index.md | 23 +
layouts/partials/logo.html | 1 +
public/404.html | 62 +
public/categories/index.html | 319 ++
public/categories/index.xml | 14 +
public/css/atom-one-dark-reasonable.css | 77 +
public/css/auto-complete.css | 47 +
public/css/featherlight.min.css | 8 +
public/css/fontawesome-all.min.css | 1 +
public/css/hugo-theme.css | 254 ++
public/css/hybrid.css | 102 +
public/css/nucleus.css | 615 ++++
public/css/perfect-scrollbar.min.css | 2 +
public/css/tags.css | 49 +
public/css/theme-blue.css | 111 +
public/css/theme-encompass.css | 103 +
public/css/theme-green.css | 111 +
public/css/theme-red.css | 111 +
public/css/theme.css | 1132 +++++++
public/fonts/Inconsolata.eot | Bin 0 -> 35620 bytes
public/fonts/Inconsolata.svg | 359 +++
public/fonts/Inconsolata.ttf | Bin 0 -> 63184 bytes
public/fonts/Inconsolata.woff | Bin 0 -> 38248 bytes
.../Novecentosanswide-Normal-webfont.eot | Bin 0 -> 22446 bytes
.../Novecentosanswide-Normal-webfont.svg | 1019 ++++++
.../Novecentosanswide-Normal-webfont.ttf | Bin 0 -> 56884 bytes
.../Novecentosanswide-Normal-webfont.woff | Bin 0 -> 24772 bytes
.../Novecentosanswide-Normal-webfont.woff2 | Bin 0 -> 19760 bytes
.../Novecentosanswide-UltraLight-webfont.eot | Bin 0 -> 21080 bytes
.../Novecentosanswide-UltraLight-webfont.svg | 918 ++++++
.../Novecentosanswide-UltraLight-webfont.ttf | Bin 0 -> 55600 bytes
.../Novecentosanswide-UltraLight-webfont.woff | Bin 0 -> 23476 bytes
...Novecentosanswide-UltraLight-webfont.woff2 | Bin 0 -> 18716 bytes
public/fonts/Work_Sans_200.eot | Bin 0 -> 24290 bytes
public/fonts/Work_Sans_200.svg | 332 ++
public/fonts/Work_Sans_200.ttf | Bin 0 -> 49752 bytes
public/fonts/Work_Sans_200.woff | Bin 0 -> 25896 bytes
public/fonts/Work_Sans_200.woff2 | Bin 0 -> 21128 bytes
public/fonts/Work_Sans_300.eot | Bin 0 -> 24817 bytes
public/fonts/Work_Sans_300.svg | 331 ++
public/fonts/Work_Sans_300.ttf | Bin 0 -> 50784 bytes
public/fonts/Work_Sans_300.woff | Bin 0 -> 26392 bytes
public/fonts/Work_Sans_300.woff2 | Bin 0 -> 21548 bytes
public/fonts/Work_Sans_500.eot | Bin 0 -> 26481 bytes
public/fonts/Work_Sans_500.svg | 333 ++
public/fonts/Work_Sans_500.ttf | Bin 0 -> 54232 bytes
public/fonts/Work_Sans_500.woff | Bin 0 -> 27900 bytes
public/fonts/Work_Sans_500.woff2 | Bin 0 -> 22884 bytes
public/images/clippy.svg | 1 +
public/images/favicon.png | Bin 0 -> 608 bytes
public/images/gopher-404.jpg | Bin 0 -> 206249 bytes
public/images/logo.png | Bin 0 -> 76864 bytes
public/index.html | 285 ++
public/index.json | 36 +
public/index.xml | 14 +
public/js/auto-complete.js | 223 ++
public/js/clipboard.min.js | 7 +
public/js/featherlight.min.js | 9 +
public/js/highlight.pack.js | 3 +
public/js/html5shiv-printshiv.min.js | 4 +
public/js/hugo-learn.js | 91 +
public/js/jquery-3.3.1.min.js | 2 +
public/js/jquery.sticky.js | 288 ++
public/js/learn.js | 459 +++
public/js/lunr.min.js | 6 +
public/js/modernizr.custom-3.6.0.js | 3 +
public/js/perfect-scrollbar.jquery.min.js | 2 +
public/js/perfect-scrollbar.min.js | 2 +
public/js/search.js | 93 +
public/mermaid/mermaid.css | 277 ++
public/mermaid/mermaid.dark.css | 278 ++
public/mermaid/mermaid.forest.css | 356 +++
public/mermaid/mermaid.js | 8 +
public/sitemap.xml | 29 +
public/tags/index.html | 319 ++
public/tags/index.xml | 14 +
public/webfonts/fa-brands-400.eot | Bin 0 -> 134396 bytes
public/webfonts/fa-brands-400.svg | 1260 ++++++++
public/webfonts/fa-brands-400.ttf | Bin 0 -> 134160 bytes
public/webfonts/fa-brands-400.woff | Bin 0 -> 87048 bytes
public/webfonts/fa-brands-400.woff2 | Bin 0 -> 74288 bytes
public/webfonts/fa-regular-400.eot | Bin 0 -> 40308 bytes
public/webfonts/fa-regular-400.svg | 471 +++
public/webfonts/fa-regular-400.ttf | Bin 0 -> 40080 bytes
public/webfonts/fa-regular-400.woff | Bin 0 -> 18164 bytes
public/webfonts/fa-regular-400.woff2 | Bin 0 -> 14872 bytes
public/webfonts/fa-solid-900.eot | Bin 0 -> 209012 bytes
public/webfonts/fa-solid-900.svg | 2763 +++++++++++++++++
public/webfonts/fa-solid-900.ttf | Bin 0 -> 208792 bytes
public/webfonts/fa-solid-900.woff | Bin 0 -> 102224 bytes
public/webfonts/fa-solid-900.woff2 | Bin 0 -> 79100 bytes
public/why/architecture/index.html | 328 ++
public/why/architecture/index.xml | 14 +
public/why/index.html | 323 ++
public/why/index.xml | 15 +
static/css/theme-encompass.css | 103 +
static/images/logo.png | Bin 0 -> 76864 bytes
themes/hugo-theme-learn/.editorconfig | 16 +
themes/hugo-theme-learn/.gitignore | 3 +
themes/hugo-theme-learn/.grenrc.yml | 25 +
themes/hugo-theme-learn/CHANGELOG.md | 154 +
themes/hugo-theme-learn/LICENSE.md | 22 +
themes/hugo-theme-learn/README.md | 60 +
themes/hugo-theme-learn/archetypes/chapter.md | 13 +
themes/hugo-theme-learn/archetypes/default.md | 7 +
.../hugo-theme-learn/exampleSite/LICENSE.md | 20 +
.../hugo-theme-learn/exampleSite/config.toml | 75 +
.../exampleSite/content/_index.en.md | 41 +
.../exampleSite/content/_index.fr.md | 43 +
.../exampleSite/content/basics/_index.en.md | 12 +
.../exampleSite/content/basics/_index.fr.md | 12 +
.../content/basics/configuration/_index.en.md | 58 +
.../content/basics/configuration/_index.fr.md | 54 +
.../content/basics/installation/_index.en.md | 102 +
.../content/basics/installation/_index.fr.md | 100 +
.../basics/installation/images/chapter.png | Bin 0 -> 47775 bytes
.../content/basics/requirements/_index.en.md | 11 +
.../content/basics/requirements/_index.fr.md | 11 +
.../basics/requirements/images/magic.gif | Bin 0 -> 1458653 bytes
.../basics/style-customization/_index.en.md | 194 ++
.../basics/style-customization/_index.fr.md | 194 ++
.../images/blue-variant.png | Bin 0 -> 244663 bytes
.../images/green-variant.png | Bin 0 -> 245961 bytes
.../images/red-variant.png | Bin 0 -> 245140 bytes
.../exampleSite/content/cont/_index.en.md | 12 +
.../exampleSite/content/cont/_index.fr.md | 12 +
.../exampleSite/content/cont/archetypes.en.md | 57 +
.../exampleSite/content/cont/archetypes.fr.md | 57 +
.../content/cont/i18n/_index.en.md | 78 +
.../content/cont/i18n/_index.fr.md | 78 +
.../content/cont/i18n/images/i18n-menu.gif | Bin 0 -> 24315 bytes
.../exampleSite/content/cont/icons.en.md | 41 +
.../exampleSite/content/cont/markdown.en.md | 665 ++++
.../exampleSite/content/cont/markdown.fr.md | 666 ++++
.../content/cont/menushortcuts.en.md | 109 +
.../content/cont/menushortcuts.fr.md | 109 +
.../content/cont/pages/_index.en.md | 166 +
.../content/cont/pages/_index.fr.md | 146 +
.../cont/pages/images/frontmatter-icon.png | Bin 0 -> 5811 bytes
.../cont/pages/images/pages-chapter.png | Bin 0 -> 156077 bytes
.../cont/pages/images/pages-default.png | Bin 0 -> 201190 bytes
.../exampleSite/content/cont/tags.en.md | 39 +
.../exampleSite/content/cont/tags.fr.md | 40 +
.../exampleSite/content/credits.en.md | 28 +
.../exampleSite/content/credits.fr.md | 28 +
.../content/shortcodes/_index.en.md | 16 +
.../content/shortcodes/_index.fr.md | 16 +
.../attachments.en.files/BachGavotteShort.mp3 | Bin 0 -> 366464 bytes
.../Carroll_AliceAuPaysDesMerveilles.pdf | Bin 0 -> 179272 bytes
.../adivorciarsetoca00cape.pdf | Bin 0 -> 370183 bytes
.../shortcodes/attachments.en.files/hugo.png | Bin 0 -> 18210 bytes
.../movieselectricsheep-flock-244-32500-2.mp4 | Bin 0 -> 348402 bytes
.../content/shortcodes/attachments.en.md | 85 +
.../attachments.fr.files/BachGavotteShort.mp3 | Bin 0 -> 366464 bytes
.../Carroll_AliceAuPaysDesMerveilles.pdf | Bin 0 -> 179272 bytes
.../adivorciarsetoca00cape.pdf | Bin 0 -> 370183 bytes
.../shortcodes/attachments.fr.files/hugo.png | Bin 0 -> 18210 bytes
.../movieselectricsheep-flock-244-32500-2.mp4 | Bin 0 -> 348402 bytes
.../content/shortcodes/attachments.fr.md | 85 +
.../content/shortcodes/button.en.md | 16 +
.../content/shortcodes/button.fr.md | 16 +
.../content/shortcodes/children/_index.en.md | 45 +
.../content/shortcodes/children/_index.fr.md | 45 +
.../children/children-1/_index.en.md | 6 +
.../children/children-1/_index.fr.md | 6 +
.../children-1/children-1-1/_index.en.md | 6 +
.../children-1/children-1-1/_index.fr.md | 6 +
.../children-1-1/children-1-1-1/_index.en.md | 6 +
.../children-1-1/children-1-1-1/_index.fr.md | 6 +
.../children-1-1-1-1/_index.en.md | 6 +
.../children-1-1-1-1/_index.fr.md | 6 +
.../children-1-1-1-1-1/_index.en.md | 6 +
.../children-1-1-1-1-1/_index.fr.md | 6 +
.../children/children-2/_index.en.md | 11 +
.../children/children-2/_index.fr.md | 11 +
.../children/children-2/test3.en.md | 6 +
.../children/children-2/test3.fr.md | 6 +
.../children/children-3/_index.en.md | 6 +
.../children/children-3/_index.fr.md | 6 +
.../children/children-4/_index.en.md | 7 +
.../children/children-4/_index.fr.md | 7 +
.../content/shortcodes/children/test.en.md | 6 +
.../content/shortcodes/children/test.fr.md | 6 +
.../content/shortcodes/expand.en.md | 45 +
.../content/shortcodes/expand.fr.md | 45 +
.../content/shortcodes/mermaid.en.md | 283 ++
.../content/shortcodes/mermaid.fr.md | 283 ++
.../content/shortcodes/notice.en.md | 62 +
.../content/shortcodes/notice.fr.md | 62 +
.../content/shortcodes/siteparam.en.md | 23 +
.../content/shortcodes/siteparam.fr.md | 23 +
.../exampleSite/content/showcase.en.md | 10 +
.../exampleSite/content/showcase.fr.md | 11 +
.../layouts/partials/custom-footer.html | 10 +
.../exampleSite/layouts/partials/logo.html | 39 +
.../layouts/partials/menu-footer.html | 14 +
.../layouts/shortcodes/ghcontributors.html | 31 +
.../exampleSite/static/css/theme-mine.css | 104 +
.../static/fonts/monogramos-webfont.eot | Bin 0 -> 28654 bytes
.../static/fonts/monogramos-webfont.svg | 237 ++
.../static/fonts/monogramos-webfont.ttf | Bin 0 -> 136752 bytes
.../static/fonts/monogramos-webfont.woff | Bin 0 -> 34276 bytes
.../static/fonts/monogramos-webfont.woff2 | Bin 0 -> 26436 bytes
.../static/images/showcase/tat.png | Bin 0 -> 309953 bytes
themes/hugo-theme-learn/i18n/en.toml | 26 +
themes/hugo-theme-learn/i18n/es.toml | 26 +
themes/hugo-theme-learn/i18n/fr.toml | 26 +
themes/hugo-theme-learn/i18n/id.toml | 26 +
themes/hugo-theme-learn/i18n/nl.toml | 26 +
themes/hugo-theme-learn/i18n/pt.toml | 26 +
themes/hugo-theme-learn/i18n/tr.toml | 26 +
themes/hugo-theme-learn/images/screenshot.png | Bin 0 -> 284162 bytes
themes/hugo-theme-learn/images/tn.png | Bin 0 -> 143335 bytes
themes/hugo-theme-learn/layouts/404.html | 59 +
.../layouts/_default/list.html | 22 +
.../layouts/_default/single.html | 13 +
themes/hugo-theme-learn/layouts/index.html | 31 +
themes/hugo-theme-learn/layouts/index.json | 12 +
.../layouts/partials/custom-comments.html | 3 +
.../layouts/partials/custom-footer.html | 5 +
.../layouts/partials/custom-header.html | 5 +
.../layouts/partials/favicon.html | 1 +
.../layouts/partials/footer.html | 78 +
.../layouts/partials/header.html | 109 +
.../layouts/partials/logo.html | 19 +
.../layouts/partials/menu-footer.html | 1 +
.../layouts/partials/menu.html | 150 +
.../layouts/partials/meta.html | 2 +
.../layouts/partials/search.html | 16 +
.../layouts/partials/tags.html | 7 +
.../layouts/partials/toc.html | 5 +
.../layouts/shortcodes/attachments.html | 35 +
.../layouts/shortcodes/button.html | 13 +
.../layouts/shortcodes/children.html | 100 +
.../layouts/shortcodes/expand.html | 16 +
.../layouts/shortcodes/mermaid.html | 1 +
.../layouts/shortcodes/notice.html | 1 +
.../layouts/shortcodes/ref.html | 14 +
.../layouts/shortcodes/relref.html | 14 +
.../layouts/shortcodes/siteparam.html | 7 +
themes/hugo-theme-learn/netlify.toml | 24 +
.../static/css/atom-one-dark-reasonable.css | 77 +
.../static/css/auto-complete.css | 47 +
.../static/css/featherlight.min.css | 8 +
.../static/css/fontawesome-all.min.css | 1 +
.../static/css/hugo-theme.css | 254 ++
themes/hugo-theme-learn/static/css/hybrid.css | 102 +
.../hugo-theme-learn/static/css/nucleus.css | 615 ++++
.../static/css/perfect-scrollbar.min.css | 2 +
themes/hugo-theme-learn/static/css/tags.css | 49 +
.../static/css/theme-blue.css | 111 +
.../static/css/theme-green.css | 111 +
.../hugo-theme-learn/static/css/theme-red.css | 111 +
themes/hugo-theme-learn/static/css/theme.css | 1132 +++++++
.../static/fonts/Inconsolata.eot | Bin 0 -> 35620 bytes
.../static/fonts/Inconsolata.svg | 359 +++
.../static/fonts/Inconsolata.ttf | Bin 0 -> 63184 bytes
.../static/fonts/Inconsolata.woff | Bin 0 -> 38248 bytes
.../Novecentosanswide-Normal-webfont.eot | Bin 0 -> 22446 bytes
.../Novecentosanswide-Normal-webfont.svg | 1019 ++++++
.../Novecentosanswide-Normal-webfont.ttf | Bin 0 -> 56884 bytes
.../Novecentosanswide-Normal-webfont.woff | Bin 0 -> 24772 bytes
.../Novecentosanswide-Normal-webfont.woff2 | Bin 0 -> 19760 bytes
.../Novecentosanswide-UltraLight-webfont.eot | Bin 0 -> 21080 bytes
.../Novecentosanswide-UltraLight-webfont.svg | 918 ++++++
.../Novecentosanswide-UltraLight-webfont.ttf | Bin 0 -> 55600 bytes
.../Novecentosanswide-UltraLight-webfont.woff | Bin 0 -> 23476 bytes
...Novecentosanswide-UltraLight-webfont.woff2 | Bin 0 -> 18716 bytes
.../static/fonts/Work_Sans_200.eot | Bin 0 -> 24290 bytes
.../static/fonts/Work_Sans_200.svg | 332 ++
.../static/fonts/Work_Sans_200.ttf | Bin 0 -> 49752 bytes
.../static/fonts/Work_Sans_200.woff | Bin 0 -> 25896 bytes
.../static/fonts/Work_Sans_200.woff2 | Bin 0 -> 21128 bytes
.../static/fonts/Work_Sans_300.eot | Bin 0 -> 24817 bytes
.../static/fonts/Work_Sans_300.svg | 331 ++
.../static/fonts/Work_Sans_300.ttf | Bin 0 -> 50784 bytes
.../static/fonts/Work_Sans_300.woff | Bin 0 -> 26392 bytes
.../static/fonts/Work_Sans_300.woff2 | Bin 0 -> 21548 bytes
.../static/fonts/Work_Sans_500.eot | Bin 0 -> 26481 bytes
.../static/fonts/Work_Sans_500.svg | 333 ++
.../static/fonts/Work_Sans_500.ttf | Bin 0 -> 54232 bytes
.../static/fonts/Work_Sans_500.woff | Bin 0 -> 27900 bytes
.../static/fonts/Work_Sans_500.woff2 | Bin 0 -> 22884 bytes
.../hugo-theme-learn/static/images/clippy.svg | 1 +
.../static/images/favicon.png | Bin 0 -> 608 bytes
.../static/images/gopher-404.jpg | Bin 0 -> 206249 bytes
.../static/js/auto-complete.js | 223 ++
.../static/js/clipboard.min.js | 7 +
.../static/js/featherlight.min.js | 9 +
.../static/js/highlight.pack.js | 3 +
.../static/js/html5shiv-printshiv.min.js | 4 +
.../hugo-theme-learn/static/js/hugo-learn.js | 91 +
.../static/js/jquery-3.3.1.min.js | 2 +
.../static/js/jquery.sticky.js | 288 ++
themes/hugo-theme-learn/static/js/learn.js | 459 +++
themes/hugo-theme-learn/static/js/lunr.min.js | 6 +
.../static/js/modernizr.custom-3.6.0.js | 3 +
.../static/js/perfect-scrollbar.jquery.min.js | 2 +
.../static/js/perfect-scrollbar.min.js | 2 +
themes/hugo-theme-learn/static/js/search.js | 93 +
.../static/mermaid/mermaid.css | 277 ++
.../static/mermaid/mermaid.dark.css | 278 ++
.../static/mermaid/mermaid.forest.css | 356 +++
.../static/mermaid/mermaid.js | 8 +
.../static/webfonts/fa-brands-400.eot | Bin 0 -> 134396 bytes
.../static/webfonts/fa-brands-400.svg | 1260 ++++++++
.../static/webfonts/fa-brands-400.ttf | Bin 0 -> 134160 bytes
.../static/webfonts/fa-brands-400.woff | Bin 0 -> 87048 bytes
.../static/webfonts/fa-brands-400.woff2 | Bin 0 -> 74288 bytes
.../static/webfonts/fa-regular-400.eot | Bin 0 -> 40308 bytes
.../static/webfonts/fa-regular-400.svg | 471 +++
.../static/webfonts/fa-regular-400.ttf | Bin 0 -> 40080 bytes
.../static/webfonts/fa-regular-400.woff | Bin 0 -> 18164 bytes
.../static/webfonts/fa-regular-400.woff2 | Bin 0 -> 14872 bytes
.../static/webfonts/fa-solid-900.eot | Bin 0 -> 209012 bytes
.../static/webfonts/fa-solid-900.svg | 2763 +++++++++++++++++
.../static/webfonts/fa-solid-900.ttf | Bin 0 -> 208792 bytes
.../static/webfonts/fa-solid-900.woff | Bin 0 -> 102224 bytes
.../static/webfonts/fa-solid-900.woff2 | Bin 0 -> 79100 bytes
themes/hugo-theme-learn/theme.toml | 21 +
themes/hugo-theme-learn/wercker.yml | 16 +
330 files changed, 33483 insertions(+)
create mode 100644 archetypes/default.md
create mode 100644 config.toml
create mode 100644 content/_index.md
create mode 100644 content/why/_index.md
create mode 100644 content/why/architecture/_index.md
create mode 100644 content/why/architecture/ecs.md
create mode 100644 content/why/architecture/hyper_ecs.md
create mode 100644 content/why/architecture/mess.md
create mode 100644 content/why/architecture/oop.md
create mode 100644 content/why/the_hard_way/_index.md
create mode 100644 layouts/partials/logo.html
create mode 100644 public/404.html
create mode 100644 public/categories/index.html
create mode 100644 public/categories/index.xml
create mode 100644 public/css/atom-one-dark-reasonable.css
create mode 100644 public/css/auto-complete.css
create mode 100644 public/css/featherlight.min.css
create mode 100644 public/css/fontawesome-all.min.css
create mode 100644 public/css/hugo-theme.css
create mode 100644 public/css/hybrid.css
create mode 100644 public/css/nucleus.css
create mode 100644 public/css/perfect-scrollbar.min.css
create mode 100644 public/css/tags.css
create mode 100644 public/css/theme-blue.css
create mode 100644 public/css/theme-encompass.css
create mode 100644 public/css/theme-green.css
create mode 100644 public/css/theme-red.css
create mode 100644 public/css/theme.css
create mode 100644 public/fonts/Inconsolata.eot
create mode 100644 public/fonts/Inconsolata.svg
create mode 100644 public/fonts/Inconsolata.ttf
create mode 100644 public/fonts/Inconsolata.woff
create mode 100644 public/fonts/Novecentosanswide-Normal-webfont.eot
create mode 100644 public/fonts/Novecentosanswide-Normal-webfont.svg
create mode 100644 public/fonts/Novecentosanswide-Normal-webfont.ttf
create mode 100644 public/fonts/Novecentosanswide-Normal-webfont.woff
create mode 100644 public/fonts/Novecentosanswide-Normal-webfont.woff2
create mode 100644 public/fonts/Novecentosanswide-UltraLight-webfont.eot
create mode 100644 public/fonts/Novecentosanswide-UltraLight-webfont.svg
create mode 100644 public/fonts/Novecentosanswide-UltraLight-webfont.ttf
create mode 100644 public/fonts/Novecentosanswide-UltraLight-webfont.woff
create mode 100644 public/fonts/Novecentosanswide-UltraLight-webfont.woff2
create mode 100644 public/fonts/Work_Sans_200.eot
create mode 100644 public/fonts/Work_Sans_200.svg
create mode 100644 public/fonts/Work_Sans_200.ttf
create mode 100644 public/fonts/Work_Sans_200.woff
create mode 100644 public/fonts/Work_Sans_200.woff2
create mode 100644 public/fonts/Work_Sans_300.eot
create mode 100644 public/fonts/Work_Sans_300.svg
create mode 100644 public/fonts/Work_Sans_300.ttf
create mode 100644 public/fonts/Work_Sans_300.woff
create mode 100644 public/fonts/Work_Sans_300.woff2
create mode 100644 public/fonts/Work_Sans_500.eot
create mode 100644 public/fonts/Work_Sans_500.svg
create mode 100644 public/fonts/Work_Sans_500.ttf
create mode 100644 public/fonts/Work_Sans_500.woff
create mode 100644 public/fonts/Work_Sans_500.woff2
create mode 100644 public/images/clippy.svg
create mode 100644 public/images/favicon.png
create mode 100644 public/images/gopher-404.jpg
create mode 100644 public/images/logo.png
create mode 100644 public/index.html
create mode 100644 public/index.json
create mode 100644 public/index.xml
create mode 100644 public/js/auto-complete.js
create mode 100644 public/js/clipboard.min.js
create mode 100644 public/js/featherlight.min.js
create mode 100644 public/js/highlight.pack.js
create mode 100644 public/js/html5shiv-printshiv.min.js
create mode 100644 public/js/hugo-learn.js
create mode 100644 public/js/jquery-3.3.1.min.js
create mode 100644 public/js/jquery.sticky.js
create mode 100644 public/js/learn.js
create mode 100644 public/js/lunr.min.js
create mode 100644 public/js/modernizr.custom-3.6.0.js
create mode 100644 public/js/perfect-scrollbar.jquery.min.js
create mode 100644 public/js/perfect-scrollbar.min.js
create mode 100644 public/js/search.js
create mode 100644 public/mermaid/mermaid.css
create mode 100644 public/mermaid/mermaid.dark.css
create mode 100644 public/mermaid/mermaid.forest.css
create mode 100644 public/mermaid/mermaid.js
create mode 100644 public/sitemap.xml
create mode 100644 public/tags/index.html
create mode 100644 public/tags/index.xml
create mode 100644 public/webfonts/fa-brands-400.eot
create mode 100644 public/webfonts/fa-brands-400.svg
create mode 100644 public/webfonts/fa-brands-400.ttf
create mode 100644 public/webfonts/fa-brands-400.woff
create mode 100644 public/webfonts/fa-brands-400.woff2
create mode 100644 public/webfonts/fa-regular-400.eot
create mode 100644 public/webfonts/fa-regular-400.svg
create mode 100644 public/webfonts/fa-regular-400.ttf
create mode 100644 public/webfonts/fa-regular-400.woff
create mode 100644 public/webfonts/fa-regular-400.woff2
create mode 100644 public/webfonts/fa-solid-900.eot
create mode 100644 public/webfonts/fa-solid-900.svg
create mode 100644 public/webfonts/fa-solid-900.ttf
create mode 100644 public/webfonts/fa-solid-900.woff
create mode 100644 public/webfonts/fa-solid-900.woff2
create mode 100644 public/why/architecture/index.html
create mode 100644 public/why/architecture/index.xml
create mode 100644 public/why/index.html
create mode 100644 public/why/index.xml
create mode 100644 static/css/theme-encompass.css
create mode 100644 static/images/logo.png
create mode 100644 themes/hugo-theme-learn/.editorconfig
create mode 100644 themes/hugo-theme-learn/.gitignore
create mode 100644 themes/hugo-theme-learn/.grenrc.yml
create mode 100644 themes/hugo-theme-learn/CHANGELOG.md
create mode 100644 themes/hugo-theme-learn/LICENSE.md
create mode 100644 themes/hugo-theme-learn/README.md
create mode 100644 themes/hugo-theme-learn/archetypes/chapter.md
create mode 100644 themes/hugo-theme-learn/archetypes/default.md
create mode 100644 themes/hugo-theme-learn/exampleSite/LICENSE.md
create mode 100644 themes/hugo-theme-learn/exampleSite/config.toml
create mode 100644 themes/hugo-theme-learn/exampleSite/content/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/basics/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/basics/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/basics/configuration/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/basics/configuration/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/basics/installation/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/basics/installation/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/basics/installation/images/chapter.png
create mode 100644 themes/hugo-theme-learn/exampleSite/content/basics/requirements/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/basics/requirements/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/basics/requirements/images/magic.gif
create mode 100644 themes/hugo-theme-learn/exampleSite/content/basics/style-customization/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/basics/style-customization/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/basics/style-customization/images/blue-variant.png
create mode 100644 themes/hugo-theme-learn/exampleSite/content/basics/style-customization/images/green-variant.png
create mode 100644 themes/hugo-theme-learn/exampleSite/content/basics/style-customization/images/red-variant.png
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/archetypes.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/archetypes.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/i18n/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/i18n/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/i18n/images/i18n-menu.gif
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/icons.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/markdown.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/markdown.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/menushortcuts.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/menushortcuts.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/pages/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/pages/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/pages/images/frontmatter-icon.png
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/pages/images/pages-chapter.png
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/pages/images/pages-default.png
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/tags.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/cont/tags.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/credits.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/credits.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/BachGavotteShort.mp3
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/Carroll_AliceAuPaysDesMerveilles.pdf
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/adivorciarsetoca00cape.pdf
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/hugo.png
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/movieselectricsheep-flock-244-32500-2.mp4
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/BachGavotteShort.mp3
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/Carroll_AliceAuPaysDesMerveilles.pdf
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/adivorciarsetoca00cape.pdf
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/hugo.png
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/movieselectricsheep-flock-244-32500-2.mp4
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/button.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/button.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-2/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-2/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-2/test3.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-2/test3.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-3/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-3/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-4/_index.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-4/_index.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/test.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/children/test.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/expand.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/expand.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/mermaid.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/mermaid.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/notice.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/notice.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/siteparam.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/shortcodes/siteparam.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/showcase.en.md
create mode 100644 themes/hugo-theme-learn/exampleSite/content/showcase.fr.md
create mode 100644 themes/hugo-theme-learn/exampleSite/layouts/partials/custom-footer.html
create mode 100644 themes/hugo-theme-learn/exampleSite/layouts/partials/logo.html
create mode 100644 themes/hugo-theme-learn/exampleSite/layouts/partials/menu-footer.html
create mode 100644 themes/hugo-theme-learn/exampleSite/layouts/shortcodes/ghcontributors.html
create mode 100644 themes/hugo-theme-learn/exampleSite/static/css/theme-mine.css
create mode 100644 themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.eot
create mode 100644 themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.svg
create mode 100644 themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.ttf
create mode 100644 themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.woff
create mode 100644 themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.woff2
create mode 100644 themes/hugo-theme-learn/exampleSite/static/images/showcase/tat.png
create mode 100644 themes/hugo-theme-learn/i18n/en.toml
create mode 100644 themes/hugo-theme-learn/i18n/es.toml
create mode 100644 themes/hugo-theme-learn/i18n/fr.toml
create mode 100644 themes/hugo-theme-learn/i18n/id.toml
create mode 100644 themes/hugo-theme-learn/i18n/nl.toml
create mode 100644 themes/hugo-theme-learn/i18n/pt.toml
create mode 100644 themes/hugo-theme-learn/i18n/tr.toml
create mode 100644 themes/hugo-theme-learn/images/screenshot.png
create mode 100644 themes/hugo-theme-learn/images/tn.png
create mode 100644 themes/hugo-theme-learn/layouts/404.html
create mode 100644 themes/hugo-theme-learn/layouts/_default/list.html
create mode 100644 themes/hugo-theme-learn/layouts/_default/single.html
create mode 100644 themes/hugo-theme-learn/layouts/index.html
create mode 100644 themes/hugo-theme-learn/layouts/index.json
create mode 100644 themes/hugo-theme-learn/layouts/partials/custom-comments.html
create mode 100644 themes/hugo-theme-learn/layouts/partials/custom-footer.html
create mode 100644 themes/hugo-theme-learn/layouts/partials/custom-header.html
create mode 100644 themes/hugo-theme-learn/layouts/partials/favicon.html
create mode 100644 themes/hugo-theme-learn/layouts/partials/footer.html
create mode 100644 themes/hugo-theme-learn/layouts/partials/header.html
create mode 100644 themes/hugo-theme-learn/layouts/partials/logo.html
create mode 100644 themes/hugo-theme-learn/layouts/partials/menu-footer.html
create mode 100644 themes/hugo-theme-learn/layouts/partials/menu.html
create mode 100644 themes/hugo-theme-learn/layouts/partials/meta.html
create mode 100644 themes/hugo-theme-learn/layouts/partials/search.html
create mode 100644 themes/hugo-theme-learn/layouts/partials/tags.html
create mode 100644 themes/hugo-theme-learn/layouts/partials/toc.html
create mode 100644 themes/hugo-theme-learn/layouts/shortcodes/attachments.html
create mode 100644 themes/hugo-theme-learn/layouts/shortcodes/button.html
create mode 100644 themes/hugo-theme-learn/layouts/shortcodes/children.html
create mode 100644 themes/hugo-theme-learn/layouts/shortcodes/expand.html
create mode 100644 themes/hugo-theme-learn/layouts/shortcodes/mermaid.html
create mode 100644 themes/hugo-theme-learn/layouts/shortcodes/notice.html
create mode 100644 themes/hugo-theme-learn/layouts/shortcodes/ref.html
create mode 100644 themes/hugo-theme-learn/layouts/shortcodes/relref.html
create mode 100644 themes/hugo-theme-learn/layouts/shortcodes/siteparam.html
create mode 100644 themes/hugo-theme-learn/netlify.toml
create mode 100644 themes/hugo-theme-learn/static/css/atom-one-dark-reasonable.css
create mode 100644 themes/hugo-theme-learn/static/css/auto-complete.css
create mode 100644 themes/hugo-theme-learn/static/css/featherlight.min.css
create mode 100644 themes/hugo-theme-learn/static/css/fontawesome-all.min.css
create mode 100644 themes/hugo-theme-learn/static/css/hugo-theme.css
create mode 100644 themes/hugo-theme-learn/static/css/hybrid.css
create mode 100644 themes/hugo-theme-learn/static/css/nucleus.css
create mode 100644 themes/hugo-theme-learn/static/css/perfect-scrollbar.min.css
create mode 100644 themes/hugo-theme-learn/static/css/tags.css
create mode 100644 themes/hugo-theme-learn/static/css/theme-blue.css
create mode 100644 themes/hugo-theme-learn/static/css/theme-green.css
create mode 100644 themes/hugo-theme-learn/static/css/theme-red.css
create mode 100644 themes/hugo-theme-learn/static/css/theme.css
create mode 100644 themes/hugo-theme-learn/static/fonts/Inconsolata.eot
create mode 100644 themes/hugo-theme-learn/static/fonts/Inconsolata.svg
create mode 100644 themes/hugo-theme-learn/static/fonts/Inconsolata.ttf
create mode 100644 themes/hugo-theme-learn/static/fonts/Inconsolata.woff
create mode 100644 themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.eot
create mode 100644 themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.svg
create mode 100644 themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.ttf
create mode 100644 themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.woff
create mode 100644 themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.woff2
create mode 100644 themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.eot
create mode 100644 themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.svg
create mode 100644 themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.ttf
create mode 100644 themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.woff
create mode 100644 themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.woff2
create mode 100644 themes/hugo-theme-learn/static/fonts/Work_Sans_200.eot
create mode 100644 themes/hugo-theme-learn/static/fonts/Work_Sans_200.svg
create mode 100644 themes/hugo-theme-learn/static/fonts/Work_Sans_200.ttf
create mode 100644 themes/hugo-theme-learn/static/fonts/Work_Sans_200.woff
create mode 100644 themes/hugo-theme-learn/static/fonts/Work_Sans_200.woff2
create mode 100644 themes/hugo-theme-learn/static/fonts/Work_Sans_300.eot
create mode 100644 themes/hugo-theme-learn/static/fonts/Work_Sans_300.svg
create mode 100644 themes/hugo-theme-learn/static/fonts/Work_Sans_300.ttf
create mode 100644 themes/hugo-theme-learn/static/fonts/Work_Sans_300.woff
create mode 100644 themes/hugo-theme-learn/static/fonts/Work_Sans_300.woff2
create mode 100644 themes/hugo-theme-learn/static/fonts/Work_Sans_500.eot
create mode 100644 themes/hugo-theme-learn/static/fonts/Work_Sans_500.svg
create mode 100644 themes/hugo-theme-learn/static/fonts/Work_Sans_500.ttf
create mode 100644 themes/hugo-theme-learn/static/fonts/Work_Sans_500.woff
create mode 100644 themes/hugo-theme-learn/static/fonts/Work_Sans_500.woff2
create mode 100644 themes/hugo-theme-learn/static/images/clippy.svg
create mode 100644 themes/hugo-theme-learn/static/images/favicon.png
create mode 100644 themes/hugo-theme-learn/static/images/gopher-404.jpg
create mode 100644 themes/hugo-theme-learn/static/js/auto-complete.js
create mode 100644 themes/hugo-theme-learn/static/js/clipboard.min.js
create mode 100644 themes/hugo-theme-learn/static/js/featherlight.min.js
create mode 100644 themes/hugo-theme-learn/static/js/highlight.pack.js
create mode 100644 themes/hugo-theme-learn/static/js/html5shiv-printshiv.min.js
create mode 100644 themes/hugo-theme-learn/static/js/hugo-learn.js
create mode 100644 themes/hugo-theme-learn/static/js/jquery-3.3.1.min.js
create mode 100644 themes/hugo-theme-learn/static/js/jquery.sticky.js
create mode 100644 themes/hugo-theme-learn/static/js/learn.js
create mode 100644 themes/hugo-theme-learn/static/js/lunr.min.js
create mode 100644 themes/hugo-theme-learn/static/js/modernizr.custom-3.6.0.js
create mode 100644 themes/hugo-theme-learn/static/js/perfect-scrollbar.jquery.min.js
create mode 100644 themes/hugo-theme-learn/static/js/perfect-scrollbar.min.js
create mode 100644 themes/hugo-theme-learn/static/js/search.js
create mode 100644 themes/hugo-theme-learn/static/mermaid/mermaid.css
create mode 100644 themes/hugo-theme-learn/static/mermaid/mermaid.dark.css
create mode 100644 themes/hugo-theme-learn/static/mermaid/mermaid.forest.css
create mode 100644 themes/hugo-theme-learn/static/mermaid/mermaid.js
create mode 100644 themes/hugo-theme-learn/static/webfonts/fa-brands-400.eot
create mode 100644 themes/hugo-theme-learn/static/webfonts/fa-brands-400.svg
create mode 100644 themes/hugo-theme-learn/static/webfonts/fa-brands-400.ttf
create mode 100644 themes/hugo-theme-learn/static/webfonts/fa-brands-400.woff
create mode 100644 themes/hugo-theme-learn/static/webfonts/fa-brands-400.woff2
create mode 100644 themes/hugo-theme-learn/static/webfonts/fa-regular-400.eot
create mode 100644 themes/hugo-theme-learn/static/webfonts/fa-regular-400.svg
create mode 100644 themes/hugo-theme-learn/static/webfonts/fa-regular-400.ttf
create mode 100644 themes/hugo-theme-learn/static/webfonts/fa-regular-400.woff
create mode 100644 themes/hugo-theme-learn/static/webfonts/fa-regular-400.woff2
create mode 100644 themes/hugo-theme-learn/static/webfonts/fa-solid-900.eot
create mode 100644 themes/hugo-theme-learn/static/webfonts/fa-solid-900.svg
create mode 100644 themes/hugo-theme-learn/static/webfonts/fa-solid-900.ttf
create mode 100644 themes/hugo-theme-learn/static/webfonts/fa-solid-900.woff
create mode 100644 themes/hugo-theme-learn/static/webfonts/fa-solid-900.woff2
create mode 100644 themes/hugo-theme-learn/theme.toml
create mode 100644 themes/hugo-theme-learn/wercker.yml
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..00e77bd
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,6 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+draft: true
+---
+
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..3669e8b
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,10 @@
+baseURL = "http://example.org/"
+languageCode = "en-us"
+title = "Encompass Docs"
+theme = "hugo-theme-learn"
+
+[outputs]
+home = [ "HTML", "RSS", "JSON" ]
+
+[params]
+themeVariant = "encompass"
diff --git a/content/_index.md b/content/_index.md
new file mode 100644
index 0000000..614765e
--- /dev/null
+++ b/content/_index.md
@@ -0,0 +1,14 @@
+---
+title: "Encompass"
+---
+
+# Encompass
+
+**encompass** is a powerful engine-agnostic framework to help you code games, or other kinds of simulations.
+
+Object-oriented code is messy and rapidly becomes unmaintainable.
+
+encompass lets you write clean, de-coupled code so you can spend more time on your game design and less time fixing bugs.
+
+encompass is currently available with a TypeScript implementation that fully supports transpilation to Javascript and Lua.
+A C# implementation is forthcoming.
diff --git a/content/why/_index.md b/content/why/_index.md
new file mode 100644
index 0000000..bd8158f
--- /dev/null
+++ b/content/why/_index.md
@@ -0,0 +1,13 @@
++++
+title = "Why?"
+date = 2019-05-21T14:25:56-07:00
+weight = 5
+chapter = true
+pre = "1. "
++++
+
+### Chapter 1
+
+# Why?
+
+A question that many of us find ourselves asking when coding a game.
diff --git a/content/why/architecture/_index.md b/content/why/architecture/_index.md
new file mode 100644
index 0000000..3dc1193
--- /dev/null
+++ b/content/why/architecture/_index.md
@@ -0,0 +1,9 @@
+---
+title: "Architecture"
+date: 2019-05-21T15:18:37-07:00
+weight: 20
+---
+
+Architecture simply means the basic structure of a program, and how things are added to the program. It is the foundation of everything you build.
+
+All programs that you write have some kind of architecture, even if you haven't really thought about it much. Let's go over some different architectures and talk about their features.
diff --git a/content/why/architecture/ecs.md b/content/why/architecture/ecs.md
new file mode 100644
index 0000000..779234d
--- /dev/null
+++ b/content/why/architecture/ecs.md
@@ -0,0 +1,32 @@
+---
+title: "ECS"
+date: 2019-05-21T15:55:45-07:00
+weight: 25
+---
+
+ECS stands for **Entity-Component-System**. It is based on two fundamental principles:
+
+* There should be complete separation between data and logic.
+* Objects should be created via *composition* and not inheritance.
+
+**Components** are the most basic element. They are simply containers of related data. In a 2D game we could have a PositionComponent with an *x* and *y* value. Components do not contain logic, though they might have callbacks to deal with side effects, for example creating or destroying bodies in a physics simulator.
+
+**Entities** are generic objects, which have a unique ID and a collection of Components. Entities have no inherent behavior or properties of their own, but are granted these by Components. We can add, remove, or modify Components of Entities as necessary during the simulation.
+
+**Systems** are responsible for reading and modifying Entities and Components. For example, a MotionSystem might look at Entities that have both a PositionComponent and VelocityComponent, and update the PositionComponent based on the information in the VelocityComponent.
+
+Notice, in our above example, that this gives us a tremendous amount of flexibility. We can completely remove the VelocityComponent from an Entity while the game is running, and the Entity will simply stop moving - nothing else will break, because nothing has to rely on an Entity specifically containing a VelocityComponent! This is the power of composition and de-coupling at work.
+
+Unfortunately, ECS is not without its problems.
+
+Suppose we have a game where the player character can move left or right, and also has a special ability that lets them teleport forward over a short distance. We could put all of this logic in the same System, but most Entities that move around are not going to have this behavior, so it makes sense to have a separate system. In other words, we have introduced multiple systems that need to manipulate the position of objects.
+
+We could have a TeleportSystem that immediately sets the *x* and *y* value of the PositionComponent so it is in front of the player's current position. But if the TeleportSystem runs before our regular Motion System, the Position Component will be overwritten by the regular Motion System and we will not see the teleportation behavior occur, even though the system is running!
+
+This kind of bug is known as a *race condition*. Race conditions are one of the worst kinds of bug to handle, because it is incredibly hard to trace values being over-written by other values. In my experience, race conditions are probably a good 80% of what game programmers deal with. No wonder we are so frustrated all the time!
+
+In my opinion, being forced to think about the order in which Systems run is a form of tight coupling, because it means you have to consider the behavior of other systems when writing a new system to avoid introducing bugs.
+
+This example also illustrates another problem with ECS: in Systems that have similar behavior, we don't really have a nice structure to share that behavior.
+
+I have created a variant of ECS that intends to address these and other problems. Let me tell you about it.
diff --git a/content/why/architecture/hyper_ecs.md b/content/why/architecture/hyper_ecs.md
new file mode 100644
index 0000000..fe4fc35
--- /dev/null
+++ b/content/why/architecture/hyper_ecs.md
@@ -0,0 +1,35 @@
+---
+title: "Hyper ECS"
+date: 2019-05-21T15:56:13-07:00
+weight: 30
+---
+
+Hyper ECS is a new architecture pattern that attempts to address some common issues with standard ECS.
+
+The core of the architecture is the introduction of a new construct to ECS: the **Message**.
+
+A Message is fundamentally a variant of Component, in that it only contains data. But, it is designed to be temporary and is discarded at the end of each frame. It is used to communicate useful information between Systems.
+
+We also introduce some extra information to Systems. Each System must declare the Messages that it **Reads**, the Messages that it **Emits**, and the Components that it **Mutates**.
+
+Let's go back to our earlier example.
+
+We have TransformComponent, which contains position and orientation data, and VelocityComponent, which contains an *x* and *y* component for linear motion.
+
+Our MotionDetecterSystem reads each Entity that has both a TransformComponent and a VelocityComponent, and emits a MotionMessage, which contains a reference to the specific TransformComponent and the *x* and *y* velocity given by the VelocityComponent.
+
+We also have a TeleportSystem that needs to teleport the character forward a bit. Let's say when the player presses the X button, a TeleportMessage is fired. The TeleportSystem reads this message and emits a MotionMessage in response.
+
+Now we have our MotionSystem. The MotionSystem declares that it Mutates the TransformComponent, reads the MotionMessages that apply to each TransformComponent, and applies them simultaneously, adding their *x* and *y* values to the TransformComponent. Voilà! No race conditions! And we can re-use similar behaviors easily without re-writing code by consolidating Messages.
+
+You might be wondering: how does the game know which order these systems need to be in?
+
+With the power of graph theory, we can construct an order for our Systems so that any System which Emits a certain Message runs before any System that Reads the same Message. This means, when you write behavior for your game, you *never* have to specify the order in which your Systems run. You simply write code, and the Systems run in a valid order, every time, without surprising you.
+
+Of course, to accomplish this, there are some restrictions that your Systems must follow.
+
+Systems are not allowed to create message cycles: if System A emits Message B, which is read by System B which emits Message C, which is read by System A, then we cannot create a valid ordering of Systems. This is not a flaw in the architecture: A message cycle is simply evidence that you haven't quite thought through what your Systems are doing, and can generally be easily eliminated by the introduction of a new System.
+
+Two separate systems are not allowed to Mutate the same Component. Obviously, if we allowed this, we would introduce the possibility of two Systems changing the same component, creating a race condition. If we have two Systems where it makes sense to change the same Component, we can create a new Message and System to consolidate the changes, and avoid race conditions.
+
+If you are used to programming games in an object-oriented way, you will likely find the ECS pattern counter-intuitive at first. But once you learn to think in a Hyper ECS way, you will be shocked at how flexible and simple your programs become.
diff --git a/content/why/architecture/mess.md b/content/why/architecture/mess.md
new file mode 100644
index 0000000..6e352b3
--- /dev/null
+++ b/content/why/architecture/mess.md
@@ -0,0 +1,21 @@
+---
+title: "The Messy Basement"
+date: 2019-05-21T15:48:10-07:00
+weight: 15
+---
+
+Unexpected behavior jumps out at you constantly. You feel like you're playing whack-a-mole with bugs. You can't remember where you put anything and keeping everything sorted is a constant nightmare.
+
+Uh oh. You're in a messy basement.
+
+Some characteristics of the messy basement:
+
+* Magic values, aka putting numbers directly in the source code.
+* Game objects directly manipulating each other's values willy-nilly.
+* Multiple objects that keep track of and depend on each other's state.
+
+The key characteristic of this structure is that there almost doesn't seem to be any structure at all.
+
+Shockingly, some game engines and frameworks not only fail to prevent this kind of architecture, they actually *encourage* it!
+
+I don't need to say much more about this kind of architecture. It's obviously bad. Let's move on.
diff --git a/content/why/architecture/oop.md b/content/why/architecture/oop.md
new file mode 100644
index 0000000..f2f015a
--- /dev/null
+++ b/content/why/architecture/oop.md
@@ -0,0 +1,27 @@
+---
+title: "OOP"
+date: 2019-05-21T15:54:18-07:00
+weight: 20
+---
+
+*They call it OOP because it was a mistake. --Unknown*
+
+You are probably very familiar with OOP, or object-oriented programming, as a game designer. It is the structural idea behind most games as they are written today, though this is slowly changing.
+
+OOP is a structure based on the concept of **Objects**. Objects contain both data, referred to as *properties*, and logic, referred to as *methods*.
+
+Object orientation is an intuitive idea when it comes to building simulation-oriented applications such as video games. We think of each "thing" in the game as a self-contained object which can be acted upon externally via methods. For example, in the game Asteroids, we could think of the game this way: the ship is an object, the bullets the ship fires are objects, the asteroids are objects, and so on.
+
+Unfortunately, things aren't quite this simple when it comes to more complex games.
+
+As programmers we want to re-use code as much as possible. Every bit of duplication is an opportunity for bugs to lurk in our program. Object-oriented code accomplishes re-use with a concept called *inheritance*. With inheritance, classes can be partially based on other classes. Maybe a Ball class has a position and a velocity and a bounciness property. A BouncyBall would inherit from Ball and have a greater value in its bounciness property. Simple enough, right?
+
+But we soon run into problems. In game development we often wish to mix-and-match behaviors. Suppose I have an object where it would make sense to inherit from *two* different classes. Now... we are hosed! Why? If two parent classes have a property or a method with the same name, now our child object has no idea what to do. Object-oriented systems, in fact, forbid multiple inheritance. So we end up having to share code via helper functions, or giant manager classes, or other awkward patterns.
+
+We also run into an issue called *tight coupling*. Objects that reference each other's properties or methods directly become a problem when we change the structure of those objects in any way. If we modify the structure of object B, and object A references object B, then we have to also modify object A. In a particularly poorly structured system, we might have to modify a dozen objects just to make a slight modification to the behavior of a single object.
+
+Tight coupling is our worst nightmare as game programmers. Games are, by nature, extremely complex simulations. The more coupling we have between objects, the more of the entire environment of the game we have to understand before we can pick apart the specific behavior of a single object, let alone the whole game itself. It is very possible that we can surprise ourselves by unexpectedly changing the behavior of different objects when modifying a single object. And we hate surprises.
+
+We want our architecture to encourage us to create as little coupling as possible between different elements of the game, so that we can look at any individual element of the game and easily understand how it behaves without needing to deeply understand the other elements of the game. We also wish to modify behavior without introducing unexpected changes in other seemingly unrelated objects. OOP works in very specific encapsulated cases, but it is not a satisfactory structure for implementing game behavior.
+
+It turns out there is an architecture that addresses our desire to be able to compose objects out of several different behaviors. Let's learn about it.
diff --git a/content/why/the_hard_way/_index.md b/content/why/the_hard_way/_index.md
new file mode 100644
index 0000000..763d130
--- /dev/null
+++ b/content/why/the_hard_way/_index.md
@@ -0,0 +1,23 @@
+---
+title: "The Hard Way"
+date: 2019-05-21T15:20:55-07:00
+weight: 10
+---
+
+If you're reading this, you have probably been frustrated by code you wrote.
+
+Maybe a feature that you thought would take a few hours took a few days. Or a few weeks.
+
+Maybe a bug you fixed a month ago came back and you can't stand the idea of trying to fix it again.
+
+Maybe you stare at your screen for hours wondering where a new structure could possibly fit into your program.
+
+Maybe you find yourself screaming **WHY!!!!** at your computer and throwing something across the room.
+
+I'm here to tell you that coding a game doesn't have to be this hard.
+
+Just say it with me. *It doesn't have to be this hard.* It doesn't!
+
+The road to recovery starts with some basic structural ideas and a little bit of discipline.
+
+Come along with me, won't you? Let's write some good code.
diff --git a/layouts/partials/logo.html b/layouts/partials/logo.html
new file mode 100644
index 0000000..9b0e4e5
--- /dev/null
+++ b/layouts/partials/logo.html
@@ -0,0 +1 @@
+
diff --git a/public/404.html b/public/404.html
new file mode 100644
index 0000000..9cd7b0b
--- /dev/null
+++ b/public/404.html
@@ -0,0 +1,62 @@
+
+
+
+