enhance(): Adding the custom pages
This commit is contained in:
parent
01cfb46fb8
commit
567c471e86
1 changed files with 61 additions and 24 deletions
|
@ -3,6 +3,45 @@
|
||||||
#+HUGO_BASE_DIR: ../.
|
#+HUGO_BASE_DIR: ../.
|
||||||
#+HUGO_AUTO_SET_LASTMOD: t
|
#+HUGO_AUTO_SET_LASTMOD: t
|
||||||
|
|
||||||
|
* Custom Pages
|
||||||
|
:PROPERTIES:
|
||||||
|
:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :noauthor true :nocomment true :nodate true :nopaging true :noread true
|
||||||
|
:EXPORT_HUGO_MENU: :menu false
|
||||||
|
:EXPORT_HUGO_SECTION: .
|
||||||
|
:EXPORT_HUGO_WEIGHT: auto
|
||||||
|
:END:
|
||||||
|
** Not Found
|
||||||
|
:PROPERTIES:
|
||||||
|
:EXPORT_FILE_NAME: not-found
|
||||||
|
:EXPORT_HUGO_LASTMOD: 2021-07-04
|
||||||
|
:EXPORT_DATE: 2020-02-08
|
||||||
|
:CUSTOM_ID: not-found
|
||||||
|
:END:
|
||||||
|
|
||||||
|
*** 404 Not Found
|
||||||
|
|
||||||
|
Oops... We don't know how you ended up here.
|
||||||
|
|
||||||
|
There is nothing here to look at...
|
||||||
|
|
||||||
|
Head back over [[/][home]].
|
||||||
|
|
||||||
|
** Forbidden
|
||||||
|
:PROPERTIES:
|
||||||
|
:EXPORT_FILE_NAME: forbidden
|
||||||
|
:EXPORT_HUGO_LASTMOD: 2021-07-04
|
||||||
|
:EXPORT_DATE: 2020-06-05
|
||||||
|
:CUSTOM_ID: forbidden
|
||||||
|
:END:
|
||||||
|
|
||||||
|
*** 403 Forbidden
|
||||||
|
|
||||||
|
Naughty naughty !
|
||||||
|
|
||||||
|
What brought you to a forbidden page ?
|
||||||
|
|
||||||
|
Take this =403 Forbidden= and head over the [[/][main site]].
|
||||||
|
|
||||||
* Pages
|
* Pages
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :noauthor true :nocomment true :nodate true :nopaging true :noread true
|
:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :noauthor true :nocomment true :nodate true :nopaging true :noread true
|
||||||
|
@ -10,13 +49,34 @@
|
||||||
:EXPORT_HUGO_SECTION: pages
|
:EXPORT_HUGO_SECTION: pages
|
||||||
:EXPORT_HUGO_WEIGHT: auto
|
:EXPORT_HUGO_WEIGHT: auto
|
||||||
:END:
|
:END:
|
||||||
|
** About
|
||||||
|
:PROPERTIES:
|
||||||
|
:EXPORT_FILE_NAME: about
|
||||||
|
:EXPORT_HUGO_LASTMOD: 2021-07-04
|
||||||
|
:EXPORT_DATE: 2019-06-21
|
||||||
|
:CUSTOM_ID: about
|
||||||
|
:END:
|
||||||
|
|
||||||
|
*** Who am I ?
|
||||||
|
|
||||||
|
I am a DevOps cloud engineer with a passion for technology, automation, Linux and OpenSource.
|
||||||
|
I've been on Linux since the /early/ 2000's and have contributed, in some small capacity, to some open source projects along the way.
|
||||||
|
|
||||||
|
I dabble in this space and I blog about it. This is how I learn, this is how I evolve.
|
||||||
|
|
||||||
|
*** Contact Me
|
||||||
|
|
||||||
|
If, for some reason, you'd like to get in touch you have sevaral options.
|
||||||
|
- Find me on [[https://libera.chat/][libera]] in ~#LearnAndTeach~.
|
||||||
|
- Email me at ~blog[at]lazkani[dot]io~
|
||||||
|
|
||||||
|
If you use /GPG/ and you should, my public key is ~2383 8945 E07E 670A 4BFE 39E6 FBD8 1F2B 1F48 8C2B~
|
||||||
** FAQ
|
** FAQ
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:EXPORT_FILE_NAME: faq
|
:EXPORT_FILE_NAME: faq
|
||||||
:EXPORT_HUGO_LASTMOD: 2021-07-04
|
:EXPORT_HUGO_LASTMOD: 2021-07-04
|
||||||
:EXPORT_DATE: 2021-07-04
|
:EXPORT_DATE: 2021-07-04
|
||||||
:CUSTOM_ID: borgbackup
|
:CUSTOM_ID: faq
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
*** What is this ?
|
*** What is this ?
|
||||||
|
@ -49,29 +109,6 @@ I try to blog about interesting and new things as much as possible, when time pe
|
||||||
|
|
||||||
Yup, here's the [[/posts/index.xml][link]].
|
Yup, here's the [[/posts/index.xml][link]].
|
||||||
|
|
||||||
** About
|
|
||||||
:PROPERTIES:
|
|
||||||
:EXPORT_FILE_NAME: about
|
|
||||||
:EXPORT_HUGO_LASTMOD: 2021-07-04
|
|
||||||
:EXPORT_DATE: 2019-06-21
|
|
||||||
:CUSTOM_ID: borgbackup
|
|
||||||
:END:
|
|
||||||
|
|
||||||
*** Who am I ?
|
|
||||||
|
|
||||||
I am a DevOps cloud engineer with a passion for technology, automation, Linux and OpenSource.
|
|
||||||
I've been on Linux since the /early/ 2000's and have contributed, in some small capacity, to some open source projects along the way.
|
|
||||||
|
|
||||||
I dabble in this space and I blog about it. This is how I learn, this is how I evolve.
|
|
||||||
|
|
||||||
*** Contact Me
|
|
||||||
|
|
||||||
If, for some reason, you'd like to get in touch you have sevaral options.
|
|
||||||
- Find me on [[https://libera.chat/][libera]] in ~#LearnAndTeach~.
|
|
||||||
- Email me at ~blog[at]lazkani[dot]io~
|
|
||||||
|
|
||||||
If you use /GPG/ and you should, my public key is ~2383 8945 E07E 670A 4BFE 39E6 FBD8 1F2B 1F48 8C2B~
|
|
||||||
|
|
||||||
* Posts
|
* Posts
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:EXPORT_HUGO_SECTION: posts
|
:EXPORT_HUGO_SECTION: posts
|
||||||
|
|
Loading…
Reference in a new issue