Skip to content

Commit 635b2fb

Browse files
committed
1 parent 227845c commit 635b2fb

File tree

12 files changed

+308
-46
lines changed

12 files changed

+308
-46
lines changed

index.html

+21
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,27 @@ <h3 title=""><a href="/">Ozan Topal</a></h3>
129129

130130

131131

132+
<div class="post animated fadeInDown ">
133+
<div class="post-title">
134+
<h3><a href="/posts/test-blog-post/">Test Blog Post</a>
135+
</h3>
136+
</div>
137+
<div class="post-content">
138+
<div class="p_part"><p>This is a test blog post.</p></div>
139+
</div>
140+
<div class="post-footer">
141+
<div class="meta">
142+
<div class="info"><em class="fas fa-calendar-day"></em><span
143+
class="date">Wed, Nov 13, 2024</span>
144+
<a class="tag"
145+
href="/tags/hello/">hello</a><a class="tag"
146+
href="/tags/software/">software</a>
147+
</div>
148+
</div>
149+
</div>
150+
</div>
151+
152+
132153
<div class="post animated fadeInDown ">
133154
<div class="post-title">
134155
<h3><a href="/posts/make-github-your-own-cms-using-hugo/">Make Github Your Own CMS Using Hugo</a>

index.xml

+10-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66
<description>Recent content on </description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Sat, 26 Dec 2020 21:16:17 +0300</lastBuildDate><atom:link href="https://ozantopal.com/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Wed, 13 Nov 2024 11:00:00 +0300</lastBuildDate><atom:link href="https://ozantopal.com/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>Test Blog Post</title>
12+
<link>https://ozantopal.com/posts/test-blog-post/</link>
13+
<pubDate>Wed, 13 Nov 2024 11:00:00 +0300</pubDate>
14+
15+
<guid>https://ozantopal.com/posts/test-blog-post/</guid>
16+
<description>This is a test blog post.</description>
17+
</item>
18+
1019
<item>
1120
<title>Make Github Your Own CMS Using Hugo</title>
1221
<link>https://ozantopal.com/posts/make-github-your-own-cms-using-hugo/</link>

posts/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,17 @@ <h3 title=""><a href="/">Ozan Topal</a></h3>
123123
<div class="archive animated fadeInDown ">
124124
<ul class="list-with-title">
125125

126+
<div class="listing-title">2024</div>
127+
128+
<ul class="listing">
129+
<div class="listing-item">
130+
<div class="listing-post"><a href="https://ozantopal.com/posts/test-blog-post/" title="Test Blog Post">Test Blog Post</a>
131+
<div class="post-time"><span class="date">Nov 13</span></div>
132+
</div>
133+
</div>
134+
</ul>
135+
136+
126137
<div class="listing-title">2020</div>
127138

128139
<ul class="listing">

posts/index.xml

+10-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66
<description>Recent content in Posts on </description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Sat, 26 Dec 2020 21:16:17 +0300</lastBuildDate><atom:link href="https://ozantopal.com/posts/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Wed, 13 Nov 2024 11:00:00 +0300</lastBuildDate><atom:link href="https://ozantopal.com/posts/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>Test Blog Post</title>
12+
<link>https://ozantopal.com/posts/test-blog-post/</link>
13+
<pubDate>Wed, 13 Nov 2024 11:00:00 +0300</pubDate>
14+
15+
<guid>https://ozantopal.com/posts/test-blog-post/</guid>
16+
<description>This is a test blog post.</description>
17+
</item>
18+
1019
<item>
1120
<title>Make Github Your Own CMS Using Hugo</title>
1221
<link>https://ozantopal.com/posts/make-github-your-own-cms-using-hugo/</link>

posts/test-blog-post/index.html

