website overhaul
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -4,3 +4,6 @@
|
|||||||
[submodule "themes/cactus"]
|
[submodule "themes/cactus"]
|
||||||
path = themes/cactus
|
path = themes/cactus
|
||||||
url = https://github.com/monkeyWzr/hugo-theme-cactus.git
|
url = https://github.com/monkeyWzr/hugo-theme-cactus.git
|
||||||
|
[submodule "hugo-content/themes/cactus"]
|
||||||
|
path = hugo-content/themes/cactus
|
||||||
|
url = https://github.com/monkeyWzr/hugo-theme-cactus.git
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
baseURL = "http://scottyah.com/"
|
|
||||||
languageCode = "en-us"
|
|
||||||
title = "Scottyah Bloggins"
|
|
||||||
theme = "cactus"
|
|
||||||
BIN
hugo-content/.DS_Store
vendored
Normal file
BIN
hugo-content/.DS_Store
vendored
Normal file
Binary file not shown.
0
hugo-content/.hugo_build.lock
Normal file
0
hugo-content/.hugo_build.lock
Normal file
58
hugo-content/config.toml
Normal file
58
hugo-content/config.toml
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
baseURL = 'http://scottyah.com/'
|
||||||
|
languageCode = 'en-us'
|
||||||
|
title = 'Scottyah Bloggins'
|
||||||
|
theme = 'cactus'
|
||||||
|
contentdir = "content"
|
||||||
|
publishdir = "public"
|
||||||
|
googleAnalytics = "UA-56514503-1"
|
||||||
|
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Home"
|
||||||
|
url = "/"
|
||||||
|
weight = 1
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Posts"
|
||||||
|
url = "/posts"
|
||||||
|
weight = 2
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "About"
|
||||||
|
url = "/about/"
|
||||||
|
weight = 3
|
||||||
|
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
colortheme = "white" # dark, light, white, or classic
|
||||||
|
rss = true # generate rss feed. default value is false
|
||||||
|
showAllPostsArchive = false
|
||||||
|
|
||||||
|
# Home page settings
|
||||||
|
description = "YAPB: Yet Another Programmer's Blog"
|
||||||
|
mainSection = "posts" # your main section
|
||||||
|
showAllPostsOnHomePage = false
|
||||||
|
postsOnHomePage = 5 # this option will be ignored if showAllPostsOnHomePage is set to true
|
||||||
|
showProjectsList = true # show projects list by default (if projects data file exists).
|
||||||
|
projectsUrl = "https://github.com/scottyah/scottyah-blog" # title link for projects list
|
||||||
|
|
||||||
|
# https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference
|
||||||
|
dateFormat = "2006-01-02" # default
|
||||||
|
|
||||||
|
# Post page settings
|
||||||
|
show_updated = true # default
|
||||||
|
showReadTime = true # default
|
||||||
|
|
||||||
|
|
||||||
|
# the value of name should be an valid font awesome icon name (brands type)
|
||||||
|
# https://fontawesome.com/icons?d=gallery&s=brands
|
||||||
|
[[params.social]]
|
||||||
|
name = "github"
|
||||||
|
link = "https://github.com/scottyah"
|
||||||
|
[[params.social]]
|
||||||
|
name = "linkedin"
|
||||||
|
link = "https://www.linkedin.com/in/scott-hatlen/"
|
||||||
|
[[params.social]]
|
||||||
|
name = "email"
|
||||||
|
link = "scotty.a.h@gmail.com" # no need for "mailto:" in the head
|
||||||
68
hugo-content/content/about/bucketlist.md
Normal file
68
hugo-content/content/about/bucketlist.md
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
---
|
||||||
|
title: "Bucketlist"
|
||||||
|
date: 2022-07-31T16:00:38-07:00
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
# Bucket List
|
||||||
|
- visit Mekong river in thailand to see naga fireballs
|
||||||
|
- See St.Elmo's Fire
|
||||||
|
- visit all 50 states
|
||||||
|
- ~~skydive~~
|
||||||
|
- ~~scubadive~~
|
||||||
|
- Morning cloud in australia
|
||||||
|
- ~~see Northern Lights~~
|
||||||
|
- ~~sail a boat~~
|
||||||
|
- ~~go to Norway~~
|
||||||
|
- ~~hike a fourteener~~
|
||||||
|
- have a million dollars
|
||||||
|
- ~~fall in love~~
|
||||||
|
- ~~get drunk in mexico~~
|
||||||
|
- ~~fly a plane~~
|
||||||
|
- ~~start a business~~
|
||||||
|
- camp for a month straight
|
||||||
|
- ~~walk where no human has walked before~~
|
||||||
|
- go on a motorcycle trip
|
||||||
|
- write an useful app for android that gets downloaded by people
|
||||||
|
- walk into an airport and get on a random plane
|
||||||
|
- ~~meet up with someone from the Norway trip~~
|
||||||
|
- fly on a private jet
|
||||||
|
- ~~gamble in vegas~~
|
||||||
|
- jump off the m**n beach pier
|
||||||
|
- save a life
|
||||||
|
- visit New York
|
||||||
|
- sail to a tropical island drinking rum and playing margaritaville
|
||||||
|
- wake up and get drunk before 8am
|
||||||
|
- Longyearbyen
|
||||||
|
- ~~Join the Turtle Club~~
|
||||||
|
- hike up a mountain and ski down it
|
||||||
|
- hike up a mountain and paraglide down it
|
||||||
|
- see a tornado
|
||||||
|
- celebrate a promotion in an expensive restaurant
|
||||||
|
- buy a lawnmower
|
||||||
|
- explore a cave system
|
||||||
|
- solve a rubik’s cube
|
||||||
|
- hike/canoe the Alaskan/Canadian wilderness
|
||||||
|
- ~~drink wine in paris~~
|
||||||
|
- burning man
|
||||||
|
- Door to Hell, Ahal Province, Turkmenistan
|
||||||
|
- partially fluent in 3 languages at once
|
||||||
|
- learn to dance
|
||||||
|
- ~~Be a teetotaler for a month~~
|
||||||
|
- Wear a suit to work
|
||||||
|
- Get a fun side job
|
||||||
|
- Achieve financial independence
|
||||||
|
- ~~get straight A's one semester~~
|
||||||
|
|
||||||
|
|
||||||
|
# Awesome list (when you didn't know they should be on your bucket list till you did it)
|
||||||
|
- MC a fashion show
|
||||||
|
- Swim in the Arctic circle
|
||||||
|
- run down a fjord
|
||||||
|
- motorboat through the most photographed fjell
|
||||||
|
- Incline back to back
|
||||||
|
- solo backpacking trip
|
||||||
|
- roadtrip from Colorado to Detroit + more
|
||||||
|
- Canada for a weekend
|
||||||
|
- Learn a martial art
|
||||||
|
- Drink everyday for a month
|
||||||
|
- Swim above the arctic circle
|
||||||
25
hugo-content/content/about/hobbies.md
Normal file
25
hugo-content/content/about/hobbies.md
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
title: "Hobbies"
|
||||||
|
date: 2022-07-31T15:02:37-07:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
# Current (Obsession):
|
||||||
|
### Paragliding
|
||||||
|
Currently getting my P1&P2 combo from Torrey Pines. My life is basically work, leetcode, keeping the homefront together, and paragliding.
|
||||||
|
Obviously paragliding is the most fun part!
|
||||||
|
|
||||||
|
# Current (Sidelined):
|
||||||
|
### Surfing
|
||||||
|
It's getting a little too crowded near Law St Beach where I live, but mostly walking the pup or going to the gym takes up my mornings...
|
||||||
|
### Dirt Biking
|
||||||
|
I used to go with my dad a lot, now I'm pretty far. Downsides is the 2.5hr drive to get somewhere good, gas costs, maintenence.
|
||||||
|
# Past (no plan to return):
|
||||||
|
### Rock climbing outdoors
|
||||||
|
I went with a friend on a trip to Heuco Tanks, and found the "bouldering" there frequently included 40' topouts with no real saftey possible below. On top of that the rocks just bled all sensation and skin from my fingers and I realized while I like the views and being in nature with fun people, I did not like risking my life for it.
|
||||||
|
|
||||||
|
I might still be a lil traumatized from my old best friend Sam dying while rock climbing, or perhaps I just suck at climbing. Either way, I'm pretty over it.
|
||||||
|
# Future:
|
||||||
|
### Ham Radio License
|
||||||
|
### Paramotoring
|
||||||
|
The dream here is to get the travallable OpenPPG electric paramotor, and just use it to get to places where I can thermal around in absolute silence. I imagine it'll also be super helpful to quickly get out of bailout situations.
|
||||||
7
hugo-content/content/about/life.md
Normal file
7
hugo-content/content/about/life.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: "Life"
|
||||||
|
date: 2022-07-31T12:37:17-08:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
Born in LA, did a study abroad in Norway, moved to Colorado Springs for five years, back to LA for another five, now I have moved with my Fianceé Keslyn to San Diego.
|
||||||
16
hugo-content/content/about/setup.md
Normal file
16
hugo-content/content/about/setup.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
title: "Setup"
|
||||||
|
date: 2022-07-31T15:02:27-07:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
Here you are:
|
||||||
|

