Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mdashx/basicwebtheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortom <tom@mdashx.com>2020-07-04 10:48:52 +0300
committertom <tom@mdashx.com>2020-07-04 10:48:52 +0300
commitf75a9b335334c30613d896240e821a7e4639c768 (patch)
treef81dd7ddcacb3d7db5853e3668d3047e6dcc4bc4 /exampleSite
parent85e723e3bb92d365e42de8abde8ffea39fc70e10 (diff)
Update theme to meet Hugo guidelines
https://github.com/gohugoio/hugoThemes/blob/master/README.md
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/Makefile4
-rw-r--r--exampleSite/config.toml30
-rw-r--r--exampleSite/content/_index.md20
-rw-r--r--exampleSite/content/about.md25
-rw-r--r--exampleSite/content/about/_index.md30
-rw-r--r--exampleSite/content/archives.md5
-rw-r--r--exampleSite/content/authors/frederic-bastiat/_index.md11
-rw-r--r--exampleSite/content/authors/lysander-spooner/_index.md13
-rw-r--r--exampleSite/content/charts/_index.md8
-rw-r--r--exampleSite/content/charts/regimes.md27
-rw-r--r--exampleSite/content/charts/wars.md8
-rw-r--r--exampleSite/content/examples/_index.md5
-rw-r--r--exampleSite/content/examples/blockquote.md8
-rw-r--r--exampleSite/content/examples/code.md19
-rw-r--r--exampleSite/content/homepage/about.md7
-rw-r--r--exampleSite/content/homepage/index.md3
-rw-r--r--exampleSite/content/homepage/work.md7
-rw-r--r--exampleSite/content/newsletter/_index.md20
-rw-r--r--exampleSite/content/post/_index.md6
-rw-r--r--exampleSite/content/post/emoji-support.md46
-rw-r--r--exampleSite/content/post/markdown-syntax.md149
-rw-r--r--exampleSite/content/post/math-typesetting.md49
-rw-r--r--exampleSite/content/post/placeholder-text.md45
-rw-r--r--exampleSite/content/post/rich-content.md42
-rw-r--r--exampleSite/content/posts/_index.md5
-rw-r--r--exampleSite/content/posts/a-petition.md90
-rw-r--r--exampleSite/content/posts/fallacies-of-protection.md43
-rw-r--r--exampleSite/content/posts/lincolns-inauguration.md7
-rw-r--r--exampleSite/content/posts/natural-law.md57
-rw-r--r--exampleSite/content/posts/no-treason.md67
-rw-r--r--exampleSite/content/posts/the-law.md39
-rw-r--r--exampleSite/content/posts/unconstitutionality-of-slavery.md52
-rw-r--r--exampleSite/content/posts/what-is-seen.md55
-rw-r--r--exampleSite/static/media/bastiat.jpgbin58474 -> 0 bytes
-rw-r--r--exampleSite/static/media/lincoln.gifbin62922 -> 0 bytes
-rw-r--r--exampleSite/static/media/spooner.jpgbin85197 -> 0 bytes
36 files changed, 413 insertions, 589 deletions
diff --git a/exampleSite/Makefile b/exampleSite/Makefile
deleted file mode 100644
index 5dfdfa2..0000000
--- a/exampleSite/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-.PHONY: deploy
-deploy:
- ssh ${USER}@${HOST} 'mkdir -p ${DEPLOY_PATH}'
- hugo && rsync -avz --delete public/ ${USER}@${HOST}:${DEPLOY_PATH}
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0149921..c3322c7 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,12 +1,34 @@
title = "Example Site For Basic Web Theme"
baseURL = "https://demo.basicwebtheme.com"
languageCode = "en-us"
-theme = "hugo-theme-basic-web-theme"
+theme = "basicwebtheme"
themesDir = "../.."
[params]
headerImage = "/assets/images/header.svg"
-[taxonomies]
-tag = "tags"
-author = "authors" \ No newline at end of file
+[menu]
+
+[[menu.main]]
+title = "Home"
+name = "The homepage"
+url = "/"
+weight = 1
+
+[[menu.main]]
+title = "Posts"
+name = "All posts"
+url = "/post"
+weight = 2
+
+[[menu.main]]
+title = "Archive"
+name = "All posts with tags"
+url = "/archives"
+weight = 3
+
+[[menu.main]]
+title = "About"
+name = "About page"
+url = "/about"
+weight = 4 \ No newline at end of file
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index da08b3c..ed6494b 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -1,17 +1,3 @@
-{
- "title": "Home",
- "menu": "main",
- "weight": "1",
- "listpage": "/posts"
-
-}
-
-This is an example site demonstrating the [Basic Web Theme](https://www.basicwebtheme.com).
-
-- Learn more [about this site](/about/).
-- View [all posts](/posts/)
-- Browse articles by [author](/authors/) or [tags](/tags)
-- Check out [tables](/charts/), [forms](/newsletter/), [blockquotes](/examples/blockquote) and [code blocks](/examples/code)
-
----
----
++++
+author = "Hugo Authors"
++++
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
new file mode 100644
index 0000000..f49aec5
--- /dev/null
+++ b/exampleSite/content/about.md
@@ -0,0 +1,25 @@
++++
+title = "About"
+description = "Hugo, the world's fastest framework for building websites"
+date = "2019-02-28"
+aliases = ["about-us", "about-hugo", "contact"]
+author = "Hugo Authors"
++++
+
+Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
+
+Hugo makes use of a variety of open source projects including:
+
+* https://github.com/yuin/goldmark
+* https://github.com/alecthomas/chroma
+* https://github.com/muesli/smartcrop
+* https://github.com/spf13/cobra
+* https://github.com/spf13/viper
+
+Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.
+
+Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
+
+Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
+
+Learn more and contribute on [GitHub](https://github.com/gohugoio).
diff --git a/exampleSite/content/about/_index.md b/exampleSite/content/about/_index.md
deleted file mode 100644
index c0f01e2..0000000
--- a/exampleSite/content/about/_index.md
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "title": "About",
- "menu": "main",
- "weight": "3",
- "layout": "standalone"
-}
-
-
-This site uses content that is either copyrighted with a permissive
-license, or is out of copyright. The content here is just for
-demonstration, so you can check out what a website built with this
-theme looks like.
-
-I'll try to include as many different theme features as possible in
-the sample content. If you notice something is missing (from the theme
-itself, or from the sample content) that you'd like to see, email me
-at tom@mdashx.com and I'll see what I can do.
-
----
-
-This site uses the style `font-family: sans-serif`.
-
-[Basic Web Theme](https://basicwebtheme.com) is intended for use with
-the default serif or sans-serif font (typically Times New Roman for
-serif and Arial or Helvetica for sans-serif).
-
----
-
-For more detailed information about the theme, visit: https://basicwebtheme.com
-
diff --git a/exampleSite/content/archives.md b/exampleSite/content/archives.md
new file mode 100644
index 0000000..db16eed
--- /dev/null
+++ b/exampleSite/content/archives.md
@@ -0,0 +1,5 @@
+---
+date: 2019-05-28
+type: section
+layout: "archives"
+---
diff --git a/exampleSite/content/authors/frederic-bastiat/_index.md b/exampleSite/content/authors/frederic-bastiat/_index.md
deleted file mode 100644
index cc5a822..0000000
--- a/exampleSite/content/authors/frederic-bastiat/_index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "title": "Frederic Bastiat"
-}
-
-![Frederic Bastiat](/media/bastiat.jpg)
-
-Claude-Frédéric Bastiat (June 30, 1801 – December 24, 1850) was a French economist, writer and a prominent member of the French Liberal School.
-
-A Freemason and a member of the French National Assembly, Bastiat developed the economic concept of opportunity cost and introduced the parable of the broken window.[2]
-
-As an advocate of classical economics and the economics of Adam Smith, his views favored a free market and influenced the Austrian School.
diff --git a/exampleSite/content/authors/lysander-spooner/_index.md b/exampleSite/content/authors/lysander-spooner/_index.md
deleted file mode 100644
index 10e5d93..0000000
--- a/exampleSite/content/authors/lysander-spooner/_index.md
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "title": "Lysander Spooner"
-}
-
-![Lysander Spooner](/media/spooner.jpg)
-
-Lysander Spooner (January 19, 1808 – May 14, 1887) was an American political philosopher, essayist, pamphlet writer, Unitarian, abolitionist, individualist anarchist, legal theorist, a member of the socialist First International and entrepreneur of the 19th century.
-
-Spooner was a strong advocate of the labor movement and anti-authoritarian and individualist anarchist in his political views. His economic and political ideology has often been identified as libertarian socialism and mutualism. Spooner's writings contributed to the development of both left-libertarian and right-libertarian political theory within libertarianism in the United States.
-
-Spooner's writing includes the abolitionist book The Unconstitutionality of Slavery and No Treason: The Constitution of No Authority which opposed treason charges against secessionists. He is also known for competing with the Post Office with his American Letter Mail Company. However, it was closed after legal problems with the federal government.
-
----
diff --git a/exampleSite/content/charts/_index.md b/exampleSite/content/charts/_index.md
deleted file mode 100644
index 91923e2..0000000
--- a/exampleSite/content/charts/_index.md
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "title": "Charts",
- "menu": "main",
- "weight": "4"
-}
-
-These tables show different possibilities for styling and implementing
-tables.
diff --git a/exampleSite/content/charts/regimes.md b/exampleSite/content/charts/regimes.md
deleted file mode 100644
index f6abbaf..0000000
--- a/exampleSite/content/charts/regimes.md
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "title": "Regimes",
- "layout": "standalone"
-}
-
-## Regimes
-
-This is a table created using Markdown in the content file.
-
-| Name | Lowest Estimate | Highest Estimate | Average Estimate | Location |
-| --- | --- | --- | --- | --- |
-| Mao Zedong | 13780,000 | 70000,000+ | 42,000,000 | People's Republic of China |
-| Genghis Khan and his successors | 10,000,000 | 57,000,000+ | 33,500,000 | Eurasia |
-| Adolf Hitler | 13,518,250 | 40,000,000+ | 26,500,000 | German-occupied Europe |
-| Chiang Kai-Shek | 5,965,000 | 18,522,000 | 10,511,124 | Republic of China |
-| Joseph Stalin | 3,300,000 | 15,000,000 | 8,990,772 | Soviet Union |
-| Hirohito | 3,000,000 (civilians only) | 25,000,000+ (civilians only) | 14,000,000 | In and around East and South East Asia, Oceania and the Pacific |
-| Leopold II of Belgium | 3,000,000 | 13,000,000 | 6,244,998 | Congo Free State |
-| Ranavalona I | 2,500,000 | 2,500,000 | 2,500,000 | Madagascar |
-| Pol Pot | 1,386,734 | 3,400,000 | 2,171,381 | Cambodia |
-| The Young Turks | 1,489,000 | 2,810,000 | 2,045,505 | Ottoman Empire |
-| Omar al-Bashir | 1,063,000 | 2,530,000 | 1,639,936 | Sudan |
-| Kim Il-sung, Kim Jong-il, and Kim Jong-un | 710,000 | 3,500,000 | 1,576,388 | North Korea |
-| Suharto | 240,500 | 3,418,000+ | 906,658+ | Indonesia |
-| Mengistu Haile Mariam | 225,000 | 2,000,000 | 670,820 | Ethiopia |
-| Saddam Hussein | 200,000 | 2,000,000 | 632,456 | Iraq |
-| Oliver Cromwell | 200,000 | 600,000 | 400,000 | Ireland |
diff --git a/exampleSite/content/charts/wars.md b/exampleSite/content/charts/wars.md
deleted file mode 100644
index af97238..0000000
--- a/exampleSite/content/charts/wars.md
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "title": "Wars",
- "layout": "standalone"
-}
-
-This is a table created by passing JSON data and a CSS class to a shortcode.
-
-{{<show-table table_data="wars" use_header="true" classes="table-with-borders">}}
diff --git a/exampleSite/content/examples/_index.md b/exampleSite/content/examples/_index.md
deleted file mode 100644
index cf71867..0000000
--- a/exampleSite/content/examples/_index.md
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "title": "Examples",
- "menu": "main",
- "weight": "5"
-}
diff --git a/exampleSite/content/examples/blockquote.md b/exampleSite/content/examples/blockquote.md
deleted file mode 100644
index 31b1d98..0000000
--- a/exampleSite/content/examples/blockquote.md
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "title": "Blockquotes",
- "layout": "standalone"
-}
-
-H.L. Mencken helps us demonstrate a block quote —
-
->As democracy is perfected, the office of the president represents, more and more closely, the inner soul of the people. We move toward a lofty ideal. On some great and glorious day, the plain folks of the land will reach their heart’s desire at last, and the White House will be adorned by a downright moron.
diff --git a/exampleSite/content/examples/code.md b/exampleSite/content/examples/code.md
deleted file mode 100644
index 4cede28..0000000
--- a/exampleSite/content/examples/code.md
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "title": "Code blocks",
- "layout": "standalone"
-}
-
-A code block:
-
-```
-(defun triangle-recursively (number)
- "Return the sum of the numbers 1 through NUMBER inclusive.
-Uses recursion."
- (if (= number 1) ; do-again-test
- 1 ; then-part
- (+ number ; else-part
- (triangle-recursively ; recursive call
- (1- number))))) ; next-step-expression
-
-(triangle-recursively 7)
-```
diff --git a/exampleSite/content/homepage/about.md b/exampleSite/content/homepage/about.md
new file mode 100644
index 0000000..b5d6981
--- /dev/null
+++ b/exampleSite/content/homepage/about.md
@@ -0,0 +1,7 @@
+---
+title: 'Our Difference'
+button: 'About us'
+weight: 2
+---
+
+Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. Ipsum dolor sit amet, et essent mediocritatem quo.
diff --git a/exampleSite/content/homepage/index.md b/exampleSite/content/homepage/index.md
new file mode 100644
index 0000000..ca03031
--- /dev/null
+++ b/exampleSite/content/homepage/index.md
@@ -0,0 +1,3 @@
+---
+headless: true
+---
diff --git a/exampleSite/content/homepage/work.md b/exampleSite/content/homepage/work.md
new file mode 100644
index 0000000..f99bc99
--- /dev/null
+++ b/exampleSite/content/homepage/work.md
@@ -0,0 +1,7 @@
+---
+title: 'We Help Business Grow'
+button: 'Our Work'
+weight: 1
+---
+
+Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. Numquam dolores mel eu, mea docendi omittantur et, mea ea duis erat. Elit melius cu ius. Per ex novum tantas putant, ei his nullam aliquam apeirian. Aeterno quaestio constituto sea an, no eum intellegat assueverit.
diff --git a/exampleSite/content/newsletter/_index.md b/exampleSite/content/newsletter/_index.md
deleted file mode 100644
index 957fdf4..0000000
--- a/exampleSite/content/newsletter/_index.md
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "title": "Newsletter",
- "layout": "standalone",
- "menu": "main",
- "weight": "5"
-}
-
-This newsletter doesn't really exist, but it's an opportunity to show
-what a simple form looks like with this theme, and to add a shortcode
-to the Hugo theme (good to have for reference if nothing else).
-
-*Enter your email below to pretend to join this non-existent
-newsletter.*
-
-{{<newsletter-form>}}
-
----
-
-If you have a website, you should definitely setup a newsletter! Let
-me know if you need help, I have some recommendations.
diff --git a/exampleSite/content/post/_index.md b/exampleSite/content/post/_index.md
new file mode 100644
index 0000000..8a084d9
--- /dev/null
+++ b/exampleSite/content/post/_index.md
@@ -0,0 +1,6 @@
++++
+aliases = ["posts", "articles", "blog", "showcase", "docs"]
+title = "Posts"
+author = "Hugo Authors"
+tags = ["index"]
++++
diff --git a/exampleSite/content/post/emoji-support.md b/exampleSite/content/post/emoji-support.md
new file mode 100644
index 0000000..dc3589a
--- /dev/null
+++ b/exampleSite/content/post/emoji-support.md
@@ -0,0 +1,46 @@
++++
+author = "Hugo Authors"
+title = "Emoji Support"
+date = "2019-03-05"
+description = "Guide to emoji usage in Hugo"
+tags = [
+ "emoji",
+]
++++
+
+Emoji can be enabled in a Hugo project in a number of ways.
+<!--more-->
+The [`emojify`](https://gohugo.io/functions/emojify/) function can be called directly in templates or [Inline Shortcodes](https://gohugo.io/templates/shortcode-templates/#inline-shortcodes).
+
+To enable emoji globally, set `enableEmoji` to `true` in your site's [configuration](https://gohugo.io/getting-started/configuration/) and then you can type emoji shorthand codes directly in content files; e.g.
+
+<p><span class="nowrap"><span class="emojify">🙈</span> <code>:see_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙉</span> <code>:hear_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙊</span> <code>:speak_no_evil:</code></span></p>
+<br>
+
+The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes.
+
+***
+
+**N.B.** The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack; e.g.
+
+{{< highlight html >}}
+.emoji {
+ font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
+}
+{{< /highlight >}}
+
+{{< css.inline >}}
+<style>
+.emojify {
+ font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
+ font-size: 2rem;
+ vertical-align: middle;
+}
+@media screen and (max-width:650px) {
+ .nowrap {
+ display: block;
+ margin: 25px 0;
+ }
+}
+</style>
+{{< /css.inline >}}
diff --git a/exampleSite/content/post/markdown-syntax.md b/exampleSite/content/post/markdown-syntax.md
new file mode 100644
index 0000000..2aa35e1
--- /dev/null
+++ b/exampleSite/content/post/markdown-syntax.md
@@ -0,0 +1,149 @@
++++
+author = "Hugo Authors"
+title = "Markdown Syntax Guide"
+date = "2019-03-11"
+description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
+tags = [
+ "markdown",
+ "css",
+ "html",
+ "themes",
+]
+categories = [
+ "themes",
+ "syntax",
+]
+series = ["Themes Guide"]
+aliases = ["migrate-from-jekyl"]
++++
+
+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.
+<!--more-->
+
+## Headings
+
+The following HTML `<h1>`—`<h6>` elements represent six levels of section headings. `<h1>` is the highest section level while `<h6>` 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.<br>
+> — <cite>Rob Pike[^1]</cite>
+
+[^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 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
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>Example HTML5 Document</title>
+</head>
+<body>
+ <p>Test</p>
+</body>
+</html>
+```
+
+#### Code block indented with four spaces
+
+ <!doctype html>
+ <html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Example HTML5 Document</title>
+ </head>
+ <body>
+ <p>Test</p>
+ </body>
+ </html>
+
+#### Code block with Hugo's internal highlight shortcode
+{{< highlight html >}}
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>Example HTML5 Document</title>
+</head>
+<body>
+ <p>Test</p>
+</body>
+</html>
+{{< /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
+
+<abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.
+
+H<sub>2</sub>O
+
+X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>
+
+Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.
+
+Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.
diff --git a/exampleSite/content/post/math-typesetting.md b/exampleSite/content/post/math-typesetting.md
new file mode 100644
index 0000000..48fdc79
--- /dev/null
+++ b/exampleSite/content/post/math-typesetting.md
@@ -0,0 +1,49 @@
+---
+author: Hugo Authors
+title: Math Typesetting
+date: 2019-03-08
+description: A brief guide to setup KaTeX
+math: true
+---
+
+Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.
+<!--more-->
+
+In this example we will be using [KaTeX](https://katex.org/)
+
+- Create a partial under `/layouts/partials/math.html`
+- Within this partial reference the [Auto-render Extension](https://katex.org/docs/autorender.html) or host these scripts locally.
+- Include the partial in your templates like so:
+
+```bash
+{{ if or .Params.math .Site.Params.math }}
+{{ partial "math.html" . }}
+{{ end }}
+```
+
+- To enable KaTex globally set the parameter `math` to `true` in a project's configuration
+- To enable KaTex on a per page basis include the parameter `math: true` in content files
+
+**Note:** Use the online reference of [Supported TeX Functions](https://katex.org/docs/supported.html)
+
+{{< math.inline >}}
+{{ if or .Page.Params.math .Site.Params.math }}
+<!-- KaTeX -->
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous">
+<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js" integrity="sha384-y23I5Q6l+B6vatafAwxRu/0oK/79VlbSz7Q9aiSZUvyWYIYsd+qj+o24G5ZU2zJz" crossorigin="anonymous"></script>
+<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
+{{ end }}
+{{</ math.inline >}}
+
+### Examples
+
+{{< math.inline >}}
+<p>
+Inline math: \(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\)
+</p>
+{{</ math.inline >}}
+
+Block math:
+$$
+ \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
+$$
diff --git a/exampleSite/content/post/placeholder-text.md b/exampleSite/content/post/placeholder-text.md
new file mode 100644
index 0000000..9ed5f69
--- /dev/null
+++ b/exampleSite/content/post/placeholder-text.md
@@ -0,0 +1,45 @@
++++
+author = "Hugo Authors"
+title = "Placeholder Text"
+date = "2019-03-09"
+description = "Lorem Ipsum Dolor Si Amet"
+tags = [
+ "markdown",
+ "text",
+]
++++
+
+Lorem est tota propiore conpellat pectoribus de pectora summo. <!--more-->Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.
+
+1. Exierant elisi ambit vivere dedere
+2. Duce pollice
+3. Eris modo
+4. Spargitque ferrea quos palude
+
+Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria tractus malis.
+
+1. Comas hunc haec pietate fetum procerum dixit
+2. Post torum vates letum Tiresia
+3. Flumen querellas
+4. Arcanaque montibus omnes
+5. Quidem et
+
+# Vagus elidunt
+
+<svg class="canon" xmlns="http://www.w3.org/2000/svg" overflow="visible" viewBox="0 0 496 373" height="373" width="496"><g fill="none"><path stroke="#000" stroke-width=".75" d="M.599 372.348L495.263 1.206M.312.633l494.95 370.853M.312 372.633L247.643.92M248.502.92l246.76 370.566M330.828 123.869V1.134M330.396 1.134L165.104 124.515"></path><path stroke="#ED1C24" stroke-width=".75" d="M275.73 41.616h166.224v249.05H275.73zM54.478 41.616h166.225v249.052H54.478z"></path><path stroke="#000" stroke-width=".75" d="M.479.375h495v372h-495zM247.979.875v372"></path><ellipse cx="498.729" cy="177.625" rx=".75" ry="1.25"></ellipse><ellipse cx="247.229" cy="377.375" rx=".75" ry="1.25"></ellipse></g></svg>
+
+[The Van de Graaf Canon](https://en.wikipedia.org/wiki/Canons_of_page_construction#Van_de_Graaf_canon)
+
+## Mane refeci capiebant unda mulcebat
+
+Victa caducifer, malo vulnere contra dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. **Faces illo pepulere** tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis.
+
+Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae vulnus haerentia iuste et exercebat, sui et.
+
+Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel **mitis temploque** vocatus, inque alis, *oculos nomen* non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem Propoetides **parte**.
+
+{{< css.inline >}}
+<style>
+.canon { background: white; width: 100%; height: auto; }
+</style>
+{{< /css.inline >}}
diff --git a/exampleSite/content/post/rich-content.md b/exampleSite/content/post/rich-content.md
new file mode 100644
index 0000000..5ff41d7
--- /dev/null
+++ b/exampleSite/content/post/rich-content.md
@@ -0,0 +1,42 @@
++++
+author = "Hugo Authors"
+title = "Rich Content"
+date = "2019-03-10"
+description = "A brief description of Hugo Shortcodes"
+tags = [
+ "shortcodes",
+ "privacy",
+]
++++
+
+Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
+<!--more-->
+---
+
+## Instagram Simple Shortcode
+
+{{< instagram_simple BGvuInzyFAe hidecaption >}}
+
+<br>
+
+---
+
+## YouTube Privacy Enhanced Shortcode
+
+{{< youtube ZJthWmvUzzc >}}
+
+<br>
+
+---
+
+## Twitter Simple Shortcode
+
+{{< twitter_simple 1085870671291310081 >}}
+
+<br>
+
+---
+
+## Vimeo Simple Shortcode
+
+{{< vimeo_simple 48912912 >}}
diff --git a/exampleSite/content/posts/_index.md b/exampleSite/content/posts/_index.md
deleted file mode 100644
index 97c8a07..0000000
--- a/exampleSite/content/posts/_index.md
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "title": "All Posts",
- "menu": "main",
- "weight": "2"
-}
diff --git a/exampleSite/content/posts/a-petition.md b/exampleSite/content/posts/a-petition.md
deleted file mode 100644
index ead57cf..0000000
--- a/exampleSite/content/posts/a-petition.md
+++ /dev/null
@@ -1,90 +0,0 @@
-{
- "title": "The Candlemakers' Petition",
- "authors": ["Frederic Bastiat"],
- "publishdate": "1845-03-01",
- "tags": ["Economics", "Law"]
-}
-
-From the Manufacturers of Candles, Tapers, Lanterns, Candlesticks,
-Street Lamps, Snuffers, and Extinguishers, and from the Producers of
-Tallow, Oil, Resin, Alcohol, and Generally of Everything Connected
-with Lighting.
-
-
-To the Honorable Members of the Chamber of Deputies.
-
-
-Gentlemen:
-
-
-You are on the right track. You reject abstract theories and have
-little regard for abundance and low prices. You concern yourselves
-mainly with the fate of the producer. You wish to free him from
-foreign competition, that is, to reserve the domestic market for
-domestic industry.
-
-
-We come to offer you a wonderful opportunity for applying your—what
-shall we call it? Your theory? No, nothing is more deceptive than
-theory. Your doctrine? Your system? Your principle? But you dislike
-doctrines, you have a horror of systems, and, as for principles, you
-deny that there are any in political economy; therefore we shall call
-it your practice—your practice without theory and without principle.
-
-
-We are suffering from the ruinous competition of a foreign rival who
-apparently works under conditions so far superior to our own for the
-production of light that he is flooding the domestic market with it at
-an incredibly low price; for the moment he appears, our sales cease,
-all the consumers turn to him, and a branch of French industry whose
-ramifications are innumerable is all at once reduced to complete
-stagnation. This rival, which is none other than the sun, is waging
-war on us so mercilessly that we suspect he is being stirred up
-against us by perfidious Albion (excellent diplomacy nowadays!),
-particularly because he has for that haughty island a respect that he
-does not show for us.
-
-We ask you to be so good as to pass a law requiring the closing of all
-windows, dormers, skylights, inside and outside shutters, curtains,
-casements, bull’s-eyes, deadlights, and blinds—in short, all openings,
-holes, chinks, and fissures through which the light of the sun is wont
-to enter houses, to the detriment of the fair industries with which,
-we are proud to say, we have endowed the country, a country that
-cannot, without betraying ingratitude, abandon us today to so unequal
-a combat.
-
-
-Be good enough, honorable deputies, to take our request seriously, and
-do not reject it without at least hearing the reasons that we have to
-advance in its support.
-
-
-First, if you shut off as much as possible all access to natural
-light, and thereby create a need for artificial light, what industry
-in France will not ultimately be encouraged?
-
-
-If France consumes more tallow, there will have to be more cattle and
-sheep, and, consequently, we shall see an increase in cleared fields,
-meat, wool, leather, and especially manure, the basis of all
-agricultural wealth.
-
-
-If France consumes more oil, we shall see an expansion in the
-cultivation of the poppy, the olive, and rapeseed. These rich yet
-soil-exhausting plants will come at just the right time to enable us
-to put to profitable use the increased fertility that the breeding of
-cattle will impart to the land.
-
-
-Our moors will be covered with resinous trees. Numerous swarms of bees
-will gather from our mountains the perfumed treasures that today waste
-their fragrance, like the flowers from which they emanate. Thus, there
-is not one branch of agriculture that would not undergo a great
-expansion.
-
-
-The same holds true of shipping. Thousands of vessels will engage in
-whaling, and in a short time we shall have a fleet capable of
-upholding the honor of France and of gratifying the patriotic
-aspirations of the undersigned petitioners, chandlers, etc.
diff --git a/exampleSite/content/posts/fallacies-of-protection.md b/exampleSite/content/posts/fallacies-of-protection.md
deleted file mode 100644
index eeea925..0000000
--- a/exampleSite/content/posts/fallacies-of-protection.md
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "title": "Fallacies Of Protection",
- "authors": ["Frederic Bastiat"],
- "publishdate": "1845-04-01",
- "tags": ["Economics"]
-}
-
-My design in this little volume is to refute some of the arguments
-which are urged against the Freedom of Trade.
-
-I do not propose to engage in a contest with the protec- tionists; but
-rather to instil a principle into the minds of those who hesitate
-because they sincerely doubt.
-
-I am not one of those who say that Protection is founded on men's
-interests. I am of opinion rather that it is founded on errors, or, if
-you will, upon incomplete truths. Too many people fear liberty, to
-permit us to conclude that their apprehensions are not sincerely felt.
-
-It is perhaps aiming too high, but my wish is, I confess, that this
-little work should become, as it were, the Mantuil of those whose
-business it is to pronounce between the two principles. Where men have
-not been long accus- tomed and familiarised to the doctrine of
-liberty, the fallacies of protection, in one shape or another, are
-con- stantly coming back upon them. In order to disabuse them of such
-errors when they recur, a long process of analysis becomes necessary ;
-and everyone has not the time required for suth a process —
-legislators less than others. This is my reason for endeavouring to
-present the analysis and its results cut and dry.
-
-But it may be asked: Are the benefits of liberty so hidden as to be
-discovered only by Economists by profession?
-
-We must confess that our adversaries have a marked advantage over us
-in the discussion. In very few words they can announce a half-truth;
-and in order to demon- strate that it is incomplete, we are obliged to
-have recourse to long and dry dissertations.
-
-This arises from the nature of things. Protection concentrates on one
-point the good which it produces, while the evils which it indicts are
-spread over the masses. The one is visible to the naked eye; the other
-only to the eye of the mind. In the case of liberty, it is just the
-reverse.
diff --git a/exampleSite/content/posts/lincolns-inauguration.md b/exampleSite/content/posts/lincolns-inauguration.md
deleted file mode 100644
index 77b5f6a..0000000
--- a/exampleSite/content/posts/lincolns-inauguration.md
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "title": "Lincoln's Inauguration",
- "publishdate": "1861-03-04",
- "tags": ["Law", "Images"]
-}
-
-![Lincoln Cartoon](/media/lincoln.gif)
diff --git a/exampleSite/content/posts/natural-law.md b/exampleSite/content/posts/natural-law.md
deleted file mode 100644
index 085273b..0000000
--- a/exampleSite/content/posts/natural-law.md
+++ /dev/null
@@ -1,57 +0,0 @@
-{
- "title": "Natural Law",
- "authors": ["Lysander Spooner"],
- "publishdate": "1882-09-27",
- "tags": ["Law"]
-}
-
-
-Natural law, natural justice, being a principle that is naturally
-applicable and adequate to the rightful settlement of every npossible
-controversy that can arise among men; being, too, the only standard by
-which any controversy whatever, between man and man, can be rightfully
-settled; being a principle whose protection every man demands for
-himself, whether he is willing to accord it to others, or not; being
-also an immutable principle, one that is always self-evidently
-necessary in all times and places; being so entirely impartial and
-equitable towards all; so indispensable to the peace of every human
-being; being, too, so easily learned, so generally known, and so
-easily maintained by such voluntary associations as all men can
-readily and rightfully form for that purpose—being such a principle as
-this, these questions arise, viz.: Why is it that it does not
-universally, or well nigh universally, prevail? Why is it that it has
-not, ages ago, been established throughout the world as the one only
-law that any man, or all men, could rightfully be compelled to obey?
-Why is it that any human being ever conceived that anything so
-self-evidently superfluous, false, absurd, and atrocious as all
-legislation necessarily must be, could be of any use to mankind, or
-have any place in human affairs?
-
-he answer is, that through all historic times, wherever any people
-have advanced beyond the savage state, and have learned to increase
-their means of subsistence by the cultivation of the soil, a greater
-or less number of them have associated and organized themselves as
-robbers, to plunder and enslave all others, who had either accumulated
-any property that could be seized, or had shown, by their labor, that
-they could be made to contribute to the support or pleasure of those
-who should enslave them.
-
-These bands of robbers, small in number at first, have increased their
-power by uniting with each other, inventing warlike weapons,
-disciplining themselves, and perfecting their organizations as
-military forces, and dividing their plunder (including their captives)
-among themselves, either in such proportions as have been previously
-agreed on, or in such as their leaders (always desirous to increase
-the number of their followers) should prescribe.
-
-The success of these bands of robbers was an easy thing, for the
-reason that those whom they plundered and enslaved were comparatively
-defenseless, being scattered thinly over the country; engaged wholly
-in trying by rude implements and heavy labor, to extort a subsistence
-from the soil; having no weapons of war, other than sticks and stones;
-having no military discipline or organization, and no means of
-concentrating their forces or acting in concert, when suddenly
-attacked. Under these circumstances, the only alternative left them
-for saving even their lives, or the lives of their families, was to
-yield up not only the crops they had gathered, and the lands they had
-cultivated, but themselves and their families also as slaves.
diff --git a/exampleSite/content/posts/no-treason.md b/exampleSite/content/posts/no-treason.md
deleted file mode 100644
index d8f9bc3..0000000
--- a/exampleSite/content/posts/no-treason.md
+++ /dev/null
@@ -1,67 +0,0 @@
-{
- "title": "No Treason - The Constitution of No Authority",
- "authors": ["Lysander Spooner"],
- "publishdate": "1869-01-19",
- "tags": ["Law"]
-}
-
-The Constitution has no inherent authority or obligation. It has no
-authority or obligation at all, unless as a contract between man and
-man. And it does not so much as even purport to be a contract between
-persons now existing. It purports, at most, to be only a contract
-between persons living eighty years ago . 1 And it can be supposed to
-have been a contract then only between persons who had already come to
-years of discretion, so as to be competent to make reasonable and
-obligatory contracts. Furthermore, we know, historically, that only a
-small portion even of the people then exist¬ ing were consulted on the
-subject, or asked, or permitted to express either their consent or
-ndissent in any formal manner. Those persons, if any, who did give
-their consent formally, are all dead now. Most of them have been dead
-forty, fifty, sixty, or seventy years. And the Constitution, so far as
-it t oas their contract, died with them. They had no natural power or
-right to make it obligatory upon their children. It is not only
-plainly impossible, in the nature of things, that they could bind
-their posterity, but they did not even attempt to bind them. That is
-to say, the instrument does not purport to be an agreement between any
-body but “the people” then existing; nor does it, either expressly or
-impliedly, assert any right, power, or disposition, on their part, to
-bind anybody but themselves. Let us see. Its language is:
-
-We, the people of the United States (that is, the people then existing
-in the United States), in order to form a more perfect union, insure
-domestic tranquility, provide for the common defense, promote the
-general welfare, and secure the blessings of liberty to ourselves ana
-our posterity, do ordain and establish this Constitu¬ tion for the
-United States of America.
-
-It is plain, in the first place, that this language, as an agreement,
-purports to be only what it at most really was, viz., a contract
-between the people then existing; and, of necessity, binding, as a
-contract, only upon those then existing. In the second place, the
-language neither expresses nor implies that they had any intention or
-desire, nor that they imagined they had any right or power, to bind
-their “posterity” to five under it. It does not say that their
-“posterity” will, shall, or must live under it. It only says, in
-effect, that their hopes and motives in adopting it were that it might
-prove useful to their posterity, as well as to themselves, by
-promoting their imion, safety, tranquility, liberty, etc.
-
-Suppose an agreement were entered into, in this form:
-
-We, the people of Boston, agree to maintain a fort on Governor’s
-Island, to protect ourselves and our posterity against invasion.
-
-This agreement, as an agreement, would clearly bind nobody but the
-people then existing. Secondly, it would assert no right, power, or
-disposition, on their part, to compel^their “posterity” to maintain
-such a fort. It would only indicate that the supposed wel¬ fare of
-their posterity was one of the motives that induced the original
-parties to enter into the agreement.
-
-When a man says he is building a house for himself and his posterity,
-he does not mean to be understood as saying that he has any thought of
-binding them, nor is it to be inferred that he is so foolish as to
-imagine that he has any right or power to bind them, to live in it. So
-far as they are concerned, he only means to be understood as saying
-that his hopes and motives, in building it, are that they, or at least
-some of them, may find it for their happiness to live in it.
diff --git a/exampleSite/content/posts/the-law.md b/exampleSite/content/posts/the-law.md
deleted file mode 100644
index 17afe8c..0000000
--- a/exampleSite/content/posts/the-law.md
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "title": "The Law",
- "authors": ["Frederic Bastiat"],
- "publishdate": "1850-07-09",
- "tags": ["Law"]
-}
-
-
-The law perverted! The law—and, in its wake, all the collective forces
-of the nation—the law, I say, not only diverted from its proper
-direction, but made to pursue one entirely contrary! The law become
-the tool of every kind of avarice, instead of being its check! The law
-guilty of that very iniquity which it was its mission to punish!
-Truly, this is a serious fact, if it exists, and one to which I feel
-bound to call the attention of my fellow citizens.
-
-We hold from God the gift that, as far as we are concerned, contains
-all others, Life—physical, intellectual, and moral life.
-
-But life cannot support itself. He who has bestowed it, has entrusted
-us with the care of supporting it, of developing it, and of
-perfecting it. To that end, He has provided us with a collection of
-wonderful faculties; He has plunged us into the midst of a variety of
-elements. It is by the application of our faculties to these elements
-that the phenomena of assimilation and of appropriation, by which life
-pursues the circle that has been assigned to it are realized.
-
-Existence, faculties, assimilation—in other words, personality,
-liberty, property—this is man.
-
-It is of these three things that it may be said, apart from all
-demagogic subtlety, that they are anterior and superior to all human
-legislation.
-
-It is not because men have made laws, that personality, liberty, and
-property exist. On the contrary, it is because personality, liberty,
- and property exist beforehand, that men make laws. What, then, is
-law? As I have said elsewhere, it is the collective organization of
-the indi¬ vidual right to lawful defense.
diff --git a/exampleSite/content/posts/unconstitutionality-of-slavery.md b/exampleSite/content/posts/unconstitutionality-of-slavery.md
deleted file mode 100644
index 12bed92..0000000
--- a/exampleSite/content/posts/unconstitutionality-of-slavery.md
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "title": "The Unconstitutionality of Slavery",
- "authors": ["Lysander Spooner"],
- "publishdate": "1845-04-04",
- "tags": ["Law"]
-}
-
-
-*WHAT IS LAW?*
-
-Before examining the language of the Constitution, in regard to
-Slavery, let us obtain a view of the principles, by virtue of which
-law arises out of those constitutions and compacts, by which people
-agree to establish government.
-
-To do this it is necessary to define the term law. Popular opinions
-are very loose and indefinite, both as to the true definition of law,
-and also as to the principle, by virtue of which law results from the
-compacts or contracts of mankind with each other.
-
-What then is Law ? That law, I mean, which, and which only, judicial
-tribunals are morally bound, under all circum- stances, to declare and
-sustain ?
-
-In answering this question, I shall attempt to show that law is an
-intelligible principle of right., necessarily resulting from the
-nature of man ; and not an arbitrary rule, that can be established by
-mere will, numbers or power.
-
-To determine whether this proposition be correct, we must look at the
-general signification of the term law.
-
-The true and general meaning of it, is that natural, per- manent,
-unalterable principle, which governs any particular thing or class of
-things. The principle is strictly a natural one; and the term applies
-to every natural principle, whether mental, moral or physical. Thus we
-speak of the laws of mind ; meaning thereby those natural, universal
-and neces- sary principles, according to which mind acts, or by which
-it is governed. We speak too of the moral law ; which is merely an
-universal principle of moral obligation, that arises out of the nature
-of men, and their relations to each other, and to other things — and
-is consequently as unalterable as the nature of men. And it is solely
-because it is unalterable in its nature, and universal in its
-application, that it is denom- inated law. If it were changeable,
-partial or arbitrary, it would be no law. Thus we speak of physical
-laws ; of the laws, for instance, that govern the solar system ; of
-the laws of mo- tion, the laws of gravitation, the laws of light, &c.,
-(fee. — Also the laws that govern the vegetable and animal kingdoms,
-in all their various departments : among which laws may be named, for
-example, the one that like produces like. Un- less the operation of
-this principle were uniform, universal and necessary, it would be no
-law.
diff --git a/exampleSite/content/posts/what-is-seen.md b/exampleSite/content/posts/what-is-seen.md
deleted file mode 100644
index 8e6666e..0000000
--- a/exampleSite/content/posts/what-is-seen.md
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "title": "What Is Seen and What Is Not Seen",
- "authors": ["Frederic Bastiat"],
- "publishdate": "1850-11-09",
- "tags": ["Economics"]
-}
-
-In the economic sphere an act, a habit, an institution, a law produces
-not only one effect, but a series of effects. Of these effects, the
-first alone is immediate; it appears simultaneously with its cause; it
-is seen. The other effects emerge only subsequently; they are not
-seen; we are fortunate if we foresee them.
-
-
-
-There is only one difference between a bad economist and a good one:
-the bad economist confines himself to the visible effect; the good
-economist takes into account both the effect that can be seen and
-those effects that must be foreseen.
-
-
-
-Yet this difference is tremendous; for it almost always happens that
-when the immediate consequence is favorable, the later consequences
-are disastrous, and vice versa. Whence it follows that the bad
-economist pursues a small present good that will be followed by a
-great evil to come, while the good economist pursues a great good to
-come, at the risk of a small present evil.
-
-
-
-The same thing, of course, is true of health and morals. Often, the
-sweeter the first fruit of a habit, the more bitter are its later
-fruits: for example, debauchery, sloth, prodigality. When a man is
-impressed by the effect that is seen and has not yet learned to
-discern the effects that are not seen, he indulges in deplorable
-habits, not only through natural inclination, but deliberately.
-
-
-
-This explains man’s necessarily painful evolution. Ignorance surrounds
-him at his cradle; therefore, he regulates his acts according to their
-first consequences, the only ones that, in his infancy, he can see. It
-is only after a long time that he learns to take account of the
-others. xoTwo very different masters teach him this lesson:
-experience and foresight. Experience teaches efficaciously but
-brutally. It instructs us in all the effects of an act by making us
-feel them, and we cannot fail to learn eventually, from having been
-burned ourselves, that fire burns. I should prefer, in so far as
-possible, to replace this rude teacher with one more gentle:
-foresight. For that reason I shall investigate the consequences of
-several economic phenomena, contrasting those that are seen with those
-that are not seen.
-
-
diff --git a/exampleSite/static/media/bastiat.jpg b/exampleSite/static/media/bastiat.jpg
deleted file mode 100644
index 399fbe5..0000000
--- a/exampleSite/static/media/bastiat.jpg
+++ /dev/null
Binary files differ
diff --git a/exampleSite/static/media/lincoln.gif b/exampleSite/static/media/lincoln.gif
deleted file mode 100644
index a702a42..0000000
--- a/exampleSite/static/media/lincoln.gif
+++ /dev/null
Binary files differ
diff --git a/exampleSite/static/media/spooner.jpg b/exampleSite/static/media/spooner.jpg
deleted file mode 100644
index 5d42bf5..0000000
--- a/exampleSite/static/media/spooner.jpg
+++ /dev/null
Binary files differ