Skip to content

Commit

Permalink
Personalising
Browse files Browse the repository at this point in the history
  • Loading branch information
bluevolvo87 committed Jul 7, 2024
1 parent 321db13 commit 3e3f93f
Show file tree
Hide file tree
Showing 54 changed files with 991 additions and 784 deletions.
35 changes: 18 additions & 17 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -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
65 changes: 34 additions & 31 deletions content/about.md
Original file line number Diff line number Diff line change
@@ -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).



18 changes: 11 additions & 7 deletions content/homepage/about.md
Original file line number Diff line number Diff line change
@@ -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,
---
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,

8 changes: 5 additions & 3 deletions content/homepage/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
headless : true
---
---
headless : true
---

Really? Is this not the hompage editor?
15 changes: 9 additions & 6 deletions content/homepage/work.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 3 additions & 3 deletions public/about-hugo/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>http://localhost:4321/about/</title>
<link rel="canonical" href="http://localhost:4321/about/">
<title>http://localhost:4321/themedianduck/about/</title>
<link rel="canonical" href="http://localhost:4321/themedianduck/about/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=http://localhost:4321/about/">
<meta http-equiv="refresh" content="0; url=http://localhost:4321/themedianduck/about/">
</head>
</html>
6 changes: 3 additions & 3 deletions public/about-us/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>http://localhost:4321/about/</title>
<link rel="canonical" href="http://localhost:4321/about/">
<title>http://localhost:4321/themedianduck/about/</title>
<link rel="canonical" href="http://localhost:4321/themedianduck/about/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=http://localhost:4321/about/">
<meta http-equiv="refresh" content="0; url=http://localhost:4321/themedianduck/about/">
</head>
</html>
42 changes: 24 additions & 18 deletions public/about/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html><head lang="en"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=4321&amp;path=livereload" data-no-instant defer></script>
<html><head lang="en"><script src="/themedianduck/livereload.js?mindelay=10&amp;v=2&amp;port=4321&amp;path=themedianduck/livereload" data-no-instant defer></script>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>About - Archie</title><meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>About - The Median Duck</title><meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Hugo, the world’s fastest framework for building websites" />
<meta property="og:image" content=""/>
<meta property="og:url" content="http://localhost:4321/about/">
<meta property="og:site_name" content="Archie">
<meta property="og:url" content="http://localhost:4321/themedianduck/about/">
<meta property="og:site_name" content="The Median Duck">
<meta property="og:title" content="About">
<meta property="og:description" content="Hugo, the world’s fastest framework for building websites">
<meta property="og:locale" content="en_us">
Expand All @@ -16,15 +16,15 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="About">
<meta name="twitter:description" content="Hugo, the world’s fastest framework for building websites">
<script src="http://localhost:4321/js/feather.min.js"></script>
<script src="http://localhost:4321/themedianduck/js/feather.min.js"></script>


<link href="http://localhost:4321/css/fonts.2c2227b81b1970a03e760aa2e6121cd01f87c88586803cbb282aa224720a765f.css" rel="stylesheet">
<link href="http://localhost:4321/themedianduck/css/fonts.2c2227b81b1970a03e760aa2e6121cd01f87c88586803cbb282aa224720a765f.css" rel="stylesheet">



<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:4321/css/main.ac08a4c9714baa859217f92f051deb58df2938ec352b506df655005dcaf98cc0.css" />
<link id="darkModeStyle" rel="stylesheet" type="text/css" href="http://localhost:4321/css/dark.726cd11ca6eb7c4f7d48eb420354f814e5c1b94281aaf8fd0511c1319f7f78a4.css" media="(prefers-color-scheme: dark)" />
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:4321/themedianduck/css/main.ac08a4c9714baa859217f92f051deb58df2938ec352b506df655005dcaf98cc0.css" />
<link id="darkModeStyle" rel="stylesheet" type="text/css" href="http://localhost:4321/themedianduck/css/dark.726cd11ca6eb7c4f7d48eb420354f814e5c1b94281aaf8fd0511c1319f7f78a4.css" disabled />



Expand All @@ -38,18 +38,22 @@
<body>
<div class="content"><header>
<div class="main">
<a href="http://localhost:4321/">Archie</a>
<a href="http://localhost:4321/themedianduck/">The Median Duck</a>
</div>
<nav>

<a href="/">Home</a>
<a href="/themedianduck/">Home</a>

<a href="/posts">All posts</a>
<a href="/themedianduck/posts">All posts</a>

<a href="/about">About</a>
<a href="/themedianduck/vision">The Vision</a>

<a href="/tags">Tags</a>
<a href="/themedianduck/about">About Me</a>

<a href="/themedianduck/tags">Categories</a>

| <span id="dark-mode-toggle" onclick="toggleTheme()"></span>
<script src="http://localhost:4321/themedianduck/js/themetoggle.js"></script>

</nav>
</header>
Expand All @@ -63,7 +67,10 @@ <h1 class="title">About</h1>


