--- /dev/null
+baseURL = "https://blog.scompo.it/"
+languageCode = "en-us"
+title = "scompo blog"
+theme = "kiss"
+copyright = "© <a href=\"https://blog.scompo.it/\">Mauro Scomparin</a> 2020"
+Paginate = 5
+enableRobotsTXT = true
+
+[params.rss] # Adding this tag enables RSS feed
+includeContent = true
+authorName = "Mauro Scomparin"
+authorEmail = "scompo@gmail.com"
+
+[params.info]
+homeTitle = "Home" # Title for home page
+poweredby = true
+related = true
+codeCopy = true
+taxonomiesCount = true
+
+[params.social]
+twitter = "scommpo"
+github = "scompo"
+email = "scompo@gmail.com"
+linkedin = "scompo"
+facebook = ""
+instagram = "mscompo"
+codepen = ""
+rss = "index.xml"
+
+[params.social.config]
+platforms = ["github","twitter","instagram","email","linkedin","instagram"]
+
+[taxonomies]
+tag ="tags"
+
+
+[blackfriday]
+hrefTargetBlank = true
+
--- /dev/null
+---
+title: "My First Post"
+date: 2020-09-06T18:25:57+02:00
+draft: false
+tags: [blog, first, venice]
+---
+
+This is the first post of the new blog.
+
+More to come hopefully.
+
+Let's post an image of venice.
+
+![Venice](/images/venice.jpg)
+
+Have a nice day :)
+