Initial commit

This commit is contained in:
Glenn 2021-02-15 21:44:58 +10:00
commit 9077e638de
40 changed files with 1495 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/terrassa"]
path = themes/terrassa
url = https://github.com/danielkvist/hugo-terrassa-theme

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

76
config.toml Normal file
View File

@ -0,0 +1,76 @@
baseURL = "https://caffeinated.xyz/"
languageCode = "en-us"
title = "Caffeinated.xyz"
author = "Glenn"
theme = "terrassa"
[params]
description = "Terrassa is a simple, fast and responsive theme for Hugo with a strong focus on accessibility made from scratch."
favicon = "favicon.ico"
logo = ""
[params.hero]
textColor = "" # Empty for default color
[params.cta] # Call To Action
show = true
cta = "Contact" # Text message of the CTA
link = "contact" # Relative URL
[params.separator] # Separators between sections on the home page
show = false
[params.social]
twitter = "https://twitter.com/glennricepro"
github = "https://github.com/glennrice"
mastodon = "https://caffeinated.social/users/glenn"
facebook = ""
gitlab = ""
codepen = ""
instagram = ""
pinterest = ""
youtube = ""
linkedin = ""
weibo = ""
tumblr = ""
flickr = ""
"500px" = ""
[params.contact]
email = ""
phone = ""
skype = ""
address = ""
[params.copy] # Copyright
copy = "" # Empty for default content
[menu]
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "https://caffeinated.blog"
weight = 2
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = true
useSessionStorage = false
[privacy.instagram]
disable = false
simple = false
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[privacy.vimeo]
disable = false
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true

9
content/_index.md Normal file
View File

@ -0,0 +1,9 @@
---
title: ""
description: ""
images: [background_four_coffees_1680.jpg]
draft: false
menu: main
weight: 1
---

10
content/about.md Normal file
View File

@ -0,0 +1,10 @@
---
title: "About"
description: ""
images: []
draft: false
menu: main
weight: 1
---
About

View File

@ -0,0 +1,8 @@
---
title: "Contact"
description: ""
images: []
draft: true
menu: main
weight: 0
---

1
dist/main.js vendored Normal file

File diff suppressed because one or more lines are too long

197
public/404.html Normal file
View File

