My personal website powered by Zola https://daudix.exozy.me
Go to file
2023-07-16 01:22: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: Delete unused images 2023-07-15 23:56:52 +03:00
fonts Revert "feat: Add variable Source Code Pro font" 2023-06-23 18:21:01 +03:00
posts chore: Remove {:.full.pixels} tag as it looks bad 2023-07-16 01:22:03 +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 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 chore: Small stuff 2023-07-16 00:59:32 +03:00
README.md feat: README 2023-07-12 16:01:53 +03:00
style.css fix: Code blocks having line-height 2023-07-15 22:15:58 +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