update readme

This commit is contained in:
Lieuwe Leene 2021-08-24 10:17:44 +02:00
parent 0a951636e4
commit a71c5ab7b6
6 changed files with 39 additions and 39 deletions

6
.gitmodules vendored
View File

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

18
LICENSE
View File

@ -1,9 +1,9 @@
MIT License MIT License
Copyright (c) <year> <copyright holders> 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: 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 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. 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 # Personal Page: Lieuwe Leene
Landinge page for lieuwe.leene.dev using Hugo and a theme derived from the 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 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. and updates related to work or my hobbies as I host a couple of web-services.
## Setup ## Setup
The intention here is that the master branch is statically served while the The intention here is that the master branch is statically served while the
development branch is prototyped while being served from memory. Any generated development branch is prototyped while being served from memory. Any generated
content in public/static should not be tracked by the repository. content in public/static should not be tracked by the repository.

View File

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

View File

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

View File

@ -1,8 +1,8 @@
baseURL = 'http://localhost/' baseURL = 'http://localhost/'
languageCode = 'en-uk' languageCode = 'en-uk'
title = 'Lieuwe Leene' title = 'Lieuwe Leene'
theme = 'hermit' theme = 'hermit'
relativeURLs = true relativeURLs = true
canonifyURLs = true canonifyURLs = true
[params] [params]
date = "Jan 2, 2006" date = "Jan 2, 2006"