@ -0,0 +1,197 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow, noarchive" />
<title>Caffeinated.xyz - 404 Page not found</title>
<link rel="icon" href="https://caffeinated.xyz/" />
<meta name="description" content="" />
<meta name="generator" content="Hugo 0.59.0" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content=""/>
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://caffeinated.xyz/404.html" />
<link rel="stylesheet" href="https://caffeinated.xyz/css/bundle.min.css">
</head>
<body><header class="header">
<div class="header__title">
<a href="https://caffeinated.xyz/" class="header__title__link" alt="Home">
Caffeinated.xyz
</a>
</div>
<nav class="menu" aria-label="menu">
<ul class="menu__items" aria-label="menu">
<li class="menu__items__item" aria-label="About">
<a href="/about/" class="menu__items__item__link "
alt="About" role="menuitem">
About
</a>
</li>
<li class="menu__items__item" aria-label="Blog">
<a href="https://caffeinated.blog" class="menu__items__item__link "
alt="Blog" role="menuitem">
Blog
</a>
</li>
<li class="menu__items__item" aria-label="">
<a href="/" class="menu__items__item__link "
alt="" role="menuitem">
</a>
</li>
<li class="menu__items__item" aria-label="Contact">
<a href="/contact/" class="menu__items__item__link "
alt="Contact" role="menuitem">
Contact
</a>
</li>
</ul>
</nav>
<nav class="hamburger-menu" aria-label="mobile-menu">
<div class="toggle">
<input type="checkbox" class="hamburger__toggle" id="hamburgerToggle" name="hamburger toggle" aria-label="Hamburguer menu">
<label class="hamburger__toggle__icon" for="hamburgerToggle">
<i class="fas fa-bars"></i>
</label>
<ul class="hamburger__items" aria-label="mobile-menu">
<li class="hamburger__items__item" aria-label="About">
<a href="/about/" class="hamburger__items__item__link" alt="About" role="menuitem">
About
</a>
</li>
<li class="hamburger__items__item" aria-label="Blog">
<a href="https://caffeinated.blog" class="hamburger__items__item__link" alt="Blog" role="menuitem">
Blog
</a>
</li>
<li class="hamburger__items__item" aria-label="">
<a href="/" class="hamburger__items__item__link" alt="" role="menuitem">
</a>
</li>
<li class="hamburger__items__item" aria-label="Contact">
<a href="/contact/" class="hamburger__items__item__link" alt="Contact" role="menuitem">
Contact
</a>
</li>
</ul>
</div>
</nav>
</header>
<main class="notfound">
<h1 class="notfound__title">404</h1>
</main>
<footer class="footer">
<div class="footer__social">
<a href="https://github.com/glennrice" class="footer__social__link" alt="github" target="_blank" aria-label="https://github.com/glennrice" rel="noopener">
<span>
<i class="fab fa-github"></i>
</span>
</a>
<a href="https://caffeinated.social/users/glenn" class="footer__social__link" alt="mastodon" target="_blank" aria-label="https://caffeinated.social/users/glenn" rel="noopener">
<span>
<i class="fab fa-mastodon"></i>
</span>
</a>
<a href="https://twitter.com/glennricepro" class="footer__social__link" alt="twitter" target="_blank" aria-label="https://twitter.com/glennricepro" rel="noopener">
<span>
<i class="fab fa-twitter"></i>
</span>
</a>
</div>
<address class="footer__contact">
</address>
<div class="copy">
<p>© 2019 - Caffeinated.xyz</p>
</div>
<script src="https://caffeinated.xyz/js/bundle.min.243a483d5297388ef2f4a1b2d5e5d30218e01e8a2dfe213a376ea24d130837c860762a23e9daaa68ae3a7bcd5a3869287a14dc3b738f10486cf4e8fb4291b478.js"></script>
<script
defer
src="https://use.fontawesome.com/releases/v5.7.2/js/all.js"
integrity="sha384-0pzryjIRos8mFBWMzSSZApWtPl/5&#43;&#43;eIfzYmTgBBmXYdhvxPc&#43;XcFEk&#43;zJwDgWbP"
crossorigin="anonymous"
></script>
</footer></body>
</html>

210
public/about/index.html Normal file
View File

