commit 3b12ae4563e302b8322f6114714136069736e5bb Author: fillotassi Date: Sat Sep 29 22:09:19 2018 +0200 Initial website layout 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..6137c19 --- /dev/null +++ b/config.toml @@ -0,0 +1,4 @@ +baseURL = "" +languageCode = "it" +title = "Hack-or-d(i|y)e 2018" +theme = "HOD2k18" diff --git a/content/posts/talk1.md b/content/posts/talk1.md new file mode 100644 index 0000000..f5556e3 --- /dev/null +++ b/content/posts/talk1.md @@ -0,0 +1,8 @@ +--- +title: "Gadgety Sound System" +#date: 2018-09-22T10:41:39+02:00 +orario: 09.00 +draft: false +--- + +Etc etc diff --git a/content/posts/talk2.md b/content/posts/talk2.md new file mode 100644 index 0000000..7ac7da8 --- /dev/null +++ b/content/posts/talk2.md @@ -0,0 +1,7 @@ +--- +title: "Talk1 afsadf dfadafadgbfh s" +#date: 2018-09-22T10:41:39+02:00 +draft: false +--- + +Etc etc diff --git a/content/posts/talk3.md b/content/posts/talk3.md new file mode 100644 index 0000000..670778d --- /dev/null +++ b/content/posts/talk3.md @@ -0,0 +1,7 @@ +--- +title: "Talk3 dfh fj yj gf hn" +#date: 2018-09-22T10:41:39+02:00 +draft: true +--- + +Etc etc diff --git a/content/posts/talk4.md b/content/posts/talk4.md new file mode 100644 index 0000000..cb3bd8f --- /dev/null +++ b/content/posts/talk4.md @@ -0,0 +1,7 @@ +--- +title: "Talk4 sdf sfg dfh djjn " +#date: 2018-09-22T10:41:39+02:00 +draft: true +--- + +Etc etc diff --git a/content/posts/talk5.md b/content/posts/talk5.md new file mode 100644 index 0000000..d94b20a --- /dev/null +++ b/content/posts/talk5.md @@ -0,0 +1,7 @@ +--- +title: "Talk5 dsgdfg dh dyt duj" +#date: 2018-09-22T10:41:39+02:00 +draft: true +--- + +Etc etc diff --git a/content/posts/talk6.md b/content/posts/talk6.md new file mode 100644 index 0000000..5aa91ca --- /dev/null +++ b/content/posts/talk6.md @@ -0,0 +1,7 @@ +--- +title: "Talk6 dsfs g dgse hs" +#date: 2018-09-22T10:41:39+02:00 +draft: true +--- + +Etc etc diff --git a/content/posts/talk7.md b/content/posts/talk7.md new file mode 100644 index 0000000..754ed58 --- /dev/null +++ b/content/posts/talk7.md @@ -0,0 +1,7 @@ +--- +title: "Talk7 sdfs fdg sgr s" +#date: 2018-09-22T10:41:39+02:00 +draft: true +--- + +Etc etc diff --git a/content/posts/talk8.md b/content/posts/talk8.md new file mode 100644 index 0000000..36fcc21 --- /dev/null +++ b/content/posts/talk8.md @@ -0,0 +1,7 @@ +--- +title: "Talk8 aweq qfefeg a" +#date: 2018-09-22T10:41:39+02:00 +draft: true +--- + +Etc etc diff --git a/content/posts/talk9.md b/content/posts/talk9.md new file mode 100644 index 0000000..a189ae2 --- /dev/null +++ b/content/posts/talk9.md @@ -0,0 +1,7 @@ +--- +title: "Talk9 wdfsdgvrwghrwas s" +#date: 2018-09-22T10:41:39+02:00 +draft: true +--- + +Etc etc diff --git a/public/categories/index.html b/public/categories/index.html new file mode 100644 index 0000000..fcc2f2e --- /dev/null +++ b/public/categories/index.html @@ -0,0 +1,61 @@ + + + + + + + Categories + + + + + + + +
+ Hack-or-d(i|y)e 2018 + +
+ +
+ + +
+ +1 of 0 + +
+
+ + + + + + diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..3bc3f5e --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,14 @@ + + + + Categories on Hack-or-d(i|y)e 2018 + /categories/ + Recent content in Categories on Hack-or-d(i|y)e 2018 + Hugo -- gohugo.io + it + + + + + + \ No newline at end of file diff --git a/public/categories/page/1/index.html b/public/categories/page/1/index.html new file mode 100644 index 0000000..504f47a --- /dev/null +++ b/public/categories/page/1/index.html @@ -0,0 +1 @@ +/categories/ \ No newline at end of file diff --git a/public/css/style.css b/public/css/style.css new file mode 100644 index 0000000..855aadd --- /dev/null +++ b/public/css/style.css @@ -0,0 +1,35 @@ +body { + margin: 0; + padding: 0; + background: #000001; + color: #37ffad; + font-family: monospace; +} +body main article { + max-width: 42em; + margin: auto; +} +body section { + background-color: lawngreen; +} +@media screen and (max-width: 600px) { + body main { + margin: 0 5% 0 5%; + } +} +@media screen and (min-width: 600px) { + body main { + margin: 0 20% 0 20%; + } +} +@media screen and (min-width: 900px) { + body main { + margin: 0 25% 0 25%; + } +} + +header { + background-color: yellow; +} + +/*# sourceMappingURL=style.css.map */ diff --git a/public/css/style.css.map b/public/css/style.css.map new file mode 100644 index 0000000..9b37a8e --- /dev/null +++ b/public/css/style.css.map @@ -0,0 +1 @@ +{"version":3,"sourceRoot":"","sources":["style.scss"],"names":[],"mappings":"AAKC;EACE;EACA;EACA;EACA;EACA;;AAEE;EACE;EACA;;AAIJ;EACE;;AAGF;EACE;IACE;;;AAGJ;EACE;IACE;;;AAGJ;EACE;IACE;;;;AAKP;EACE","file":"style.css"} \ No newline at end of file diff --git a/public/css/style.scss b/public/css/style.scss new file mode 100644 index 0000000..a408096 --- /dev/null +++ b/public/css/style.scss @@ -0,0 +1,42 @@ +$breakpoint-phone: 600px; +$breakpoint-tablet: 900px; +$breakpoint-normal-screen: 1200px; +$breakpoint-big-screen: 1800px; + + body { + margin:0; + padding:0; + background: #000001; + color: #37ffad; + font-family: monospace; + main{ + article{ + max-width:42em; + margin:auto; + } + } + + section{ + background-color: lawngreen; + } + + @media screen and (max-width: $breakpoint-phone) { + main{ + margin: 0 5% 0 5%; + } + } + @media screen and (min-width: $breakpoint-phone) { + main{ + margin: 0 20% 0 20%; + } + } + @media screen and (min-width: $breakpoint-tablet) { + main{ + margin: 0 25% 0 25%; + } + } + } + +header { + background-color: yellow; +} diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..504b6f6 --- /dev/null +++ b/public/index.html @@ -0,0 +1,58 @@ + + + + + + + Hack-or-d(i|y)e 2018 + + + + + + + +
+ Hack-or-d(i|y)e 2018 + +
+ +
+
/ You are only young once, but you can    \
+\ stay immature indefinitely.             /
+ -----------------------------------------
+   \
+    \
+        .--.
+       |o_o |
+       |:_/ |
+      //   \ \
+     (|     | )
+    /'\_   _/`\
+    \___)=(___/
+
_) __ |_|_   |\ |  _      _  ._ _  |_  ._ _
+_)      |    | \| (_) \/ (/_ | | | |_) | (/_
+ + +
+ +1 of 0 + +
+
+
+ + +
+ + diff --git a/public/index.xml b/public/index.xml new file mode 100644 index 0000000..9448349 --- /dev/null +++ b/public/index.xml @@ -0,0 +1,32 @@ + + + + Hack-or-d(i|y)e 2018 + / + Recent content on Hack-or-d(i|y)e 2018 + Hugo -- gohugo.io + it + + + + + + Talk1 + /posts/talk2/ + Mon, 01 Jan 0001 00:00:00 +0000 + + /posts/talk2/ + Etc etc + + + + Talk2 + /posts/talk1/ + Mon, 01 Jan 0001 00:00:00 +0000 + + /posts/talk1/ + Etc etc + + + + \ No newline at end of file diff --git a/public/page/1/index.html b/public/page/1/index.html new file mode 100644 index 0000000..1352283 --- /dev/null +++ b/public/page/1/index.html @@ -0,0 +1 @@ +/ \ No newline at end of file diff --git a/public/posts/index.html b/public/posts/index.html new file mode 100644 index 0000000..0fae609 --- /dev/null +++ b/public/posts/index.html @@ -0,0 +1,61 @@ + + + + + + + Posts + + + + + + + +
+ Hack-or-d(i|y)e 2018 + +
+ +
+ + +
+ +1 of 0 + +
+
+ + + + + + diff --git a/public/posts/index.xml b/public/posts/index.xml new file mode 100644 index 0000000..f00779a --- /dev/null +++ b/public/posts/index.xml @@ -0,0 +1,32 @@ + + + + Posts on Hack-or-d(i|y)e 2018 + /posts/ + Recent content in Posts on Hack-or-d(i|y)e 2018 + Hugo -- gohugo.io + it + + + + + + Talk1 + /posts/talk2/ + Mon, 01 Jan 0001 00:00:00 +0000 + + /posts/talk2/ + Etc etc + + + + Talk2 + /posts/talk1/ + Mon, 01 Jan 0001 00:00:00 +0000 + + /posts/talk1/ + Etc etc + + + + \ No newline at end of file diff --git a/public/posts/page/1/index.html b/public/posts/page/1/index.html new file mode 100644 index 0000000..6bac3a7 --- /dev/null +++ b/public/posts/page/1/index.html @@ -0,0 +1 @@ +/posts/ \ No newline at end of file diff --git a/public/posts/talk1/index.html b/public/posts/talk1/index.html new file mode 100644 index 0000000..659f6df --- /dev/null +++ b/public/posts/talk1/index.html @@ -0,0 +1,69 @@ + + + + + + + Talk2 + + + + + + + +
+ Hack-or-d(i|y)e 2018 + +
+ +
+
+

Talk2

+ +
+

Etc etc

+ +
+
+
    + +
+
+
+ +
+
+
+ + + + + diff --git a/public/posts/talk2/index.html b/public/posts/talk2/index.html new file mode 100644 index 0000000..ffae622 --- /dev/null +++ b/public/posts/talk2/index.html @@ -0,0 +1,69 @@ + + + + + + + Talk1 + + + + + + + +
+ Hack-or-d(i|y)e 2018 + +
+ +
+
+

Talk1

+ +
+

Etc etc

+ +
+
+
    + +
+
+
+ +
+
+
+ + + + + diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..8a64ee2 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,33 @@ + + + + + /categories/ + 0 + + + + / + 0 + + + + /posts/ + 0 + + + + /tags/ + 0 + + + + /posts/talk2/ + + + + /posts/talk1/ + + + \ No newline at end of file diff --git a/public/tags/index.html b/public/tags/index.html new file mode 100644 index 0000000..ef86e59 --- /dev/null +++ b/public/tags/index.html @@ -0,0 +1,61 @@ + + + + + + + Tags + + + + + + + +
+ Hack-or-d(i|y)e 2018 + +
+ +
+ + +
+ +1 of 0 + +
+
+ + + + + + diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..302cddb --- /dev/null +++ b/public/tags/index.xml @@ -0,0 +1,14 @@ + + + + Tags on Hack-or-d(i|y)e 2018 + /tags/ + Recent content in Tags on Hack-or-d(i|y)e 2018 + Hugo -- gohugo.io + it + + + + + + \ No newline at end of file diff --git a/public/tags/page/1/index.html b/public/tags/page/1/index.html new file mode 100644 index 0000000..7e00463 --- /dev/null +++ b/public/tags/page/1/index.html @@ -0,0 +1 @@ +/tags/ \ No newline at end of file diff --git a/themes/HOD2k18 b/themes/HOD2k18 new file mode 160000 index 0000000..2f15456 --- /dev/null +++ b/themes/HOD2k18 @@ -0,0 +1 @@ +Subproject commit 2f154564a18ddaeb39fc6264a3ecc66616e1773c