6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
33
config.toml
Normal file
33
config.toml
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
baseURL = "https://ettore.dreucci.it/"
|
||||||
|
title = "Ettore Dreucci"
|
||||||
|
|
||||||
|
languageCode = "en"
|
||||||
|
|
||||||
|
theme = "coder"
|
||||||
|
|
||||||
|
paginate = 20
|
||||||
|
canonifyurls = true
|
||||||
|
|
||||||
|
pygmentsstyle = "b2"
|
||||||
|
pygmentscodefences = true
|
||||||
|
pygmentscodefencesguesssyntax = true
|
||||||
|
|
||||||
|
[params]
|
||||||
|
author = "Ettore Dreucci"
|
||||||
|
info = "GNU/Linux nerd. Computer Engineering student at UniPi."
|
||||||
|
description = "Ettore Dreucci's personal website"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "Github"
|
||||||
|
weight = 1
|
||||||
|
url = "https://github.com/Noettore"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Blog"
|
||||||
|
weight = 1
|
||||||
|
url = "/posts/"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Contacts"
|
||||||
|
weight = 2
|
||||||
|
url = "/contacts/"
|
10
content/about.md
Normal file
10
content/about.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
title: "About"
|
||||||
|
date: 2018-05-10T02:06:41+02:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
I'm a GNU/Linux nerd and enthusiast and I'm in love with systems and networks engineering and administration.
|
||||||
|
|
||||||
|
|
||||||
|
|
14
content/contacts.md
Normal file
14
content/contacts.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
title: "Contacts"
|
||||||
|
date: 2018-05-10T02:01:09+02:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
* E-mail: ettore\<dot\>dreucci\<at\>gmail\<dot\>it
|
||||||
|
* Key fingerprint: [AC7C 5C97 475C 91B4 1689 86FC D229 C353 275D 785B](http://pgp.mit.edu/pks/lookup?op=get&search=0xD229C353275D785B)
|
||||||
|
* Keybase: [noettore](https://keybase.io/noettore)
|
||||||
|
* IRC: noettore on irc.freenode.net
|
||||||
|
* Ring: noettore
|
||||||
|
* Biglumber: [Key Exchange](http://biglumber.com/x/web?ev=28051;qh=16972)
|
||||||
|
* LinuxCounter: [#525856](https://www.linuxcounter.net/user/525856)
|
||||||
|
|
BIN
static/img/calvin.png
Executable file
BIN
static/img/calvin.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
static/img/favicon.ico
Normal file
BIN
static/img/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 122 KiB |
BIN
static/img/me.jpg
Normal file
BIN
static/img/me.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 264 KiB |
1
themes/coder
Submodule
1
themes/coder
Submodule
Submodule themes/coder added at 9328ab63c8
Reference in New Issue
Block a user