@ -0,0 +1,210 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow, noarchive" />
<title>Caffeinated.xyz - About</title>
<link rel="icon" href="https://caffeinated.xyz/" />
<meta name="description" content="" />
<meta name="generator" content="Hugo 0.59.0" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="About"/>
<meta name="twitter:description" content="About"/>
<meta property="og:title" content="About" />
<meta property="og:description" content="About" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://caffeinated.xyz/about/" />
<link rel="stylesheet" href="https://caffeinated.xyz/css/bundle.min.css">
</head>
<body><header class="header">
<div class="header__title">
<a href="https://caffeinated.xyz/" class="header__title__link" alt="Home">
Caffeinated.xyz
</a>
</div>
<nav class="menu" aria-label="menu">
<ul class="menu__items" aria-label="menu">
<li class="menu__items__item" aria-label="About">
<a href="/about/" class="menu__items__item__link active"
alt="About" role="menuitem">
About
</a>
</li>
<li class="menu__items__item" aria-label="Blog">
<a href="https://caffeinated.blog" class="menu__items__item__link "
alt="Blog" role="menuitem">
Blog
</a>
</li>
<li class="menu__items__item" aria-label="">
<a href="/" class="menu__items__item__link "
alt="" role="menuitem">
</a>
</li>
<li class="menu__items__item" aria-label="Contact">
<a href="/contact/" class="menu__items__item__link "
alt="Contact" role="menuitem">
Contact
</a>
</li>
</ul>
</nav>
<nav class="hamburger-menu" aria-label="mobile-menu">
<div class="toggle">
<input type="checkbox" class="hamburger__toggle" id="hamburgerToggle" name="hamburger toggle" aria-label="Hamburguer menu">
<label class="hamburger__toggle__icon" for="hamburgerToggle">
<i class="fas fa-bars"></i>
</label>
<ul class="hamburger__items" aria-label="mobile-menu">
<li class="hamburger__items__item" aria-label="About">
<a href="/about/" class="hamburger__items__item__link" alt="About" role="menuitem">
About
</a>
</li>
<li class="hamburger__items__item" aria-label="Blog">
<a href="https://caffeinated.blog" class="hamburger__items__item__link" alt="Blog" role="menuitem">
Blog
</a>
</li>
<li class="hamburger__items__item" aria-label="">
<a href="/" class="hamburger__items__item__link" alt="" role="menuitem">
</a>
</li>
<li class="hamburger__items__item" aria-label="Contact">
<a href="/contact/" class="hamburger__items__item__link" alt="Contact" role="menuitem">
Contact
</a>
</li>
</ul>
</div>
</nav>
</header>
<article class="post">
<header class="post__header">
<h1 class="post__title">About</h1>
</header>
<main class="post__body" style="margin-bottom: 3rem;">
<p>About</p>
</main>
</article>
<footer class="footer">
<div class="footer__social">
<a href="https://github.com/glennrice" class="footer__social__link" alt="github" target="_blank" aria-label="https://github.com/glennrice" rel="noopener">
<span>
<i class="fab fa-github"></i>
</span>
</a>
<a href="https://caffeinated.social/users/glenn" class="footer__social__link" alt="mastodon" target="_blank" aria-label="https://caffeinated.social/users/glenn" rel="noopener">
<span>
<i class="fab fa-mastodon"></i>
</span>
</a>
<a href="https://twitter.com/glennricepro" class="footer__social__link" alt="twitter" target="_blank" aria-label="https://twitter.com/glennricepro" rel="noopener">
<span>
<i class="fab fa-twitter"></i>
</span>
</a>
</div>
<address class="footer__contact">
</address>
<div class="copy">
<p>© 2019 - Caffeinated.xyz</p>
</div>
<script src="https://caffeinated.xyz/js/bundle.min.243a483d5297388ef2f4a1b2d5e5d30218e01e8a2dfe213a376ea24d130837c860762a23e9daaa68ae3a7bcd5a3869287a14dc3b738f10486cf4e8fb4291b478.js"></script>
<script
defer
src="https://use.fontawesome.com/releases/v5.7.2/js/all.js"
integrity="sha384-0pzryjIRos8mFBWMzSSZApWtPl/5&#43;&#43;eIfzYmTgBBmXYdhvxPc&#43;XcFEk&#43;zJwDgWbP"
crossorigin="anonymous"
></script>
</footer></body>
</html>

View File