+166
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,166 @@
1+
<!DOCTYPE html>
2+
<html lang="en" data-theme=""><head>
3+
<title> Ozan Topal | Test Blog Post </title>
4+
5+
6+
<meta charset="utf-8"><meta name="generator" content="Hugo 0.92.2" /><meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
7+
<meta name="description" content="Senior Software Engineer">
8+
<meta name="google-site-verification" content="hbT_CX1Jcs5fqLhezNWYIEyReycSElJa0sPQa0vyovE">
9+
10+
<link rel="stylesheet"
11+
href="https://ozantopal.com/css/style.min.cf1a79e57110a79f2495dd1b2ddd6917f99cd654f5a180c165921094a29f6b6a.css"
12+
integrity="sha256-zxp55XEQp58kld0bLd1pF/mc1lT1oYDBZZIQlKKfa2o="
13+
crossorigin="anonymous"
14+
type="text/css">
15+
16+
<link rel="stylesheet"
17+
href="https://ozantopal.com/css/markupHighlight.min.8735c129318a1c824d066fc2cd1e3911054460819c296ac99007aeb5044b6605.css"
18+
integrity="sha256-hzXBKTGKHIJNBm/CzR45EQVEYIGcKWrJkAeutQRLZgU="
19+
crossorigin="anonymous"
20+
type="text/css">
21+
22+
<link rel="stylesheet"
23+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
24+
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
25+
crossorigin="anonymous" />
26+
27+
28+
<link rel="shortcut icon" href="https://ozantopal.com/favicons/favicon.ico" type="image/x-icon">
29+
<link rel="apple-touch-icon" sizes="180x180" href="https://ozantopal.com/favicons/apple-touch-icon.png">
30+
<link rel="icon" type="image/png" sizes="32x32" href="https://ozantopal.com/favicons/favicon-32x32.png">
31+
<link rel="icon" type="image/png" sizes="16x16" href="https://ozantopal.com/favicons/favicon-16x16.png">
32+
33+
<link rel="canonical" href="https://ozantopal.com/posts/test-blog-post/">
34+
35+
36+
37+
38+
39+
<script type="text/javascript"
40+
src="https://ozantopal.com/js/anatole-header.min.7fccea9612e197b0736c6262484db9af65cc9e9c1f1ea31ab6321016549ecff7.js"
41+
integrity="sha256-f8zqlhLhl7BzbGJiSE25r2XMnpwfHqMatjIQFlSez/c="
42+
crossorigin="anonymous"></script>
43+
<meta name="twitter:card" content="summary"/>
44+
<meta name="twitter:title" content="Test Blog Post"/>
45+
<meta name="twitter:description" content="This is a test blog post."/>
46+
47+
</head>
48+
<body><div class="sidebar animated fadeInDown ">
49+
<div class="logo-title">
50+
<div class="title">
51+
<img src="https://ozantopal.com/images/profile.jpg" alt="profile picture">
52+
<h3 title=""><a href="/">Ozan Topal</a></h3>
53+
<div class="description">
54+
<p>Senior Software Engineer</p>
55+
</div>
56+
</div>
57+
</div>
58+
<ul class="social-links">
59+
60+
<li>
61+
<a href="https://www.linkedin.com/in/ozantopal" rel="me" aria-label="Linkedin">
62+
<i class="fab fa-linkedin fa-2x" aria-hidden="true"></i>
63+
</a>
64+
</li>
65+
66+
<li>
67+
<a href="https://github.com/ozantopal/" rel="me" aria-label="GitHub">
68+
<i class="fab fa-github fa-2x" aria-hidden="true"></i>
69+
</a>
70+
</li>
71+
72+
<li>
73+
<a href="https://twitter.com/ozanymous/" rel="me" aria-label="Twitter">
74+
<i class="fab fa-twitter fa-2x" aria-hidden="true"></i>
75+
</a>
76+
</li>
77+
78+
</ul>
79+
<div class="footer">
80+
<div class="by_farbox">&copy; Ozan Topal 2024 </div>
81+
</div>
82+
</div>
83+
<div class="main">
84+
<div class="page-top animated fadeInDown ">
85+
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
86+
<span aria-hidden="true"></span>
87+
<span aria-hidden="true"></span>
88+
<span aria-hidden="true"></span>
89+
</a>
90+
<ul class="nav" id="navMenu">
91+
92+
93+
94+
<li><a
95+
href="/"
96+
97+
title="">Home</a></li>
98+
99+
100+
<li><a
101+
href="/posts/"
102+
103+
title="">Posts</a></li>
104+
105+
106+
<li><a
107+
href="/about/"
108+
109+
title="">About</a></li>
110+
111+
112+
<li class="theme-switch-item">
113+
<a class="theme-switch" title="Switch Theme">
114+
<i class="fas fa-adjust fa-fw" aria-hidden="true"></i>
115+
</a>
116+
</li>
117+
</ul>
118+
</div>
119+
120+
<div class="autopagerize_page_element">
121+
<div class="content">
122+
<div class="post animated fadeInDown ">
123+
<div class="post-content">
124+
<div class="post-title">
125+
<h3>Test Blog Post</h3>
126+
127+
</div>
128+
129+
<p>This is a test blog post.</p>
130+
</div>
131+
<div class="post-footer">
132+
<div class="info">
133+
134+
<span class="separator"><a class="tag" href="/tags/hello/">hello</a><a class="tag" href="/tags/software/">software</a></span>
135+
136+
</div>
137+
</div>
138+
139+
140+
</div>
141+
142+
143+
</div>
144+
</div>
145+
</div>
146+
147+
<script type="text/javascript"
148+
src="https://ozantopal.com/js/jquery.min.64d0083866906099f942140bc1c5cba4b1bf65783c52e4a63c5c46bf9dbc41f4.js"
149+
integrity="sha256-ZNAIOGaQYJn5QhQLwcXLpLG/ZXg8UuSmPFxGv528QfQ="
150+
crossorigin="anonymous"></script>
151+
152+
153+
154+
155+
<script type="text/javascript"
156+
src="https://ozantopal.com/js/bundle.min.45159b0e20ba3878972e064b7edc464c31a9e35a0d0a6a71e3fec84efdbe2ea5.js"
157+
integrity="sha256-RRWbDiC6OHiXLgZLftxGTDGp41oNCmpx4/7ITv2&#43;LqU="
158+
crossorigin="anonymous"></script>
159+
160+
<script type="text/javascript"
161+
src="https://ozantopal.com/js/medium-zoom.min.2d6fd0be87fa98f0c9b4dc2536b312bbca48757f584f6ea1f394abc9bcc38fbc.js"
162+
integrity="sha256-LW/Qvof6mPDJtNwlNrMSu8pIdX9YT26h85SrybzDj7w="
163+
crossorigin="anonymous"></script>
164+
</body>
165+
166+
</html>

