mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-18 08:05:42 +00:00
stuff
This commit is contained in:
parent
7f0bfcb26a
commit
aa4dff67c4
8 changed files with 16 additions and 65 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
public/*
|
14
config.toml
14
config.toml
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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's website</title>
|
||||
<link>https://pagwin.xyz/blog/</link>
|
||||
<description>Recent content on Pagwin'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>
|
|
@ -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's website</title>
|
||||
<link>https://pagwin.xyz/categories/</link>
|
||||
<description>Recent content in Categories on Pagwin'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>
|
|
@ -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's website</title>
|
||||
<link>https://pagwin.xyz/</link>
|
||||
<description>Recent content on Pagwin'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>
|
|
@ -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>
|
|
@ -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's website</title>
|
||||
<link>https://pagwin.xyz/tags/</link>
|
||||
<description>Recent content in Tags on Pagwin'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>
|
Loading…
Reference in a new issue