Source files for my personal website. https://tuxilio.codeberg.page/

Tuxilio 29b1741f95 Restore accidently deletet post 5 days ago
.forgejo 6971683a42 Save the website to the wayback machine automatically if anything changes 5 days ago
archetypes 1248248b36 Fix toc finally 1 year ago
assets eba669847e Revert to old theme PaperMod 6 days ago
content 29b1741f95 Restore accidently deletet post 5 days ago
layouts b6be345f2d Add h-entry for URL and categories 5 days ago
scripts eba669847e Revert to old theme PaperMod 6 days ago
static eba669847e Revert to old theme PaperMod 6 days ago
themes eba669847e Revert to old theme PaperMod 6 days ago
.gitignore af59605a75 first page using hugo-simple quickstart template 1 year ago
.gitmodules eba669847e Revert to old theme PaperMod 6 days ago
.woodpecker.yaml 200d6d7b37 fix woodpecker file 6 months ago
LICENSE af59605a75 first page using hugo-simple quickstart template 1 year ago
README.md eba669847e Revert to old theme PaperMod 6 days ago
build.sh 87a7494f7e update build.sh 10 months ago
go.mod a5b4424b19 tidy [SKIP CI] 6 months ago
go.sum a5b4424b19 tidy [SKIP CI] 6 months ago
hugo.yaml 147e74a088 Add license info, add h-card 5 days ago

README.md

Source code of Tuxilio's personal website CI status

This is the source code for Tuxilio's Personal Website.

How to build

This is a static website using Hugo to be built. So you need Hugo to build this.

You have to update the submodules first:

git submodule update --init --recursive

To build, just type this into the console:

hugo

Then retrieve the result from the directory public. This directory contains all the webpages and data files and can be uploaded to a webserver.

If you want to build the site again, delete public first.

License

  • All text is under CC-BY-SA 4.0, unless otherwise noted.
  • All code is under GPLv3.0 or later, unless otherwise noted.

The Tuxilio Penguin is from FreeSVG, licensed under CC0.

Other logos and screenshots might fall under different conditions, see content/meta/copying.md for details.