sitemap.xml

+16-13
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,22 @@
33
xmlns:xhtml="http://www.w3.org/1999/xhtml">
44
<url>
55
<loc>https://ozantopal.com/</loc>
6-
<lastmod>2020-12-26T21:16:17+03:00</lastmod>
6+
<lastmod>2024-11-13T11:00:00+03:00</lastmod>
7+
</url><url>
8+
<loc>https://ozantopal.com/tags/hello/</loc>
9+
<lastmod>2024-11-13T11:00:00+03:00</lastmod>
10+
</url><url>
11+
<loc>https://ozantopal.com/posts/</loc>
12+
<lastmod>2024-11-13T11:00:00+03:00</lastmod>
13+
</url><url>
14+
<loc>https://ozantopal.com/tags/software/</loc>
15+
<lastmod>2024-11-13T11:00:00+03:00</lastmod>
16+
</url><url>
17+
<loc>https://ozantopal.com/tags/</loc>
18+
<lastmod>2024-11-13T11:00:00+03:00</lastmod>
19+
</url><url>
20+
<loc>https://ozantopal.com/posts/test-blog-post/</loc>
21+
<lastmod>2024-11-13T11:00:00+03:00</lastmod>
722
</url><url>
823
<loc>https://ozantopal.com/tags/go/</loc>
924
<lastmod>2020-12-26T21:16:17+03:00</lastmod>
@@ -13,27 +28,15 @@
1328
</url><url>
1429
<loc>https://ozantopal.com/posts/make-github-your-own-cms-using-hugo/</loc>
1530
<lastmod>2020-12-26T21:16:17+03:00</lastmod>
16-
</url><url>
17-
<loc>https://ozantopal.com/posts/</loc>
18-
<lastmod>2020-12-26T21:16:17+03:00</lastmod>
1931
</url><url>
2032
<loc>https://ozantopal.com/tags/static-page/</loc>
2133
<lastmod>2020-12-26T21:16:17+03:00</lastmod>
22-
</url><url>
23-
<loc>https://ozantopal.com/tags/</loc>
24-
<lastmod>2020-12-26T21:16:17+03:00</lastmod>
2534
</url><url>
2635
<loc>https://ozantopal.com/about/</loc>
2736
<lastmod>2020-12-20T21:37:57+03:00</lastmod>
28-
</url><url>
29-
<loc>https://ozantopal.com/tags/hello/</loc>
30-
<lastmod>2020-12-20T21:37:57+03:00</lastmod>
3137
</url><url>
3238
<loc>https://ozantopal.com/posts/hello-world/</loc>
3339
<lastmod>2020-12-20T21:37:57+03:00</lastmod>
34-
</url><url>
35-
<loc>https://ozantopal.com/tags/software/</loc>
36-
<lastmod>2020-12-20T21:37:57+03:00</lastmod>
3740
</url><url>
3841
<loc>https://ozantopal.com/archives/</loc>
3942
<lastmod>2019-05-28T00:00:00+00:00</lastmod>

