Browse Source

Initial website layout

fillotassi 5 years ago
commit
3b12ae4563

+ 6 - 0
archetypes/default.md

@@ -0,0 +1,6 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+draft: true
+---
+

+ 4 - 0
config.toml

@@ -0,0 +1,4 @@
+baseURL = ""
+languageCode = "it"
+title = "Hack-or-d(i|y)e 2018"
+theme = "HOD2k18"

+ 8 - 0
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

+ 7 - 0
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

+ 7 - 0
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

+ 7 - 0
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

+ 7 - 0
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

+ 7 - 0
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

+ 7 - 0
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

+ 7 - 0
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

+ 7 - 0
content/posts/talk9.md

@@ -0,0 +1,7 @@
+---
+title: "Talk9 wdfsdgvrwghrwas s"
+#date: 2018-09-22T10:41:39+02:00
+draft: true
+---
+
+Etc etc

+ 61 - 0
public/categories/index.html

@@ -0,0 +1,61 @@
+<!DOCTYPE html>
+<html lang="it">
+<head>
+	<meta charset="UTF-8">
+	<meta name="viewport" content="width=device-width, initial-scale=1.0">
+	<meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<title>Categories</title>
+	
+	
+	<link rel="stylesheet" href="css/style.css">
+	<link href="/categories/index.xml" rel="feed" type="application/rss+xml" title="Hack-or-d(i|y)e 2018">
+	<meta name="generator" content="Hugo 0.42.2" />
+</head>
+<body>
+	<header>
+		<a href="">Hack-or-d(i|y)e 2018</a>
+		<nav>
+			<ul>
+				
+			</ul>
+		</nav>
+	</header>
+
+	<main>
+		
+		
+		<div>
+
+1 of 0
+
+</div>
+	</main>
+	<aside>
+		<div>
+			<div>
+				<h3>LATEST POSTS</h3>
+			</div>
+			<div>
+				<ul>
+					
+					<li><a href="/categories/">Categories</a></li>
+					
+					<li><a href="/">Hack-or-d(i|y)e 2018</a></li>
+					
+					<li><a href="/posts/">Posts</a></li>
+					
+					<li><a href="/tags/">Tags</a></li>
+					
+					<li><a href="/posts/talk2/">Talk1</a></li>
+					
+				</ul>
+			</div>
+		</div>
+	</aside>
+
+	<footer>
+		
+	</footer>
+</body>
+</html>
+

+ 14 - 0
public/categories/index.xml

@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Categories on Hack-or-d(i|y)e 2018</title>
+    <link>/categories/</link>
+    <description>Recent content in Categories on Hack-or-d(i|y)e 2018</description>
+    <generator>Hugo -- gohugo.io</generator>
+    <language>it</language>
+    
+	<atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
+    
+    
+  </channel>
+</rss>

+ 1 - 0
public/categories/page/1/index.html

@@ -0,0 +1 @@
+<!DOCTYPE html><html><head><title>/categories/</title><link rel="canonical" href="/categories/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=/categories/" /></head></html>

+ 35 - 0
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 */

+ 1 - 0
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"}

+ 42 - 0
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;
+}

+ 58 - 0
public/index.html

