Skip to content

Commit ee8b5a1

Browse files
committed
Replace index.html with a Hugo-based site
1 parent 00e009e commit ee8b5a1

34 files changed

+7330
-36
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/kiss"]
2+
path = themes/kiss
3+
url = https://github.com/ribice/kiss.git

archetypes/default.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
draft: true
5+
---
6+

config.toml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
baseURL = "https://linkmonitor.github.io/"
2+
languageCode = "en-us"
3+
title = "My New Hugo Site"
4+
theme = "kiss"

content/posts/my-first-post.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "My First Post"
3+
date: 2021-03-22T16:27:36-07:00
4+
draft: true
5+
---
6+
7+
# Test
8+
9+
This is a test. I'm curious to see whether I can get the output from Hugo
10+
picked up by the GitHub Pages machinery.

index.html

-36
This file was deleted.

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
public/index.html

public/404.html

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-us">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
7+
<title>404 Page not found | My New Hugo Site</title>
8+
9+
10+
11+
<link rel="stylesheet" href="/css/style.css"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
12+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
13+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
14+
<link rel="manifest" href="/site.webmanifest">
15+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
16+
<link rel="canonical" href="https://linkmonitor.github.io/404.html">
17+
<meta name="msapplication-TileColor" content="#da532c">
18+
<meta name="theme-color" content="#ffffff">
19+
</head>
20+
<body>
21+
<section class="hero is-fullheight">
22+
<div class="hero-body">
23+
<div class="container has-text-centered">
24+
<h1 class="title notfound">404</h1>
25+
<h2 class="subtitle is-4">
26+
Page not found
27+
</h2>
28+
<a class="button" href="https://linkmonitor.github.io/">Home Page</a>
29+
</div>
30+
</div>
31+
</section>
32+
<section class="section">
33+
<div class="container has-text-centered">
34+
<p></p>
35+
36+
</div>
37+
</section>
38+
39+
40+
41+
42+
43+
</body>
44+
</html>

public/android-chrome-192x192.png

6.76 KB
Loading

public/android-chrome-512x512.png

19.3 KB
Loading

public/apple-touch-icon.png

6.34 KB
Loading

public/browserconfig.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#da532c</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

public/categories/index.html

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-us">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
7+
<title>Categories | My New Hugo Site</title>
8+
9+
10+
11+
<link rel="stylesheet" href="/css/style.css"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
12+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
13+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
14+
<link rel="manifest" href="/site.webmanifest">
15+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
16+
<link rel="canonical" href="https://linkmonitor.github.io/categories/">
17+
<meta name="msapplication-TileColor" content="#da532c">
18+
<meta name="theme-color" content="#ffffff">
19+
</head>
20+
<body>
21+
<section class="section">
22+
<div class="container">
23+
<nav id="nav-main" class="nav">
24+
<div id="nav-name" class="nav-left">
25+
<a id="nav-anchor" class="nav-item" href="https://linkmonitor.github.io/">
26+
<h1 id="nav-heading" class="title is-4">My New Hugo Site</h1>
27+
</a>
28+
</div>
29+
<div class="nav-right">
30+
<nav id="nav-items" class="nav-item level is-mobile"></nav>
31+
</div>
32+
</nav>
33+
34+
<nav class="nav">
35+
36+
37+
38+
</nav>
39+
40+
</div>
41+
<script src="/js/navicon-shift.js"></script>
42+
</section>
43+
<section class="section">
44+
<div class="container">
45+
46+
</div>
47+
</section>
48+
<section class="section">
49+
<div class="container">
50+
<nav class="level is-mobile">
51+
<div class="level-left">
52+
<div class="level-item">
53+
54+
</div>
55+
</div>
56+
<div class="level-right is-marginless">
57+
<div class="level-item">
58+
59+
</div>
60+
</div>
61+
</nav>
62+
</div>
63+
</section>
64+
65+
<section class="section">
66+
<div class="container has-text-centered">
67+
<p></p>
68+
69+
</div>
70+
</section>
71+
72+
73+
74+
75+
76+
</body>
77+
</html>
78+

public/categories/index.xml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>Categories on My New Hugo Site</title>
5+
<link>https://linkmonitor.github.io/categories/</link>
6+
<description>Recent content in Categories on My New Hugo Site</description>
7+
<generator>Hugo -- gohugo.io</generator>
8+
<language>en-us</language><atom:link href="https://linkmonitor.github.io/categories/index.xml" rel="self" type="application/rss+xml" />
9+
</channel>
10+
</rss>

public/categories/page/1/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html><head><title>https://linkmonitor.github.io/categories/</title><link rel="canonical" href="https://linkmonitor.github.io/categories/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://linkmonitor.github.io/categories/" /></head></html>

public/css/custom.css

Whitespace-only changes.

0 commit comments

Comments
 (0)