<section class="body">
<p>Written in Go, Hugo is an open source static site generator available under the <a href="https://github.com/gohugoio/hugo/blob/master/LICENSE">Apache Licence 2.0.</a> 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.</p>
<blockquote>
<p>This is where I would boast about myself no doubt.</p>
</blockquote>
<p>Written in Go, Hugo is an open source static site generator available under the <a href="https://github.com/gohugoio/hugo/blob/master/LICENSE">Apache Licence 2.0.</a> 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.</p>
<p>Hugo makes use of a variety of open source projects including:</p>
<ul>
<li><a href="https://github.com/yuin/goldmark">https://github.com/yuin/goldmark</a></li>
Expand All @@ -85,12 +92,11 @@ <h1 class="title">About</h1>
</article>
</main>
<footer>
<div style="display:flex"><a class="soc" href="https://github.com/athul/archie" rel="me" title="GitHub"><i data-feather="github"></i></a>
<a class="border"></a><a class="soc" href="https://twitter.com/athulcajay/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
<a class="border"></a><a class="soc" href="https://gitlab.com/athul/" rel="me" title="GitLab"><i data-feather="gitlab"></i></a>
<div style="display:flex"><a class="soc" href="https://github.com/bluevolvo87/themedianduck" rel="me" title="GitHub"><i data-feather="github"></i></a>
<a class="border"></a><a class="soc" href="https://youtube.com/naanbread87/" rel="me" title="YouTube"><i data-feather="youtube"></i></a>
<a class="border"></a></div>
<div class="footer-info">
2024 © Athul | <a
2024 © The Median Duck | <a
href="https://github.com/athul/archie">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a>
</div>
</footer>
Expand Down
41 changes: 22 additions & 19 deletions public/archives/index.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
<!DOCTYPE html>
<html><head lang="en"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=4321&amp;path=livereload" data-no-instant defer></script>
<html><head lang="en"><script src="/themedianduck/livereload.js?mindelay=10&amp;v=2&amp;port=4321&amp;path=themedianduck/livereload" data-no-instant defer></script>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title> - Archie</title><meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title> - The Median Duck</title><meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta property="og:image" content=""/>
<meta property="og:url" content="http://localhost:4321/archives/">
<meta property="og:site_name" content="Archie">
<meta property="og:title" content="Archie">
<meta property="og:url" content="http://localhost:4321/themedianduck/archives/">
<meta property="og:site_name" content="The Median Duck">
<meta property="og:title" content="The Median Duck">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2019-05-28T00:00:00+00:00">
<meta property="article:modified_time" content="2019-05-28T00:00:00+00:00">

<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Archie">
<script src="http://localhost:4321/js/feather.min.js"></script>
<meta name="twitter:title" content="The Median Duck">
<script src="http://localhost:4321/themedianduck/js/feather.min.js"></script>


<link href="http://localhost:4321/css/fonts.2c2227b81b1970a03e760aa2e6121cd01f87c88586803cbb282aa224720a765f.css" rel="stylesheet">
<link href="http://localhost:4321/themedianduck/css/fonts.2c2227b81b1970a03e760aa2e6121cd01f87c88586803cbb282aa224720a765f.css" rel="stylesheet">



<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:4321/css/main.ac08a4c9714baa859217f92f051deb58df2938ec352b506df655005dcaf98cc0.css" />
<link id="darkModeStyle" rel="stylesheet" type="text/css" href="http://localhost:4321/css/dark.726cd11ca6eb7c4f7d48eb420354f814e5c1b94281aaf8fd0511c1319f7f78a4.css" media="(prefers-color-scheme: dark)" />
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost:4321/themedianduck/css/main.ac08a4c9714baa859217f92f051deb58df2938ec352b506df655005dcaf98cc0.css" />
<link id="darkModeStyle" rel="stylesheet" type="text/css" href="http://localhost:4321/themedianduck/css/dark.726cd11ca6eb7c4f7d48eb420354f814e5c1b94281aaf8fd0511c1319f7f78a4.css" disabled />



Expand All @@ -36,18 +36,22 @@
<body>
<div class="content"><header>
<div class="main">
<a href="http://localhost:4321/">Archie</a>
<a href="http://localhost:4321/themedianduck/">The Median Duck</a>
</div>
<nav>

<a href="/">Home</a>
<a href="/themedianduck/">Home</a>

<a href="/posts">All posts</a>
<a href="/themedianduck/posts">All posts</a>

<a href="/about">About</a>
<a href="/themedianduck/vision">The Vision</a>

<a href="/tags">Tags</a>
<a href="/themedianduck/about">About Me</a>

<a href="/themedianduck/tags">Categories</a>

| <span id="dark-mode-toggle" onclick="toggleTheme()"></span>
<script src="http://localhost:4321/themedianduck/js/themetoggle.js"></script>

</nav>
</header>
Expand All @@ -72,12 +76,11 @@ <h1 class="title"></h1>
</article>
</main>
<footer>
<div style="display:flex"><a class="soc" href="https://github.com/athul/archie" rel="me" title="GitHub"><i data-feather="github"></i></a>
<a class="border"></a><a class="soc" href="https://twitter.com/athulcajay/" rel="me" title="Twitter"><i data-feather="twitter"></i></a>
<a class="border"></a><a class="soc" href="https://gitlab.com/athul/" rel="me" title="GitLab"><i data-feather="gitlab"></i></a>
<div style="display:flex"><a class="soc" href="https://github.com/bluevolvo87/themedianduck" rel="me" title="GitHub"><i data-feather="github"></i></a>
<a class="border"></a><a class="soc" href="https://youtube.com/naanbread87/" rel="me" title="YouTube"><i data-feather="youtube"></i></a>
<a class="border"></a></div>
<div class="footer-info">
2024 © Athul | <a
2024 © The Median Duck | <a
href="https://github.com/athul/archie">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a>
</div>
</footer>
Expand Down
Loading

0 comments on commit 3e3f93f

Please sign in to comment.