this is a test
git
This commit is contained in:
parent
85795cd84d
commit
f875ea8037
@ -0,0 +1,2 @@
|
|||||||
|
# Hugo + Coolify Starter Site
|
||||||
|
This site is ready to deploy on Coolify using Nixpacks.
|
||||||
4
config.toml
Normal file
4
config.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
baseURL = "/"
|
||||||
|
languageCode = "en-us"
|
||||||
|
title = "Hugo + Coolify"
|
||||||
|
theme = "ananke"
|
||||||
6
content/posts/my-first-post.md
Normal file
6
content/posts/my-first-post.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "My First Post"
|
||||||
|
date: 2025-06-08T00:00:00Z
|
||||||
|
---
|
||||||
|
|
||||||
|
Hello from Coolify + Hugo!
|
||||||
@ -4,8 +4,8 @@ aptPkgs = ["hugo"]
|
|||||||
[phases.build]
|
[phases.build]
|
||||||
cmds = ["hugo --minify"]
|
cmds = ["hugo --minify"]
|
||||||
|
|
||||||
[environment]
|
[start]
|
||||||
HUGO_VERSION = "0.112.3"
|
cmd = "echo 'Static site - no server needed'"
|
||||||
|
|
||||||
[[nixpacks.included_files]]
|
[variables]
|
||||||
paths = ["/public"]
|
HUGO_VERSION = "0.121.2"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user