ADD first blog post
All checks were successful
build-to-pages / build (push) Successful in 15s
build-to-pages / push (push) Successful in 8s

This commit is contained in:
Hoernschen 2023-10-28 22:20:05 +02:00
parent 192e33611b
commit 4f12c39f3b
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
2 changed files with 33 additions and 1 deletions

View file

@ -1,4 +1,26 @@
theme = 'gokarna' theme = 'gokarna'
baseURL = 'https://hoernschen.nutfactory.page/' baseURL = 'https://hoernschen.de/'
languageCode = 'en-us' languageCode = 'en-us'
title = 'Hoernschen' title = 'Hoernschen'
# Automatically generate robots.txt
enableRobotsTXT = true
[menu]
[[menu.main]]
# Unique identifier for a menu item
identifier = "posts"
url = "/posts/"
# You can add extra information before the name (HTML format is supported), such as icons
pre = ""
# You can add extra information after the name (HTML format is supported), such as icons
post = ""
# Display name
name = "Posts"
# Weights are used to determine the ordering
weight = 1

View file

@ -0,0 +1,10 @@
---
title: "First_post"
date: 2023-10-28T22:19:12+02:00
draft: true
type: "post"
---
This is a Test.
Hello World!