init
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "homepage/themes/ananke"]
|
||||||
|
path = homepage/themes/ananke
|
||||||
|
url = https://github.com/gohugo-ananke/ananke
|
||||||
5
homepage/archetypes/default.md
Normal file
5
homepage/archetypes/default.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
date = '{{ .Date }}'
|
||||||
|
draft = true
|
||||||
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
+++
|
||||||
12
homepage/content/posts/my-first-post.md
Normal file
12
homepage/content/posts/my-first-post.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
+++
|
||||||
|
date = '2026-05-18T23:03:26+02:00'
|
||||||
|
draft = true
|
||||||
|
title = 'My First Post'
|
||||||
|
+++
|
||||||
|
|
||||||
|
## introduction
|
||||||
|
|
||||||
|
This is **bold** text, and this is *emphasized* text.
|
||||||
|
|
||||||
|
Visit the [Hugo](https://gohugo.io) website!
|
||||||
|
|
||||||
4
homepage/hugo.toml
Normal file
4
homepage/hugo.toml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
baseURL = 'https://example.org/'
|
||||||
|
locale = 'en-us'
|
||||||
|
title = 'My New Hugo Project'
|
||||||
|
theme = 'ananke'
|
||||||
95
homepage/public/404.html
Normal file
95
homepage/public/404.html
Normal file
@@ -0,0 +1,95 @@
|
|||||||
|
<!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>My New Hugo Project</title>
|
||||||
|
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="generator" content="Hugo 0.161.1">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/ananke/css/main.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="My New Hugo Project">
|
||||||
|
<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 development is-404">
|
||||||
|
|
||||||
|
|
||||||
|
<header>
|
||||||
|
<div class="bg-black">
|
||||||
|
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
||||||
|
<div class="flex-l center items-center justify-between">
|
||||||
|
<a href="/" class="f3 fw2 hover-white white-90 dib no-underline">
|
||||||
|
|
||||||
|
My New Hugo Project
|
||||||
|
|
||||||
|
</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 white-70 dn dib-ns pv2 ph3 no-underline" href="http://localhost:1313/" >
|
||||||
|
© My New Hugo Project 2026
|
||||||
|
</a>
|
||||||
|
<div><div class="ananke-socials"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
7273
homepage/public/ananke/css/main.css
Normal file
7273
homepage/public/ananke/css/main.css
Normal file
File diff suppressed because it is too large
Load Diff
1
homepage/public/ananke/css/main.css.map
Normal file
1
homepage/public/ananke/css/main.css.map
Normal file
File diff suppressed because one or more lines are too long
111
homepage/public/categories/index.html
Normal file
111
homepage/public/categories/index.html
Normal file
@@ -0,0 +1,111 @@
|
|||||||
|
<!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>My New Hugo Project</title>
|
||||||
|
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="generator" content="Hugo 0.161.1">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/ananke/css/main.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="My New Hugo Project" />
|
||||||
|
<link href="/categories/index.xml" rel="feed" type="application/rss+xml" title="My New Hugo Project" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="http://localhost:1313/categories/">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/categories/">
|
||||||
|
<meta property="og:site_name" content="My New Hugo Project">
|
||||||
|
<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 development is-taxonomy">
|
||||||
|
|
||||||
|
|
||||||
|
<header>
|
||||||
|
<div class="pb3-m pb6-l bg-black">
|
||||||
|
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
||||||
|
<div class="flex-l center items-center justify-between">
|
||||||
|
<a href="/" class="f3 fw2 hover-white white-90 dib no-underline">
|
||||||
|
|
||||||
|
My New Hugo Project
|
||||||
|
|
||||||
|
</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">
|
||||||
|
<p>Below you will find pages that utilize the taxonomy term “Categories”</p>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
<div class="mw8 center">
|
||||||
|
<section class="flex-ns mt5 flex-wrap justify-around">
|
||||||
|
|
||||||
|
</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 white-70 dn dib-ns pv2 ph3 no-underline" href="http://localhost:1313/" >
|
||||||
|
© My New Hugo Project 2026
|
||||||
|
</a>
|
||||||
|
<div><div class="ananke-socials"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
11
homepage/public/categories/index.xml
Normal file
11
homepage/public/categories/index.xml
Normal file
@@ -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 My New Hugo Project</title>
|
||||||
|
<link>http://localhost:1313/categories/</link>
|
||||||
|
<description>Recent content in Categories on My New Hugo Project</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>
|
||||||
BIN
homepage/public/images/gohugo-default-sample-hero-image.jpg
Normal file
BIN
homepage/public/images/gohugo-default-sample-hero-image.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 276 KiB |
150
homepage/public/index.html
Normal file
150
homepage/public/index.html
Normal file
@@ -0,0 +1,150 @@
|
|||||||
|
<!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>My New Hugo Project</title>
|
||||||
|
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="generator" content="Hugo 0.161.1">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/ananke/css/main.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="My New Hugo Project" />
|
||||||
|
<link href="/index.xml" rel="feed" type="application/rss+xml" title="My New Hugo Project" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="http://localhost:1313/">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/">
|
||||||
|
<meta property="og:site_name" content="My New Hugo Project">
|
||||||
|
<meta property="og:title" content="My New Hugo Project">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
<meta itemprop="name" content="My New Hugo Project">
|
||||||
|
<meta itemprop="datePublished" content="2026-05-18T23:03:26+02:00">
|
||||||
|
<meta itemprop="dateModified" content="2026-05-18T23:03:26+02:00">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:title" content="My New Hugo Project">
|
||||||
|
|
||||||
|
|
||||||
|
</head><body class="ma0 avenir bg-near-white development is-home">
|
||||||
|
|
||||||
|
|
||||||
|
<header>
|
||||||
|
<div class="pb3-m pb6-l bg-black">
|
||||||
|
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
||||||
|
<div class="flex-l center items-center justify-between">
|
||||||
|
<a href="/" class="f3 fw2 hover-white white-90 dib no-underline">
|
||||||
|
|
||||||
|
My New Hugo Project
|
||||||
|
|
||||||
|
</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">
|
||||||
|
My New Hugo Project
|
||||||
|
</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 nested-links mid-gray">
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="pa3 pa4-ns w-100 w-70-ns center">
|
||||||
|
|
||||||
|
|
||||||
|
<section class="w-100 mw8">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="w-100 mb4 relative">
|
||||||
|
|
||||||
|
<article class="bb b--black-10">
|
||||||
|
<div class="db pv4 ph3 ph0-l dark-gray no-underline">
|
||||||
|
<div class="flex-column flex-row-ns flex">
|
||||||
|
|
||||||
|
<div class="blah w-100">
|
||||||
|
<h1 class="f3 fw1 athelas mt0 lh-title">
|
||||||
|
<a href="/posts/my-first-post/" class="color-inherit dim link">
|
||||||
|
My First Post
|
||||||
|
</a>
|
||||||
|
</h1>
|
||||||
|
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
|
||||||
|
<h2 id="introduction">introduction</h2>
|
||||||
|
<p>This is <strong>bold</strong> text, and this is <em>emphasized</em> text.</p>
|
||||||
|
<p>Visit the <a href="https://gohugo.io">Hugo</a> website!</p>
|
||||||
|
</div>
|
||||||
|
<a href="/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 white-70 dn dib-ns pv2 ph3 no-underline" href="http://localhost:1313/" >
|
||||||
|
© My New Hugo Project 2026
|
||||||
|
</a>
|
||||||
|
<div><div class="ananke-socials"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
19
homepage/public/index.xml
Normal file
19
homepage/public/index.xml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>My New Hugo Project</title>
|
||||||
|
<link>http://localhost:1313/</link>
|
||||||
|
<description>Recent content on My New Hugo Project</description>
|
||||||
|
<generator>Hugo</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<lastBuildDate>Mon, 18 May 2026 23:03:26 +0200</lastBuildDate>
|
||||||
|
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>My First Post</title>
|
||||||
|
<link>http://localhost:1313/posts/my-first-post/</link>
|
||||||
|
<pubDate>Mon, 18 May 2026 23:03:26 +0200</pubDate>
|
||||||
|
<guid>http://localhost:1313/posts/my-first-post/</guid>
|
||||||
|
<description><h2 id="introduction">introduction</h2>
<p>This is <strong>bold</strong> text, and this is <em>emphasized</em> text.</p>
<p>Visit the <a href="https://gohugo.io">Hugo</a> website!</p></description>
|
||||||
|
</item>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
129
homepage/public/posts/index.html
Normal file
129
homepage/public/posts/index.html
Normal file
@@ -0,0 +1,129 @@
|
|||||||
|
<!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>My New Hugo Project</title>
|
||||||
|
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="generator" content="Hugo 0.161.1">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/ananke/css/main.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href="/posts/index.xml" rel="alternate" type="application/rss+xml" title="My New Hugo Project" />
|
||||||
|
<link href="/posts/index.xml" rel="feed" type="application/rss+xml" title="My New Hugo Project" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="http://localhost:1313/posts/">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/posts/">
|
||||||
|
<meta property="og:site_name" content="My New Hugo Project">
|
||||||
|
<meta property="og:title" content="Posts">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
<meta itemprop="name" content="Posts">
|
||||||
|
<meta itemprop="datePublished" content="2026-05-18T23:03:26+02:00">
|
||||||
|
<meta itemprop="dateModified" content="2026-05-18T23:03:26+02:00">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:title" content="Posts">
|
||||||
|
|
||||||
|
|
||||||
|
</head><body class="ma0 avenir bg-near-white development is-section is-section">
|
||||||
|
|
||||||
|
|
||||||
|
<header>
|
||||||
|
<div class="pb3-m pb6-l bg-black">
|
||||||
|
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
||||||
|
<div class="flex-l center items-center justify-between">
|
||||||
|
<a href="/" class="f3 fw2 hover-white white-90 dib no-underline">
|
||||||
|
|
||||||
|
My New Hugo Project
|
||||||
|
|
||||||
|
</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">
|
||||||
|
Posts
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<main class="pb7" role="main">
|
||||||
|
|
||||||
|
<article class="pa3 pa4-ns nested-copy-line-height">
|
||||||
|
<section class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy nested-links mid-gray"></section>
|
||||||
|
<section class="flex-ns mt5 flex-wrap justify-around">
|
||||||
|
|
||||||
|
<div class="w-100 w-30-l mb4 relative bg-white">
|
||||||
|
<div class="w-100 mb4 nested-copy-line-height relative bg-white">
|
||||||
|
<div class="mb3 pa4 gray overflow-hidden bg-white">
|
||||||
|
<span class="f6 db">Posts</span>
|
||||||
|
<h1 class="f3 near-black">
|
||||||
|
<a href="/posts/my-first-post/" class="link black dim">
|
||||||
|
My First Post
|
||||||
|
</a>
|
||||||
|
</h1>
|
||||||
|
<div class="nested-links f5 lh-copy nested-copy-line-height">
|
||||||
|
<h2 id="introduction">introduction</h2>
|
||||||
|
<p>This is <strong>bold</strong> text, and this is <em>emphasized</em> text.</p>
|
||||||
|
<p>Visit the <a href="https://gohugo.io">Hugo</a> website!</p>
|
||||||
|
</div>
|
||||||
|
<a href="/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>
|
||||||
|
|
||||||
|
</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 white-70 dn dib-ns pv2 ph3 no-underline" href="http://localhost:1313/" >
|
||||||
|
© My New Hugo Project 2026
|
||||||
|
</a>
|
||||||
|
<div><div class="ananke-socials"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
19
homepage/public/posts/index.xml
Normal file
19
homepage/public/posts/index.xml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?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 My New Hugo Project</title>
|
||||||
|
<link>http://localhost:1313/posts/</link>
|
||||||
|
<description>Recent content in Posts on My New Hugo Project</description>
|
||||||
|
<generator>Hugo</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<lastBuildDate>Mon, 18 May 2026 23:03:26 +0200</lastBuildDate>
|
||||||
|
<atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>My First Post</title>
|
||||||
|
<link>http://localhost:1313/posts/my-first-post/</link>
|
||||||
|
<pubDate>Mon, 18 May 2026 23:03:26 +0200</pubDate>
|
||||||
|
<guid>http://localhost:1313/posts/my-first-post/</guid>
|
||||||
|
<description><h2 id="introduction">introduction</h2>
<p>This is <strong>bold</strong> text, and this is <em>emphasized</em> text.</p>
<p>Visit the <a href="https://gohugo.io">Hugo</a> website!</p></description>
|
||||||
|
</item>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
132
homepage/public/posts/my-first-post/index.html
Normal file
132
homepage/public/posts/my-first-post/index.html
Normal file
@@ -0,0 +1,132 @@
|
|||||||
|
<!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>My First Post | My New Hugo Project</title>
|
||||||
|
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
||||||
|
<meta name="description" content="introduction
|
||||||
|
This is bold text, and this is emphasized text.
|
||||||
|
Visit the Hugo website!">
|
||||||
|
<meta name="generator" content="Hugo 0.161.1">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/ananke/css/main.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="http://localhost:1313/posts/my-first-post/">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/posts/my-first-post/">
|
||||||
|
<meta property="og:site_name" content="My New Hugo Project">
|
||||||
|
<meta property="og:title" content="My First Post">
|
||||||
|
<meta property="og:description" content="introduction This is bold text, and this is emphasized text.
|
||||||
|
Visit the Hugo website!">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="article">
|
||||||
|
<meta property="article:section" content="posts">
|
||||||
|
<meta property="article:published_time" content="2026-05-18T23:03:26+02:00">
|
||||||
|
<meta property="article:modified_time" content="2026-05-18T23:03:26+02:00">
|
||||||
|
|
||||||
|
<meta itemprop="name" content="My First Post">
|
||||||
|
<meta itemprop="description" content="introduction This is bold text, and this is emphasized text.
|
||||||
|
Visit the Hugo website!">
|
||||||
|
<meta itemprop="datePublished" content="2026-05-18T23:03:26+02:00">
|
||||||
|
<meta itemprop="dateModified" content="2026-05-18T23:03:26+02:00">
|
||||||
|
<meta itemprop="wordCount" content="14">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:title" content="My First Post">
|
||||||
|
<meta name="twitter:description" content="introduction This is bold text, and this is emphasized text.
|
||||||
|
Visit the Hugo website!">
|
||||||
|
|
||||||
|
|
||||||
|
</head><body class="ma0 avenir bg-near-white development is-page is-page page-my-first-post">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<header>
|
||||||
|
<div class="bg-black">
|
||||||
|
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
||||||
|
<div class="flex-l center items-center justify-between">
|
||||||
|
<a href="/" class="f3 fw2 hover-white white-90 dib no-underline">
|
||||||
|
|
||||||
|
My New Hugo Project
|
||||||
|
|
||||||
|
</a>
|
||||||
|
<div class="flex-l items-center">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="ananke-socials"></div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="pb7" role="main">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="page-my-first-post flex-l mw7 center ph3 flex-wrap justify-between">
|
||||||
|
<header class="mt4 w-100"><aside class="instapaper_ignoref b helvetica tracked ttu">
|
||||||
|
Posts
|
||||||
|
</aside><div id="sharing" class="mt3 ananke-socials"></div>
|
||||||
|
<h1 class="f1 athelas mt3 mb1">My First Post</h1>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<time class="f6 mv4 dib tracked" datetime="2026-05-18T23:03:26+02:00">May 18, 2026</time>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
<div class="nested-copy-line-height lh-copy serif f4 nested-links mid-gray pr4-l w-100-l"><h2 id="introduction">introduction</h2>
|
||||||
|
<p>This is <strong>bold</strong> text, and this is <em>emphasized</em> text.</p>
|
||||||
|
<p>Visit the <a href="https://gohugo.io">Hugo</a> website!</p>
|
||||||
|
<ul class="pa0">
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div></article>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
||||||
|
<div class="flex justify-between">
|
||||||
|
<a class="f4 fw4 hover-white white-70 dn dib-ns pv2 ph3 no-underline" href="http://localhost:1313/" >
|
||||||
|
© My New Hugo Project 2026
|
||||||
|
</a>
|
||||||
|
<div><div class="ananke-socials"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
9
homepage/public/posts/page/1/index.html
Normal file
9
homepage/public/posts/page/1/index.html
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-us">
|
||||||
|
<head>
|
||||||
|
<title>http://localhost:1313/posts/</title>
|
||||||
|
<link rel="canonical" href="http://localhost:1313/posts/">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="refresh" content="0; url=http://localhost:1313/posts/">
|
||||||
|
</head>
|
||||||
|
</html>
|
||||||
18
homepage/public/sitemap.xml
Normal file
18
homepage/public/sitemap.xml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<?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://localhost:1313/posts/my-first-post/</loc>
|
||||||
|
<lastmod>2026-05-18T23:03:26+02:00</lastmod>
|
||||||
|
</url><url>
|
||||||
|
<loc>http://localhost:1313/</loc>
|
||||||
|
<lastmod>2026-05-18T23:03:26+02:00</lastmod>
|
||||||
|
</url><url>
|
||||||
|
<loc>http://localhost:1313/posts/</loc>
|
||||||
|
<lastmod>2026-05-18T23:03:26+02:00</lastmod>
|
||||||
|
</url><url>
|
||||||
|
<loc>http://localhost:1313/categories/</loc>
|
||||||
|
</url><url>
|
||||||
|
<loc>http://localhost:1313/tags/</loc>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
||||||
111
homepage/public/tags/index.html
Normal file
111
homepage/public/tags/index.html
Normal file
@@ -0,0 +1,111 @@
|
|||||||
|
<!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>My New Hugo Project</title>
|
||||||
|
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="generator" content="Hugo 0.161.1">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/ananke/css/main.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href="/tags/index.xml" rel="alternate" type="application/rss+xml" title="My New Hugo Project" />
|
||||||
|
<link href="/tags/index.xml" rel="feed" type="application/rss+xml" title="My New Hugo Project" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="http://localhost:1313/tags/">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/tags/">
|
||||||
|
<meta property="og:site_name" content="My New Hugo Project">
|
||||||
|
<meta property="og:title" content="Tags">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
<meta itemprop="name" content="Tags">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:title" content="Tags">
|
||||||
|
|
||||||
|
|
||||||
|
</head><body class="ma0 avenir bg-near-white development is-taxonomy">
|
||||||
|
|
||||||
|
|
||||||
|
<header>
|
||||||
|
<div class="pb3-m pb6-l bg-black">
|
||||||
|
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
||||||
|
<div class="flex-l center items-center justify-between">
|
||||||
|
<a href="/" class="f3 fw2 hover-white white-90 dib no-underline">
|
||||||
|
|
||||||
|
My New Hugo Project
|
||||||
|
|
||||||
|
</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">
|
||||||
|
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 mid-gray">
|
||||||
|
<p>Below you will find pages that utilize the taxonomy term “Tags”</p>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
<div class="mw8 center">
|
||||||
|
<section class="flex-ns mt5 flex-wrap justify-around">
|
||||||
|
|
||||||
|
</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 white-70 dn dib-ns pv2 ph3 no-underline" href="http://localhost:1313/" >
|
||||||
|
© My New Hugo Project 2026
|
||||||
|
</a>
|
||||||
|
<div><div class="ananke-socials"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
11
homepage/public/tags/index.xml
Normal file
11
homepage/public/tags/index.xml
Normal file
@@ -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>Tags on My New Hugo Project</title>
|
||||||
|
<link>http://localhost:1313/tags/</link>
|
||||||
|
<description>Recent content in Tags on My New Hugo Project</description>
|
||||||
|
<generator>Hugo</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
1
homepage/themes/ananke
Submodule
1
homepage/themes/ananke
Submodule
Submodule homepage/themes/ananke added at 69f2871e87
Reference in New Issue
Block a user