This commit is contained in:
Ivan Schaller 2021-11-10 20:48:49 +01:00
commit 86dab761c8
10 changed files with 179 additions and 0 deletions

6
.gitmodules vendored Normal file
View file

@ -0,0 +1,6 @@
[submodule "themes/hello-friend-ng"]
path = themes/hello-friend-ng
url = https://github.com/rhazdon/hugo-theme-hello-friend-ng.git
[submodule "themes/timeline"]
path = themes/timeline
url = https://github.com/s4n7h0/hugo-theme-timeline.git

6
archetypes/default.md Normal file
View file

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

102
config.toml Normal file
View file

@ -0,0 +1,102 @@
baseurl = "https://44n.ch"
title = "44n.ch - Ivan Schaller"
languageCode = "en-us"
theme = "hello-friend-ng"
paginate = 10
timeZone = "Europe/Zurich"
archetypeDir = "archetypes"
contentDir = "content"
dataDir = "data"
layoutDir = "layouts"
publishDir = "public"
buildDrafts = false
buildFuture = false
buildExpired = false
canonifyURLs = true
enableRobotsTXT = true
enableGitInfo = false
enableEmoji = true
enableMissingTranslationPlaceholders = false
disableRSS = true
disableSitemap = false
disable404 = false
disableHugoGeneratorInject = false
disableKinds = ["taxonomy", "term", "taxonomyTerm"]
[taxonomies]
category = "categories"
tag = "tags"
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[author]
name = "Ivan Schaller"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Subtitle for home
homeSubtitle = "Contact or find me on other platforms"
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = true
# Enable sharing buttons, if you like
enableSharingButtons = true
# Metadata mostly used in document's head
description = "Personal site of Ivan Schaller"
keywords = "homepage, blog"
images = [""]
[params.logo]
logoMark = ">"
logoText = "44n.ch - Ivan Schaller"
logoHomeLink = "/"
[params.footer]
trademark = true
rss = false
copyright = true
author = true
topText = []
# Menu entrys
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 1
[menu.main.params]
class = 'bold'
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects"
weight = 2
[[menu.main]]
identifier = "github"
name = "Github"
url = "https://github.com/olofvndrhr"
weight = 3
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"
weight = 4
[[params.social]]
name = "email"
url = "mailto:ivan@schaller.sh"
[[params.social]]
name = "github"
url = "https://github.com/olofvndrhr"

7
content/about.md Normal file
View file

@ -0,0 +1,7 @@
+++
title = "About me"
description = "About me"
type = ["default"]
+++

45
content/contact.md Normal file
View file

@ -0,0 +1,45 @@
+++
title = "Contact me"
description = "Contact information"
type = ["default"]
+++
## I'd love to hear from you
{{< rawhtml >}}
<form action="https://getform.io/f/18d0984a-7839-4cb7-b9f8-f33d4b661817" method="POST">
<div class="container">
<div class="row input-container">
<div class="col-xs-12">
<div class="styled-input wide">
<input type="text" name="name" required />
<label>Name</label>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="styled-input">
<input type="text" name="email" required />
<label>Email</label>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="styled-input" style="float:right;">
<input type="text" name="phone" required />
<label>Phone Number</label>
</div>
</div>
<div class="col-xs-12">
<div class="styled-input wide">
<textarea name="message" required></textarea>
<label>Message</label>
</div>
</div>
<div class="col-xs-12">
<button class="btn-lrg submit-btn" type="submit">Send</button>
</div>
</div>
</div>
</form>
{{< /rawhtml >}}

6
content/projects.md Normal file
View file

@ -0,0 +1,6 @@
+++
title = "My projects"
description = "Own projects"
type = ["default"]
+++

View file

@ -0,0 +1,2 @@
<!-- raw html -->
{{.Inner}}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
{"Target":"main.b4aa1d56fab17acf87ebd337dacd359ae66dd46d6777f844d995cc5571aa7ca8.css","MediaType":"text/css","Data":{"Integrity":"sha256-tKodVvqxes+H69M32s01muZt1G1nd/hE2ZXMVXGqfKg="}}

@ -0,0 +1 @@
Subproject commit 848b6879b3a2a201510bd11dadf37826ee038616