tags/hello/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,17 @@ <h3 title=""><a href="/">Ozan Topal</a></h3>
123123
<div class="archive animated fadeInDown ">
124124
<ul class="list-with-title">
125125

126+
<div class="listing-title">2024</div>
127+
128+
<ul class="listing">
129+
<div class="listing-item">
130+
<div class="listing-post"><a href="https://ozantopal.com/posts/test-blog-post/" title="Test Blog Post">Test Blog Post</a>
131+
<div class="post-time"><span class="date">Nov 13</span></div>
132+
</div>
133+
</div>
134+
</ul>
135+
136+
126137
<div class="listing-title">2020</div>
127138

128139
<ul class="listing">

tags/hello/index.xml

+10-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66
<description>Recent content in hello on </description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Sun, 20 Dec 2020 21:37:57 +0300</lastBuildDate><atom:link href="https://ozantopal.com/tags/hello/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Wed, 13 Nov 2024 11:00:00 +0300</lastBuildDate><atom:link href="https://ozantopal.com/tags/hello/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>Test Blog Post</title>
12+
<link>https://ozantopal.com/posts/test-blog-post/</link>
13+
<pubDate>Wed, 13 Nov 2024 11:00:00 +0300</pubDate>
14+
15+
<guid>https://ozantopal.com/posts/test-blog-post/</guid>
16+
<description>This is a test blog post.</description>
17+
</item>
18+
1019
<item>
1120
<title>Hello World</title>
1221
<link>https://ozantopal.com/posts/hello-world/</link>

tags/index.html

+13-10
Original file line numberDiff line numberDiff line change
@@ -123,44 +123,47 @@ <h3 title=""><a href="/">Ozan Topal</a></h3>
123123
<div class="archive animated fadeInDown ">
124124
<ul class="list-with-title">
125125

126-
<div class="listing-title">2020</div>
126+
<div class="listing-title">2024</div>
127127

128128
<ul class="listing">
129129
<div class="listing-item">
130-
<div class="listing-post"><a href="https://ozantopal.com/tags/static-page/" title="static page">static page</a>
131-
<div class="post-time"><span class="date">Dec 26</span></div>
130+
<div class="listing-post"><a href="https://ozantopal.com/tags/software/" title="software">software</a>
131+
<div class="post-time"><span class="date">Nov 13</span></div>
132132
</div>
133133
</div>
134134
</ul>
135135

136136
<ul class="listing">
137137
<div class="listing-item">
138-
<div class="listing-post"><a href="https://ozantopal.com/tags/hugo/" title="hugo">hugo</a>
139-
<div class="post-time"><span class="date">Dec 26</span></div>
138+
<div class="listing-post"><a href="https://ozantopal.com/tags/hello/" title="hello">hello</a>
139+
<div class="post-time"><span class="date">Nov 13</span></div>
140140
</div>
141141
</div>
142142
</ul>
143143

144+
145+
<div class="listing-title">2020</div>
146+
144147
<ul class="listing">
145148
<div class="listing-item">
146-
<div class="listing-post"><a href="https://ozantopal.com/tags/go/" title="go">go</a>
149+
<div class="listing-post"><a href="https://ozantopal.com/tags/static-page/" title="static page">static page</a>
147150
<div class="post-time"><span class="date">Dec 26</span></div>
148151
</div>
149152
</div>
150153
</ul>
151154

152155
<ul class="listing">
153156
<div class="listing-item">
154-
<div class="listing-post"><a href="https://ozantopal.com/tags/software/" title="software">software</a>
155-
<div class="post-time"><span class="date">Dec 20</span></div>
157+
<div class="listing-post"><a href="https://ozantopal.com/tags/hugo/" title="hugo">hugo</a>
158+
<div class="post-time"><span class="date">Dec 26</span></div>
156159
</div>
157160
</div>
158161
</ul>
159162

160163
<ul class="listing">
161164
<div class="listing-item">
162-
<div class="listing-post"><a href="https://ozantopal.com/tags/hello/" title="hello">hello</a>
163-
<div class="post-time"><span class="date">Dec 20</span></div>
165+
<div class="listing-post"><a href="https://ozantopal.com/tags/go/" title="go">go</a>
166+
<div class="post-time"><span class="date">Dec 26</span></div>
164167
</div>
165168
</div>
166169
</ul>

0 commit comments

Comments
 (0)