diff --git a/config.yaml b/config.yaml
index 4a8278d..d4b12c0 100644
--- a/config.yaml
+++ b/config.yaml
@@ -1,36 +1,37 @@
-baseURL: https://example.com
+baseURL: https://bluevolvo87.github.io/themedianduck/
languageCode: en-us
-title: Archie
+title: The Median Duck
theme: archie
-copyright: © Athul
+copyright: © The Median Duck
pygmentsstyle: monokai
pygmentscodefences: yes
pygmentscodefencesguesssyntax: yes
params:
- mode: auto
+ mode: toggle
social:
- icon: github
name: GitHub
- url: https://github.com/athul/archie
- - icon: twitter
- name: Twitter
- url: https://twitter.com/athulcajay/
- - icon: gitlab
- name: GitLab
- url: https://gitlab.com/athul/
- subtitle: Minimal and Clean [blog theme for Hugo](https://github.com/athul/archie)
+ url: https://github.com/bluevolvo87/themedianduck
+
+ - icon: youtube
+ name: YouTube
+ url: https://youtube.com/naanbread87/
+ subtitle: vires in notitia
useCDN: no
menu:
main:
- name: Home
url: /
weight: 1
- - name: All posts
+ - name: All posts
url: /posts
weight: 2
- - name: About
- url: /about
+ - name: The Vision
+ url: /vision
weight: 3
- - name: Tags
- url: /tags
+ - name: About Me
+ url: /about
weight: 4
+ - name: Categories
+ url: /tags
+ weight: 5
diff --git a/content/about.md b/content/about.md
index 5f0e67d..2c9fd26 100644
--- a/content/about.md
+++ b/content/about.md
@@ -1,31 +1,34 @@
----
-aliases:
-- about-us
-- about-hugo
-- contact
-author: Hugo Authors
-date: "2019-02-28"
-description: Hugo, the world’s fastest framework for building websites
-title: About
----
-
-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).
-
-
-
+---
+aliases:
+- about-us
+- about-hugo
+- contact
+author: Hugo Authors
+date: "2019-02-28"
+description: Hugo, the world’s fastest framework for building websites
+title: About
+---
+
+> This is where I would boast about myself no doubt.
+
+
+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/content/homepage/about.md b/content/homepage/about.md
index c2ba680..c9aa233 100644
--- a/content/homepage/about.md
+++ b/content/homepage/about.md
@@ -1,7 +1,11 @@
----
-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,
\ No newline at end of file
+---
+title: 'Our Difference'
+button: 'About us'
+weight: 2
+---
+
+I don't think this has any affect?
+
+
+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/content/homepage/index.md b/content/homepage/index.md
index 01ffa31..1723d81 100644
--- a/content/homepage/index.md
+++ b/content/homepage/index.md
@@ -1,3 +1,5 @@
----
-headless : true
----
+---
+headless : true
+---
+
+Really? Is this not the hompage editor?
\ No newline at end of file
diff --git a/content/homepage/work.md b/content/homepage/work.md
index f2fee73..b8005f3 100644
--- a/content/homepage/work.md
+++ b/content/homepage/work.md
@@ -1,7 +1,10 @@
----
-title: 'We Help Business Grow'
-button: 'Our Work'
-weight: 1
----
-
+---
+title: 'We Help Business Grow'
+button: 'Our Work'
+weight: 1
+---
+
+Similarly, I don't think this has any impact.
+
+
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.
\ No newline at end of file
diff --git a/public/about-hugo/index.html b/public/about-hugo/index.html
index dc16752..a6eee06 100644
--- a/public/about-hugo/index.html
+++ b/public/about-hugo/index.html
@@ -1,10 +1,10 @@
- http://localhost:4321/about/
-
+ http://localhost:4321/themedianduck/about/
+
-
+
diff --git a/public/about-us/index.html b/public/about-us/index.html
index dc16752..a6eee06 100644
--- a/public/about-us/index.html
+++ b/public/about-us/index.html
@@ -1,10 +1,10 @@
- http://localhost:4321/about/
-
+ http://localhost:4321/themedianduck/about/
+
-
+
diff --git a/public/about/index.html b/public/about/index.html
index 5d58c10..b7f0333 100644
--- a/public/about/index.html
+++ b/public/about/index.html
@@ -1,11 +1,11 @@
-
+
- About - Archie
+ About - The Median Duck
-
-
+
+
@@ -16,15 +16,15 @@
-
+
-
+
-
-
+
+
@@ -38,18 +38,22 @@
@@ -63,7 +67,10 @@
About
- Written in Go, Hugo is an open source static site generator available under the Apache Licence 2.0. 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.
+
+This is where I would boast about myself no doubt.
+
+Written in Go, Hugo is an open source static site generator available under the Apache Licence 2.0. 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: