added git attributes and filter for hostname

This commit is contained in:
Lieuwe Leene 2021-08-24 11:38:00 +02:00
parent 72afc9f9c4
commit bdea8d7772
8 changed files with 91 additions and 89 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
* text eol=lf
*.png binary
*.toml hostmgmt

6
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "themes/hermit"]
path = themes/hermit
url = https://github.com/Track3/hermit.git
[submodule "themes/hermit"]
path = themes/hermit
url = https://github.com/Track3/hermit.git

18
LICENSE
View File

@ -1,9 +1,9 @@
MIT License
Copyright (c) <year> <copyright holders>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
MIT License
Copyright (c) <year> <copyright holders>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -1,11 +1,11 @@
# Personal Page: Lieuwe Leene
Landinge page for lieuwe.leene.dev using Hugo and a theme derived from the
Hermit template. This will be my personal site sharing various kinds of content
and updates related to work or my hobbies as I host a couple of web-services.
## Setup
The intention here is that the master branch is statically served while the
development branch is prototyped while being served from memory. Any generated
content in public/static should not be tracked by the repository.
# Personal Page: Lieuwe Leene
Landinge page for lieuwe.leene.dev using Hugo and a theme derived from the
Hermit template. This will be my personal site sharing various kinds of content
and updates related to work or my hobbies as I host a couple of web-services.
## Setup
The intention here is that the master branch is statically served while the
development branch is prototyped while being served from memory. Any generated
content in public/static should not be tracked by the repository.

View File

@ -1,6 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

View File

@ -1,2 +1,2 @@
git pull
hugo -s . -d static/public
git pull
hugo -s . -d static/public

View File

@ -1,57 +1,56 @@
baseURL = 'http://localhost/'
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]
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
baseURL = 'http://localhost/'
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]
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

@ -1 +1 @@
Subproject commit f951d8794d2d8166ba7a9160b7f929d86b6bc5ea
Subproject commit 3481a1b88dc15753f06e558dad835c8e2b97f7be