1
0
Fork
You've already forked shom.dev
0
Personal website/blog powered by Hugo (emacs with ox-hugo) and hosted at https://shom.dev.
  • HTML 86.2%
  • Shell 7.2%
  • Emacs Lisp 4.5%
  • Nix 2.1%
2026年05月24日 22:55:06 -05:00
.forgejo/workflows Using native NixOS pinnned packages via image (needed repulled) 2025年11月29日 23:27:35 -06:00
.github/ISSUE_TEMPLATE Update issue templates 2026年01月09日 22:50:09 -06:00
.well-known Updated webfinger to point to gts 2025年04月25日 23:01:01 -05:00
container Cleaning up from removing film section completely 2025年12月10日 00:52:21 -06:00
images Learning Go, let's gooo 2025年12月28日 02:53:32 -06:00
layouts change snowflake to its own partial and only load Nov-Feb (at build) 2026年03月01日 17:46:36 -06:00
static Added globally available avatar 2025年08月27日 01:25:02 -05:00
themes Nix unstable for emacs 29.3, theme between two breaking issues 2024年05月06日 21:06:52 -05:00
.gitignore -mBuild cleanup 2024年04月10日 02:45:05 -05:00
.gitmodules Using local fork of theme 2025年12月04日 01:36:33 -06:00
.htmltest.yml Updated htmltest to exclude link that blocks checking 2024年08月03日 13:27:12 -05:00
.pre-commit-config.yaml Reinstating htmltest to check links 2024年04月18日 16:59:13 -05:00
build.el Moved ox-hugo installation to container image, streamlined build 2025年12月01日 03:11:57 -06:00
build.sh Render only once with hugo even for local builds 2025年12月10日 01:06:56 -06:00
checklinks.sh Build time checks using pre-commit-config and htmltest 2024年04月10日 02:53:56 -05:00
config.yml 🐛 using direct profile link so verification doesn't break. 2026年05月24日 22:55:06 -05:00
crc32Janky.sh Removed trailing spaces 2024年04月10日 00:04:30 -05:00
flake.lock Nix unstable for emacs 29.3, theme between two breaking issues 2024年05月06日 21:06:52 -05:00
flake.nix Updating to unstable for emacs 29.3 2024年05月06日 12:34:25 -05:00
LICENSE Added license 2021年11月23日 23:43:31 -06:00
main.org type add fedi-byline, minor config and layout cleanup 2026年03月01日 16:52:37 -06:00
posts.org Updated old post to point to Darktable full-tilt! 2026年01月05日 23:37:37 -06:00
publish.sh Set share card image and updated publish script 2025年08月20日 02:20:10 -05:00
README.md Extended readme and pointed to reference implementation 2025年03月03日 11:53:53 -06:00
setRemotes.sh Setting codeberg as 'primary' remote 2025年03月03日 09:47:57 -06:00
start.org Removed trailing spaces 2024年04月10日 00:04:30 -05:00

Personal site built on ox-hugo and deployed by Nix

Reference Implementation

ox-hugo-nix, the reference implementation I wish I had when this repo started.

Structure

This site and tooling grew with me as I learned a lot of this tech stack so this isn't how I'd encourage anyone else to do it if I were starting today, that's what I created the reference implementation.

Running locally

  • For local build run ./container/nix-container.sh
  • For local development with live reload run ./container/nix-local.sh