Skip to content

Commit 7607f5a

Browse files
committed
add site preview
1 parent 68db7fc commit 7607f5a

File tree

25 files changed

+198
-482
lines changed

25 files changed

+198
-482
lines changed

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defaultContentLanguageInSubdir = false
3434
defaultAuthor = "Navaneeth"
3535
language = "en-US"
3636
shortName = "MyBlog"
37-
images = ["/images/og-default.avif"]
37+
images = ["/images/Navaneeth m s.png"]
3838

3939
[params.logo]
4040
image = "https://media.licdn.com/dms/image/v2/D5603AQGpZYuzfvxcuA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1720464366895?e=1764806400&v=beta&t=37uHflMplcw99vUsI4HR1Rrf_VHRgkLfh-TVo31krZM"

public/404.html

Lines changed: 11 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html
33
lang="en-US"
44
data-theme="default">
5-
<head>
5+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
66
<meta charset="utf-8" />
77
<meta
88
name="viewport"
@@ -17,7 +17,7 @@
1717
<meta name="language" content="en-US" />
1818

1919
<meta name="robots" content="index, follow" />
20-
<link rel="canonical" href="https://navnee1h.github.io/404.html" />
20+
<link rel="canonical" href="http://localhost:1313/404.html" />
2121

2222

2323

@@ -26,24 +26,24 @@
2626

2727

2828
<link rel="manifest" href="/site.webmanifest" />
29-
<meta property="og:url" content="https://navnee1h.github.io/404.html">
29+
<meta property="og:url" content="http://localhost:1313/404.html">
3030
<meta property="og:site_name" content="Navnee1h">
3131
<meta property="og:title" content="404 Page not found">
3232
<meta property="og:description" content="Documenting my cybersecurity journey, pentesting notes, eJPT prep and practical tutorials.">
3333
<meta property="og:locale" content="en_US">
3434
<meta property="og:type" content="website">
35-
<meta property="og:image" content="https://navnee1h.github.io/images/og-default.avif">
35+
<meta property="og:image" content="http://localhost:1313/images/og-default.avif">
3636

3737

3838
<meta name="twitter:card" content="summary_large_image">
39-
<meta name="twitter:image" content="https://navnee1h.github.io/images/og-default.avif">
39+
<meta name="twitter:image" content="http://localhost:1313/images/og-default.avif">
4040
<meta name="twitter:title" content="404 Page not found">
4141
<meta name="twitter:description" content="Documenting my cybersecurity journey, pentesting notes, eJPT prep and practical tutorials.">
4242

4343

4444
<meta itemprop="name" content="404 Page not found">
4545
<meta itemprop="description" content="Documenting my cybersecurity journey, pentesting notes, eJPT prep and practical tutorials.">
46-
<meta itemprop="image" content="https://navnee1h.github.io/images/og-default.avif">
46+
<meta itemprop="image" content="http://localhost:1313/images/og-default.avif">
4747

4848

4949

@@ -104,27 +104,15 @@
104104

105105

106106

107-
108-
<link
109-
rel="stylesheet"
110-
href="/css/compiled.min.d4ebd767383302d55d311d944330b886b3854b229a6d8fc07688aa4ae8c085bc.css"
111-
integrity="sha256-1OvXZzgzAtVdMR2UQzC4hrOFSyKabY/AdoiqSujAhbw="
112-
crossorigin="anonymous" />
113-
107+
<link rel="stylesheet" href="/css/compiled.css" />
114108

115109

116110

117111

118112

119113

120114

121-
122-
<link
123-
rel="stylesheet"
124-
href="/css/chroma.min.491df36221f739b5948a747a0351f100ee7ccaaf466d9f46288bf06de1d59123.css"
125-
integrity="sha256-SR3zYiH3ObWUinR6A1HxAO58yq9GbZ9GKIvwbeHVkSM="
126-
crossorigin="anonymous" />
127-
115+
<link rel="stylesheet" href="/css/chroma.css" />
128116

129117

130118

