+{{ content }}
+
+
diff --git a/_posts/2021-10-10-test.md b/_posts/2021-10-10-test.md
new file mode 100644
index 0000000..ea57cef
--- /dev/null
+++ b/_posts/2021-10-10-test.md
@@ -0,0 +1,17 @@
+---
+layout: post
+title: "Hello world!"
+---
+
+This is a sample post made to display posts made using `jekyll-theme-bluelib`.
+
+`:)`
+
+
+
+ Definition
+
+
+ Description!
+
+
\ No newline at end of file
diff --git a/jekyll-theme-bluelib.gemspec b/jekyll-theme-bluelib.gemspec
index 27deedc..ad88243 100644
--- a/jekyll-theme-bluelib.gemspec
+++ b/jekyll-theme-bluelib.gemspec
@@ -6,9 +6,9 @@ Gem::Specification.new do |spec|
spec.authors = ["Stefano Pigozzi"]
spec.email = ["me@steffo.eu"]
- spec.summary = "TODO: Write a short summary, because Rubygems requires one."
- spec.homepage = "TODO: Put your gem's website or public repo URL here."
- spec.license = "MIT"
+ spec.summary = "Bluelib theme for Jekyll."
+ spec.homepage = "https://github.com/Steffo99/jekyll-theme-bluelib"
+ spec.license = "AGPL-3.0-or-later"
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README|_config\.yml)!i) }