this is a test

git
This commit is contained in:
AHMAD ALSULAILI 2025-06-10 01:01:51 +02:00
parent 85795cd84d
commit f875ea8037
4 changed files with 16 additions and 4 deletions

View File

@ -0,0 +1,2 @@
# Hugo + Coolify Starter Site
This site is ready to deploy on Coolify using Nixpacks.

4
config.toml Normal file
View File

@ -0,0 +1,4 @@
baseURL = "/"
languageCode = "en-us"
title = "Hugo + Coolify"
theme = "ananke"

View File

@ -0,0 +1,6 @@
---
title: "My First Post"
date: 2025-06-08T00:00:00Z
---
Hello from Coolify + Hugo!

View File

@ -4,8 +4,8 @@ aptPkgs = ["hugo"]
[phases.build]
cmds = ["hugo --minify"]
[environment]
HUGO_VERSION = "0.112.3"
[start]
cmd = "echo 'Static site - no server needed'"
[[nixpacks.included_files]]
paths = ["/public"]
[variables]
HUGO_VERSION = "0.121.2"