My digital Home https://gofranz.com/
  • SCSS 47.6%
  • HTML 35.7%
  • JavaScript 14.2%
  • Ruby 1.9%
  • Shell 0.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-02 12:44:54 +01:00
.well-known/openpgpkey enable wkd 2026-03-05 21:45:18 +00:00
_clients changed client page layout 2025-09-17 00:51:10 +01:00
_data feat: ai training offer 2026-08-02 12:44:17 +01:00
_includes feat: ai training offer 2026-08-02 12:44:17 +01:00
_layouts feat: ai training offer 2026-08-02 12:44:17 +01:00
_plugins feat: ai training offer 2026-08-02 12:44:17 +01:00
_posts feat: new posts 2026-08-02 12:42:56 +01:00
_recipes feat: Filament redesign — software pages, recipes, ISO 27001/42001 self-assessment, theme system, product logos 2026-06-02 21:09:11 +01:00
_software chore: remove legacy image from iced 2026-08-02 12:44:54 +01:00
_testimonials handled how page excerpts are handled - 2 2023-03-27 20:35:15 +01:00
_til bootstrap 3 -> bootstrap 5 + loads of cleanup 2025-07-03 16:43:19 +01:00
_work feat: Filament redesign — software pages, recipes, ISO 27001/42001 self-assessment, theme system, product logos 2026-06-02 21:09:11 +01:00
assets feat: update stackpit and forseti 2026-07-24 22:58:32 +01:00
cooking feat: Filament redesign — software pages, recipes, ISO 27001/42001 self-assessment, theme system, product logos 2026-06-02 21:09:11 +01:00
scripts feat: ai training offer 2026-08-02 12:44:17 +01:00
src feat: ai training offer 2026-08-02 12:44:17 +01:00
tools feat: Filament redesign — software pages, recipes, ISO 27001/42001 self-assessment, theme system, product logos 2026-06-02 21:09:11 +01:00
.gitignore feat: ai training offer 2026-08-02 12:44:17 +01:00
_config.yml feat: mastodon-powered blog comments and portrait photo 2026-06-19 20:52:13 +01:00
about.md feat: new posts; updated pages 2026-07-24 22:58:12 +01:00
ai-training.md feat: ai training offer 2026-08-02 12:44:17 +01:00
blog.html feat: blog reading experience — post nav, related fallback, engagement events 2026-06-24 07:30:55 +01:00
bookshelf.md feat: Filament redesign — software pages, recipes, ISO 27001/42001 self-assessment, theme system, product logos 2026-06-02 21:09:11 +01:00
clients.html feat: Filament redesign — software pages, recipes, ISO 27001/42001 self-assessment, theme system, product logos 2026-06-02 21:09:11 +01:00
contact.html feat: new posts; updated pages 2026-07-24 22:58:12 +01:00
deploy.sh chore: provide markdown version of many pages 2026-06-19 23:37:32 +01:00
Dockerfile resolve build issues 2023-08-15 12:13:22 +01:00
error.html feat: new posts; updated pages 2026-07-24 22:58:12 +01:00
esbuild.config.js feat: ai training offer 2026-08-02 12:44:17 +01:00
freelance-developer-lisbon.md chore: make contact info more explicit 2026-06-20 08:01:58 +01:00
Gemfile feat: blog reading experience — post nav, related fallback, engagement events 2026-06-24 07:30:55 +01:00
Gemfile.lock feat: blog reading experience — post nav, related fallback, engagement events 2026-06-24 07:30:55 +01:00
gpg.md feat: Filament redesign — software pages, recipes, ISO 27001/42001 self-assessment, theme system, product logos 2026-06-02 21:09:11 +01:00
gpg_key.asc various updates 2021-12-13 11:05:56 +00:00
humans.txt added new project; cleanup 2020-11-04 19:22:08 +01:00
index.md new email; link tweaks 2025-06-10 09:10:44 +01:00
keybase.txt Initial commit 2017-02-16 10:03:20 +01:00
llms.txt chore: make contact info more explicit 2026-06-20 08:01:58 +01:00
package.json feat: ai training offer 2026-08-02 12:44:17 +01:00
pnpm-lock.yaml feat: ai training offer 2026-08-02 12:44:17 +01:00
pnpm-workspace.yaml feat: Filament redesign — software pages, recipes, ISO 27001/42001 self-assessment, theme system, product logos 2026-06-02 21:09:11 +01:00
portfolio.html feat: Filament redesign — software pages, recipes, ISO 27001/42001 self-assessment, theme system, product logos 2026-06-02 21:09:11 +01:00
privacy.md feat: moved stats to a more lightweight solution 2026-06-08 08:09:24 +01:00
README.md update gemfile, readme and deployment script 2026-01-02 15:02:09 +07:00
resume.md feat: new posts; updated pages 2026-07-24 22:58:12 +01:00
robots.txt chore: provide markdown version of many pages 2026-06-19 23:37:32 +01:00
software.md feat: Filament redesign — software pages, recipes, ISO 27001/42001 self-assessment, theme system, product logos 2026-06-02 21:09:11 +01:00
thanks.html feat: Filament redesign — software pages, recipes, ISO 27001/42001 self-assessment, theme system, product logos 2026-06-02 21:09:11 +01:00
work-with-me.md feat: ai training offer 2026-08-02 12:44:17 +01:00
work.html feat: Filament redesign — software pages, recipes, ISO 27001/42001 self-assessment, theme system, product logos 2026-06-02 21:09:11 +01:00

GoFranz

Asset compilation:

guix shell node pnpm imagemagick graphicsmagick ruby@3 make gcc-toolchain -- pnpm run build

Preview

guix shell ruby make gcc-toolchain
BUNDLE_PATH=.bundle bundle install
BUNDLE_PATH=.bundle bundle exec jekyll serve

Quick-preview:

guix shell ruby@3 make gcc-toolchain -- sh -c "export BUNDLE_PATH=.bundle && bundle install && bundle exec jekyll serve"

Build

BUNDLE_PATH=.bundle bundle exec jekyll build