@ -0,0 +1,203 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow, noarchive" />
<title>Caffeinated.xyz - Categories</title>
<link rel="icon" href="https://caffeinated.xyz/" />
<meta name="description" content="" />
<meta name="generator" content="Hugo 0.59.0" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Categories"/>
<meta name="twitter:description" content=""/>
<meta property="og:title" content="Categories" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://caffeinated.xyz/categories/" />
<link rel="stylesheet" href="https://caffeinated.xyz/css/bundle.min.css">
</head>
<body><header class="header">
<div class="header__title">
<a href="https://caffeinated.xyz/" class="header__title__link" alt="Home">
Caffeinated.xyz
</a>
</div>
<nav class="menu" aria-label="menu">
<ul class="menu__items" aria-label="menu">
<li class="menu__items__item" aria-label="About">
<a href="/about/" class="menu__items__item__link "
alt="About" role="menuitem">
About
</a>
</li>
<li class="menu__items__item" aria-label="Blog">
<a href="https://caffeinated.blog" class="menu__items__item__link "
alt="Blog" role="menuitem">
Blog
</a>
</li>
<li class="menu__items__item" aria-label="">
<a href="/" class="menu__items__item__link "
alt="" role="menuitem">
</a>
</li>
<li class="menu__items__item" aria-label="Contact">
<a href="/contact/" class="menu__items__item__link "
alt="Contact" role="menuitem">
Contact
</a>
</li>
</ul>
</nav>
<nav class="hamburger-menu" aria-label="mobile-menu">
<div class="toggle">
<input type="checkbox" class="hamburger__toggle" id="hamburgerToggle" name="hamburger toggle" aria-label="Hamburguer menu">
<label class="hamburger__toggle__icon" for="hamburgerToggle">
<i class="fas fa-bars"></i>
</label>
<ul class="hamburger__items" aria-label="mobile-menu">
<li class="hamburger__items__item" aria-label="About">
<a href="/about/" class="hamburger__items__item__link" alt="About" role="menuitem">
About
</a>
</li>
<li class="hamburger__items__item" aria-label="Blog">
<a href="https://caffeinated.blog" class="hamburger__items__item__link" alt="Blog" role="menuitem">
Blog
</a>
</li>
<li class="hamburger__items__item" aria-label="">
<a href="/" class="hamburger__items__item__link" alt="" role="menuitem">
</a>
</li>
<li class="hamburger__items__item" aria-label="Contact">
<a href="/contact/" class="hamburger__items__item__link" alt="Contact" role="menuitem">
Contact
</a>
</li>
</ul>
</div>
</nav>
</header>
<main class="content">
</main>
<footer class="footer">
<div class="footer__social">
<a href="https://github.com/glennrice" class="footer__social__link" alt="github" target="_blank" aria-label="https://github.com/glennrice" rel="noopener">
<span>
<i class="fab fa-github"></i>
</span>
</a>
<a href="https://caffeinated.social/users/glenn" class="footer__social__link" alt="mastodon" target="_blank" aria-label="https://caffeinated.social/users/glenn" rel="noopener">
<span>
<i class="fab fa-mastodon"></i>
</span>
</a>
<a href="https://twitter.com/glennricepro" class="footer__social__link" alt="twitter" target="_blank" aria-label="https://twitter.com/glennricepro" rel="noopener">
<span>
<i class="fab fa-twitter"></i>
</span>
</a>
</div>
<address class="footer__contact">
</address>
<div class="copy">
<p>© 2019 - Caffeinated.xyz</p>
</div>
<script src="https://caffeinated.xyz/js/bundle.min.243a483d5297388ef2f4a1b2d5e5d30218e01e8a2dfe213a376ea24d130837c860762a23e9daaa68ae3a7bcd5a3869287a14dc3b738f10486cf4e8fb4291b478.js"></script>
<script
defer
src="https://use.fontawesome.com/releases/v5.7.2/js/all.js"
integrity="sha384-0pzryjIRos8mFBWMzSSZApWtPl/5&#43;&#43;eIfzYmTgBBmXYdhvxPc&#43;XcFEk&#43;zJwDgWbP"
crossorigin="anonymous"
></script>
</footer></body>
</html>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Caffeinated.xyz</title>
<link>https://caffeinated.xyz/categories/</link>
<description>Recent content in Categories on Caffeinated.xyz</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<atom:link href="https://caffeinated.xyz/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://caffeinated.xyz/categories/</title><link rel="canonical" href="https://caffeinated.xyz/categories/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://caffeinated.xyz/categories/" /></head></html>

236
public/contact/index.html Normal file
View File

