diff --git a/.gitignore b/.gitignore index 4b9f3e04044e4c43e620ac3408c9379a1d0e51da..e7a22c98325d3874d46a23615af42f125e3c8438 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 02a8a45ec5db95dbb372680df1c97c2b087accfe..82435232e8aecbe9461389c675a311df4c944b34 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