@@ -0,0 +1,58 @@
+<!DOCTYPE html>
+<html lang="it">
+<head>
+	<meta charset="UTF-8">
+	<meta name="viewport" content="width=device-width, initial-scale=1.0">
+	<meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<title>Hack-or-d(i|y)e 2018</title>
+	
+	
+	<link rel="stylesheet" href="css/style.css">
+	<link href="/index.xml" rel="feed" type="application/rss+xml" title="Hack-or-d(i|y)e 2018">
+	<meta name="generator" content="Hugo 0.42.2" />
+</head>
+<body>
+	<header>
+		<a href="">Hack-or-d(i|y)e 2018</a>
+		<nav>
+			<ul>
+				
+			</ul>
+		</nav>
+	</header>
+
+	<main>
+		<pre>/ You are only young once, but you can    \
+\ stay immature indefinitely.             /
+ -----------------------------------------
+   \
+    \
+        .--.
+       |o_o |
+       |:_/ |
+      //   \ \
+     (|     | )
+    /'\_   _/`\
+    \___)=(___/</pre>
+		<pre>_) __ |_|_   |\ |  _      _  ._ _  |_  ._ _
+_)      |    | \| (_) \/ (/_ | | | |_) | (/_</pre>
+	
+		
+		<div>
+
+1 of 0
+
+</div>
+	</main>
+	<section>
+  <ul>
+    
+    <li><a href="/posts/talk2/">Talk1</a></li>
+    
+    <li><a href="/posts/talk1/">Talk2</a></li>
+    
+  </ul>
+</div>
+</section>
+
+	

+ 32 - 0
public/index.xml

@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Hack-or-d(i|y)e 2018</title>
+    <link>/</link>
+    <description>Recent content on Hack-or-d(i|y)e 2018</description>
+    <generator>Hugo -- gohugo.io</generator>
+    <language>it</language>
+    
+	<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
+    
+    
+    <item>
+      <title>Talk1</title>
+      <link>/posts/talk2/</link>
+      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+      
+      <guid>/posts/talk2/</guid>
+      <description>Etc etc</description>
+    </item>
+    
+    <item>
+      <title>Talk2</title>
+      <link>/posts/talk1/</link>
+      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+      
+      <guid>/posts/talk1/</guid>
+      <description>Etc etc</description>
+    </item>
+    
+  </channel>
+</rss>

+ 1 - 0
public/page/1/index.html

@@ -0,0 +1 @@
+<!DOCTYPE html><html><head><title>/</title><link rel="canonical" href="/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=/" /></head></html>

+ 61 - 0
public/posts/index.html

@@ -0,0 +1,61 @@
+<!DOCTYPE html>
+<html lang="it">
+<head>
+	<meta charset="UTF-8">
+	<meta name="viewport" content="width=device-width, initial-scale=1.0">
+	<meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<title>Posts</title>
+	
+	
+	<link rel="stylesheet" href="css/style.css">
+	<link href="/posts/index.xml" rel="feed" type="application/rss+xml" title="Hack-or-d(i|y)e 2018">
+	<meta name="generator" content="Hugo 0.42.2" />
+</head>
+<body>
+	<header>
+		<a href="">Hack-or-d(i|y)e 2018</a>
+		<nav>
+			<ul>
+				
+			</ul>
+		</nav>
+	</header>
+
+	<main>
+		
+		
+		<div>
+
+1 of 0
+
+</div>
+	</main>
+	<aside>
+		<div>
+			<div>
+				<h3>LATEST POSTS</h3>
+			</div>
+			<div>
+				<ul>
+					
+					<li><a href="/categories/">Categories</a></li>
+					
+					<li><a href="/">Hack-or-d(i|y)e 2018</a></li>
+					
+					<li><a href="/posts/">Posts</a></li>
+					
+					<li><a href="/tags/">Tags</a></li>
+					
+					<li><a href="/posts/talk2/">Talk1</a></li>
+					
+				</ul>
+			</div>
+		</div>
+	</aside>
+
+	<footer>
+		
+	</footer>
+</body>
+</html>
+

+ 32 - 0
public/posts/index.xml

@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Posts on Hack-or-d(i|y)e 2018</title>
+    <link>/posts/</link>
+    <description>Recent content in Posts on Hack-or-d(i|y)e 2018</description>
+    <generator>Hugo -- gohugo.io</generator>
+    <language>it</language>
+    
+	<atom:link href="/posts/index.xml" rel="self" type="application/rss+xml" />
+    
+    
+    <item>
+      <title>Talk1</title>
+      <link>/posts/talk2/</link>
+      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+      
+      <guid>/posts/talk2/</guid>
+      <description>Etc etc</description>
+    </item>
+    
+    <item>
+      <title>Talk2</title>
+      <link>/posts/talk1/</link>
+      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+      
+      <guid>/posts/talk1/</guid>
+      <description>Etc etc</description>
+    </item>
+    
+  </channel>
+</rss>

+ 1 - 0
public/posts/page/1/index.html

@@ -0,0 +1 @@
+<!DOCTYPE html><html><head><title>/posts/</title><link rel="canonical" href="/posts/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=/posts/" /></head></html>

+ 69 - 0
public/posts/talk1/index.html

@@ -0,0 +1,69 @@
+<!DOCTYPE html>
+<html lang="it">
+<head>
+	<meta charset="UTF-8">
+	<meta name="viewport" content="width=device-width, initial-scale=1.0">
+	<meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<title>Talk2</title>
+	
+	
+	<link rel="stylesheet" href="css/style.css">
+	
+	<meta name="generator" content="Hugo 0.42.2" />
+</head>
+<body>
+	<header>
+		<a href="">Hack-or-d(i|y)e 2018</a>
+		<nav>
+			<ul>
+				
+			</ul>
+		</nav>
+	</header>
+
+	<main>
+		<article>
+			<h1>Talk2</h1>
+			<time>01.01.0001 00:00</time>
+			<div>
+				<p>Etc etc</p>
+
+			</div>
+			<div>
+				<ul id="tags">
+					
+				</ul>
+			</div>
+			<div>
+				
+			</div>
+		</article>
+	</main>
+	<aside>
+		<div>
+			<div>
+				<h3>LATEST POSTS</h3>
+			</div>
+			<div>
+				<ul>
+					
+					<li><a href="/categories/">Categories</a></li>
+					
+					<li><a href="/">Hack-or-d(i|y)e 2018</a></li>
+					
+					<li><a href="/posts/">Posts</a></li>
+					
+					<li><a href="/tags/">Tags</a></li>
+					
+					<li><a href="/posts/talk2/">Talk1</a></li>
+					
+				</ul>
+			</div>
+		</div>
+	</aside>
+
+	<footer>
+		
+	</footer>
+</body>
+</html>

+ 69 - 0
public/posts/talk2/index.html

@@ -0,0 +1,69 @@
+<!DOCTYPE html>
+<html lang="it">
+<head>
+	<meta charset="UTF-8">
+	<meta name="viewport" content="width=device-width, initial-scale=1.0">
+	<meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<title>Talk1</title>
+	
+	
+	<link rel="stylesheet" href="css/style.css">
+	
+	<meta name="generator" content="Hugo 0.42.2" />
+</head>
+<body>
+	<header>
+		<a href="">Hack-or-d(i|y)e 2018</a>
+		<nav>
+			<ul>
+				
+			</ul>
+		</nav>
+	</header>
+
+	<main>
+		<article>
+			<h1>Talk1</h1>
+			<time>01.01.0001 00:00</time>
+			<div>
+				<p>Etc etc</p>
+
+			</div>
+			<div>
+				<ul id="tags">
+					
+				</ul>
+			</div>
+			<div>
+				
+			</div>
+		</article>
+	</main>
+	<aside>
+		<div>
+			<div>
+				<h3>LATEST POSTS</h3>
+			</div>
+			<div>
+				<ul>
+					
+					<li><a href="/categories/">Categories</a></li>
+					
+					<li><a href="/">Hack-or-d(i|y)e 2018</a></li>
+					
+					<li><a href="/posts/">Posts</a></li>
+					
+					<li><a href="/tags/">Tags</a></li>
+					
+					<li><a href="/posts/talk2/">Talk1</a></li>
+					
+				</ul>
+			</div>
+		</div>
+	</aside>
+
+	<footer>
+		
+	</footer>
+</body>
+</html>

+ 33 - 0
public/sitemap.xml

@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
+  xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  
+  <url>
+    <loc>/categories/</loc>
+    <priority>0</priority>
+  </url>
+  
+  <url>
+    <loc>/</loc>
+    <priority>0</priority>
+  </url>
+  
+  <url>
+    <loc>/posts/</loc>
+    <priority>0</priority>
+  </url>
+  
+  <url>
+    <loc>/tags/</loc>
+    <priority>0</priority>
+  </url>
+  
+  <url>
+    <loc>/posts/talk2/</loc>
+  </url>
+  
+  <url>
+    <loc>/posts/talk1/</loc>
+  </url>
+  
+</urlset>

+ 61 - 0
public/tags/index.html

@@ -0,0 +1,61 @@
+<!DOCTYPE html>
+<html lang="it">
+<head>
+	<meta charset="UTF-8">
+	<meta name="viewport" content="width=device-width, initial-scale=1.0">
+	<meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<title>Tags</title>
+	
+	
+	<link rel="stylesheet" href="css/style.css">
+	<link href="/tags/index.xml" rel="feed" type="application/rss+xml" title="Hack-or-d(i|y)e 2018">
+	<meta name="generator" content="Hugo 0.42.2" />
+</head>
+<body>
+	<header>
+		<a href="">Hack-or-d(i|y)e 2018</a>
+		<nav>
+			<ul>
+				
+			</ul>
+		</nav>
+	</header>
+
+	<main>
+		
+		
+		<div>
+
+1 of 0
+
+</div>
+	</main>
+	<aside>
+		<div>
+			<div>
+				<h3>LATEST POSTS</h3>
+			</div>
+			<div>
+				<ul>
+					
+					<li><a href="/categories/">Categories</a></li>
+					
+					<li><a href="/">Hack-or-d(i|y)e 2018</a></li>
+					
+					<li><a href="/posts/">Posts</a></li>
+					
+					<li><a href="/tags/">Tags</a></li>
+					
+					<li><a href="/posts/talk2/">Talk1</a></li>
+					
+				</ul>
+			</div>
+		</div>
+	</aside>
+
+	<footer>
+		
+	</footer>
+</body>
+</html>
+

+ 14 - 0
public/tags/index.xml

@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Tags on Hack-or-d(i|y)e 2018</title>
+    <link>/tags/</link>
+    <description>Recent content in Tags on Hack-or-d(i|y)e 2018</description>
+    <generator>Hugo -- gohugo.io</generator>
+    <language>it</language>
+    
+	<atom:link href="/tags/index.xml" rel="self" type="application/rss+xml" />
+    
+    
+  </channel>
+</rss>

+ 1 - 0
public/tags/page/1/index.html

@@ -0,0 +1 @@
+<!DOCTYPE html><html><head><title>/tags/</title><link rel="canonical" href="/tags/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=/tags/" /></head></html>

+ 1 - 0
themes/HOD2k18

@@ -0,0 +1 @@
+Subproject commit 2f154564a18ddaeb39fc6264a3ecc66616e1773c