Skip to content

Commit c3444c1

Browse files
author
PerfectlyInternal
committed
change url and title
1 parent 7ca21c0 commit c3444c1

File tree

12 files changed

+351
-36
lines changed

12 files changed

+351
-36
lines changed

hugo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = 'https://example.org/'
1+
baseURL = 'https://perfectlyinternal.github.io/'
22
languageCode = 'en-us'
3-
title = 'My New Hugo Site'
3+
title = 'PerfectlyInternal'
44
theme = 'ananke'

public/404.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
66

7-
<title>My New Hugo Site</title>
7+
<title>PerfectlyInternal</title>
88
<meta name="viewport" content="width=device-width,minimum-scale=1">
99
<meta name="description" content="">
1010
<meta name="generator" content="Hugo 0.145.0">
@@ -35,7 +35,7 @@
3535

3636

3737
<meta property="og:url" content="http://localhost:1313/404.html">
38-
<meta property="og:site_name" content="My New Hugo Site">
38+
<meta property="og:site_name" content="PerfectlyInternal">
3939
<meta property="og:title" content="404 Page not found">
4040
<meta property="og:locale" content="en_us">
4141
<meta property="og:type" content="website">
@@ -55,7 +55,7 @@
5555
<div class="flex-l justify-between items-center center">
5656
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
5757

58-
My New Hugo Site
58+
PerfectlyInternal
5959

6060
</a>
6161
<div class="flex-l items-center">
@@ -84,7 +84,7 @@ <h1>
8484
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
8585
<div class="flex justify-between">
8686
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://localhost:1313/" >
87-
&copy; My New Hugo Site 2025
87+
&copy; PerfectlyInternal 2025
8888
</a>
8989
<div><div class="ananke-socials"></div>
9090
</div>

public/categories/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
66

7-
<title>My New Hugo Site</title>
7+
<title>PerfectlyInternal</title>
88
<meta name="viewport" content="width=device-width,minimum-scale=1">
99
<meta name="description" content="">
1010
<meta name="generator" content="Hugo 0.145.0">
@@ -30,8 +30,8 @@
3030

3131

3232

33-
<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="My New Hugo Site" />
34-
<link href="/categories/index.xml" rel="feed" type="application/rss+xml" title="My New Hugo Site" />
33+
<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="PerfectlyInternal" />
34+
<link href="/categories/index.xml" rel="feed" type="application/rss+xml" title="PerfectlyInternal" />
3535

3636

3737

@@ -40,7 +40,7 @@
4040

4141

4242
<meta property="og:url" content="http://localhost:1313/categories/">
43-
<meta property="og:site_name" content="My New Hugo Site">
43+
<meta property="og:site_name" content="PerfectlyInternal">
4444
<meta property="og:title" content="Categories">
4545
<meta property="og:locale" content="en_us">
4646
<meta property="og:type" content="website">
@@ -60,7 +60,7 @@
6060
<div class="flex-l justify-between items-center center">
6161
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
6262

63-
My New Hugo Site
63+
PerfectlyInternal
6464

6565
</a>
6666
<div class="flex-l items-center">
@@ -101,7 +101,7 @@ <h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
101101
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
102102
<div class="flex justify-between">
103103
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://localhost:1313/" >
104-
&copy; My New Hugo Site 2025
104+
&copy; PerfectlyInternal 2025
105105
</a>
106106
<div><div class="ananke-socials"></div>
107107
</div>

public/categories/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
4-
<title>Categories on My New Hugo Site</title>
4+
<title>Categories on PerfectlyInternal</title>
55
<link>http://localhost:1313/categories/</link>
6-
<description>Recent content in Categories on My New Hugo Site</description>
6+
<description>Recent content in Categories on PerfectlyInternal</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
99
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />

public/index.html

Lines changed: 48 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
66

7-
<title>My New Hugo Site</title>
7+
<title>PerfectlyInternal</title>
88
<meta name="viewport" content="width=device-width,minimum-scale=1">
99
<meta name="description" content="">
1010
<meta name="generator" content="Hugo 0.145.0">
@@ -30,8 +30,8 @@
3030

3131

3232

33-
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="My New Hugo Site" />
34-
<link href="/index.xml" rel="feed" type="application/rss+xml" title="My New Hugo Site" />
33+
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="PerfectlyInternal" />
34+
<link href="/index.xml" rel="feed" type="application/rss+xml" title="PerfectlyInternal" />
3535

3636

3737

@@ -40,14 +40,16 @@
4040

4141

4242
<meta property="og:url" content="http://localhost:1313/">
43-
<meta property="og:site_name" content="My New Hugo Site">
44-
<meta property="og:title" content="My New Hugo Site">
43+
<meta property="og:site_name" content="PerfectlyInternal">
44+
<meta property="og:title" content="PerfectlyInternal">
4545
<meta property="og:locale" content="en_us">
4646
<meta property="og:type" content="website">
4747

48-
<meta itemprop="name" content="My New Hugo Site">
48+
<meta itemprop="name" content="PerfectlyInternal">
49+
<meta itemprop="datePublished" content="2025-03-02T17:17:54-05:00">
50+
<meta itemprop="dateModified" content="2025-03-02T17:17:54-05:00">
4951
<meta name="twitter:card" content="summary">
50-
<meta name="twitter:title" content="My New Hugo Site">
52+
<meta name="twitter:title" content="PerfectlyInternal">
5153

5254

5355
</head><body class="ma0 avenir bg-near-white development">
@@ -60,7 +62,7 @@
6062
<div class="flex-l justify-between items-center center">
6163
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
6264

63-
My New Hugo Site
65+
PerfectlyInternal
6466