|
||||||
|
|
||||||
|
Not the most pretty, but I have six Raspberry Pi's networked together with a shared NAS. That Coral chip is mostly for manual fun for now, but expect an interactive site later.
|
||||||
|
|
||||||
|
|
||||||
|
### Future Improvements
|
||||||
|
- self host gitlab
|
||||||
|
- proper CI/CD
|
||||||
|
- a million other things
|
||||||
6
hugo-content/content/about/workspace.md
Normal file
6
hugo-content/content/about/workspace.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "Workspace"
|
||||||
|
date: 2022-07-31T15:02:56-07:00
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "Second Post"
|
title: "Second Post"
|
||||||
date: 2022-07-02T20:26:50-07:00
|
date: 2022-07-02T20:26:50-07:00
|
||||||
draft: true
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
It's time to start throwing content up in the case that I do ever figure out these ingress namespaces and reverse proxies. If worst comes to worst I'll just plop this on an apache server all easy like and the content will be up within a few hours...
|
It's time to start throwing content up in the case that I do ever figure out these ingress namespaces and reverse proxies. If worst comes to worst I'll just plop this on an apache server all easy like and the content will be up within a few hours...
|
||||||
BIN
content/.DS_Store → hugo-content/static/.DS_Store
vendored
BIN
content/.DS_Store → hugo-content/static/.DS_Store
vendored
Binary file not shown.
BIN
hugo-content/static/img/bluster_pic.jpg
Executable file
BIN
hugo-content/static/img/bluster_pic.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 MiB |
123
public/404.html
123
public/404.html
@@ -1,123 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en-us">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
||||||
|
|
||||||
<title>Scottyah Bloggins</title>
|
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
|
||||||
<meta name="description" content="">
|
|
||||||
<meta name="generator" content="Hugo 0.92.0" />
|
|
||||||
|
|
||||||
|
|
||||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/dist/css/app.4fc0b62e4b82c997bb0041217cd6b979.css" rel="stylesheet">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<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="http://scottyah.com/404.html" />
|
|
||||||
|
|
||||||
<meta itemprop="name" content="404 Page not found">
|
|
||||||
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/>
|
|
||||||
<meta name="twitter:title" content="404 Page not found"/>
|
|
||||||
<meta name="twitter:description" content=""/>
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body class="ma0 avenir bg-near-white">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="bg-black">
|
|
||||||
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
|
||||||
<div class="flex-l justify-between items-center center">
|
|
||||||
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
|
||||||
|
|
||||||
Scottyah Bloggins
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<div class="flex-l items-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<main class="pb7" role="main">
|
|
||||||
|
|
||||||
<article class="center cf pv5 measure-wide-l">
|
|
||||||
<h1>
|
|
||||||
This is not the page you were looking for
|
|
||||||
</h1>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
|
||||||
<div class="flex justify-between">
|
|
||||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://scottyah.com/" >
|
|
||||||
© Scottyah Bloggins 2022
|
|
||||||
</a>
|
|
||||||
<div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/dist/js/app.3fc0f988d21662902933.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,140 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en-us">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
||||||
|
|
||||||
<title>Scottyah Bloggins</title>
|
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
|
||||||
<meta name="description" content="">
|
|
||||||
<meta name="generator" content="Hugo 0.92.0" />
|
|
||||||
|
|
||||||
|
|
||||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/dist/css/app.4fc0b62e4b82c997bb0041217cd6b979.css" rel="stylesheet">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="Scottyah Bloggins" />
|
|
||||||
<link href="/categories/index.xml" rel="feed" type="application/rss+xml" title="Scottyah Bloggins" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="Categories" />
|
|
||||||
<meta property="og:description" content="" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:url" content="http://scottyah.com/categories/" />
|
|
||||||
|
|
||||||
<meta itemprop="name" content="Categories">
|
|
||||||
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/>
|
|
||||||
<meta name="twitter:title" content="Categories"/>
|
|
||||||
<meta name="twitter:description" content=""/>
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body class="ma0 avenir bg-near-white">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="pb3-m pb6-l bg-black">
|
|
||||||
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
|
||||||
<div class="flex-l justify-between items-center center">
|
|
||||||
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
|
||||||
|
|
||||||
Scottyah Bloggins
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<div class="flex-l items-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div class="tc-l pv3 ph3 ph4-ns">
|
|
||||||
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
|
|
||||||
Categories
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<main class="pb7" role="main">
|
|
||||||
|
|
||||||
|
|
||||||
<article class="cf pa3 pa4-m pa4-l">
|
|
||||||
<div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links nested-img mid-gray">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
<div class="mw8 center">
|
|
||||||
<section class="ph4">
|
|
||||||
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
|
||||||
<div class="flex justify-between">
|
|
||||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://scottyah.com/" >
|
|
||||||
© Scottyah Bloggins 2022
|
|
||||||
</a>
|
|
||||||
<div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/dist/js/app.3fc0f988d21662902933.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
<?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 Scottyah Bloggins</title>
|
|
||||||
<link>http://scottyah.com/categories/</link>
|
|
||||||
<description>Recent content in Categories on Scottyah Bloggins</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language><atom:link href="http://scottyah.com/categories/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
File diff suppressed because one or more lines are too long
5876
public/dist/css/app.4fc0b62e4b82c997bb0041217cd6b979.css
vendored
5876
public/dist/css/app.4fc0b62e4b82c997bb0041217cd6b979.css
vendored
File diff suppressed because it is too large
Load Diff
5872
public/dist/css/app.7e7787cc1402d7de28bc90f7e65adf96.css
vendored
5872
public/dist/css/app.7e7787cc1402d7de28bc90f7e65adf96.css
vendored
File diff suppressed because it is too large
Load Diff
5872
public/dist/css/app.e6e75cdafe2e909dacfabeb26857f994.css
vendored
5872
public/dist/css/app.e6e75cdafe2e909dacfabeb26857f994.css
vendored
File diff suppressed because it is too large
Load Diff
1
public/dist/js/app.3fc0f988d21662902933.js
vendored
1
public/dist/js/app.3fc0f988d21662902933.js
vendored
@@ -1 +0,0 @@
|
|||||||
!function(n){function t(e){if(r[e])return r[e].exports;var o=r[e]={i:e,l:!1,exports:{}};return n[e].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var r={};t.m=n,t.c=r,t.i=function(n){return n},t.d=function(n,r,e){t.o(n,r)||Object.defineProperty(n,r,{configurable:!1,enumerable:!0,get:e})},t.n=function(n){var r=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(r,"a",r),r},t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},t.p="",t(t.s=1)}([function(n,t){},function(n,t,r){"use strict";var e=r(0);!function(n){n&&n.__esModule}(e)}]);
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 276 KiB |
@@ -1,210 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en-us">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
||||||
|
|
||||||
<title>Scottyah Bloggins</title>
|
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
|
||||||
<meta name="description" content="">
|
|
||||||
<meta name="generator" content="Hugo 0.92.0" />
|
|
||||||
|
|
||||||
|
|
||||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/dist/css/app.4fc0b62e4b82c997bb0041217cd6b979.css" rel="stylesheet">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Scottyah Bloggins" />
|
|
||||||
<link href="/index.xml" rel="feed" type="application/rss+xml" title="Scottyah Bloggins" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="Scottyah Bloggins" />
|
|
||||||
<meta property="og:description" content="" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:url" content="http://scottyah.com/" />
|
|
||||||
|
|
||||||
<meta itemprop="name" content="Scottyah Bloggins">
|
|
||||||
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/>
|
|
||||||
<meta name="twitter:title" content="Scottyah Bloggins"/>
|
|
||||||
<meta name="twitter:description" content=""/>
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body class="ma0 avenir bg-near-white">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="pb3-m pb6-l bg-black">
|
|
||||||
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
|
||||||
<div class="flex-l justify-between items-center center">
|
|
||||||
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
|
||||||
|
|
||||||
Scottyah Bloggins
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<div class="flex-l items-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div class="tc-l pv3 ph3 ph4-ns">
|
|
||||||
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
|
|
||||||
Scottyah Bloggins
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<main class="pb7" role="main">
|
|
||||||
|
|
||||||
<article class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray">
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="pa3 pa4-ns w-100 w-70-ns center">
|
|
||||||
|
|
||||||
|
|
||||||
<h1 class="flex-none">
|
|
||||||
Recent Posts
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<section class="w-100 mw8">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="relative w-100 mb4">
|
|
||||||
|
|
||||||
<article class="bb b--black-10">
|
|
||||||
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
|
|
||||||
<div class="flex flex-column flex-row-ns">
|
|
||||||
|
|
||||||
<div class="blah w-100">
|
|
||||||
<h1 class="f3 fw1 athelas mt0 lh-title">
|
|
||||||
<a href="http://scottyah.com/posts/second-post/" class="color-inherit dim link">
|
|
||||||
Second Post
|
|
||||||
</a>
|
|
||||||
</h1>
|
|
||||||
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
|
|
||||||
It’s time to start throwing content up in the case that I do ever figure out these ingress namespaces and reverse proxies. If worst comes to worst I’ll just plop this on an apache server all easy like and the content will be up within a few hours…
|
|
||||||
</div>
|
|
||||||
<a href="http://scottyah.com/posts/second-post/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="relative w-100 mb4">
|
|
||||||
|
|
||||||
<article class="bb b--black-10">
|
|
||||||
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
|
|
||||||
<div class="flex flex-column flex-row-ns">
|
|
||||||
|
|
||||||
<div class="blah w-100">
|
|
||||||
<h1 class="f3 fw1 athelas mt0 lh-title">
|
|
||||||
<a href="http://scottyah.com/posts/my-first-post/" class="color-inherit dim link">
|
|
||||||
Hello World!
|
|
||||||
</a>
|
|
||||||
</h1>
|
|
||||||
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
|
|
||||||
This is my first post, just a simple static website on Hugo.
|
|
||||||
Next, we get this puppy containerized and on the Kubernetes pi cluster!
|
|
||||||
</div>
|
|
||||||
<a href="http://scottyah.com/posts/my-first-post/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
|
||||||
<div class="flex justify-between">
|
|
||||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://scottyah.com/" >
|
|
||||||
© Scottyah Bloggins 2022
|
|
||||||
</a>
|
|
||||||
<div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/dist/js/app.3fc0f988d21662902933.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Scottyah Bloggins</title>
|
|
||||||
<link>http://scottyah.com/</link>
|
|
||||||
<description>Recent content on Scottyah Bloggins</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<lastBuildDate>Sat, 02 Jul 2022 20:26:50 -0700</lastBuildDate><atom:link href="http://scottyah.com/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Second Post</title>
|
|
||||||
<link>http://scottyah.com/posts/second-post/</link>
|
|
||||||
<pubDate>Sat, 02 Jul 2022 20:26:50 -0700</pubDate>
|
|
||||||
|
|
||||||
<guid>http://scottyah.com/posts/second-post/</guid>
|
|
||||||
<description>It&rsquo;s time to start throwing content up in the case that I do ever figure out these ingress namespaces and reverse proxies. If worst comes to worst I&rsquo;ll just plop this on an apache server all easy like and the content will be up within a few hours&hellip;</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Second Post</title>
|
|
||||||
<link>http://scottyah.com/second-post/</link>
|
|
||||||
<pubDate>Sat, 02 Jul 2022 20:26:24 -0700</pubDate>
|
|
||||||
|
|
||||||
<guid>http://scottyah.com/second-post/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Hello World!</title>
|
|
||||||
<link>http://scottyah.com/posts/my-first-post/</link>
|
|
||||||
<pubDate>Sat, 02 Jan 2021 12:37:17 -0800</pubDate>
|
|
||||||
|
|
||||||
<guid>http://scottyah.com/posts/my-first-post/</guid>
|
|
||||||
<description>This is my first post, just a simple static website on Hugo.
|
|
||||||
Next, we get this puppy containerized and on the Kubernetes pi cluster!</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
@@ -1,165 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en-us">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
||||||
|
|
||||||
<title>Scottyah Bloggins</title>
|
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
|
||||||
<meta name="description" content="">
|
|
||||||
<meta name="generator" content="Hugo 0.92.0" />
|
|
||||||
|
|
||||||
|
|
||||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/dist/css/app.4fc0b62e4b82c997bb0041217cd6b979.css" rel="stylesheet">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/posts/index.xml" rel="alternate" type="application/rss+xml" title="Scottyah Bloggins" />
|
|
||||||
<link href="/posts/index.xml" rel="feed" type="application/rss+xml" title="Scottyah Bloggins" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="Posts" />
|
|
||||||
<meta property="og:description" content="" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:url" content="http://scottyah.com/posts/" />
|
|
||||||
|
|
||||||
<meta itemprop="name" content="Posts">
|
|
||||||
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/>
|
|
||||||
<meta name="twitter:title" content="Posts"/>
|
|
||||||
<meta name="twitter:description" content=""/>
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body class="ma0 avenir bg-near-white">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="pb3-m pb6-l bg-black">
|
|
||||||
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
|
||||||
<div class="flex-l justify-between items-center center">
|
|
||||||
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
|
||||||
|
|
||||||
Scottyah Bloggins
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<div class="flex-l items-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div class="tc-l pv3 ph3 ph4-ns">
|
|
||||||
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
|
|
||||||
Posts
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<main class="pb7" role="main">
|
|
||||||
|
|
||||||
<article class="pa3 pa4-ns nested-copy-line-height nested-img">
|
|
||||||
<section class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray"></section>
|
|
||||||
<section class="flex-ns flex-wrap justify-around mt5">
|
|
||||||
|
|
||||||
<div class="relative w-100 w-30-l mb4 bg-white"><div class="relative w-100 mb4 bg-white nested-copy-line-height">
|
|
||||||
<div class="bg-white mb3 pa4 gray overflow-hidden">
|
|
||||||
<span class="f6 db">Posts</span>
|
|
||||||
<h1 class="f3 near-black">
|
|
||||||
<a href="http://scottyah.com/posts/second-post/" class="link black dim">
|
|
||||||
Second Post
|
|
||||||
</a>
|
|
||||||
</h1>
|
|
||||||
<div class="nested-links f5 lh-copy nested-copy-line-height">
|
|
||||||
It’s time to start throwing content up in the case that I do ever figure out these ingress namespaces and reverse proxies. If worst comes to worst I’ll just plop this on an apache server all easy like and the content will be up within a few hours…
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="relative w-100 w-30-l mb4 bg-white"><div class="relative w-100 mb4 bg-white nested-copy-line-height">
|
|
||||||
<div class="bg-white mb3 pa4 gray overflow-hidden">
|
|
||||||
<span class="f6 db">Posts</span>
|
|
||||||
<h1 class="f3 near-black">
|
|
||||||
<a href="http://scottyah.com/posts/my-first-post/" class="link black dim">
|
|
||||||
Hello World!
|
|
||||||
</a>
|
|
||||||
</h1>
|
|
||||||
<div class="nested-links f5 lh-copy nested-copy-line-height">
|
|
||||||
This is my first post, just a simple static website on Hugo.
|
|
||||||
Next, we get this puppy containerized and on the Kubernetes pi cluster!
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</section></article>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
|
||||||
<div class="flex justify-between">
|
|
||||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://scottyah.com/" >
|
|
||||||
© Scottyah Bloggins 2022
|
|
||||||
</a>
|
|
||||||
<div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/dist/js/app.3fc0f988d21662902933.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Posts on Scottyah Bloggins</title>
|
|
||||||
<link>http://scottyah.com/posts/</link>
|
|
||||||
<description>Recent content in Posts on Scottyah Bloggins</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<lastBuildDate>Sat, 02 Jul 2022 20:26:50 -0700</lastBuildDate><atom:link href="http://scottyah.com/posts/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Second Post</title>
|
|
||||||
<link>http://scottyah.com/posts/second-post/</link>
|
|
||||||
<pubDate>Sat, 02 Jul 2022 20:26:50 -0700</pubDate>
|
|
||||||
|
|
||||||
<guid>http://scottyah.com/posts/second-post/</guid>
|
|
||||||
<description>It&rsquo;s time to start throwing content up in the case that I do ever figure out these ingress namespaces and reverse proxies. If worst comes to worst I&rsquo;ll just plop this on an apache server all easy like and the content will be up within a few hours&hellip;</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Hello World!</title>
|
|
||||||
<link>http://scottyah.com/posts/my-first-post/</link>
|
|
||||||
<pubDate>Sat, 02 Jan 2021 12:37:17 -0800</pubDate>
|
|
||||||
|
|
||||||
<guid>http://scottyah.com/posts/my-first-post/</guid>
|
|
||||||
<description>This is my first post, just a simple static website on Hugo.
|
|
||||||
Next, we get this puppy containerized and on the Kubernetes pi cluster!</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
@@ -1,194 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en-us">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
||||||
|
|
||||||
<title>Hello World! | Scottyah Bloggins</title>
|
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
|
||||||
<meta name="description" content="This is my first post, just a simple static website on Hugo.
|
|
||||||
Next, we get this puppy containerized and on the Kubernetes pi cluster!">
|
|
||||||
<meta name="generator" content="Hugo 0.92.0" />
|
|
||||||
|
|
||||||
|
|
||||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/dist/css/app.4fc0b62e4b82c997bb0041217cd6b979.css" rel="stylesheet">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="Hello World!" />
|
|
||||||
<meta property="og:description" content="This is my first post, just a simple static website on Hugo.
|
|
||||||
Next, we get this puppy containerized and on the Kubernetes pi cluster!" />
|
|
||||||
<meta property="og:type" content="article" />
|
|
||||||
<meta property="og:url" content="http://scottyah.com/posts/my-first-post/" /><meta property="article:section" content="posts" />
|
|
||||||
<meta property="article:published_time" content="2021-01-02T12:37:17-08:00" />
|
|
||||||
<meta property="article:modified_time" content="2021-01-02T12:37:17-08:00" />
|
|
||||||
|
|
||||||
<meta itemprop="name" content="Hello World!">
|
|
||||||
<meta itemprop="description" content="This is my first post, just a simple static website on Hugo.
|
|
||||||
Next, we get this puppy containerized and on the Kubernetes pi cluster!"><meta itemprop="datePublished" content="2021-01-02T12:37:17-08:00" />
|
|
||||||
<meta itemprop="dateModified" content="2021-01-02T12:37:17-08:00" />
|
|
||||||
<meta itemprop="wordCount" content="24">
|
|
||||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
|
||||||
<meta name="twitter:title" content="Hello World!"/>
|
|
||||||
<meta name="twitter:description" content="This is my first post, just a simple static website on Hugo.
|
|
||||||
Next, we get this puppy containerized and on the Kubernetes pi cluster!"/>
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body class="ma0 avenir bg-near-white">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="bg-black">
|
|
||||||
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
|
||||||
<div class="flex-l justify-between items-center center">
|
|
||||||
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
|
||||||
|
|
||||||
Scottyah Bloggins
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<div class="flex-l items-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<main class="pb7" role="main">
|
|
||||||
|
|
||||||
|
|
||||||
<article class="flex-l flex-wrap justify-between mw8 center ph3">
|
|
||||||
<header class="mt4 w-100">
|
|
||||||
<aside class="instapaper_ignoref b helvetica tracked">
|
|
||||||
|
|
||||||
POSTS
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div id="sharing" class="mt3">
|
|
||||||
|
|
||||||
|
|
||||||
<a href="https://www.facebook.com/sharer.php?u=http://scottyah.com/posts/my-first-post/" class="facebook no-underline" aria-label="share on Facebook">
|
|
||||||
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M28.765,50.32h6.744V33.998h4.499l0.596-5.624h-5.095 l0.007-2.816c0-1.466,0.14-2.253,2.244-2.253h2.812V17.68h-4.5c-5.405,0-7.307,2.729-7.307,7.317v3.377h-3.369v5.625h3.369V50.32z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;"/></svg>
|
|
||||||
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a href="https://twitter.com/share?url=http://scottyah.com/posts/my-first-post/&text=Hello%20World!" class="twitter no-underline" aria-label="share on Twitter">
|
|
||||||
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
|
|
||||||
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
<a href="https://www.linkedin.com/shareArticle?mini=true&url=http://scottyah.com/posts/my-first-post/&title=Hello%20World!" class="linkedin no-underline" aria-label="share on LinkedIn">
|
|
||||||
<svg height="32px" style="enable-background:new 0 0 65 65;" version="1.1" viewBox="0 0 65 65" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
||||||
<path d="M50.837,48.137V36.425c0-6.275-3.35-9.195-7.816-9.195 c-3.604,0-5.219,1.983-6.119,3.374V27.71h-6.79c0.09,1.917,0,20.427,0,20.427h6.79V36.729c0-0.609,0.044-1.219,0.224-1.655 c0.49-1.22,1.607-2.483,3.482-2.483c2.458,0,3.44,1.873,3.44,4.618v10.929H50.837z M22.959,24.922c2.367,0,3.842-1.57,3.842-3.531 c-0.044-2.003-1.475-3.528-3.797-3.528s-3.841,1.524-3.841,3.528c0,1.961,1.474,3.531,3.753,3.531H22.959z M34,64 C17.432,64,4,50.568,4,34C4,17.431,17.432,4,34,4s30,13.431,30,30C64,50.568,50.568,64,34,64z M26.354,48.137V27.71h-6.789v20.427 H26.354z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<h1 class="f1 athelas mt3 mb1">Hello World!</h1>
|
|
||||||
|
|
||||||
|
|
||||||
<time class="f6 mv4 dib tracked" datetime="2021-01-02T12:37:17-08:00">January 2, 2021</time>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
<div class="nested-copy-line-height lh-copy serif f4 nested-links nested-img mid-gray pr4-l w-two-thirds-l"><p>This is my first post, just a simple static website on Hugo.</p>
|
|
||||||
<p>Next, we get this puppy containerized and on the Kubernetes pi cluster!</p>
|
|
||||||
<ul class="pa0">
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<div class="mt6 instapaper_ignoref">
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<aside class="w-30-l mt6-l">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
|
||||||
<div class="flex justify-between">
|
|
||||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://scottyah.com/" >
|
|
||||||
© Scottyah Bloggins 2022
|
|
||||||
</a>
|
|
||||||
<div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/dist/js/app.3fc0f988d21662902933.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
<!DOCTYPE html><html><head><title>http://scottyah.com/posts/</title><link rel="canonical" href="http://scottyah.com/posts/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://scottyah.com/posts/" /></head></html>
|
|
||||||
@@ -1,189 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en-us">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
||||||
|
|
||||||
<title>Second Post | Scottyah Bloggins</title>
|
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
|
||||||
<meta name="description" content="It’s time to start throwing content up in the case that I do ever figure out these ingress namespaces and reverse proxies. If worst comes to worst I’ll just plop this on an apache server all easy like and the content will be up within a few hours…">
|
|
||||||
<meta name="generator" content="Hugo 0.92.0" />
|
|
||||||
|
|
||||||
|
|
||||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/dist/css/app.4fc0b62e4b82c997bb0041217cd6b979.css" rel="stylesheet">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="Second Post" />
|
|
||||||
<meta property="og:description" content="It’s time to start throwing content up in the case that I do ever figure out these ingress namespaces and reverse proxies. If worst comes to worst I’ll just plop this on an apache server all easy like and the content will be up within a few hours…" />
|
|
||||||
<meta property="og:type" content="article" />
|
|
||||||
<meta property="og:url" content="http://scottyah.com/posts/second-post/" /><meta property="article:section" content="posts" />
|
|
||||||
<meta property="article:published_time" content="2022-07-02T20:26:50-07:00" />
|
|
||||||
<meta property="article:modified_time" content="2022-07-02T20:26:50-07:00" />
|
|
||||||
|
|
||||||
<meta itemprop="name" content="Second Post">
|
|
||||||
<meta itemprop="description" content="It’s time to start throwing content up in the case that I do ever figure out these ingress namespaces and reverse proxies. If worst comes to worst I’ll just plop this on an apache server all easy like and the content will be up within a few hours…"><meta itemprop="datePublished" content="2022-07-02T20:26:50-07:00" />
|
|
||||||
<meta itemprop="dateModified" content="2022-07-02T20:26:50-07:00" />
|
|
||||||
<meta itemprop="wordCount" content="48">
|
|
||||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
|
||||||
<meta name="twitter:title" content="Second Post"/>
|
|
||||||
<meta name="twitter:description" content="It’s time to start throwing content up in the case that I do ever figure out these ingress namespaces and reverse proxies. If worst comes to worst I’ll just plop this on an apache server all easy like and the content will be up within a few hours…"/>
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body class="ma0 avenir bg-near-white">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="bg-black">
|
|
||||||
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
|
||||||
<div class="flex-l justify-between items-center center">
|
|
||||||
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
|
||||||
|
|
||||||
Scottyah Bloggins
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<div class="flex-l items-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<main class="pb7" role="main">
|
|
||||||
|
|
||||||
|
|
||||||
<article class="flex-l flex-wrap justify-between mw8 center ph3">
|
|
||||||
<header class="mt4 w-100">
|
|
||||||
<aside class="instapaper_ignoref b helvetica tracked">
|
|
||||||
|
|
||||||
POSTS
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div id="sharing" class="mt3">
|
|
||||||
|
|
||||||
|
|
||||||
<a href="https://www.facebook.com/sharer.php?u=http://scottyah.com/posts/second-post/" class="facebook no-underline" aria-label="share on Facebook">
|
|
||||||
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M28.765,50.32h6.744V33.998h4.499l0.596-5.624h-5.095 l0.007-2.816c0-1.466,0.14-2.253,2.244-2.253h2.812V17.68h-4.5c-5.405,0-7.307,2.729-7.307,7.317v3.377h-3.369v5.625h3.369V50.32z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;"/></svg>
|
|
||||||
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a href="https://twitter.com/share?url=http://scottyah.com/posts/second-post/&text=Second%20Post" class="twitter no-underline" aria-label="share on Twitter">
|
|
||||||
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
|
|
||||||
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
<a href="https://www.linkedin.com/shareArticle?mini=true&url=http://scottyah.com/posts/second-post/&title=Second%20Post" class="linkedin no-underline" aria-label="share on LinkedIn">
|
|
||||||
<svg height="32px" style="enable-background:new 0 0 65 65;" version="1.1" viewBox="0 0 65 65" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
||||||
<path d="M50.837,48.137V36.425c0-6.275-3.35-9.195-7.816-9.195 c-3.604,0-5.219,1.983-6.119,3.374V27.71h-6.79c0.09,1.917,0,20.427,0,20.427h6.79V36.729c0-0.609,0.044-1.219,0.224-1.655 c0.49-1.22,1.607-2.483,3.482-2.483c2.458,0,3.44,1.873,3.44,4.618v10.929H50.837z M22.959,24.922c2.367,0,3.842-1.57,3.842-3.531 c-0.044-2.003-1.475-3.528-3.797-3.528s-3.841,1.524-3.841,3.528c0,1.961,1.474,3.531,3.753,3.531H22.959z M34,64 C17.432,64,4,50.568,4,34C4,17.431,17.432,4,34,4s30,13.431,30,30C64,50.568,50.568,64,34,64z M26.354,48.137V27.71h-6.789v20.427 H26.354z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<h1 class="f1 athelas mt3 mb1">Second Post</h1>
|
|
||||||
|
|
||||||
|
|
||||||
<time class="f6 mv4 dib tracked" datetime="2022-07-02T20:26:50-07:00">July 2, 2022</time>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
<div class="nested-copy-line-height lh-copy serif f4 nested-links nested-img mid-gray pr4-l w-two-thirds-l"><p>It’s time to start throwing content up in the case that I do ever figure out these ingress namespaces and reverse proxies. If worst comes to worst I’ll just plop this on an apache server all easy like and the content will be up within a few hours…</p>
|
|
||||||
<ul class="pa0">
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<div class="mt6 instapaper_ignoref">
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<aside class="w-30-l mt6-l">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
|
||||||
<div class="flex justify-between">
|
|
||||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://scottyah.com/" >
|
|
||||||
© Scottyah Bloggins 2022
|
|
||||||
</a>
|
|
||||||
<div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/dist/js/app.3fc0f988d21662902933.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,138 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en-us">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
||||||
|
|
||||||
<title>Second Post | Scottyah Bloggins</title>
|
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
|
||||||
<meta name="description" content="">
|
|
||||||
<meta name="generator" content="Hugo 0.92.0" />
|
|
||||||
|
|
||||||
|
|
||||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/dist/css/app.4fc0b62e4b82c997bb0041217cd6b979.css" rel="stylesheet">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="Second Post" />
|
|
||||||
<meta property="og:description" content="" />
|
|
||||||
<meta property="og:type" content="article" />
|
|
||||||
<meta property="og:url" content="http://scottyah.com/second-post/" /><meta property="article:section" content="" />
|
|
||||||
<meta property="article:published_time" content="2022-07-02T20:26:24-07:00" />
|
|
||||||
<meta property="article:modified_time" content="2022-07-02T20:26:24-07:00" />
|
|
||||||
|
|
||||||
<meta itemprop="name" content="Second Post">
|
|
||||||
<meta itemprop="description" content=""><meta itemprop="datePublished" content="2022-07-02T20:26:24-07:00" />
|
|
||||||
<meta itemprop="dateModified" content="2022-07-02T20:26:24-07:00" />
|
|
||||||
<meta itemprop="wordCount" content="0">
|
|
||||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
|
||||||
<meta name="twitter:title" content="Second Post"/>
|
|
||||||
<meta name="twitter:description" content=""/>
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body class="ma0 avenir bg-near-white">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="bg-black">
|
|
||||||
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
|
||||||
<div class="flex-l justify-between items-center center">
|
|
||||||
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
|
||||||
|
|
||||||
Scottyah Bloggins
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<div class="flex-l items-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<main class="pb7" role="main">
|
|
||||||
|
|
||||||
<div class="flex-l mt2 mw8 center">
|
|
||||||
<article class="center cf pv5 ph3 ph4-ns mw7">
|
|
||||||
<header>
|
|
||||||
<p class="f6 b helvetica tracked">
|
|
||||||
|
|
||||||
</p>
|
|
||||||
<h1 class="f1">
|
|
||||||
Second Post
|
|
||||||
</h1>
|
|
||||||
</header>
|
|
||||||
<div class="nested-copy-line-height lh-copy f4 nested-links nested-img mid-gray">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
|
||||||
<div class="flex justify-between">
|
|
||||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://scottyah.com/" >
|
|
||||||
© Scottyah Bloggins 2022
|
|
||||||
</a>
|
|
||||||
<div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/dist/js/app.3fc0f988d21662902933.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
<?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>http://scottyah.com/posts/</loc>
|
|
||||||
<lastmod>2022-07-02T20:26:50-07:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>http://scottyah.com/</loc>
|
|
||||||
<lastmod>2022-07-02T20:26:50-07:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>http://scottyah.com/posts/second-post/</loc>
|
|
||||||
<lastmod>2022-07-02T20:26:50-07:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>http://scottyah.com/second-post/</loc>
|
|
||||||
<lastmod>2022-07-02T20:26:24-07:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>http://scottyah.com/posts/my-first-post/</loc>
|
|
||||||
<lastmod>2021-01-02T12:37:17-08:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>http://scottyah.com/categories/</loc>
|
|
||||||
</url><url>
|
|
||||||
<loc>http://scottyah.com/tags/</loc>
|
|
||||||
</url>
|
|
||||||
</urlset>
|
|
||||||
@@ -1,140 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en-us">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
||||||
|
|
||||||
<title>Scottyah Bloggins</title>
|
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
|
||||||
<meta name="description" content="">
|
|
||||||
<meta name="generator" content="Hugo 0.92.0" />
|
|
||||||
|
|
||||||
|
|
||||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/dist/css/app.4fc0b62e4b82c997bb0041217cd6b979.css" rel="stylesheet">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/tags/index.xml" rel="alternate" type="application/rss+xml" title="Scottyah Bloggins" />
|
|
||||||
<link href="/tags/index.xml" rel="feed" type="application/rss+xml" title="Scottyah Bloggins" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="Tags" />
|
|
||||||
<meta property="og:description" content="" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:url" content="http://scottyah.com/tags/" />
|
|
||||||
|
|
||||||
<meta itemprop="name" content="Tags">
|
|
||||||
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/>
|
|
||||||
<meta name="twitter:title" content="Tags"/>
|
|
||||||
<meta name="twitter:description" content=""/>
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body class="ma0 avenir bg-near-white">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="pb3-m pb6-l bg-black">
|
|
||||||
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
|
||||||
<div class="flex-l justify-between items-center center">
|
|
||||||
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
|
||||||
|
|
||||||
Scottyah Bloggins
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<div class="flex-l items-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div class="tc-l pv3 ph3 ph4-ns">
|
|
||||||
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
|
|
||||||
Tags
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<main class="pb7" role="main">
|
|
||||||
|
|
||||||
|
|
||||||
<article class="cf pa3 pa4-m pa4-l">
|
|
||||||
<div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links nested-img mid-gray">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
<div class="mw8 center">
|
|
||||||
<section class="ph4">
|
|
||||||
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
|
||||||
<div class="flex justify-between">
|
|
||||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://scottyah.com/" >
|
|
||||||
© Scottyah Bloggins 2022
|
|
||||||
</a>
|
|
||||||
<div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/dist/js/app.3fc0f988d21662902933.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
<?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 Scottyah Bloggins</title>
|
|
||||||
<link>http://scottyah.com/tags/</link>
|
|
||||||
<description>Recent content in Tags on Scottyah Bloggins</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language><atom:link href="http://scottyah.com/tags/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
Reference in New Issue
Block a user