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

github.com/goodroot/hugo-classic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKellen <9484709+goodroot@users.noreply.github.com>2021-07-03 09:05:54 +0300
committerGitHub <noreply@github.com>2021-07-03 09:05:54 +0300
commitcf9675b5b856c131587b5f020e073ca930df2cde (patch)
tree02440d0ec15a0733fc917175845e15f58fcf8a01
parentb0a5a9be1ac8d633abb1a66f9dd3976794ee6de6 (diff)
parent0ee42d0d25bdcfe9348e39d0c063e268b6af9a01 (diff)
Merge pull request #19 from goodroot/foxify
adds foxes
-rw-r--r--exampleSite/content/_index.md30
-rwxr-xr-xexampleSite/static/images/grayf0x.jpgbin0 -> 55444 bytes
-rw-r--r--exampleSite/static/images/site.webmanifest1
3 files changed, 9 insertions, 22 deletions
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index d8ef779..5a934ec 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -1,30 +1,18 @@
---
title: Home
+description: "The personal writings and expressions of Grayfox, otherwise known as you too and everyone else. It is a loving and silly place."
---
-
<img
- id="main-image"
- src="/images/partywizard.gif"
- alt="Kellen Face">
-
-# Hugo Classic
-
-### For text focused goodness
+ id="foxy"
+ src="/images/grayf0x.jpg"
+ alt="A foxy face">
-About twenty years ago Jobs and Wozniak, the founders of Apple, came up with the very strange idea of selling information processing machines for use in the home. But around the same time, Bill Gates and Paul Allen came up with an idea even stranger and more fantastical: **selling computer operating systems**.
+## Welcome, friend
-This was much weirder than the idea of Jobs and Wozniak.
+### :purple_heart: :earth_africa: :purple_heart:
-~~~ruby
-def word_up(value)
- self.class.from_life(name, value, type)
-end
+Born in [The Abyss](https://en.wikipedia.org/wiki/Edmonton), **Grayfox** - also known as Zerkle Snorp - has spent over two decades fiddling with things on the Internet. Today he does nothing, so stop asking.
-def word_down(value)
- self.class.from_death(name, value, type)
-end
-~~~
-
----
+Their greatest joys are darkness and its quietudes.
-### Writings
+<img src="/images/partywizard.gif"> \ No newline at end of file
diff --git a/exampleSite/static/images/grayf0x.jpg b/exampleSite/static/images/grayf0x.jpg
new file mode 100755
index 0000000..46819d5
--- /dev/null
+++ b/exampleSite/static/images/grayf0x.jpg
Binary files differ
diff --git a/exampleSite/static/images/site.webmanifest b/exampleSite/static/images/site.webmanifest
deleted file mode 100644
index 45dc8a2..0000000
--- a/exampleSite/static/images/site.webmanifest
+++ /dev/null
@@ -1 +0,0 @@
-{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file