6567
</a>
6668
<div class="flex-l items-center">
@@ -75,7 +77,7 @@
7577

7678
<div class="tc-l pv3 ph3 ph4-ns">
7779
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
78-
My New Hugo Site
80+
PerfectlyInternal
7981
</h1>
8082

8183
</div>
@@ -96,12 +98,48 @@ <h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
9698

9799

98100

101+
<div class="pa3 pa4-ns w-100 w-70-ns center">
102+
103+
104+
<section class="w-100 mw8">
105+
106+
107+
<div class="relative w-100 mb4">
108+
109+
<article class="bb b--black-10">
110+
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
111+
<div class="flex flex-column flex-row-ns">
112+
113+
<div class="blah w-100">
114+
<h1 class="f3 fw1 athelas mt0 lh-title">
115+
<a href="/posts/my-first-post/" class="color-inherit dim link">
116+
My First Post
117+
</a>
118+
</h1>
119+
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
120+
<h2 id="intro">Intro</h2>
121+
<p>what a post</p>
122+
</div>
123+
<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>
124+
</div>
125+
</div>
126+
</div>
127+
</article>
128+
129+
</div>
130+
131+
</section>
132+
133+
134+
135+
</div>
136+
99137

100138
</main>
101139
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
102140
<div class="flex justify-between">
103141
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://localhost:1313/" >
104-
&copy; My New Hugo Site 2025
142+
&copy; PerfectlyInternal 2025
105143
</a>
106144
<div><div class="ananke-socials"></div>
107145
</div>

public/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
4-
<title>My New Hugo Site</title>
4+
<title>PerfectlyInternal</title>
55
<link>http://localhost:1313/</link>
6-
<description>Recent content on My New Hugo Site</description>
6+
<description>Recent content on PerfectlyInternal</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
99
<lastBuildDate>Sun, 02 Mar 2025 17:17:54 -0500</lastBuildDate>

public/posts/index.html

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
7+
<title>PerfectlyInternal</title>
8+
<meta name="viewport" content="width=device-width,minimum-scale=1">
9+
<meta name="description" content="">
10+
<meta name="generator" content="Hugo 0.145.0">
11+
12+
13+
14+
<meta name="robots" content="noindex, nofollow">
15+
16+
17+
18+
19+
<link rel="stylesheet" href="/ananke/css/main.min.css" >
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
<link href="/posts/index.xml" rel="alternate" type="application/rss+xml" title="PerfectlyInternal" />
34+
<link href="/posts/index.xml" rel="feed" type="application/rss+xml" title="PerfectlyInternal" />
35+
36+
37+
38+
39+
<link rel="canonical" href="http://localhost:1313/posts/">
40+
41+
42+
<meta property="og:url" content="http://localhost:1313/posts/">
43+
<meta property="og:site_name" content="PerfectlyInternal">
44+
<meta property="og:title" content="Posts">
45+
<meta property="og:locale" content="en_us">
46+
<meta property="og:type" content="website">
47+
48+
<meta itemprop="name" content="Posts">
49+
<meta itemprop="datePublished" content="2025-03-02T17:17:54-05:00">
50+
<meta itemprop="dateModified" content="2025-03-02T17:17:54-05:00">
51+
<meta name="twitter:card" content="summary">
52+
<meta name="twitter:title" content="Posts">
53+
54+
55+
</head><body class="ma0 avenir bg-near-white development">
56+
57+
58+
59+
<header>
60+
<div class="pb3-m pb6-l bg-black">
61+
<nav class="pv3 ph3 ph4-ns" role="navigation">
62+
<div class="flex-l justify-between items-center center">
63+
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
64+
65+
PerfectlyInternal
66+
67+
</a>
68+
<div class="flex-l items-center">
69+
70+
71+
72+
<div class="ananke-socials"></div>
73+
74+
</div>
75+
</div>
76+
</nav>
77+
78+
<div class="tc-l pv3 ph3 ph4-ns">
79+
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
80+
Posts
81+
</h1>
82+
83+
</div>
84+
</div>
85+
</header>
86+
87+
88+
<main class="pb7" role="main">
89+
90+
<article class="pa3 pa4-ns nested-copy-line-height">
91+
<section class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray"></section>
92+
<section class="flex-ns flex-wrap justify-around mt5">
93+
94+
<div class="relative w-100 w-30-l mb4 bg-white">
95+
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
96+
<div class="bg-white mb3 pa4 gray overflow-hidden">
97+
<span class="f6 db">Posts</span>
98+
<h1 class="f3 near-black">
99+
<a href="/posts/my-first-post/" class="link black dim">
100+
My First Post
101+
</a>
102+
</h1>
103+
<div class="nested-links f5 lh-copy nested-copy-line-height">
104+
<h2 id="intro">Intro</h2>
105+
<p>what a post</p>
106+
</div>
107+
<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>
108+
</div>
109+
</div>
110+
111+
</div>
112+
113+
</section></article>
114+
115+
</main>
116+
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
117+
<div class="flex justify-between">
118+
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://localhost:1313/" >
119+
&copy; PerfectlyInternal 2025
120+
</a>
121+
<div><div class="ananke-socials"></div>
122+
</div>
123+
</div>
124+
</footer>
125+
126+
</body>
127+
</html>

public/posts/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
4-
<title>Posts on My New Hugo Site</title>
4+
<title>Posts on PerfectlyInternal</title>
55
<link>http://localhost:1313/posts/</link>
6-
<description>Recent content in Posts on My New Hugo Site</description>
6+
<description>Recent content in Posts on PerfectlyInternal</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
99
<lastBuildDate>Sun, 02 Mar 2025 17:17:54 -0500</lastBuildDate>

0 commit comments

Comments
 (0)