Skip to content

Commit e0de76c

Browse files
committed
Create "Hello, World!" Post Skeleton
1 parent ce17940 commit e0de76c

File tree

6 files changed

+28
-25
lines changed

6 files changed

+28
-25
lines changed

archetypes/posts.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
+++
22
title = "{{ replace .TranslationBaseName "-" " " | title }}"
33
date = "{{ .Date }}"
4-
#dateFormat = "2006-01-02" # this value can be configured for per-post date formatting
5-
author = ""
6-
authorTwitter = "" # do not include @
7-
cover = ""
4+
author = "Aleksander Reinhardt"
85
tags = ["", ""]
96
keywords = ["", ""]
107
description = ""
118
showFullContent = false
12-
readingTime = false
139
hideComments = false
1410
+++
257 KB
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
+++
2+
title = "Hello, World!"
3+
date = "2025-05-19T21:34:44+01:00"
4+
author = "Aleksander Reinhardt"
5+
tags = ["miscellaneous"]
6+
keywords = ["hello", "world"]
7+
description = "Entry Point To Binary Hedonism"
8+
showFullContent = false
9+
hideComments = false
10+
+++

content/posts/new-post.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

layouts/partials/footer.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<footer class="footer">
2+
<div class="footer__inner">
3+
<div class="copyright">
4+
<span>© {{ now.Year }} Aleksander Reinhardt</span>
5+
</div>
6+
</div>
7+
</footer>
8+
9+
{{ $menu := resources.Get "js/menu.js" | js.Build }}
10+
{{ $cp := resources.Get "js/code.js" | js.Build }}
11+
12+
{{ $bundle := slice $menu $cp | resources.Concat "bundle.js" | resources.Minify }}
13+
14+
<script type="text/javascript" src="{{ $bundle.RelPermalink }}"></script>
15+
16+
<!-- Extended Footer Section-->
17+
{{ partial "extended_footer.html" . }}

static/og-image.png

-17.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)