Productionize Hugo Configuration #8

Merged
me merged 4 commits from dev into main 2025-08-15 12:13:16 -07:00
Showing only changes of commit dfb9a306c5 - Show all commits

6
.gitignore vendored
View File

@@ -35,6 +35,10 @@ docker-compose.yml
# 2024-01-24 Hide static files for Hyperling.com. # 2024-01-24 Hide static files for Hyperling.com.
Config/Hyperling.com/files/* Config/Hyperling.com/files/*
# Ignore things like Config/Hyperling.com-Stage/ # Ignore things like "Config/Hyperling.com-Stage/""
*-Stage *-Stage
Stage-* Stage-*
# Ignore copies of the Hugo configuration, such as "Config/Hugo-MyWebsite".
Hugo-*
*-Hugo