@@ -145,10 +133,7 @@
145133
gtag('js', new Date());
146134
gtag('config', 'G-7SM0DFG7FG');
147135
</script>
148-
<script
149-
src="/js/main.ba969e49a7a874e6938fe689a7dcaa00cb64cb4d429c2cf98d09bde512a16c6d.js"
150-
integrity="sha256-upaeSaeodOaTj&#43;aJp9yqAMtky01CnCz5jQm95RKhbG0="
151-
crossorigin="anonymous"></script>
136+
<script src="/js/main.js"></script>
152137

153138

154139

@@ -158,19 +143,11 @@
158143

159144

160145

161-
<script
162-
src="/js/search.de3eba3540834efb8328121784bff4774e06362412ee41eee665f5b4f987f393.js"
163-
integrity="sha256-3j66NUCDTvuDKBIXhL/0d04GNiQS7kHu5mX1tPmH85M="
164-
crossorigin="anonymous"
165-
defer></script>
146+
<script src="/js/search.js" defer></script>
166147

167148

168149

169-
<script
170-
src="/js/dock.e68dfcd7c5d37f18f40d8855905ee50c98c58f3b204d0ffb207d4956c987ead0.js"
171-
integrity="sha256-5o3818XTfxj0DYhVkF7lDJjFjzsgTQ/7IH1JVsmH6tA="
172-
crossorigin="anonymous"
173-
defer></script>
150+
<script src="/js/dock.js" defer></script>
174151

175152

176153

public/about/index.html

Lines changed: 12 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html
33
lang="en-US"
44
data-theme="default">
5-
<head>
5+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
66
<meta charset="utf-8" />
77
<meta
88
name="viewport"
@@ -18,7 +18,7 @@
1818
<meta name="language" content="en-US" />
1919

2020
<meta name="robots" content="index, follow" />
21-
<link rel="canonical" href="https://navnee1h.github.io/about/" />
21+
<link rel="canonical" href="http://localhost:1313/about/" />
2222

2323

2424

@@ -27,7 +27,7 @@
2727

2828

2929
<link rel="manifest" href="/site.webmanifest" />
30-
<meta property="og:url" content="https://navnee1h.github.io/about/">
30+
<meta property="og:url" content="http://localhost:1313/about/">
3131
<meta property="og:site_name" content="Navnee1h">
3232
<meta property="og:title" content="About">
3333
<meta property="og:description" content="About Focused on continuous learning, real-world skills, and meaningful contributions.
@@ -37,11 +37,11 @@
3737
<meta property="og:type" content="article">
3838
<meta property="article:published_time" content="2024-01-01T00:00:00+08:00">
3939
<meta property="article:modified_time" content="2024-01-01T00:00:00+08:00">
40-
<meta property="og:image" content="https://navnee1h.github.io/images/og-default.avif">
40+
<meta property="og:image" content="http://localhost:1313/images/og-default.avif">
4141

4242

4343
<meta name="twitter:card" content="summary_large_image">
44-
<meta name="twitter:image" content="https://navnee1h.github.io/images/og-default.avif">
44+
<meta name="twitter:image" content="http://localhost:1313/images/og-default.avif">
4545
<meta name="twitter:title" content="About">
4646
<meta name="twitter:description" content="About Focused on continuous learning, real-world skills, and meaningful contributions.
4747
I’m Navaneeth M S, a curious cybersecurity learner. Currently exploring everything
@@ -55,7 +55,7 @@
5555
<meta itemprop="datePublished" content="2024-01-01T00:00:00+08:00">
5656
<meta itemprop="dateModified" content="2024-01-01T00:00:00+08:00">
5757
<meta itemprop="wordCount" content="119">
58-
<meta itemprop="image" content="https://navnee1h.github.io/images/og-default.avif">
58+
<meta itemprop="image" content="http://localhost:1313/images/og-default.avif">
5959

6060

6161

@@ -116,27 +116,15 @@
116116

117117

118118

119-
120-
<link
121-
rel="stylesheet"
122-
href="/css/compiled.min.d4ebd767383302d55d311d944330b886b3854b229a6d8fc07688aa4ae8c085bc.css"
123-
integrity="sha256-1OvXZzgzAtVdMR2UQzC4hrOFSyKabY/AdoiqSujAhbw="
124-
crossorigin="anonymous" />
125-
119+
<link rel="stylesheet" href="/css/compiled.css" />
126120

