mirror of
https://codeberg.org/liliesh/homepage.git
synced 2026-03-18 22:08:35 +01:00
Switched to gohugo
This commit is contained in:
parent
4205fd9bda
commit
8c058f1e9c
13 changed files with 163 additions and 0 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.hugo_build.lock
|
||||
/static/*
|
||||
/public/
|
||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/neopost"]
|
||||
path = themes/neopost
|
||||
url = https://github.com/salatine/neopost.git
|
||||
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
+++
|
||||
BIN
content/arch-i-use-arch-btw.gif
Normal file
BIN
content/arch-i-use-arch-btw.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 202 KiB |
BIN
content/icon.png
Normal file
BIN
content/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 191 KiB |
19
content/posts/2026/another-try-on-blog.md
Normal file
19
content/posts/2026/another-try-on-blog.md
Normal 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
20
content/sidebar/_index.md
Normal 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"
|
||||
---
|
||||
4
content/sidebar/basic_info.md
Normal file
4
content/sidebar/basic_info.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
headless: true
|
||||
---
|
||||
- pronouns: she/her
|
||||
4
content/sidebar/bio.md
Normal file
4
content/sidebar/bio.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
headless: true
|
||||
---
|
||||
Meow Meow!
|
||||
51
content/utils/link-collection.md
Normal file
51
content/utils/link-collection.md
Normal 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/)
|
||||
17
content/welcome-header/_index.md
Normal file
17
content/welcome-header/_index.md
Normal 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"
|
||||
---
|
||||
36
hugo.toml
Normal file
36
hugo.toml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
baseURL = 'https://liliesh.pinkhaj.world/'
|
||||
languageCode = 'en-us'
|
||||
title = 'Lilieshs Homepage'
|
||||
theme = 'neopost'
|
||||
copyright = 'Liliesh'
|
||||
enableRobotsTXT = true
|
||||
[params]
|
||||
theme = "light-pink"
|
||||
favicon = "favicon.ico"
|
||||
posts-per-page = 6
|
||||
toc-auto-numbering = false
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
languageCode = "en-us"
|
||||
contentDir = "content/"
|
||||
languageName = "english"
|
||||
weight = 1
|
||||
[languages.en.params]
|
||||
[languages.en.params.sidebar.tags]
|
||||
enable = false
|
||||
limit = 2
|
||||
more-text = "more tags..."
|
||||
|
||||
[languages.en.params.read-more]
|
||||
length-limit = 20
|
||||
[languages.en.params.read-more.text]
|
||||
more = "read more"
|
||||
less = "read less"
|
||||
|
||||
[permalinks]
|
||||
blog = "/posts/:year/:slug"
|
||||
|
||||
[services]
|
||||
[services.rss]
|
||||
limit = 20
|
||||
1
themes/neopost
Submodule
1
themes/neopost
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit bce90c637a0ef33903155e1bdad4685da9c83c7f
|
||||
Loading…
Add table
Add a link
Reference in a new issue