forked from fillotassi/HOD2018_website
Initial website layout
This commit is contained in:
commit
3b12ae4563
30 changed files with 661 additions and 0 deletions
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
4
config.toml
Normal file
4
config.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
baseURL = ""
|
||||
languageCode = "it"
|
||||
title = "Hack-or-d(i|y)e 2018"
|
||||
theme = "HOD2k18"
|
8
content/posts/talk1.md
Normal file
8
content/posts/talk1.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "Gadgety Sound System"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
orario: 09.00
|
||||
draft: false
|
||||
---
|
||||
|
||||
Etc etc
|
7
content/posts/talk2.md
Normal file
7
content/posts/talk2.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Talk1 afsadf dfadafadgbfh s"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
Etc etc
|
7
content/posts/talk3.md
Normal file
7
content/posts/talk3.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Talk3 dfh fj yj gf hn"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
draft: true
|
||||
---
|
||||
|
||||
Etc etc
|
7
content/posts/talk4.md
Normal file
7
content/posts/talk4.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Talk4 sdf sfg dfh djjn "
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
draft: true
|
||||
---
|
||||
|
||||
Etc etc
|
7
content/posts/talk5.md
Normal file
7
content/posts/talk5.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Talk5 dsgdfg dh dyt duj"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
draft: true
|
||||
---
|
||||
|
||||
Etc etc
|
7
content/posts/talk6.md
Normal file
7
content/posts/talk6.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Talk6 dsfs g dgse hs"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
draft: true
|
||||
---
|
||||
|
||||
Etc etc
|
7
content/posts/talk7.md
Normal file
7
content/posts/talk7.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Talk7 sdfs fdg sgr s"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
draft: true
|
||||
---
|
||||
|
||||
Etc etc
|
7
content/posts/talk8.md
Normal file
7
content/posts/talk8.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Talk8 aweq qfefeg a"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
draft: true
|
||||
---
|
||||
|
||||
Etc etc
|
7
content/posts/talk9.md
Normal file
7
content/posts/talk9.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Talk9 wdfsdgvrwghrwas s"
|
||||
#date: 2018-09-22T10:41:39+02:00
|
||||
draft: true
|
||||
---
|
||||
|
||||
Etc etc
|
61
public/categories/index.html
Normal file
61
public/categories/index.html
Normal file
|
@ -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
public/categories/index.xml
Normal file
14
public/categories/index.xml
Normal file
|
@ -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
public/categories/page/1/index.html
Normal file
1
public/categories/page/1/index.html
Normal file
|
@ -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
public/css/style.css
Normal file
35
public/css/style.css
Normal file
|
@ -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
public/css/style.css.map
Normal file
1
public/css/style.css.map
Normal file
|
@ -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
public/css/style.scss
Normal file
42
public/css/style.scss
Normal file
|
@ -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
public/index.html
Normal file
58
public/index.html
Normal file
|
@ -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
public/index.xml
Normal file
32
public/index.xml
Normal file
|
@ -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
public/page/1/index.html
Normal file
1
public/page/1/index.html
Normal file
|
@ -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
public/posts/index.html
Normal file
61
public/posts/index.html
Normal file
|
@ -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
public/posts/index.xml
Normal file
32
public/posts/index.xml
Normal file
|
@ -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
public/posts/page/1/index.html
Normal file
1
public/posts/page/1/index.html
Normal file
|
@ -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
public/posts/talk1/index.html
Normal file
69
public/posts/talk1/index.html
Normal file
|
@ -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
public/posts/talk2/index.html
Normal file
69
public/posts/talk2/index.html
Normal file
|
@ -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
public/sitemap.xml
Normal file
33
public/sitemap.xml
Normal file
|
@ -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
public/tags/index.html
Normal file
61
public/tags/index.html
Normal file
|
@ -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
public/tags/index.xml
Normal file
14
public/tags/index.xml
Normal file
|
@ -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
public/tags/page/1/index.html
Normal file
1
public/tags/page/1/index.html
Normal file
|
@ -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
themes/HOD2k18
Submodule
1
themes/HOD2k18
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 2f154564a18ddaeb39fc6264a3ecc66616e1773c
|
Loading…
Reference in a new issue