Add first article draft
parent
edf50d868c
commit
a56242b818
|
@ -7,13 +7,16 @@ theme = "hermit"
|
|||
pygmentsCodefences = true
|
||||
pygmentsUseClasses = true
|
||||
rssLimit = 15
|
||||
copyright = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International 4.0 International License."
|
||||
copyright = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
|
||||
enableEmoji = true
|
||||
relativeUrls = true
|
||||
|
||||
[author]
|
||||
name = "Davide Polonio"
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
|
||||
[params]
|
||||
dateform = "2 Jan 2006"
|
||||
dateformShort = "2 Jan"
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: Hello world
|
||||
description: The very first article of this blog
|
||||
tags:
|
||||
- blog
|
||||
- tech
|
||||
- hugo
|
||||
---
|
||||
|
||||
If you are reading this it means either you are trying to understand who I'm
|
||||
(are you a recruiter by any chance?) or you are simply bored. In any way, this
|
||||
is the very first blog post, and it means you have come to the end of the road
|
||||
(since this is the beginning). In this article I am going to write down my ideas
|
||||
for this blog. I always loved to have a place where I can write down my thoughts
|
||||
about a new technology, a new framework or what I did in order to achieve a goal
|
||||
in a hobby project, but also where I can express my ideas regarding modern
|
||||
dilemmas like privacy issues and decentralization. I am not the kind of guy who
|
||||
likes social networks, so I never had the chance to express them.
|
Loading…
Reference in New Issue