@ -0,0 +1,236 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow, noarchive" />
<title>Caffeinated.xyz - Contact</title>
<link rel="icon" href="https://caffeinated.xyz/" />
<meta name="description" content="" />
<meta name="generator" content="Hugo 0.59.0" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Contact"/>
<meta name="twitter:description" content=""/>
<meta property="og:title" content="Contact" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://caffeinated.xyz/contact/" />
<link rel="stylesheet" href="https://caffeinated.xyz/css/bundle.min.css">
</head>
<body><header class="header">
<div class="header__title">
<a href="https://caffeinated.xyz/" class="header__title__link" alt="Home">
Caffeinated.xyz
</a>
</div>
<nav class="menu" aria-label="menu">
<ul class="menu__items" aria-label="menu">
<li class="menu__items__item" aria-label="About">
<a href="/about/" class="menu__items__item__link "
alt="About" role="menuitem">
About
</a>
</li>
<li class="menu__items__item" aria-label="Blog">
<a href="https://caffeinated.blog" class="menu__items__item__link "
alt="Blog" role="menuitem">
Blog
</a>
</li>
<li class="menu__items__item" aria-label="">
<a href="/" class="menu__items__item__link "
alt="" role="menuitem">
</a>
</li>
<li class="menu__items__item" aria-label="Contact">
<a href="/contact/" class="menu__items__item__link active"
alt="Contact" role="menuitem">
Contact
</a>
</li>
</ul>
</nav>
<nav class="hamburger-menu" aria-label="mobile-menu">
<div class="toggle">
<input type="checkbox" class="hamburger__toggle" id="hamburgerToggle" name="hamburger toggle" aria-label="Hamburguer menu">
<label class="hamburger__toggle__icon" for="hamburgerToggle">
<i class="fas fa-bars"></i>
</label>
<ul class="hamburger__items" aria-label="mobile-menu">
<li class="hamburger__items__item" aria-label="About">
<a href="/about/" class="hamburger__items__item__link" alt="About" role="menuitem">
About
</a>
</li>
<li class="hamburger__items__item" aria-label="Blog">
<a href="https://caffeinated.blog" class="hamburger__items__item__link" alt="Blog" role="menuitem">
Blog
</a>
</li>
<li class="hamburger__items__item" aria-label="">
<a href="/" class="hamburger__items__item__link" alt="" role="menuitem">
</a>
</li>
<li class="hamburger__items__item" aria-label="Contact">
<a href="/contact/" class="hamburger__items__item__link" alt="Contact" role="menuitem">
Contact
</a>
</li>
</ul>
</div>
</nav>
</header>
<main class="contact">
<h1 class="contact__title">Contact</h1>
<p class="contact__content"></p>
<form action="" method="" class="contact__form"
id="contactForm">
<div class="contact__field contact__field--name">
<label for=""></label>
<input type="text" name="" placeholder=""
class="contact__form__input contact__form__name" id=""
aria-labelledby="" required>
</div>
<div class="contact__field contact__field--email">
<label for=""></label>
<input type="email" name="" placeholder=""
class="contact__form__input contact__form__email" id=""
aria-labelledby="" required>
</div>
<div class="contact__field contact__field--msg">
<label for=""></label>
<textarea name="" id="" form="contactForm"
maxlength="" id=""
arial-labelledby="" required></textarea>
</div>
<div class="contact__field contact__field--submit">
<button type="submit" class="ripple-btn submit" onclick="cleanForm" aria-label="">
</button>
</div>
</form>
</main>
<footer class="footer">
<div class="footer__social">
<a href="https://github.com/glennrice" class="footer__social__link" alt="github" target="_blank" aria-label="https://github.com/glennrice" rel="noopener">
<span>
<i class="fab fa-github"></i>
</span>
</a>
<a href="https://caffeinated.social/users/glenn" class="footer__social__link" alt="mastodon" target="_blank" aria-label="https://caffeinated.social/users/glenn" rel="noopener">
<span>
<i class="fab fa-mastodon"></i>
</span>
</a>
<a href="https://twitter.com/glennricepro" class="footer__social__link" alt="twitter" target="_blank" aria-label="https://twitter.com/glennricepro" rel="noopener">
<span>
<i class="fab fa-twitter"></i>
</span>
</a>
</div>
<address class="footer__contact">
</address>
<div class="copy">
<p>© 2019 - Caffeinated.xyz</p>
</div>
<script src="https://caffeinated.xyz/js/bundle.min.243a483d5297388ef2f4a1b2d5e5d30218e01e8a2dfe213a376ea24d130837c860762a23e9daaa68ae3a7bcd5a3869287a14dc3b738f10486cf4e8fb4291b478.js"></script>
<script
defer
src="https://use.fontawesome.com/releases/v5.7.2/js/all.js"
integrity="sha384-0pzryjIRos8mFBWMzSSZApWtPl/5&#43;&#43;eIfzYmTgBBmXYdhvxPc&#43;XcFEk&#43;zJwDgWbP"
crossorigin="anonymous"
></script>
</footer></body>
</html>

