From 8848c443a868d959839b5de120d41941a230e8d9 Mon Sep 17 00:00:00 2001 From: Andreas Deininger <andreas@deininger.net> Date: Wed, 23 Aug 2023 10:32:49 +0000 Subject: [PATCH] Rename config.toml to hugo.toml --- exampleSite/.gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/exampleSite/.gitignore b/exampleSite/.gitignore index af3ea6a..6380d20 100644 --- a/exampleSite/.gitignore +++ b/exampleSite/.gitignore @@ -1,3 +1,4 @@ +.hugo_build.lock public/ .DS_Store node_modules \ No newline at end of file -- Gitblit v1.10.0