First try

Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
2018-05-10 15:54:19 +02:00
commit 993ed4e557
8 changed files with 64 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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

33
config.toml Normal file
View 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
View 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
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
static/img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

BIN
static/img/me.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 KiB

1
themes/coder Submodule

Submodule themes/coder added at 9328ab63c8