Skip to content

Commit b2e9757

Browse files
committed
Test
1 parent 7e59cc9 commit b2e9757

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.github/workflows/publish_hugo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Hugo
2121
uses: peaceiris/actions-hugo@v2
2222
with:
23-
hugo-version: '0.92.2'
23+
hugo-version: '0.118.2'
2424
extended: true
2525

2626
- name: Build

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
public
22
.hugo_build.lock
3+
resources/_gen

content/posts/my-first-post.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "My First Post"
3+
date: 2023-09-12T17:47:00Z
4+
draft: true
5+
---

startServer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hugo server --bind=0.0.0.0
1+
hugo server --bind=0.0.0.0 --baseURL=http://dev11.lan:1313

0 commit comments

Comments
 (0)