1
0
Fork
You've already forked hugo-site
0
My nix and hugo powered blog
  • Nix 57.5%
  • HTML 42.5%
2025年03月28日 17:06:37 -04:00
archetypes initial commit of site 2024年12月15日 10:55:01 -05:00
assets/images initial commit of site 2024年12月15日 10:55:01 -05:00
content blog: remove extra 'with pkgs;' in example flake 2025年03月28日 17:06:37 -04:00
layouts fix: cleanup rss layout 2025年01月22日 21:36:11 -05:00
static initial commit of site 2024年12月15日 10:55:01 -05:00
themes initial commit of site 2024年12月15日 10:55:01 -05:00
.envrc flake: use direnv, remove alias conflict with deploy-rs 2025年02月09日 20:02:15 -05:00
.gitignore flake: add nix build steps and README 2025年03月03日 21:20:12 -05:00
.gitmodules initial commit of site 2024年12月15日 10:55:01 -05:00
default.nix flake: add runHook to phase overrides 2025年03月26日 19:57:42 -04:00
flake.lock fix: remove flake-utils input 2025年01月16日 20:17:00 -05:00
flake.nix flake: add nix build steps and README 2025年03月03日 21:20:12 -05:00
hugo.toml set codeberg as primary remote forge 2025年03月11日 19:46:10 -04:00
LICENSE add license 2025年03月03日 21:42:08 -05:00
README.org set codeberg as primary remote forge 2025年03月11日 19:46:10 -04:00

tdback.net

Source code for my personal website/blog.

Build the site:

 nix build ".?submodules=1#" -L

Deploy to my web server:

 rsync -qavz --delete result/ thor:/var/www/tdback.net/

#+RESULTS: