Skip to content

Commit

Permalink
Squashed commit from Layout_Dev.
Browse files Browse the repository at this point in the history
commit 37994d6
Author: Felix Dreier <felixdreier1@gmail.com>
Date:   Tue Feb 27 09:44:13 2024 +0100

    Set to current theme commit

commit 86b0dea
Author: Felix Dreier <felixdreier1@gmail.com>
Date:   Tue Feb 27 09:43:43 2024 +0100

    Expanded Archetypes

commit e0ee31d
Author: Felix Dreier <felixdreier1@gmail.com>
Date:   Tue Feb 27 09:42:51 2024 +0100

    Changed Dev-Log type, added descriptions to posts

commit 4d680b8
Author: Felix Dreier <felixdreier1@gmail.com>
Date:   Tue Feb 27 09:41:58 2024 +0100

    Added posts archetypes
  • Loading branch information
Landhund committed Feb 27, 2024
1 parent ed4ac1b commit c60f9b4
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 4 deletions.
11 changes: 11 additions & 0 deletions archetypes/post.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
summary: #TODO
description: #TODO
date: {{ .Date }}
draft: true #TODO: Set to false when ready to publish
tags: ["Blog"]
# toc: true
---

//:toc:
11 changes: 11 additions & 0 deletions archetypes/posts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
summary: #TODO
description: #TODO
date: {{ .Date }}
draft: true #TODO: Set to false when ready to publish
tags: ["Blog"]
# toc: true
---

//:toc:
2 changes: 2 additions & 0 deletions content/about/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "About MAD CAD IT"
date: 2024-02-25T08:23:00+02:00
draft: false
type: 'posts'
summary: "An electrical engineer battles with IT and CAD software."
description: "An electrical engineer battles with IT and CAD software."
---

== About the Blog
Expand Down
6 changes: 3 additions & 3 deletions content/dev-log/2024-02-26.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ title: "Dev Log from 2024-02-26"
date: 2024-02-26T18:45:00+02:00
draft: false
tags: ['Dev Log']
type: 'posts'
type: 'dev-log'
summary: "A lot of things happened!"
description: "A lot of things happened!"
---

:sectnums: all

A lot of things happened!

== The Dev Log

First up, I've started this devlog, mostly I myself can track what I'm doing to the poor structure of this blog.
Expand Down
1 change: 1 addition & 0 deletions content/posts/001-simple_circuits_beginnings/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Easy Wiring: The Beginnings"
summary: "How bad Software started my Hubris"
description: "How bad Software started my Hubris"
tags: ["Easy_Wiring", "Blog", "Electrical"]
date: 2024-02-25T14:25:00+02:00
draft: false
Expand Down
2 changes: 1 addition & 1 deletion themes/hello-friend-ng

0 comments on commit c60f9b4

Please sign in to comment.