Skip to content

Tiim/Tiim.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2444225 · May 6, 2024
Aug 3, 2023
Jan 31, 2022
May 6, 2024
Aug 1, 2023
Oct 15, 2022
Oct 15, 2022
Mar 16, 2022
Jan 29, 2023
Nov 21, 2022
Nov 23, 2022
Nov 20, 2021
Apr 26, 2022
Jul 31, 2023
Aug 3, 2023
Jul 31, 2023
Sep 1, 2022

Repository files navigation

Tim's Personal Website

tiim.ch Powered by sveltekit, markdown, and IndieGo, my project to join the indieweb.

Content

Stored int the content folder:

  • assets: contains images.
  • blog: contains full blog posts, articles.
  • metadata: contains special markdown files that are used in components on the site.
  • mf2: notes, replies, likes and similar shortform non-exposed content.
  • projects: projects, products, apps and scripts.
  • tags: tags with extra descriptions.

Frontmatter

---
uuid: # string, uuid of the item (optional)
title: # string, title of the item, will be shown as a h1 tag (optional)
published: # boolean, true if this item should be shown (optional, default false)
description: # string, short summary of the item (optional)
content_tags: # array<string>, list of tags (optional)
date: # date-time (iso), published date and time, (required)
modified: # date-time (iso), date-time of last modification (optional)
cover_image: # string, relative or absolute url to image file, (optional)
links: # array<url>, list of links to show at the top of the page, (optional)
reply_to: # url, the url this page is a reply to, (optional)
like_of: # url, the url this page is a `like` of, (optional)
---

Developing

npm run dev

Building

npm run build
npm run preview