site

files for beauhilton.com
git clone https://git.beauhilton.com/site.git
Log | Files | Refs

commit 46cb39514e45fdc5e44dd8475ce180c3c4d35439
parent e13c03aeccd38f5c599b118099c2d938197b5ea5
Author: beau hilton <cbeauhilton@gmail.com>
Date:   Fri, 20 Oct 2023 12:20:17 -0500

testing hooks

Diffstat:
M.devenv/profile | 4++--
Mflake.nix | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.devenv/profile b/.devenv/profile @@ -1 +1 @@ -/nix/store/m40193v8y7zhf05g74q38n3lw93vmakd-devenv-profile -\ No newline at end of file +/nix/store/2iwybi636nvizf79cfl3j971wyn0pzck-devenv-profile +\ No newline at end of file diff --git a/flake.nix b/flake.nix @@ -52,7 +52,7 @@ newterm.exec = "wezterm start --cwd ."; autorebuild.exec = "nohup ag -l | entr -n -s 'soupault' &> /dev/null &"; # autorebuild, uses caching so superer snappier serve.exec = "nohup simple-http-server --index --nocache -o -p 8999 ./build 2>&1 &"; # the -o opens $BROWSER - upload.exec = "soupault && cp build/atom.xml build/feed.xml && rsync -avh --rsync-path=openrsync build/* beau@beauhilton.com:/var/www/htdocs/www.beauhilton.com/"; + upload.exec = "soupault && cp build/atom.xml build/feed.xml && rsync -avht --rsync-path=openrsync build/* beau@beauhilton.com:/var/www/htdocs/www.beauhilton.com/"; }; pre-commit.hooks = { alejandra.enable = true;