This commit is contained in:
Pagwin 2020-09-29 17:59:59 -04:00
parent 7f0bfcb26a
commit aa4dff67c4
8 changed files with 16 additions and 65 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
public/*

View file

@ -2,5 +2,19 @@ baseURL = "https://pagwin.xyz"
languageCode = "en-us"
title = "Pagwin's website"
theme = "liquorice"
[params]
author = "Pagwin"
[menu]
[[menu.main]]
identifier = "blog"
name = "blog"
url = "/blog/"
[[comment.menu.main]]
name = "getting started"
post = "<span class='alert'>New!</span>"
pre = "<i class='fa fa-road'></i>"
url = "/getting-started/"
weight = -100

View file

@ -1,5 +1,4 @@
---
title: "Pagwin's website"
icon: "asdf.ico"
---
# testing
Hi this is my website, not quite sure what to do with it quite yet but for now it exists

View file

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Pagwin&#39;s website</title>
<link>https://pagwin.xyz/blog/</link>
<description>Recent content on Pagwin&#39;s website</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://pagwin.xyz/blog/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View file

@ -1,10 +0,0 @@
<?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 Pagwin&#39;s website</title>
<link>https://pagwin.xyz/categories/</link>
<description>Recent content in Categories on Pagwin&#39;s website</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://pagwin.xyz/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View file

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Pagwin&#39;s website</title>
<link>https://pagwin.xyz/</link>
<description>Recent content on Pagwin&#39;s website</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://pagwin.xyz/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View file

@ -1,23 +0,0 @@
<?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>https://pagwin.xyz/</loc>
<priority>0</priority>
</url>
<url>
<loc>https://pagwin.xyz/blog/</loc>
<priority>0</priority>
</url>
<url>
<loc>https://pagwin.xyz/categories/</loc>
</url>
<url>
<loc>https://pagwin.xyz/tags/</loc>
</url>
</urlset>

View file

@ -1,10 +0,0 @@
<?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 Pagwin&#39;s website</title>
<link>https://pagwin.xyz/tags/</link>
<description>Recent content in Tags on Pagwin&#39;s website</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://pagwin.xyz/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>