Add blog functionality with post viewer and listing
All checks were successful
Deploy to Production / deploy (push) Successful in 6s
All checks were successful
Deploy to Production / deploy (push) Successful in 6s
This commit is contained in:
parent
00119ce463
commit
4954a3e613
@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title id="page-title">Post - pyserve</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css">
|
||||
<script src="https://cdn.jsdelivr.net/npm/marked@11.1.1/marked.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
|
||||
@ -18,7 +18,7 @@
|
||||
</div>
|
||||
|
||||
<div class="breadcrumb">
|
||||
<a href="index.html">Home</a> / <a href="blog.html">Blog</a> / <span id="breadcrumb-title">Post</span>
|
||||
<a href="../index.html">Home</a> / <a href="blog.html">Blog</a> / <span id="breadcrumb-title">Post</span>
|
||||
</div>
|
||||
|
||||
<div id="main-wrapper">
|
||||
@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Blog - pyserve</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css">
|
||||
<script src="https://cdn.jsdelivr.net/npm/marked@11.1.1/marked.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
|
||||
@ -18,7 +18,7 @@
|
||||
</div>
|
||||
|
||||
<div class="breadcrumb">
|
||||
<a href="index.html">Home</a> / Blog
|
||||
<a href="../index.html">Home</a> / Blog
|
||||
</div>
|
||||
|
||||
<div id="main-wrapper">
|
||||
1
google5fb264e861dd30d7.html
Normal file
1
google5fb264e861dd30d7.html
Normal file
@ -0,0 +1 @@
|
||||
google-site-verification: google5fb264e861dd30d7.html
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
<h2>Resources</h2>
|
||||
<ul class="plain">
|
||||
<li><a href="blog.html">📝 Blog & Updates</a></li>
|
||||
<li><a href="blog/blog.html">📝 Blog & Updates</a></li>
|
||||
<li><a href="https://git.pyserve.org/Shifty/pyserveX">Git Repository (currently read-only for non-members)</a></li>
|
||||
<li><a href="https://git.pyserve.org/Shifty/pyserveX/releases">Releases & Downloads</a></li>
|
||||
</ul>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user