This commit is contained in:
Ivan Schaller 2021-11-11 00:39:14 +01:00
parent d96eb8e7de
commit 45fef9c0dc
8 changed files with 28 additions and 13 deletions

View file

@ -35,7 +35,7 @@ a.button {
[data-theme=dark] & {
background: $dark-background-header;
color: inherit;
color: #000000;
}
[data-theme=light] & {
@ -75,9 +75,11 @@ a.button {
&.primary {
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
background: #fe5186;
&:hover {
box-shadow: 0 2px 6px rgba(50, 50, 93, .21), 0 1px 3px rgba(0, 0, 0, .08);
background: #ffffff;
}
}

View file

@ -26,12 +26,13 @@ disableHugoGeneratorInject = false
disableKinds = ["taxonomy", "term", "taxonomyTerm"]
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[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"
@ -56,7 +57,7 @@ copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_
disableReadOtherPosts = true
# Enable sharing buttons, if you like
enableSharingButtons = true
enableSharingButtons = false
enableGlobalLanguageMenu = false

View file

@ -36,7 +36,7 @@ You can reach me via [e-mail](mailto:ivan@schaller.sh) or the contact form below
</div>
</div>
<div class="col-xs-12">
<button class="btn-lrg submit-btn" type="submit">Send</button>
<button class="theme-toggle wide primary" type="submit">Send</button>
</div>
</div>
</div>

View file

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

View file

@ -0,0 +1,9 @@
+++
title = "Project1"
description = "Project 1"
date = "2021-11-10"
series = ["Projects"]
type = ["post", "posts"]
+++
# project 1

View file

@ -0,0 +1,9 @@
+++
title = "Project2"
description = "Project 2"
date = "2021-11-09"
series = ["Projects"]
type = ["post", "posts"]
+++
# project 2

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
{"Target":"main.02378e393390e7e2c12caa24f1da5d163945019aaf67fe7ac931355861d39104.css","MediaType":"text/css","Data":{"Integrity":"sha256-AjeOOTOQ5+LBLKok8dpdFjlFAZqvZ/56yTE1WGHTkQQ="}}
{"Target":"main.72da722c60144cf93545ac771b3803e8f5b600a19db4d7f9a22ef34d61572a42.css","MediaType":"text/css","Data":{"Integrity":"sha256-ctpyLGAUTPk1Rax3GzgD6PW2AKGdtNf5oi7zTWFXKkI="}}