From 6f15d9fdd41b7f38707a186ce473986cf6328286 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Fri, 13 Oct 2023 23:26:49 -0400 Subject: [PATCH] moved hugo.toml to an example file and added it to gitignore. --- .gitignore | 2 ++ CHANGELOG.md | 4 ++++ hugo.toml => hugo.toml.example | 0 3 files changed, 6 insertions(+) rename hugo.toml => hugo.toml.example (100%) diff --git a/.gitignore b/.gitignore index 4b9f3e040..e7a22c983 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ resources/ auth.json .vercel *.pem +/hugo.toml +content/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a8a45ec..82435232e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 1.1.1 +* Removed content folder and moved out the Fedipage site into a seperate repo. + This should make it easier for people who use this site to update from the + upstream here without needing to worry about conflicts due to content. + ## 1.1.0 * Added the ability for Mastodon instances to find the associated post when diff --git a/hugo.toml b/hugo.toml.example similarity index 100% rename from hugo.toml rename to hugo.toml.example -- GitLab