My personal website powered by Zola https://daudix.exozy.me
Go to file
Daudix_UFO 3f6fc2d3cd
feat: Add build and instructions for it
Now I can finally preview the page locally! and without ruby, jekyll and
dependencies mess!!!
2023-06-27 01:49:31 +03:00
_includes feat: Blog based on jimmac/os-component-website 2023-06-23 03:21:25 +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 fix: Typo 2023-06-25 01:39:20 +03:00
.gitignore feat: Blog based on jimmac/os-component-website 2023-06-23 03:21:25 +03:00
404.md feat: Blog based on jimmac/os-component-website 2023-06-23 03:21:25 +03:00
_config.yml fix: Double slash after going to home 2023-06-24 02:56:08 +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
Gemfile.lock 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 feat: Add build and instructions for it 2023-06-27 01:49:31 +03:00
style.css feat: Didn't work 2023-06-26 01:38:56 +03:00

daudix.undo.it/blog

This is my blog based on os-component-website

Previewing 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