127121

128122

129123

130124

131125

132126

133-
134-
<link
135-
rel="stylesheet"
136-
href="/css/chroma.min.491df36221f739b5948a747a0351f100ee7ccaaf466d9f46288bf06de1d59123.css"
137-
integrity="sha256-SR3zYiH3ObWUinR6A1HxAO58yq9GbZ9GKIvwbeHVkSM="
138-
crossorigin="anonymous" />
139-
127+
<link rel="stylesheet" href="/css/chroma.css" />
140128

141129

142130

@@ -157,38 +145,23 @@
157145
gtag('js', new Date());
158146
gtag('config', 'G-7SM0DFG7FG');
159147
</script>
160-
<script
161-
src="/js/main.ba969e49a7a874e6938fe689a7dcaa00cb64cb4d429c2cf98d09bde512a16c6d.js"
162-
integrity="sha256-upaeSaeodOaTj&#43;aJp9yqAMtky01CnCz5jQm95RKhbG0="
163-
crossorigin="anonymous"></script>
148+
<script src="/js/main.js"></script>
164149

165150

166151

167152
<script src="/js/gumshoe.polyfills.min.js"></script>
168153

169154

170155

171-
<script
172-
src="/js/toc.70654aebf0b738a78ae2df95297cc10ebc6e590f3c942dd1325fa852f50038b2.js"
173-
integrity="sha256-cGVK6/C3OKeK4t&#43;VKXzBDrxuWQ88lC3RMl&#43;oUvUAOLI="
174-
crossorigin="anonymous"
175-
defer></script>
156+
<script src="/js/toc.js" defer></script>
176157

177158

178159

179-
<script
180-
src="/js/search.de3eba3540834efb8328121784bff4774e06362412ee41eee665f5b4f987f393.js"
181-
integrity="sha256-3j66NUCDTvuDKBIXhL/0d04GNiQS7kHu5mX1tPmH85M="
182-
crossorigin="anonymous"
183-
defer></script>
160+
<script src="/js/search.js" defer></script>
184161

185162

186163

187-
<script
188-
src="/js/dock.e68dfcd7c5d37f18f40d8855905ee50c98c58f3b204d0ffb207d4956c987ead0.js"
189-
integrity="sha256-5o3818XTfxj0DYhVkF7lDJjFjzsgTQ/7IH1JVsmH6tA="
190-
crossorigin="anonymous"
191-
defer></script>
164+
<script src="/js/dock.js" defer></script>
192165

193166

194167

public/archives/index.html

Lines changed: 12 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html
33
lang="en-US"
44
data-theme="default">
5-
<head>
5+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
66
<meta charset="utf-8" />
77
<meta
88
name="viewport"
@@ -17,7 +17,7 @@
1717
<meta name="language" content="en-US" />
1818

1919
<meta name="robots" content="index, follow" />
20-
<link rel="canonical" href="https://navnee1h.github.io/archives/" />
20+
<link rel="canonical" href="http://localhost:1313/archives/" />
2121

2222

2323

@@ -26,32 +26,32 @@
2626

2727

2828
<link rel="manifest" href="/site.webmanifest" />
29-
<meta property="og:url" content="https://navnee1h.github.io/archives/">
29+
<meta property="og:url" content="http://localhost:1313/archives/">
3030
<meta property="og:site_name" content="Navnee1h">
3131
<meta property="og:title" content="Archives">
3232
<meta property="og:description" content="Documenting my cybersecurity journey, pentesting notes, eJPT prep and practical tutorials.">
3333
<meta property="og:locale" content="en_US">
3434
<meta property="og:type" content="website">
35-
<meta property="og:image" content="https://navnee1h.github.io/images/og-default.avif">
35+
<meta property="og:image" content="http://localhost:1313/images/og-default.avif">
3636

3737

