Switched to gohugo

This commit is contained in:
Liliesh 2026-03-13 19:57:20 +01:00
parent 4205fd9bda
commit 8c058f1e9c
Signed by untrusted user who does not match committer: liliesh
GPG key ID: 680387646C7BAE8E
13 changed files with 163 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

BIN
content/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

View file

@ -0,0 +1,19 @@
---
title: "Another try on having a blog"
date: "2025-03-13T17:46:00+01:00"
tags: ["blog"]
author: "Liliesh"
draft: false
---
I have no idea how often I already tried to start maintaining a blog and writing posts, but I know it never hold long. Mostly because I used static HTML pages which I manually created instead of using a static site generator.
This time, I will try with [Hugo](https://gohugo.io/) if it works out for me and if yes, do a custom theme at some point.
ALSO, this time I have some topics planned leaning to Digital independency:
- How to replace Spotify
- How to get rid of big tech's mail services (gmail/outlook/etc.)
- NewPipe - Youtube, but without the tracking and ads
- Migrating from Windows to Linux
Sounde cool? I will try my best to write blob articles about this in the near future :3

20
content/sidebar/_index.md Normal file
View file

@ -0,0 +1,20 @@
---
headless: true
icon-use-flower-shape: false
icon-path: "/icon.png"
links:
- link: "https://cfn.social/@liliesh"
name: "Fediverse"
- link: "utils/link-collection"
name: "Link Collection"
- link: "https://listenbrainz.org/user/liliesh/"
name: "Listenbrainz"
- link: "https://codeberg.org/liliesh"
name: "Codeberg"
- link: "https://git.pinkhaj.world/liliesh"
name: "Personal Git-Archive"
---

View file

@ -0,0 +1,4 @@
---
headless: true
---
- pronouns: she/her

4
content/sidebar/bio.md Normal file
View file

@ -0,0 +1,4 @@
---
headless: true
---
Meow Meow!

View file

@ -0,0 +1,51 @@
---
title: "Link Collection"
date: "2025-03-13T17:46:00+01:00"
tags: ["links"]
author: "Liliesh"
draft: false
---
Here I have a list of interesting software that I have use or used in the past that I like and wanna share.
> **Important**
>
> In case you wanna avoid AI at all costs, please check the repositories beforehand. I did not do an in-depth check on all repos to verify that they don't or did not use AI to generate code.
>
> In case you want a curated list of software that is AI free, check out the following: [Starlight Network No-AI List](https://noai.starlightnet.work/)
# Server Software
- **Navidrome** - Service for hostin your own music library [Website](https://www.navidrome.org/) - [Source](https://github.com/navidrome/navidrome/)
- **Firefly III** - A free and open source personal finance manager [Website](https://www.firefly-iii.org/) - [Source](https://github.com/firefly-iii/firefly-iii/)
- **Sunshine** - Self-hosted game stream host for Moonlight [Website](https://app.lizardbyte.dev/Sunshine/?lng=en) - [Source](https://github.com/LizardByte/Sunshine)
# Client Software
- **Feishin** - A modern music player for subsonic and/or Navidrome [Source](https://github.com/jeffvli/feishin)
- **SourceGit** - Open Source & free git GUI client [Website](https://sourcegit-scm.github.io/) - [Source](https://github.com/sourcegit-scm/sourcegit)
- **Zen Browser** - A firefox fork with a modern design and vertical tabs by default [Website](https://zen-browser.app/) - [Source](https://github.com/zen-browser/desktop)
- **Abacus** - An mobie app to use Firefly III on the go [Source](https://github.com/victorbalssa/abacus)
- **Distrobox** - A simple cli tool to use containerized linux distros on any distro [Website](https://distrobox.it/) - [Source](https://github.com/89luca89/distrobox)
- **BoxBuddy** - A GUI tool for Distrobox [Source](https://github.com/Dvlv/BoxBuddyRS)
# Other software bits
- **Volpeon Emojis** - A neat collection of emojis [Website](https://volpeon.ink/emojis/)
- **Neomojimixer** - Create your own neomoji! [Website](https://neomojimixer.com/)
# Linux Distributions
## Tools
- **Find me a Distro** - A website that can show you a random distro [Website](Find me a Distro - A website that can show you a random distro)
- **Distro Chooser** - A website that helps you to choose a distro based on choices [Website](https://distrochooser.de/)
# Information / Knowledge
## General
- **Consumer Rights Wiki** - A website "Exposing the overlooked exploitation of modern customers" [Website](https://consumerrights.wiki/)
## Tech
- **Linux Journey** - A website for learning about and how to use Linux [Website](https://labex.io/linuxjourney)
- **Linux Survival** - A website to learn the basic Linux terminal commands in a easy way [Website](https://linuxsurvival.com/)
- **Eylenburg's Tech Website** - A collection of comparisons about well known software [Website](https://eylenburg.github.io/)
- **SamWho's Website** - a collection of explainations about things like memory allocation or hashing [Website](https://samwho.dev/)
## Privacy
- **Awesome Privacy** - A collection of tools that can help with more online privacy [Website](https://awesome-privacy.xyz/)

View file

@ -0,0 +1,17 @@
---
headless: true
title: "welcome to my blog~!"
intro:
- "Goofy kitty cat that (mostly) does silly things on the internet :neocat_flag_trans:"
- "Likes to nerd about IT Things, FNAF and Open Source"
- "Will write about the things I work on and things I learned"
image: "/arch-i-use-arch-btw.gif"
list:
name: "things i love:"
items:
- "coding"
- "cats"
- "monster energy"
- "fiddling with hardware / homelab"
- "gayming"
---