My personal website powered by Zola https://daudix.exozy.me
Go to file
2023-07-17 16:09:25 +03:00
_includes feat: Add anchors on title hover 2023-07-17 06:52:25 +03:00
_layouts feat: Add anchors on title hover 2023-07-17 06:52:25 +03:00
assets feat: Remove unnecessary package scope 2023-07-17 16:02:24 +03:00
fonts feat: Update Inter font to latest pre-release 2023-07-17 05:51:45 +03:00
posts feat: Edit 3 2023-07-17 16:03:56 +03:00
.gitignore fix: Code blocks having line-height 2023-07-15 22:15:58 +03:00
.woodpecker.yml chore: CI 2023-07-09 22:43:04 +03:00
404.md fix: Typo in 404.md 2023-07-15 19:26:03 +03:00
_config.yml chore: Update config 2023-07-09 16:34:58 +03:00
apple-touch-icon.png chore: Clean up 2023-07-16 16:43:19 +03:00
Dockerfile feat: Simplify build 2023-07-11 06:21:10 +03:00
favicon.gif feat: Blog based on jimmac/os-component-website 2023-06-23 03:21:25 +03:00
Gemfile feat: Simplify build 2023-07-11 06:21:10 +03:00
index.md chore: Remove pixel art 2023-07-17 16:09:25 +03:00
README.md docs: Remove double slash [CI SKIP] 2023-07-16 15:48:55 +03:00
rename.sh chore: Use web-friendly file names 2023-07-16 11:24:16 +03:00
style.css chore: Remove pixel art 2023-07-17 16:09:25 +03:00

daudix-ufo.codeberg.page/blog

status-badge

Note

This blog is based on os-component-website

Preview locally

Build the image:

podman build --tag pages .

Run the image:

podman run -it --rm --volume="$PWD:/srv/jekyll:Z" -w /srv/jekyll -p 4000:4000 pages /bin/sh

Within the container, run:

bundle exec jekyll serve --livereload --host 0.0.0.0

Building guide were shamelessly taken from here

Rename posts to web-friendly filenames

./rename.sh posts