My personal website powered by Zola https://daudix.exozy.me
Go to file
2023-07-15 19:26:03 +03:00
_includes feat: Add Plausible analytics 2023-07-09 03:23:48 +03:00
_layouts feat: Blog based on jimmac/os-component-website 2023-06-23 03:21:25 +03:00
assets feat: Blog based on jimmac/os-component-website 2023-06-23 03:21:25 +03:00
fonts Revert "feat: Add variable Source Code Pro font" 2023-06-23 18:21:01 +03:00
posts Update Gemini: Exploring the Cozy World of Capsules and Space.md 2023-07-06 09:32:11 +03:00
.gitignore feat: Blog based on jimmac/os-component-website 2023-06-23 03:21:25 +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 feat: Blog based on jimmac/os-component-website 2023-06-23 03:21:25 +03:00
apple-touch-icon.svg feat: Blog based on jimmac/os-component-website 2023-06-23 03:21:25 +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
favicon.png feat: Blog based on jimmac/os-component-website 2023-06-23 03:21:25 +03:00
favicon.svg 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 fix: Remove ASCII tag 2023-06-25 17:23:08 +03:00
README.md feat: README 2023-07-12 16:01:53 +03:00
style.css feat: Didn't work 2023-06-26 01:38:56 +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