mirror of
https://github.com/lleene/hugo-site.git
synced 2025-01-23 03:52:21 +01:00
WIP web content
This commit is contained in:
parent
a71c5ab7b6
commit
72afc9f9c4
53
config.toml
53
config.toml
@ -1,8 +1,57 @@
|
||||
baseURL = 'http://localhost/'
|
||||
languageCode = 'en-uk'
|
||||
title = 'Lieuwe Leene'
|
||||
|
||||
languageCode = 'en-uk'
|
||||
theme = 'hermit'
|
||||
relativeURLs = true
|
||||
canonifyURLs = true
|
||||
|
||||
enableGitInfo = true
|
||||
pygmentsCodefences = true
|
||||
pygmentsUseClasses = true
|
||||
hasCJKLanguage = true
|
||||
rssLimit = 10
|
||||
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
|
||||
enableEmoji = true
|
||||
|
||||
themeColor = "#494f5c"
|
||||
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
|
||||
[params]
|
||||
date = "Jan 2, 2006"
|
||||
dateform = 'Jan 2, 2006'
|
||||
dateformShort = 'Jan 2'
|
||||
dateformNum = '2006-01-02'
|
||||
dateformNumTime = '2006-01-02 15:04 -0700'
|
||||
homeSubtitle = "Welcome Friend. 🐸"
|
||||
|
||||
[author]
|
||||
name = 'L. B. Leene'
|
||||
|
||||
[[params.social]]
|
||||
name = 'linkedin'
|
||||
url = 'https://www.linkedin.com/in/lleene/'
|
||||
|
||||
[[params.social]]
|
||||
name = 'twitter'
|
||||
url = 'https://twitter.com/LieuweLeene'
|
||||
|
||||
[[params.social]]
|
||||
name = 'email'
|
||||
url = 'mailto:lieuwe@leene.dev'
|
||||
|
||||
[[params.social]]
|
||||
name = "github"
|
||||
url = "https://git.leene.dev/lieuwe"
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
name = "Posts"
|
||||
url = "posts/"
|
||||
weight = 16
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
url = "about/"
|
||||
weight = 16
|
||||
|
@ -5,4 +5,4 @@ draft: false
|
||||
---
|
||||
|
||||
|
||||
=]
|
||||
Hello friend.
|
12
content/posts/afirst.md
Normal file
12
content/posts/afirst.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "A first"
|
||||
date: 2021-08-24T10:24:27+02:00
|
||||
draft: false
|
||||
toc: false
|
||||
images:
|
||||
tags:
|
||||
- website
|
||||
- WIP
|
||||
---
|
||||
|
||||
hello
|
Loading…
x
Reference in New Issue
Block a user