-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a98524b
commit fcaff6e
Showing
23 changed files
with
940 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "themes/ananke"] | ||
path = themes/ananke | ||
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
+++ | ||
title = '{{ replace .File.ContentBaseName "-" " " | title }}' | ||
date = {{ .Date }} | ||
draft = true | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = 'My First Post' | ||
date = 2024-07-01T14:40:55+01:00 | ||
draft = true | ||
+++ | ||
## Introduction | ||
|
||
This is **bold** text, and this is *emphasized* text. | ||
|
||
Visit the [Hugo](https://gohugo.io) website! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
baseURL = 'https://jasonbirchall.github.io' | ||
languageCode = 'en-us' | ||
title = 'Jason Birchall' | ||
theme = 'ananke' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
|
||
<title>Jason Birchall</title> | ||
<meta name="viewport" content="width=device-width,minimum-scale=1"> | ||
<meta name="description" content=""> | ||
<meta name="generator" content="Hugo 0.128.0"> | ||
|
||
|
||
|
||
|
||
<meta name="robots" content="noindex, nofollow"> | ||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="/ananke/css/main.min.css" > | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="canonical" href="http://localhost:1313/404.html"> | ||
|
||
|
||
<meta property="og:url" content="http://localhost:1313/404.html"> | ||
<meta property="og:site_name" content="Jason Birchall"> | ||
<meta property="og:title" content="404 Page not found"> | ||
<meta property="og:locale" content="en_us"> | ||
<meta property="og:type" content="website"> | ||
|
||
<meta itemprop="name" content="404 Page not found"> | ||
<meta name="twitter:card" content="summary"> | ||
<meta name="twitter:title" content="404 Page not found"> | ||
|
||
|
||
</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"> | ||
|
||
Jason Birchall | ||
|
||
</a> | ||
<div class="flex-l items-center"> | ||
|
||
|
||
|
||
|
||
<div class="ananke-socials"> | ||
|
||
</div> | ||
|
||
</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://localhost:1313/" > | ||
© Jason Birchall 2024 | ||
</a> | ||
<div> | ||
<div class="ananke-socials"> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
|
||
<title>Jason Birchall</title> | ||
<meta name="viewport" content="width=device-width,minimum-scale=1"> | ||
<meta name="description" content=""> | ||
<meta name="generator" content="Hugo 0.128.0"> | ||
|
||
|
||
|
||
|
||
<meta name="robots" content="noindex, nofollow"> | ||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="/ananke/css/main.min.css" > | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="Jason Birchall" /> | ||
<link href="/categories/index.xml" rel="feed" type="application/rss+xml" title="Jason Birchall" /> | ||
|
||
|
||
|
||
|
||
<link rel="canonical" href="http://localhost:1313/categories/"> | ||
|
||
|
||
<meta property="og:url" content="http://localhost:1313/categories/"> | ||
<meta property="og:site_name" content="Jason Birchall"> | ||
<meta property="og:title" content="Categories"> | ||
<meta property="og:locale" content="en_us"> | ||
<meta property="og:type" content="website"> | ||
|
||
<meta itemprop="name" content="Categories"> | ||
<meta name="twitter:card" content="summary"> | ||
<meta name="twitter:title" content="Categories"> | ||
|
||
|
||
</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"> | ||
|
||
Jason Birchall | ||
|
||
</a> | ||
<div class="flex-l items-center"> | ||
|
||
|
||
|
||
|
||
<div class="ananke-socials"> | ||
|
||
</div> | ||
|
||
</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 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://localhost:1313/" > | ||
© Jason Birchall 2024 | ||
</a> | ||
<div> | ||
<div class="ananke-socials"> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?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 Jason Birchall</title> | ||
<link>http://localhost:1313/categories/</link> | ||
<description>Recent content in Categories on Jason Birchall</description> | ||
<generator>Hugo</generator> | ||
<language>en-us</language> | ||
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" /> | ||
</channel> | ||
</rss> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.