3838
<meta name="twitter:card" content="summary_large_image">
39-
<meta name="twitter:image" content="https://navnee1h.github.io/images/og-default.avif">
39+
<meta name="twitter:image" content="http://localhost:1313/images/og-default.avif">
4040
<meta name="twitter:title" content="Archives">
4141
<meta name="twitter:description" content="Documenting my cybersecurity journey, pentesting notes, eJPT prep and practical tutorials.">
4242

4343

4444
<meta itemprop="name" content="Archives">
4545
<meta itemprop="description" content="Documenting my cybersecurity journey, pentesting notes, eJPT prep and practical tutorials.">
46-
<meta itemprop="image" content="https://navnee1h.github.io/images/og-default.avif">
46+
<meta itemprop="image" content="http://localhost:1313/images/og-default.avif">
4747

4848

4949

5050
<link
5151
rel="alternate"
5252
type="application/rss+xml"
5353
title="Navnee1h"
54-
href="https://navnee1h.github.io/archives/index.xml" />
54+
href="http://localhost:1313/archives/index.xml" />
5555

5656

5757

@@ -110,27 +110,15 @@
110110

111111

112112

113-
114-
<link
115-
rel="stylesheet"
116-
href="/css/compiled.min.d4ebd767383302d55d311d944330b886b3854b229a6d8fc07688aa4ae8c085bc.css"
117-
integrity="sha256-1OvXZzgzAtVdMR2UQzC4hrOFSyKabY/AdoiqSujAhbw="
118-
crossorigin="anonymous" />
119-
113+
<link rel="stylesheet" href="/css/compiled.css" />
120114

121115

122116

123117

124118

125119

126120

127-
128-
<link
129-
rel="stylesheet"
130-
href="/css/chroma.min.491df36221f739b5948a747a0351f100ee7ccaaf466d9f46288bf06de1d59123.css"
131-
integrity="sha256-SR3zYiH3ObWUinR6A1HxAO58yq9GbZ9GKIvwbeHVkSM="
132-
crossorigin="anonymous" />
133-
121+
<link rel="stylesheet" href="/css/chroma.css" />
134122

135123

136124

@@ -151,10 +139,7 @@
151139
gtag('js', new Date());
152140
gtag('config', 'G-7SM0DFG7FG');
153141
</script>
154-
<script
155-
src="/js/main.ba969e49a7a874e6938fe689a7dcaa00cb64cb4d429c2cf98d09bde512a16c6d.js"
156-
integrity="sha256-upaeSaeodOaTj&#43;aJp9yqAMtky01CnCz5jQm95RKhbG0="
157-
crossorigin="anonymous"></script>
142+
<script src="/js/main.js"></script>
158143

159144

160145

@@ -164,19 +149,11 @@
164149

165150

166151

167-
<script
168-
src="/js/search.de3eba3540834efb8328121784bff4774e06362412ee41eee665f5b4f987f393.js"
169-
integrity="sha256-3j66NUCDTvuDKBIXhL/0d04GNiQS7kHu5mX1tPmH85M="
170-
crossorigin="anonymous"
171-
defer></script>
152+
<script src="/js/search.js" defer></script>
172153

173154

174155

175-
<script
176-
src="/js/dock.e68dfcd7c5d37f18f40d8855905ee50c98c58f3b204d0ffb207d4956c987ead0.js"
177-
integrity="sha256-5o3818XTfxj0DYhVkF7lDJjFjzsgTQ/7IH1JVsmH6tA="
178-
crossorigin="anonymous"
179-
defer></script>
156+
<script src="/js/dock.js" defer></script>
180157

181158

182159

public/archives/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Archives on Navnee1h</title>
5-
<link>https://navnee1h.github.io/archives/</link>
5+
<link>http://localhost:1313/archives/</link>
66
<description>Recent content in Archives on Navnee1h</description>
77
<generator>Hugo</generator>
88
<language>en-US</language>
9-
<atom:link href="https://navnee1h.github.io/archives/index.xml" rel="self" type="application/rss+xml" />
9+
<atom:link href="http://localhost:1313/archives/index.xml" rel="self" type="application/rss+xml" />
1010
</channel>
1111
</rss>

0 commit comments

Comments
 (0)