Added tags to 2 posts for testing.
Adding tags demands designing a tags list page, TODO
This commit is contained in:
parent
57fe110a5d
commit
60097556ef
2 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,7 @@ title: 'Building my new website: goals and dreams'
|
|||
description: 'A first post to describe what I want to achieve, and the how and why.'
|
||||
date: 2022-09-21
|
||||
updated: 2023-06-19
|
||||
tags: web, haskell, atomic-design, ecological-design
|
||||
---
|
||||
|
||||
This first post has two objectives:
|
||||
|
@ -109,8 +110,6 @@ ___src/___Core/... (Backend: compilers, routers, renderers and such)
|
|||
| | |_Molecules/...
|
||||
| | |_Organisms/...
|
||||
| | |_Templates/...
|
||||
| |_Workshop/___Core/... (Some logic/styling to make a frontend workshop)
|
||||
| |_... (generate the frontend workshop)
|
||||
|_posts/... (YYYY-mm-dd-title.md blog posts)
|
||||
|_photos/___album1/___photo1.jpg
|
||||
| |_photo1.md (photo metadata)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: My note taking setup
|
||||
description: This post presents the tools I use to take everyday notes
|
||||
tags: zettelnotes, vim
|
||||
date: 2022-10-27
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue