Temporarily include public/
This commit is contained in:
parent
346b0db5e6
commit
8d863adc69
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -14,4 +14,4 @@
|
|||
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
||||
.glide/
|
||||
|
||||
public
|
||||
#public
|
||||
|
|
411
public/404.html
Normal file
411
public/404.html
Normal file
|
@ -0,0 +1,411 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="da-dk">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="referrer" content="no-referrer">
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="icon" type="image/png" href="http://kollektivfonden.dk/favicon_16x16.png" sizes="16x16">
|
||||
<link rel="icon" type="image/png" href="http://kollektivfonden.dk/favicon_32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="http://kollektivfonden.dk/favicon_128x128.png" sizes="128x128">
|
||||
|
||||
<title>
|
||||
|
||||
|
||||
404 Page not found
|
||||
|
||||
</title>
|
||||
<link rel="canonical" href="">
|
||||
|
||||
<style>
|
||||
* {
|
||||
border:0;
|
||||
font:inherit;
|
||||
font-size:100%;
|
||||
vertical-align:baseline;
|
||||
margin:0;
|
||||
padding:0;
|
||||
color: black;
|
||||
text-decoration-skip: ink;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family:'Open Sans', 'Myriad Pro', Myriad, sans-serif;
|
||||
font-size:17px;
|
||||
line-height:160%;
|
||||
color:#1d1313;
|
||||
max-width:700px;
|
||||
margin:auto;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
a img {
|
||||
border:none;
|
||||
}
|
||||
|
||||
img {
|
||||
margin: 10px auto 10px auto;
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.left-justify {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.right-justify {
|
||||
float:right;
|
||||
}
|
||||
|
||||
pre, code {
|
||||
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 12px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
pre {
|
||||
margin-top: 0;
|
||||
margin-bottom: 16px;
|
||||
word-wrap: normal;
|
||||
padding: 16px;
|
||||
overflow: auto;
|
||||
font-size: 85%;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
pre>code {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-size: 100%;
|
||||
word-break: normal;
|
||||
white-space: pre;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
pre code {
|
||||
display: inline;
|
||||
max-width: auto;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
line-height: inherit;
|
||||
word-wrap: normal;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
pre code::before,
|
||||
pre code::after {
|
||||
content: normal;
|
||||
}
|
||||
|
||||
em,q,em,dfn {
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
.sans,html .gist .gist-file .gist-meta {
|
||||
font-family:"Open Sans","Myriad Pro",Myriad,sans-serif;
|
||||
}
|
||||
|
||||
.mono,pre,code,tt,p code,li code {
|
||||
font-family:Menlo,Monaco,"Andale Mono","lucida console","Courier New",monospace;
|
||||
}
|
||||
|
||||
.heading,.serif,h1,h2,h3 {
|
||||
font-family:"Old Standard TT",serif;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight:600;
|
||||
}
|
||||
|
||||
q:before {
|
||||
content:"\201C";
|
||||
}
|
||||
|
||||
q:after {
|
||||
content:"\201D";
|
||||
}
|
||||
|
||||
del,s {
|
||||
text-decoration:line-through;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font-family:"Old Standard TT",serif;
|
||||
text-align:center;
|
||||
padding:50px;
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
display:inline-block;
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
blockquote:before,blockquote:after {
|
||||
font-family:"Old Standard TT",serif;
|
||||
content:'\201C';
|
||||
font-size:35px;
|
||||
color:#403c3b;
|
||||
}
|
||||
|
||||
blockquote:after {
|
||||
content:'\201D';
|
||||
}
|
||||
|
||||
hr {
|
||||
width:40%;
|
||||
height: 1px;
|
||||
background:#403c3b;
|
||||
margin: 25px auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size:35px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size:28px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size:22px;
|
||||
margin-top:18px;
|
||||
}
|
||||
|
||||
h1 a,h2 a,h3 a {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
h1,h2 {
|
||||
margin-top:28px;
|
||||
}
|
||||
|
||||
#sub-header, time {
|
||||
color:#403c3b;
|
||||
font-size:13px;
|
||||
}
|
||||
|
||||
#sub-header {
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
#nav h1 a {
|
||||
font-size:35px;
|
||||
color:#1d1313;
|
||||
line-height:120%;
|
||||
}
|
||||
|
||||
.posts_listing a,#nav a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
ul li {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
ul li {
|
||||
list-style-type: none;
|
||||
}
|
||||
ul li:before {
|
||||
content:"\00BB \0020";
|
||||
}
|
||||
|
||||
#nav ul li:before, .posts_listing li:before {
|
||||
content:'';
|
||||
margin-right:0;
|
||||
}
|
||||
|
||||
#content {
|
||||
text-align:left;
|
||||
width:100%;
|
||||
font-size:15px;
|
||||
padding:60px 0 80px;
|
||||
}
|
||||
|
||||
#content h1,#content h2 {
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
#content h2 {
|
||||
font-size:25px;
|
||||
}
|
||||
|
||||
#content .entry-content {
|
||||
margin-top:15px;
|
||||
}
|
||||
|
||||
#content time {
|
||||
margin-left:3px;
|
||||
}
|
||||
|
||||
#content h1 {
|
||||
font-size:30px;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.posts_listing {
|
||||
margin:0 0 50px;
|
||||
}
|
||||
|
||||
.posts_listing li {
|
||||
margin:0 0 25px 15px;
|
||||
}
|
||||
|
||||
.posts_listing li a:hover,#nav a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#nav {
|
||||
text-align:center;
|
||||
position:static;
|
||||
margin-top:60px;
|
||||
}
|
||||
|
||||
#nav ul {
|
||||
display: table;
|
||||
margin: 8px auto 0 auto;
|
||||
}
|
||||
|
||||
#nav li {
|
||||
list-style-type:none;
|
||||
display:table-cell;
|
||||
font-size:15px;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
#links {
|
||||
margin: 50px 0 0 0;
|
||||
}
|
||||
|
||||
#links :nth-child(2) {
|
||||
float:right;
|
||||
}
|
||||
|
||||
#not-found {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#not-found a {
|
||||
font-family:"Old Standard TT",serif;
|
||||
font-size: 200px;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
padding-top: 225px;
|
||||
}
|
||||
|
||||
@media (max-width: 750px) {
|
||||
body {
|
||||
padding-left:20px;
|
||||
padding-right:20px;
|
||||
}
|
||||
|
||||
#nav h1 a {
|
||||
font-size:28px;
|
||||
}
|
||||
|
||||
#nav li {
|
||||
font-size:13px;
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin-top:0;
|
||||
padding-top:50px;
|
||||
font-size:14px;
|
||||
}
|
||||
|
||||
#content h1 {
|
||||
font-size:25px;
|
||||
}
|
||||
|
||||
#content h2 {
|
||||
font-size:22px;
|
||||
}
|
||||
|
||||
.posts_listing li div {
|
||||
font-size:12px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 400px) {
|
||||
body {
|
||||
padding-left:20px;
|
||||
padding-right:20px;
|
||||
}
|
||||
|
||||
#nav h1 a {
|
||||
font-size:22px;
|
||||
}
|
||||
|
||||
#nav li {
|
||||
font-size:12px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin-top:0;
|
||||
padding-top:20px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#content h1 {
|
||||
font-size:20px;
|
||||
}
|
||||
|
||||
#content h2 {
|
||||
font-size:18px;
|
||||
}
|
||||
|
||||
.posts_listing li div{
|
||||
font-size:12px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section id=nav>
|
||||
<h1><a href="http://kollektivfonden.dk/">Kollektivfonden</a></h1>
|
||||
<ul>
|
||||
|
||||
<li><a href="http://kollektivfonden.dk/adsaskjdl">Kontakt</a></li>
|
||||
|
||||
<li><a href="http://kollektivfonden.dk/adsasdsad">Manifest</a></li>
|
||||
|
||||
<li><a href="http://kollektivfonden.dk/asdsad">Opdateringer</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section id=not-found>
|
||||
<a href=/>404</a>
|
||||
</section>
|
||||
|
||||
</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 Kollektivfonden</title>
|
||||
<link>http://kollektivfonden.dk/categories/</link>
|
||||
<description>Recent content in Categories on Kollektivfonden</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>da-dk</language>
|
||||
|
||||
<atom:link href="http://kollektivfonden.dk/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
</channel>
|
||||
</rss>
|
BIN
public/favicon_128x128.png
Normal file
BIN
public/favicon_128x128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
public/favicon_16x16.png
Normal file
BIN
public/favicon_16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 285 B |
BIN
public/favicon_32x32.png
Normal file
BIN
public/favicon_32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 387 B |
419
public/index.html
Normal file
419
public/index.html
Normal file
|
@ -0,0 +1,419 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="da-dk">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.40.1" />
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="referrer" content="no-referrer">
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="icon" type="image/png" href="http://kollektivfonden.dk/favicon_16x16.png" sizes="16x16">
|
||||
<link rel="icon" type="image/png" href="http://kollektivfonden.dk/favicon_32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="http://kollektivfonden.dk/favicon_128x128.png" sizes="128x128">
|
||||
|
||||
<title>
|
||||
|
||||
|
||||
Kollektivfonden
|
||||
|
||||
</title>
|
||||
<link rel="canonical" href="http://kollektivfonden.dk/">
|
||||
|
||||
<style>
|
||||
* {
|
||||
border:0;
|
||||
font:inherit;
|
||||
font-size:100%;
|
||||
vertical-align:baseline;
|
||||
margin:0;
|
||||
padding:0;
|
||||
color: black;
|
||||
text-decoration-skip: ink;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family:'Open Sans', 'Myriad Pro', Myriad, sans-serif;
|
||||
font-size:17px;
|
||||
line-height:160%;
|
||||
color:#1d1313;
|
||||
max-width:700px;
|
||||
margin:auto;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
a img {
|
||||
border:none;
|
||||
}
|
||||
|
||||
img {
|
||||
margin: 10px auto 10px auto;
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.left-justify {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.right-justify {
|
||||
float:right;
|
||||
}
|
||||
|
||||
pre, code {
|
||||
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 12px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
pre {
|
||||
margin-top: 0;
|
||||
margin-bottom: 16px;
|
||||
word-wrap: normal;
|
||||
padding: 16px;
|
||||
overflow: auto;
|
||||
font-size: 85%;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
pre>code {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-size: 100%;
|
||||
word-break: normal;
|
||||
white-space: pre;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
pre code {
|
||||
display: inline;
|
||||
max-width: auto;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
line-height: inherit;
|
||||
word-wrap: normal;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
pre code::before,
|
||||
pre code::after {
|
||||
content: normal;
|
||||
}
|
||||
|
||||
em,q,em,dfn {
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
.sans,html .gist .gist-file .gist-meta {
|
||||
font-family:"Open Sans","Myriad Pro",Myriad,sans-serif;
|
||||
}
|
||||
|
||||
.mono,pre,code,tt,p code,li code {
|
||||
font-family:Menlo,Monaco,"Andale Mono","lucida console","Courier New",monospace;
|
||||
}
|
||||
|
||||
.heading,.serif,h1,h2,h3 {
|
||||
font-family:"Old Standard TT",serif;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight:600;
|
||||
}
|
||||
|
||||
q:before {
|
||||
content:"\201C";
|
||||
}
|
||||
|
||||
q:after {
|
||||
content:"\201D";
|
||||
}
|
||||
|
||||
del,s {
|
||||
text-decoration:line-through;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font-family:"Old Standard TT",serif;
|
||||
text-align:center;
|
||||
padding:50px;
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
display:inline-block;
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
blockquote:before,blockquote:after {
|
||||
font-family:"Old Standard TT",serif;
|
||||
content:'\201C';
|
||||
font-size:35px;
|
||||
color:#403c3b;
|
||||
}
|
||||
|
||||
blockquote:after {
|
||||
content:'\201D';
|
||||
}
|
||||
|
||||
hr {
|
||||
width:40%;
|
||||
height: 1px;
|
||||
background:#403c3b;
|
||||
margin: 25px auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size:35px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size:28px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size:22px;
|
||||
margin-top:18px;
|
||||
}
|
||||
|
||||
h1 a,h2 a,h3 a {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
h1,h2 {
|
||||
margin-top:28px;
|
||||
}
|
||||
|
||||
#sub-header, time {
|
||||
color:#403c3b;
|
||||
font-size:13px;
|
||||
}
|
||||
|
||||
#sub-header {
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
#nav h1 a {
|
||||
font-size:35px;
|
||||
color:#1d1313;
|
||||
line-height:120%;
|
||||
}
|
||||
|
||||
.posts_listing a,#nav a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
ul li {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
ul li {
|
||||
list-style-type: none;
|
||||
}
|
||||
ul li:before {
|
||||
content:"\00BB \0020";
|
||||
}
|
||||
|
||||
#nav ul li:before, .posts_listing li:before {
|
||||
content:'';
|
||||
margin-right:0;
|
||||
}
|
||||
|
||||
#content {
|
||||
text-align:left;
|
||||
width:100%;
|
||||
font-size:15px;
|
||||
padding:60px 0 80px;
|
||||
}
|
||||
|
||||
#content h1,#content h2 {
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
#content h2 {
|
||||
font-size:25px;
|
||||
}
|
||||
|
||||
#content .entry-content {
|
||||
margin-top:15px;
|
||||
}
|
||||
|
||||
#content time {
|
||||
margin-left:3px;
|
||||
}
|
||||
|
||||
#content h1 {
|
||||
font-size:30px;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.posts_listing {
|
||||
margin:0 0 50px;
|
||||
}
|
||||
|
||||
.posts_listing li {
|
||||
margin:0 0 25px 15px;
|
||||
}
|
||||
|
||||
.posts_listing li a:hover,#nav a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#nav {
|
||||
text-align:center;
|
||||
position:static;
|
||||
margin-top:60px;
|
||||
}
|
||||
|
||||
#nav ul {
|
||||
display: table;
|
||||
margin: 8px auto 0 auto;
|
||||
}
|
||||
|
||||
#nav li {
|
||||
list-style-type:none;
|
||||
display:table-cell;
|
||||
font-size:15px;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
#links {
|
||||
margin: 50px 0 0 0;
|
||||
}
|
||||
|
||||
#links :nth-child(2) {
|
||||
float:right;
|
||||
}
|
||||
|
||||
#not-found {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#not-found a {
|
||||
font-family:"Old Standard TT",serif;
|
||||
font-size: 200px;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
padding-top: 225px;
|
||||
}
|
||||
|
||||
@media (max-width: 750px) {
|
||||
body {
|
||||
padding-left:20px;
|
||||
padding-right:20px;
|
||||
}
|
||||
|
||||
#nav h1 a {
|
||||
font-size:28px;
|
||||
}
|
||||
|
||||
#nav li {
|
||||
font-size:13px;
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin-top:0;
|
||||
padding-top:50px;
|
||||
font-size:14px;
|
||||
}
|
||||
|
||||
#content h1 {
|
||||
font-size:25px;
|
||||
}
|
||||
|
||||
#content h2 {
|
||||
font-size:22px;
|
||||
}
|
||||
|
||||
.posts_listing li div {
|
||||
font-size:12px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 400px) {
|
||||
body {
|
||||
padding-left:20px;
|
||||
padding-right:20px;
|
||||
}
|
||||
|
||||
#nav h1 a {
|
||||
font-size:22px;
|
||||
}
|
||||
|
||||
#nav li {
|
||||
font-size:12px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin-top:0;
|
||||
padding-top:20px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#content h1 {
|
||||
font-size:20px;
|
||||
}
|
||||
|
||||
#content h2 {
|
||||
font-size:18px;
|
||||
}
|
||||
|
||||
.posts_listing li div{
|
||||
font-size:12px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<link href="http://kollektivfonden.dk/index.xml" rel="alternate" type="application/rss+xml" title="Kollektivfonden" />
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section id=nav>
|
||||
<h1><a href="http://kollektivfonden.dk/">Kollektivfonden</a></h1>
|
||||
<ul>
|
||||
|
||||
<li><a href="http://kollektivfonden.dk/adsaskjdl">Kontakt</a></li>
|
||||
|
||||
<li><a href="http://kollektivfonden.dk/adsasdsad">Manifest</a></li>
|
||||
|
||||
<li><a href="http://kollektivfonden.dk/asdsad">Opdateringer</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
<section id=content>
|
||||
<ul class=posts_listing>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
14
public/index.xml
Normal file
14
public/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>Kollektivfonden</title>
|
||||
<link>http://kollektivfonden.dk/</link>
|
||||
<description>Recent content on Kollektivfonden</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>da-dk</language>
|
||||
|
||||
<atom:link href="http://kollektivfonden.dk/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
</channel>
|
||||
</rss>
|
20
public/sitemap.xml
Normal file
20
public/sitemap.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?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>http://kollektivfonden.dk/categories/</loc>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://kollektivfonden.dk/</loc>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://kollektivfonden.dk/tags/</loc>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
</urlset>
|
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 Kollektivfonden</title>
|
||||
<link>http://kollektivfonden.dk/tags/</link>
|
||||
<description>Recent content in Tags on Kollektivfonden</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>da-dk</language>
|
||||
|
||||
<atom:link href="http://kollektivfonden.dk/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
</channel>
|
||||
</rss>
|
Loading…
Reference in a new issue