My personal website powered by Zola https://daudix.exozy.me
Go to file
2023-07-09 19:07:31 +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: Change secret 2023-07-09 19:07:31 +03:00
404.md feat: Blog based on jimmac/os-component-website 2023-06-23 03:21:25 +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: Add build and instructions for it 2023-06-27 01:49:31 +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: Add build and instructions for it 2023-06-27 01:49:31 +03:00
index.md fix: Remove ASCII tag 2023-06-25 17:23:08 +03:00
README.md Update README.md 2023-07-06 09:33:00 +03:00
style.css feat: Didn't work 2023-06-26 01:38:56 +03:00

daudix-ufo.github.io/blog

This is my blog based on os-component-website

Preview locally

Build the image:

podman build --tag gh-pages .

Run the image:

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

Within the container, run:

bundle exec jekyll serve --livereload --host 0.0.0.0

Building guide were shamelessly taken from here