14
public/contact/index.xml Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Contact on Caffeinated.xyz</title>
<link>https://caffeinated.xyz/contact/</link>
<description>Recent content in Contact on Caffeinated.xyz</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<atom:link href="https://caffeinated.xyz/contact/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

1
public/css/bundle.min.css vendored Normal file

File diff suppressed because one or more lines are too long

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

214
public/index.html Normal file
View File

@ -0,0 +1,214 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow, noarchive" />
<title>Caffeinated.xyz - </title>
<link rel="icon" href="https://caffeinated.xyz/" />
<meta name="description" content="" />
<meta name="generator" content="Hugo 0.59.0" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://caffeinated.xyz/background_four_coffees_1680.jpg"/>
<meta name="twitter:title" content=""/>
<meta name="twitter:description" content=""/>
<meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://caffeinated.xyz/" />
<meta property="og:image" content="https://caffeinated.xyz/background_four_coffees_1680.jpg" />
<link rel="stylesheet" href="https://caffeinated.xyz/css/bundle.min.css">
</head>
<body><header class="header">
<div class="header__title">
<a href="https://caffeinated.xyz/" class="header__title__link" alt="Home">
Caffeinated.xyz
</a>
</div>
<nav class="menu" aria-label="menu">
<ul class="menu__items" aria-label="menu">
<li class="menu__items__item" aria-label="About">
<a href="/about/" class="menu__items__item__link "
alt="About" role="menuitem">
About
</a>
</li>
<li class="menu__items__item" aria-label="Blog">
<a href="https://caffeinated.blog" class="menu__items__item__link "
alt="Blog" role="menuitem">
Blog
</a>
</li>
<li class="menu__items__item" aria-label="">
<a href="/" class="menu__items__item__link active"
alt="" role="menuitem">
</a>
</li>
<li class="menu__items__item" aria-label="Contact">
<a href="/contact/" class="menu__items__item__link "
alt="Contact" role="menuitem">
Contact
</a>
</li>
</ul>
</nav>
<nav class="hamburger-menu" aria-label="mobile-menu">
<div class="toggle">
<input type="checkbox" class="hamburger__toggle" id="hamburgerToggle" name="hamburger toggle" aria-label="Hamburguer menu">
<label class="hamburger__toggle__icon" for="hamburgerToggle">
<i class="fas fa-bars"></i>
</label>
<ul class="hamburger__items" aria-label="mobile-menu">
<li class="hamburger__items__item" aria-label="About">
<a href="/about/" class="hamburger__items__item__link" alt="About" role="menuitem">
About
</a>
</li>
<li class="hamburger__items__item" aria-label="Blog">
<a href="https://caffeinated.blog" class="hamburger__items__item__link" alt="Blog" role="menuitem">
Blog
</a>
</li>
<li class="hamburger__items__item" aria-label="">
<a href="/" class="hamburger__items__item__link" alt="" role="menuitem">
</a>
</li>
<li class="hamburger__items__item" aria-label="Contact">
<a href="/contact/" class="hamburger__items__item__link" alt="Contact" role="menuitem">
Contact
</a>
</li>
</ul>
</div>
</nav>
</header>
<main class="hero"
style="background-image: url('https://caffeinated.xyz/images/background_four_coffees_1680.jpg');" >
<div class="hero__caption" >
<a href="https://caffeinated.xyz/contact" class="ripple-btn cta__btn" alt="Contact"
aria-label="Contact">
Contact
</a>
</div>
</main>
<footer class="footer">
<div class="footer__social">
<a href="https://github.com/glennrice" class="footer__social__link" alt="github" target="_blank" aria-label="https://github.com/glennrice" rel="noopener">
<span>
<i class="fab fa-github"></i>
</span>
</a>
<a href="https://caffeinated.social/users/glenn" class="footer__social__link" alt="mastodon" target="_blank" aria-label="https://caffeinated.social/users/glenn" rel="noopener">
<span>
<i class="fab fa-mastodon"></i>
</span>
</a>
<a href="https://twitter.com/glennricepro" class="footer__social__link" alt="twitter" target="_blank" aria-label="https://twitter.com/glennricepro" rel="noopener">
<span>
<i class="fab fa-twitter"></i>
</span>
</a>
</div>
<address class="footer__contact">
</address>
<div class="copy">
<p>© 2019 - Caffeinated.xyz</p>
</div>
<script src="https://caffeinated.xyz/js/bundle.min.243a483d5297388ef2f4a1b2d5e5d30218e01e8a2dfe213a376ea24d130837c860762a23e9daaa68ae3a7bcd5a3869287a14dc3b738f10486cf4e8fb4291b478.js"></script>
<script
defer
src="https://use.fontawesome.com/releases/v5.7.2/js/all.js"
integrity="sha384-0pzryjIRos8mFBWMzSSZApWtPl/5&#43;&#43;eIfzYmTgBBmXYdhvxPc&#43;XcFEk&#43;zJwDgWbP"
crossorigin="anonymous"
></script>
</footer></body>
</html>

