Skip to content

Commit

Permalink
Update theme and development environment for newer Hugo versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
paperdigits committed Sep 2, 2024
1 parent f7e9cf5 commit ac4c794
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs = {
nixpkgs = {
url = "github:NixOS/nixpkgs/nixos-unstable";
url = "github:NixOS/nixpkgs/nixpkgs-unstable";
};
};

Expand Down Expand Up @@ -31,6 +31,9 @@
update-assets() {
cd $PROJECTDIR && cd themes/hugo-darktable-docs-theme/assets && yarn install && cd $PROJECTDIR
}
check-links() {
cd $PROJECTDIR/content && lychee . && cd $PROJECTDIR
}
generate-po() {
cd $PROJECTDIR && cd tools/ && ./generate-translations.sh --no-translations && cd $PROJECTDIR
}
Expand Down
2 changes: 1 addition & 1 deletion themes/hugo-darktable-docs-theme

0 comments on commit ac4c794

Please sign in to comment.