Added and updated content copyright, theme update, 404

This commit is contained in:
Bastian de Byl
2020-04-18 22:53:30 -04:00
parent 68776675d0
commit 0f2858e63e
7 changed files with 8 additions and 8 deletions

View File

@@ -64,8 +64,8 @@ params:
moreMeta: false moreMeta: false
postMetaInFooter: true # contain author, lastMod, markdown link, license postMetaInFooter: true # contain author, lastMod, markdown link, license
linkToMarkDown: false # Only effective when hugo will output .md files. linkToMarkDown: true # Only effective when hugo will output .md files.
contentCopyright: '' # e.g. '<a rel="license noopener" href="https://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">CC BY-NC-ND 4.0</a>' contentCopyright: '<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/80x15.png" /></a>'
googleVerification: "" # Google Verification googleVerification: "" # Google Verification
googleAnalytics: "UA-163975086-1" # UA-XXXXXXXX-X googleAnalytics: "UA-163975086-1" # UA-XXXXXXXX-X

View File

@@ -4,7 +4,7 @@ date: 2019-10-18
lastmod: 2019-10-18 lastmod: 2019-10-18
tags: ["emacs", "linux"] tags: ["emacs", "linux"]
categories: ["Tutorials"] categories: ["Tutorials"]
contentCopyright: false contentCopyright: true
hideHeaderAndFooter: false hideHeaderAndFooter: false
--- ---
With some minor dependencies, it's fairly straightforward in setting up your With some minor dependencies, it's fairly straightforward in setting up your

View File

@@ -4,7 +4,7 @@ date: 2019-07-30
lastmod: 2019-07-30 lastmod: 2019-07-30
tags: ["linux","security"] tags: ["linux","security"]
categories: ["Blog"] categories: ["Blog"]
contentCopyright: false contentCopyright: true
hideHeaderAndFooter: false hideHeaderAndFooter: false
--- ---
It's generally good security practice to ensure that you're running a secure It's generally good security practice to ensure that you're running a secure

View File

@@ -4,7 +4,7 @@ date: 2019-04-13
lastmod: 2019-04-13 lastmod: 2019-04-13
tags: ["linux","code"] tags: ["linux","code"]
categories: ["Blog"] categories: ["Blog"]
contentCopyright: false contentCopyright: true
hideHeaderAndFooter: false hideHeaderAndFooter: false
--- ---
Having been inspired by the HIBP[^1] password checker, I set out to write a Having been inspired by the HIBP[^1] password checker, I set out to write a

View File

@@ -4,7 +4,7 @@ date: 2019-12-11
lastmod: 2019-12-11 lastmod: 2019-12-11
tags: ["libopencm3", "stm32", "tutorial"] tags: ["libopencm3", "stm32", "tutorial"]
categories: ["Tutorial"] categories: ["Tutorial"]
contentCopyright: false contentCopyright: true
hideHeaderAndFooter: false hideHeaderAndFooter: false
--- ---
One of the simplest projects to get started with the STM32 microcontroller One of the simplest projects to get started with the STM32 microcontroller

View File

@@ -4,7 +4,7 @@ date: 2020-02-12
lastmod: 2020-02-17 lastmod: 2020-02-17
tags: ["libopencm3", "stm32", "tutorial"] tags: ["libopencm3", "stm32", "tutorial"]
categories: ["Tutorial"] categories: ["Tutorial"]
contentCopyright: false contentCopyright: true
hideHeaderAndFooter: false hideHeaderAndFooter: false
--- ---
After having reviewed [**Part 0**](/post/stm32-part0) of this series, we can now After having reviewed [**Part 0**](/post/stm32-part0) of this series, we can now

View File

@@ -4,7 +4,7 @@ date: 2020-02-17
lastmod: 2020-02-17 lastmod: 2020-02-17
tags: ["linux"] tags: ["linux"]
categories: ["Blog"] categories: ["Blog"]
contentCopyright: false contentCopyright: true
hideHeaderAndFooter: false hideHeaderAndFooter: false
--- ---
It's a good idea to update your GPG key(s) before they expire. Mine is set to It's a good idea to update your GPG key(s) before they expire. Mine is set to