From 0ee42d0d25bdcfe9348e39d0c063e268b6af9a01 Mon Sep 17 00:00:00 2001 From: goodroot <9484709+goodroot@users.noreply.github.com> Date: Fri, 2 Jul 2021 23:05:16 -0700 Subject: adds foxes --- exampleSite/content/_index.md | 30 +++++++++-------------------- exampleSite/static/images/grayf0x.jpg | Bin 0 -> 55444 bytes exampleSite/static/images/site.webmanifest | 1 - 3 files changed, 9 insertions(+), 22 deletions(-) create mode 100755 exampleSite/static/images/grayf0x.jpg delete mode 100644 exampleSite/static/images/site.webmanifest 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." --- - 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 + \ 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 Binary files /dev/null and b/exampleSite/static/images/grayf0x.jpg 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 -- cgit v1.2.3