23
public/index.xml Normal file
View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Caffeinated.xyz</title>
<link>https://caffeinated.xyz/</link>
<description>Recent content on Caffeinated.xyz</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<atom:link href="https://caffeinated.xyz/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>About</title>
<link>https://caffeinated.xyz/about/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://caffeinated.xyz/about/</guid>
<description>About</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,2 @@
const header=document.querySelector("header");function paddingHeader(){document.body.style.paddingTop=`${header.offsetHeight}px`;}
window.addEventListener("load",paddingHeader);;function cleanForm(){document.getElementById("contact-form").reset();}

17
public/logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 365 KiB

25
public/sitemap.xml Normal file
View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://caffeinated.xyz/about/</loc>
</url>
<url>
<loc>https://caffeinated.xyz/</loc>
</url>
<url>
<loc>https://caffeinated.xyz/categories/</loc>
</url>
<url>
<loc>https://caffeinated.xyz/contact/</loc>
</url>
<url>
<loc>https://caffeinated.xyz/tags/</loc>
</url>
</urlset>

203
public/tags/index.html Normal file
View File

@ -0,0 +1,203 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow, noarchive" />
<title>Caffeinated.xyz - Tags</title>
<link rel="icon" href="https://caffeinated.xyz/" />
<meta name="description" content="" />
<meta name="generator" content="Hugo 0.59.0" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Tags"/>
<meta name="twitter:description" content=""/>
<meta property="og:title" content="Tags" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://caffeinated.xyz/tags/" />
<link rel="stylesheet" href="https://caffeinated.xyz/css/bundle.min.css">
</head>
<body><header class="header">
<div class="header__title">
<a href="https://caffeinated.xyz/" class="header__title__link" alt="Home">
Caffeinated.xyz
</a>
</div>
<nav class="menu" aria-label="menu">
<ul class="menu__items" aria-label="menu">
<li class="menu__items__item" aria-label="About">
<a href="/about/" class="menu__items__item__link "
alt="About" role="menuitem">
About
</a>
</li>
<li class="menu__items__item" aria-label="Blog">
<a href="https://caffeinated.blog" class="menu__items__item__link "
alt="Blog" role="menuitem">
Blog
</a>
</li>
<li class="menu__items__item" aria-label="">
<a href="/" class="menu__items__item__link "
alt="" role="menuitem">
</a>
</li>
<li class="menu__items__item" aria-label="Contact">
<a href="/contact/" class="menu__items__item__link "
alt="Contact" role="menuitem">
Contact
</a>
</li>
</ul>
</nav>
<nav class="hamburger-menu" aria-label="mobile-menu">
<div class="toggle">
<input type="checkbox" class="hamburger__toggle" id="hamburgerToggle" name="hamburger toggle" aria-label="Hamburguer menu">
<label class="hamburger__toggle__icon" for="hamburgerToggle">
<i class="fas fa-bars"></i>
</label>
<ul class="hamburger__items" aria-label="mobile-menu">
<li class="hamburger__items__item" aria-label="About">
<a href="/about/" class="hamburger__items__item__link" alt="About" role="menuitem">
About
</a>
</li>
<li class="hamburger__items__item" aria-label="Blog">
<a href="https://caffeinated.blog" class="hamburger__items__item__link" alt="Blog" role="menuitem">
Blog
</a>
</li>
<li class="hamburger__items__item" aria-label="">
<a href="/" class="hamburger__items__item__link" alt="" role="menuitem">
</a>
</li>
<li class="hamburger__items__item" aria-label="Contact">
<a href="/contact/" class="hamburger__items__item__link" alt="Contact" role="menuitem">
Contact
</a>
</li>
</ul>
</div>
</nav>
</header>
<main class="content">
</main>
<footer class="footer">
<div class="footer__social">
<a href="https://github.com/glennrice" class="footer__social__link" alt="github" target="_blank" aria-label="https://github.com/glennrice" rel="noopener">
<span>
<i class="fab fa-github"></i>
</span>
</a>
<a href="https://caffeinated.social/users/glenn" class="footer__social__link" alt="mastodon" target="_blank" aria-label="https://caffeinated.social/users/glenn" rel="noopener">
<span>
<i class="fab fa-mastodon"></i>
</span>
</a>
<a href="https://twitter.com/glennricepro" class="footer__social__link" alt="twitter" target="_blank" aria-label="https://twitter.com/glennricepro" rel="noopener">
<span>
<i class="fab fa-twitter"></i>
</span>
</a>
</div>
<address class="footer__contact">
</address>
<div class="copy">
<p>© 2019 - Caffeinated.xyz</p>
</div>
<script src="https://caffeinated.xyz/js/bundle.min.243a483d5297388ef2f4a1b2d5e5d30218e01e8a2dfe213a376ea24d130837c860762a23e9daaa68ae3a7bcd5a3869287a14dc3b738f10486cf4e8fb4291b478.js"></script>
<script
defer
src="https://use.fontawesome.com/releases/v5.7.2/js/all.js"
integrity="sha384-0pzryjIRos8mFBWMzSSZApWtPl/5&#43;&#43;eIfzYmTgBBmXYdhvxPc&#43;XcFEk&#43;zJwDgWbP"
crossorigin="anonymous"
></script>
</footer></body>
</html>

