ADD first blog post
This commit is contained in:
parent
192e33611b
commit
4f12c39f3b
2 changed files with 33 additions and 1 deletions
24
config.toml
24
config.toml
|
@ -1,4 +1,26 @@
|
|||
theme = 'gokarna'
|
||||
baseURL = 'https://hoernschen.nutfactory.page/'
|
||||
baseURL = 'https://hoernschen.de/'
|
||||
languageCode = 'en-us'
|
||||
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
|
||||
|
|
10
content/posts/first_post.md
Normal file
10
content/posts/first_post.md
Normal 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!
|
Loading…
Reference in a new issue