diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..a1e2d85 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,9 @@ +repos: +- repo: local + hooks: + - id: get-commit + name: Get commit hash + description: Gets the current hash + entry: getcommit.sh + language: script + diff --git a/config.toml b/config.toml index ee69014..ad44ff7 100644 --- a/config.toml +++ b/config.toml @@ -189,4 +189,4 @@ highlight_code = true [extra] zola_site = "./public" static_dir = "./static" -git_sha = "6c17e25" +git_sha="1b36354"