14
public/tags/index.xml Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Caffeinated.xyz</title>
<link>https://caffeinated.xyz/tags/</link>
<description>Recent content in Tags on Caffeinated.xyz</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<atom:link href="https://caffeinated.xyz/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://caffeinated.xyz/tags/</title><link rel="canonical" href="https://caffeinated.xyz/tags/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://caffeinated.xyz/tags/" /></head></html>

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"Target":"css/bundle.min.css","MediaType":"text/css","Data":{}}

View File

@ -0,0 +1,2 @@
const header=document.querySelector("header");function paddingHeader(){document.body.style.paddingTop=`${header.offsetHeight}px`;}
window.addEventListener("load",paddingHeader);;function cleanForm(){document.getElementById("contact-form").reset();}

View File

@ -0,0 +1 @@
{"Target":"js/bundle.min.243a483d5297388ef2f4a1b2d5e5d30218e01e8a2dfe213a376ea24d130837c860762a23e9daaa68ae3a7bcd5a3869287a14dc3b738f10486cf4e8fb4291b478.js","MediaType":"application/javascript","Data":{"Integrity":"sha512-JDpIPVKXOI7y9KGy1eXTAhjgHoot/iE6N26iTRMIN8hgdioj6dqqaK46e81aOGkoehTcO3OPEEhs9Oj7QpG0eA=="}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

1
themes/terrassa Submodule

@ -0,0 +1 @@
Subproject commit 787b3c5ce9c332c8d40d91aee09c75f5a101c38b