commit 993ed4e557c583a93973927a426e1d4d0fff07fc Author: Ettore Dreucci Date: Thu May 10 15:54:19 2018 +0200 First try Signed-off-by: Ettore Dreucci diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..57ea4de --- /dev/null +++ b/config.toml @@ -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/" diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..f258a00 --- /dev/null +++ b/content/about.md @@ -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. + + + diff --git a/content/contacts.md b/content/contacts.md new file mode 100644 index 0000000..0f13929 --- /dev/null +++ b/content/contacts.md @@ -0,0 +1,14 @@ +--- +title: "Contacts" +date: 2018-05-10T02:01:09+02:00 +draft: false +--- + +* E-mail: ettore\dreucci\gmail\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) + diff --git a/static/img/calvin.png b/static/img/calvin.png new file mode 100755 index 0000000..2359c31 Binary files /dev/null and b/static/img/calvin.png differ diff --git a/static/img/favicon.ico b/static/img/favicon.ico new file mode 100644 index 0000000..39ad5d5 Binary files /dev/null and b/static/img/favicon.ico differ diff --git a/static/img/me.jpg b/static/img/me.jpg new file mode 100644 index 0000000..94c2752 Binary files /dev/null and b/static/img/me.jpg differ diff --git a/themes/coder b/themes/coder new file mode 160000 index 0000000..9328ab6 --- /dev/null +++ b/themes/coder @@ -0,0 +1 @@ +Subproject commit 9328ab63c81e0da994f79f0e760392622c63508a