Basic website structure and settings

This commit is contained in:
2024-05-30 01:13:34 +01:00
parent 7f9183d85d
commit 407e317d8e
37 changed files with 332 additions and 1372 deletions

View File

@@ -1,14 +1,23 @@
baseURL: "https://examplesite.com/" baseURL: "https://examplesite.com/"
title: ExampleSite title: TrudeWeb
paginate: 5 paginate: 5
theme: PaperMod theme: PaperMod
copyright: "Open-source - MIT License"
# Search
outputs:
home:
- HTML
- RSS
- JSON # necessary for search
enableRobotsTXT: true enableRobotsTXT: true
buildDrafts: false buildDrafts: false
buildFuture: false buildFuture: false
buildExpired: false buildExpired: false
googleAnalytics: UA-123-45 # googleAnalytics: UA-123-45
minify: minify:
disableXML: true disableXML: true
@@ -16,12 +25,11 @@ minify:
params: params:
env: production # to enable google analytics, opengraph, twitter-cards and schema. env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: ExampleSite title: TrudeWeb
description: "ExampleSite description" description: "TrudeEH's Blog and Personal Website"
keywords: [Blog, Portfolio, PaperMod] keywords: [Blog, Portfolio, Trude, TrudeEH]
author: Me author: "TrudeEH"
# author: ["Me", "You"] # multiple authors images: ["/logo.svg"]
images: ["<link or path of image for opengraph, twitter-cards>"]
DateFormat: "January 2, 2006" DateFormat: "January 2, 2006"
defaultTheme: auto # dark, light defaultTheme: auto # dark, light
disableThemeToggle: false disableThemeToggle: false
@@ -30,7 +38,7 @@ params:
ShowShareButtons: true ShowShareButtons: true
ShowPostNavLinks: true ShowPostNavLinks: true
ShowBreadCrumbs: true ShowBreadCrumbs: true
ShowCodeCopyButtons: false ShowCodeCopyButtons: true
ShowWordCount: true ShowWordCount: true
ShowRssButtonInSectionTermList: true ShowRssButtonInSectionTermList: true
UseHugoToc: true UseHugoToc: true
@@ -45,31 +53,33 @@ params:
assets: assets:
# disableHLJS: true # to disable highlight.js # disableHLJS: true # to disable highlight.js
# disableFingerprinting: true # disableFingerprinting: true
favicon: "<link / abs url>" favicon: "/favicon.ico"
favicon16x16: "<link / abs url>" favicon16x16: "/favicon-16x16.png"
favicon32x32: "<link / abs url>" favicon32x32: "/favicon-32x32.png"
apple_touch_icon: "<link / abs url>" apple_touch_icon: "/apple-touch-icon.png"
safari_pinned_tab: "<link / abs url>" safari_pinned_tab: "/logo.svg"
label: label:
text: "Home" text: "TrudeWeb"
icon: /apple-touch-icon.png icon: /apple-touch-icon.png
iconHeight: 35 iconHeight: 35
# profile-mode # profile-mode
profileMode: profileMode:
enabled: false # needs to be explicitly set enabled: true # needs to be explicitly set
title: ExampleSite title: TrudeEH
subtitle: "This is subtitle" subtitle: "Software Developer • Computer Technician • Linux Enthusiast"
imageUrl: "<img location>" imageUrl: "/logo.jpg"
imageWidth: 120 imageWidth: 120
imageHeight: 120 imageHeight: 120
imageTitle: my image imageTitle: Trude Logo
buttons: buttons:
- name: Posts - name: Posts
url: posts url: posts
- name: Tags - name: Tags
url: tags url: tags
- name: My Portfolio
url: https://trudeeh.github.io/WebPortfolio/
# home-info mode # home-info mode
homeInfoParams: homeInfoParams:
@@ -77,30 +87,24 @@ params:
Content: Welcome to my blog Content: Welcome to my blog
socialIcons: socialIcons:
- name: x - name: email
url: "https://x.com/" url: "mailto:ehtrude@gmail.com"
- name: stackoverflow
url: "https://stackoverflow.com"
- name: github - name: github
url: "https://github.com/" url: "https://github.com/TrudeEH"
analytics: # analytics:
google: # google:
SiteVerificationTag: "XYZabc" # SiteVerificationTag: "XYZabc"
bing: # bing:
SiteVerificationTag: "XYZabc" # SiteVerificationTag: "XYZabc"
yandex: # yandex:
SiteVerificationTag: "XYZabc" # SiteVerificationTag: "XYZabc"
cover: cover:
hidden: true # hide everywhere but not in structured data hidden: true # hide everywhere but not in structured data
hiddenInList: true # hide on list pages and home hiddenInList: true # hide on list pages and home
hiddenInSingle: true # hide on single page hiddenInSingle: true # hide on single page
linkFullImages: true
editPost:
URL: "https://github.com/<path_to_repo>/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
# for search # for search
# https://fusejs.io/api/options.html # https://fusejs.io/api/options.html
@@ -113,20 +117,21 @@ params:
minMatchCharLength: 0 minMatchCharLength: 0
limit: 10 # refer: https://www.fusejs.io/api/methods.html#search limit: 10 # refer: https://www.fusejs.io/api/methods.html#search
keys: ["title", "permalink", "summary", "content"] keys: ["title", "permalink", "summary", "content"]
menu: menu:
main: main:
- identifier: categories - identifier: categories
name: categories name: Categories
url: /categories/ url: /categories/
weight: 10 weight: 10
- identifier: tags - identifier: tags
name: tags name: Tags
url: /tags/ url: /tags/
weight: 20 weight: 20
- identifier: example - identifier: search
name: example.org name: Search
url: https://example.org url: /search
weight: 30 weight: 100
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma # Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
pygmentsUseClasses: true pygmentsUseClasses: true
markup: markup:

8
content/search.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: "Search" # in any language you want
layout: "search" # necessary for search
# url: "/archive"
# description: "Description for Search"
summary: "search"
placeholder: "Search"
---

View File

@@ -1,39 +0,0 @@
---
title: "Test"
date: 2024-05-29T20:39:37+01:00
draft: true
tags: ["test"]
author: "TrudeEH"
---
# Title
## Subtitle
### H3
#### H4
##### H5
###### H6
1. list
2. elements
3. another
- unordered
- list
Normal text.
`generic code`
*Important*
**Very important**
_Important Variant_
```sh
echo "Code Block"
```
[Link](https://example.org)
![Image]()

View File

@@ -1,179 +1,6 @@
<!DOCTYPE html> <!doctype html><html lang=en dir=auto><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=robots content="index, follow"><title>404 Page not found | TrudeWeb</title>
<html lang="en" dir="auto"> <meta name=keywords content><meta name=description content="TrudeEH's Blog and Personal Website"><meta name=author content="TrudeEH"><link rel=canonical href=http://localhost:1313/404.html><link crossorigin=anonymous href=/assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z+V9+cO1A=" rel="preload stylesheet" as=style><link rel=icon href=http://localhost:1313/favicon.ico><link rel=icon type=image/png sizes=16x16 href=http://localhost:1313/favicon-16x16.png><link rel=icon type=image/png sizes=32x32 href=http://localhost:1313/favicon-32x32.png><link rel=apple-touch-icon href=http://localhost:1313/apple-touch-icon.png><link rel=mask-icon href=http://localhost:1313/logo.svg><meta name=theme-color content="#2e2e33"><meta name=msapplication-TileColor content="#2e2e33"><link rel=alternate hreflang=en href=http://localhost:1313/404.html><noscript><style>#theme-toggle,.top-link{display:none}</style><style>@media(prefers-color-scheme:dark){:root{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51)}.list{background:var(--theme)}.list:not(.dark)::-webkit-scrollbar-track{background:0 0}.list:not(.dark)::-webkit-scrollbar-thumb{border-color:var(--theme)}}</style></noscript><meta property="og:title" content="404 Page not found"><meta property="og:description" content="TrudeEH's Blog and Personal Website"><meta property="og:type" content="website"><meta property="og:url" content="http://localhost:1313/404.html"><meta property="og:image" content="http://localhost:1313/logo.svg"><meta property="og:site_name" content="TrudeWeb"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="http://localhost:1313/logo.svg"><meta name=twitter:title content="404 Page not found"><meta name=twitter:description content="TrudeEH's Blog and Personal Website"></head><body class=list id=top><script>localStorage.getItem("pref-theme")==="dark"?document.body.classList.add("dark"):localStorage.getItem("pref-theme")==="light"?document.body.classList.remove("dark"):window.matchMedia("(prefers-color-scheme: dark)").matches&&document.body.classList.add("dark")</script><header class=header><nav class=nav><div class=logo><a href=http://localhost:1313/ accesskey=h title="TrudeWeb (Alt + H)"><img src=http://localhost:1313/apple-touch-icon.png alt aria-label=logo height=35>TrudeWeb</a><div class=logo-switches><button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg></button></div></div><ul id=menu><li><a href=http://localhost:1313/categories/ title=Categories><span>Categories</span></a></li><li><a href=http://localhost:1313/tags/ title=Tags><span>Tags</span></a></li><li><a href=http://localhost:1313/search title="Search (Alt + /)" accesskey=/><span>Search</span></a></li></ul></nav></header><main class=main><div class=not-found>404</div></main><footer class=footer><span>Open-source - MIT License</span> ·
<span>Powered by
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8"> <a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <a href=https://github.com/adityatelange/hugo-PaperMod/ rel=noopener target=_blank>PaperMod</a></span></footer><a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> </a><script>let menu=document.getElementById("menu");menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(e=>{e.addEventListener("click",function(e){e.preventDefault();var t=this.getAttribute("href").substr(1);window.matchMedia("(prefers-reduced-motion: reduce)").matches?document.querySelector(`[id='${decodeURIComponent(t)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(t)}']`).scrollIntoView({behavior:"smooth"}),t==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${t}`)})})</script><script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script><script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove("dark"),localStorage.setItem("pref-theme","light")):(document.body.classList.add("dark"),localStorage.setItem("pref-theme","dark"))})</script></body></html>
<meta name="robots" content="noindex, nofollow">
<title>404 Page not found | TrudeWeb</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="http://localhost:1313/404.html">
<link crossorigin="anonymous" href="/assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z&#43;V9&#43;cO1A=" rel="preload stylesheet" as="style">
<link rel="icon" href="http://localhost:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" hreflang="en" href="http://localhost:1313/404.html">
<noscript>
<style>
#theme-toggle,
.top-link {
display: none;
}
</style>
<style>
@media (prefers-color-scheme: dark) {
:root {
--theme: rgb(29, 30, 32);
--entry: rgb(46, 46, 51);
--primary: rgb(218, 218, 219);
--secondary: rgb(155, 156, 157);
--tertiary: rgb(65, 66, 68);
--content: rgb(196, 196, 197);
--code-block-bg: rgb(46, 46, 51);
--code-bg: rgb(55, 56, 62);
--border: rgb(51, 51, 51);
}
.list {
background: var(--theme);
}
.list:not(.dark)::-webkit-scrollbar-track {
background: 0 0;
}
.list:not(.dark)::-webkit-scrollbar-thumb {
border-color: var(--theme);
}
}
</style>
</noscript>
</head>
<body class="list" id="top">
<script>
if (localStorage.getItem("pref-theme") === "dark") {
document.body.classList.add('dark');
} else if (localStorage.getItem("pref-theme") === "light") {
document.body.classList.remove('dark')
} else if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.body.classList.add('dark');
}
</script>
<header class="header">
<nav class="nav">
<div class="logo">
<a href="http://localhost:1313/" accesskey="h" title="TrudeWeb (Alt + H)">TrudeWeb</a>
<div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
</svg>
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</button>
</div>
</div>
<ul id="menu">
</ul>
</nav>
</header>
<main class="main">
<div class="not-found">404</div>
</main>
<footer class="footer">
<span>&copy; 2024 <a href="http://localhost:1313/">TrudeWeb</a></span> ·
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
</span>
</footer>
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
<path d="M12 6H0l6-6z" />
</svg>
</a>
<script>
let menu = document.getElementById('menu')
if (menu) {
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
menu.onscroll = function () {
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
}
}
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener("click", function (e) {
e.preventDefault();
var id = this.getAttribute("href").substr(1);
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
behavior: "smooth"
});
} else {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
}
if (id === "top") {
history.replaceState(null, null, " ");
} else {
history.pushState(null, null, `#${id}`);
}
});
});
</script>
<script>
var mybutton = document.getElementById("top-link");
window.onscroll = function () {
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) {
mybutton.style.visibility = "visible";
mybutton.style.opacity = "1";
} else {
mybutton.style.visibility = "hidden";
mybutton.style.opacity = "0";
}
};
</script>
<script>
document.getElementById("theme-toggle").addEventListener("click", () => {
if (document.body.className.includes("dark")) {
document.body.classList.remove('dark');
localStorage.setItem("pref-theme", 'light');
} else {
document.body.classList.add('dark');
localStorage.setItem("pref-theme", 'dark');
}
})
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

File diff suppressed because one or more lines are too long

View File

@@ -1,185 +1,6 @@
<!DOCTYPE html> <!doctype html><html lang=en dir=auto><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=robots content="index, follow"><title>Categories | TrudeWeb</title>
<html lang="en" dir="auto"> <meta name=keywords content><meta name=description content="TrudeEH's Blog and Personal Website"><meta name=author content="TrudeEH"><link rel=canonical href=http://localhost:1313/categories/><link crossorigin=anonymous href=/assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z+V9+cO1A=" rel="preload stylesheet" as=style><link rel=icon href=http://localhost:1313/favicon.ico><link rel=icon type=image/png sizes=16x16 href=http://localhost:1313/favicon-16x16.png><link rel=icon type=image/png sizes=32x32 href=http://localhost:1313/favicon-32x32.png><link rel=apple-touch-icon href=http://localhost:1313/apple-touch-icon.png><link rel=mask-icon href=http://localhost:1313/logo.svg><meta name=theme-color content="#2e2e33"><meta name=msapplication-TileColor content="#2e2e33"><link rel=alternate type=application/rss+xml href=http://localhost:1313/categories/index.xml><link rel=alternate hreflang=en href=http://localhost:1313/categories/><noscript><style>#theme-toggle,.top-link{display:none}</style><style>@media(prefers-color-scheme:dark){:root{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51)}.list{background:var(--theme)}.list:not(.dark)::-webkit-scrollbar-track{background:0 0}.list:not(.dark)::-webkit-scrollbar-thumb{border-color:var(--theme)}}</style></noscript><meta property="og:title" content="Categories"><meta property="og:description" content="TrudeEH's Blog and Personal Website"><meta property="og:type" content="website"><meta property="og:url" content="http://localhost:1313/categories/"><meta property="og:image" content="http://localhost:1313/logo.svg"><meta property="og:site_name" content="TrudeWeb"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="http://localhost:1313/logo.svg"><meta name=twitter:title content="Categories"><meta name=twitter:description content="TrudeEH's Blog and Personal Website"></head><body class=list id=top><script>localStorage.getItem("pref-theme")==="dark"?document.body.classList.add("dark"):localStorage.getItem("pref-theme")==="light"?document.body.classList.remove("dark"):window.matchMedia("(prefers-color-scheme: dark)").matches&&document.body.classList.add("dark")</script><header class=header><nav class=nav><div class=logo><a href=http://localhost:1313/ accesskey=h title="TrudeWeb (Alt + H)"><img src=http://localhost:1313/apple-touch-icon.png alt aria-label=logo height=35>TrudeWeb</a><div class=logo-switches><button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg></button></div></div><ul id=menu><li><a href=http://localhost:1313/categories/ title=Categories><span class=active>Categories</span></a></li><li><a href=http://localhost:1313/tags/ title=Tags><span>Tags</span></a></li><li><a href=http://localhost:1313/search title="Search (Alt + /)" accesskey=/><span>Search</span></a></li></ul></nav></header><main class=main><header class=page-header><h1>Categories</h1></header><ul class=terms-tags></ul></main><footer class=footer><span>Open-source - MIT License</span> ·
<span>Powered by
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8"> <a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <a href=https://github.com/adityatelange/hugo-PaperMod/ rel=noopener target=_blank>PaperMod</a></span></footer><a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> </a><script>let menu=document.getElementById("menu");menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(e=>{e.addEventListener("click",function(e){e.preventDefault();var t=this.getAttribute("href").substr(1);window.matchMedia("(prefers-reduced-motion: reduce)").matches?document.querySelector(`[id='${decodeURIComponent(t)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(t)}']`).scrollIntoView({behavior:"smooth"}),t==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${t}`)})})</script><script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script><script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove("dark"),localStorage.setItem("pref-theme","light")):(document.body.classList.add("dark"),localStorage.setItem("pref-theme","dark"))})</script></body></html>
<meta name="robots" content="noindex, nofollow">
<title>Categories | TrudeWeb</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="http://localhost:1313/categories/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z&#43;V9&#43;cO1A=" rel="preload stylesheet" as="style">
<link rel="icon" href="http://localhost:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/categories/index.xml">
<link rel="alternate" hreflang="en" href="http://localhost:1313/categories/">
<noscript>
<style>
#theme-toggle,
.top-link {
display: none;
}
</style>
<style>
@media (prefers-color-scheme: dark) {
:root {
--theme: rgb(29, 30, 32);
--entry: rgb(46, 46, 51);
--primary: rgb(218, 218, 219);
--secondary: rgb(155, 156, 157);
--tertiary: rgb(65, 66, 68);
--content: rgb(196, 196, 197);
--code-block-bg: rgb(46, 46, 51);
--code-bg: rgb(55, 56, 62);
--border: rgb(51, 51, 51);
}
.list {
background: var(--theme);
}
.list:not(.dark)::-webkit-scrollbar-track {
background: 0 0;
}
.list:not(.dark)::-webkit-scrollbar-thumb {
border-color: var(--theme);
}
}
</style>
</noscript>
</head>
<body class="list" id="top">
<script>
if (localStorage.getItem("pref-theme") === "dark") {
document.body.classList.add('dark');
} else if (localStorage.getItem("pref-theme") === "light") {
document.body.classList.remove('dark')
} else if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.body.classList.add('dark');
}
</script>
<header class="header">
<nav class="nav">
<div class="logo">
<a href="http://localhost:1313/" accesskey="h" title="TrudeWeb (Alt + H)">TrudeWeb</a>
<div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
</svg>
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</button>
</div>
</div>
<ul id="menu">
</ul>
</nav>
</header>
<main class="main">
<header class="page-header">
<h1>Categories</h1>
</header>
<ul class="terms-tags">
</ul>
</main>
<footer class="footer">
<span>&copy; 2024 <a href="http://localhost:1313/">TrudeWeb</a></span> ·
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
</span>
</footer>
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
<path d="M12 6H0l6-6z" />
</svg>
</a>
<script>
let menu = document.getElementById('menu')
if (menu) {
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
menu.onscroll = function () {
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
}
}
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener("click", function (e) {
e.preventDefault();
var id = this.getAttribute("href").substr(1);
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
behavior: "smooth"
});
} else {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
}
if (id === "top") {
history.replaceState(null, null, " ");
} else {
history.pushState(null, null, `#${id}`);
}
});
});
</script>
<script>
var mybutton = document.getElementById("top-link");
window.onscroll = function () {
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) {
mybutton.style.visibility = "visible";
mybutton.style.opacity = "1";
} else {
mybutton.style.visibility = "hidden";
mybutton.style.opacity = "0";
}
};
</script>
<script>
document.getElementById("theme-toggle").addEventListener("click", () => {
if (document.body.className.includes("dark")) {
document.body.classList.remove('dark');
localStorage.setItem("pref-theme", 'light');
} else {
document.body.classList.add('dark');
localStorage.setItem("pref-theme", 'dark');
}
})
</script>
</body>
</html>

View File

@@ -1,11 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel> <channel>
<title>Categories on ExampleSite</title> <title>Categories on TrudeWeb</title>
<link>http://localhost:1313/categories/</link> <link>http://localhost:1313/categories/</link>
<description>Recent content in Categories on ExampleSite</description> <description>Recent content in Categories on TrudeWeb</description>
<generator>Hugo</generator> <image>
<title>TrudeWeb</title>
<url>http://localhost:1313/logo.svg</url>
<link>http://localhost:1313/logo.svg</link>
</image>
<generator>Hugo -- 0.126.1</generator>
<language>en</language> <language>en</language>
<copyright>Open-source - MIT License</copyright>
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
</channel> </channel>
</rss> </rss>

BIN
public/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 B

BIN
public/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 B

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,203 +1,9 @@
<!DOCTYPE html> <!doctype html><html lang=en dir=auto><head><meta name=generator content="Hugo 0.126.1"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=robots content="index, follow"><title>TrudeWeb</title>
<html lang="en" dir="auto"> <meta name=keywords content="Blog,Portfolio,Trude,TrudeEH"><meta name=description content="TrudeEH's Blog and Personal Website"><meta name=author content="TrudeEH"><link rel=canonical href=http://localhost:1313/><link crossorigin=anonymous href=/assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z+V9+cO1A=" rel="preload stylesheet" as=style><link rel=icon href=http://localhost:1313/favicon.ico><link rel=icon type=image/png sizes=16x16 href=http://localhost:1313/favicon-16x16.png><link rel=icon type=image/png sizes=32x32 href=http://localhost:1313/favicon-32x32.png><link rel=apple-touch-icon href=http://localhost:1313/apple-touch-icon.png><link rel=mask-icon href=http://localhost:1313/logo.svg><meta name=theme-color content="#2e2e33"><meta name=msapplication-TileColor content="#2e2e33"><link rel=alternate type=application/rss+xml href=http://localhost:1313/index.xml><link rel=alternate type=application/json href=http://localhost:1313/index.json><link rel=alternate hreflang=en href=http://localhost:1313/><noscript><style>#theme-toggle,.top-link{display:none}</style><style>@media(prefers-color-scheme:dark){:root{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51)}.list{background:var(--theme)}.list:not(.dark)::-webkit-scrollbar-track{background:0 0}.list:not(.dark)::-webkit-scrollbar-thumb{border-color:var(--theme)}}</style></noscript><meta property="og:title" content="TrudeWeb"><meta property="og:description" content="TrudeEH's Blog and Personal Website"><meta property="og:type" content="website"><meta property="og:url" content="http://localhost:1313/"><meta property="og:image" content="http://localhost:1313/logo.svg"><meta property="og:site_name" content="TrudeWeb"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="http://localhost:1313/logo.svg"><meta name=twitter:title content="TrudeWeb"><meta name=twitter:description content="TrudeEH's Blog and Personal Website"><script type=application/ld+json>{"@context":"https://schema.org","@type":"Organization","name":"TrudeWeb","url":"http://localhost:1313/","description":"TrudeEH\u0026#39;s Blog and Personal Website","thumbnailUrl":"http://localhost:1313/favicon.ico","sameAs":["mailto:ehtrude@gmail.com","https://github.com/TrudeEH"]}</script></head><body class=list id=top><script>localStorage.getItem("pref-theme")==="dark"?document.body.classList.add("dark"):localStorage.getItem("pref-theme")==="light"?document.body.classList.remove("dark"):window.matchMedia("(prefers-color-scheme: dark)").matches&&document.body.classList.add("dark")</script><header class=header><nav class=nav><div class=logo><a href=http://localhost:1313/ accesskey=h title="TrudeWeb (Alt + H)"><img src=http://localhost:1313/apple-touch-icon.png alt aria-label=logo height=35>TrudeWeb</a><div class=logo-switches><button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg></button></div></div><ul id=menu><li><a href=http://localhost:1313/categories/ title=Categories><span>Categories</span></a></li><li><a href=http://localhost:1313/tags/ title=Tags><span>Tags</span></a></li><li><a href=http://localhost:1313/search title="Search (Alt + /)" accesskey=/><span>Search</span></a></li></ul></nav></header><main class=main><div class=profile><div class=profile_inner><img draggable=false src=http://localhost:1313/logo.jpg alt="Trude Logo" title="Trude Logo" height=120 width=120><h1>TrudeEH</h1><span>Software Developer • Computer Technician • Linux Enthusiast</span><div class=social-icons><a href=mailto:ehtrude@gmail.com target=_blank rel="noopener noreferrer me" title=Email><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 21" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1.0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1.0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>
</a><a href=https://github.com/TrudeEH target=_blank rel="noopener noreferrer me" title=Github><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37.0 00-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44.0 0020 4.77 5.07 5.07.0 0019.91 1S18.73.65 16 2.48a13.38 13.38.0 00-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07.0 005 4.77 5.44 5.44.0 003.5 8.55c0 5.42 3.3 6.61 6.44 7A3.37 3.37.0 009 18.13V22"/></svg></a></div><div class=buttons><a class=button href=posts rel=noopener title=Posts><span class=button-inner>Posts
<head> </span></a><a class=button href=tags rel=noopener title=Tags><span class=button-inner>Tags
<meta name="generator" content="Hugo 0.126.1"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8"> </span></a><a class=button href=https://trudeeh.github.io/WebPortfolio/ rel=noopener title="My Portfolio"><span class=button-inner>My Portfolio&nbsp;<svg fill="none" shape-rendering="geometricPrecision" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" viewBox="0 0 24 24" height="14" width="14"><path d="M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6"/><path d="M15 3h6v6"/><path d="M10 14 21 3"/></svg></span></a></div></div></div></main><footer class=footer><span>Open-source - MIT License</span> ·
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <span>Powered by
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<meta name="robots" content="noindex, nofollow"> <a href=https://github.com/adityatelange/hugo-PaperMod/ rel=noopener target=_blank>PaperMod</a></span></footer><a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
<title>TrudeWeb</title> </a><script>let menu=document.getElementById("menu");menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(e=>{e.addEventListener("click",function(e){e.preventDefault();var t=this.getAttribute("href").substr(1);window.matchMedia("(prefers-reduced-motion: reduce)").matches?document.querySelector(`[id='${decodeURIComponent(t)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(t)}']`).scrollIntoView({behavior:"smooth"}),t==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${t}`)})})</script><script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script><script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove("dark"),localStorage.setItem("pref-theme","light")):(document.body.classList.add("dark"),localStorage.setItem("pref-theme","dark"))})</script></body></html>
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="http://localhost:1313/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z&#43;V9&#43;cO1A=" rel="preload stylesheet" as="style">
<link rel="icon" href="http://localhost:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/index.xml">
<link rel="alternate" hreflang="en" href="http://localhost:1313/">
<noscript>
<style>
#theme-toggle,
.top-link {
display: none;
}
</style>
<style>
@media (prefers-color-scheme: dark) {
:root {
--theme: rgb(29, 30, 32);
--entry: rgb(46, 46, 51);
--primary: rgb(218, 218, 219);
--secondary: rgb(155, 156, 157);
--tertiary: rgb(65, 66, 68);
--content: rgb(196, 196, 197);
--code-block-bg: rgb(46, 46, 51);
--code-bg: rgb(55, 56, 62);
--border: rgb(51, 51, 51);
}
.list {
background: var(--theme);
}
.list:not(.dark)::-webkit-scrollbar-track {
background: 0 0;
}
.list:not(.dark)::-webkit-scrollbar-thumb {
border-color: var(--theme);
}
}
</style>
</noscript>
</head>
<body class="list" id="top">
<script>
if (localStorage.getItem("pref-theme") === "dark") {
document.body.classList.add('dark');
} else if (localStorage.getItem("pref-theme") === "light") {
document.body.classList.remove('dark')
} else if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.body.classList.add('dark');
}
</script>
<header class="header">
<nav class="nav">
<div class="logo">
<a href="http://localhost:1313/" accesskey="h" title="TrudeWeb (Alt + H)">TrudeWeb</a>
<div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
</svg>
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</button>
</div>
</div>
<ul id="menu">
</ul>
</nav>
</header>
<main class="main">
<article class="first-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Test
<span class="entry-hint" title="Draft">
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" fill="currentColor">
<path
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
</svg>
</span>
</h2>
</header>
<div class="entry-content">
<p>Title Subtitle H3 H4 H5 H6 list elements another unordered list Normal text.
generic code
Important
Very important
Important Variant
echo &#34;Code Block&#34; Link</p>
</div>
<footer class="entry-footer"><span title='2024-05-29 20:39:37 +0100 WEST'>May 29, 2024</span></footer>
<a class="entry-link" aria-label="post link to Test" href="http://localhost:1313/test/test/"></a>
</article>
</main>
<footer class="footer">
<span>&copy; 2024 <a href="http://localhost:1313/">TrudeWeb</a></span> ·
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
</span>
</footer>
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
<path d="M12 6H0l6-6z" />
</svg>
</a>
<script>
let menu = document.getElementById('menu')
if (menu) {
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
menu.onscroll = function () {
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
}
}
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener("click", function (e) {
e.preventDefault();
var id = this.getAttribute("href").substr(1);
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
behavior: "smooth"
});
} else {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
}
if (id === "top") {
history.replaceState(null, null, " ");
} else {
history.pushState(null, null, `#${id}`);
}
});
});
</script>
<script>
var mybutton = document.getElementById("top-link");
window.onscroll = function () {
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) {
mybutton.style.visibility = "visible";
mybutton.style.opacity = "1";
} else {
mybutton.style.visibility = "hidden";
mybutton.style.opacity = "0";
}
};
</script>
<script>
document.getElementById("theme-toggle").addEventListener("click", () => {
if (document.body.className.includes("dark")) {
document.body.classList.remove('dark');
localStorage.setItem("pref-theme", 'light');
} else {
document.body.classList.add('dark');
localStorage.setItem("pref-theme", 'dark');
}
})
</script>
</body>
</html>

1
public/index.json Normal file
View File

@@ -0,0 +1 @@
[]

View File

@@ -1,19 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel> <channel>
<title>ExampleSite</title> <title>TrudeWeb</title>
<link>http://localhost:1313/</link> <link>http://localhost:1313/</link>
<description>Recent content on ExampleSite</description> <description>Recent content on TrudeWeb</description>
<generator>Hugo</generator> <image>
<title>TrudeWeb</title>
<url>http://localhost:1313/logo.svg</url>
<link>http://localhost:1313/logo.svg</link>
</image>
<generator>Hugo -- 0.126.1</generator>
<language>en</language> <language>en</language>
<lastBuildDate>Wed, 29 May 2024 20:39:37 +0100</lastBuildDate> <copyright>Open-source - MIT License</copyright>
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Test</title>
<link>http://localhost:1313/test/test/</link>
<pubDate>Wed, 29 May 2024 20:39:37 +0100</pubDate>
<guid>http://localhost:1313/test/test/</guid>
<description>Title Subtitle H3 H4 H5 H6 list elements another unordered list Normal text.&#xA;generic code&#xA;Important&#xA;Very important&#xA;Important Variant&#xA;echo &amp;#34;Code Block&amp;#34; Link</description>
</item>
</channel> </channel>
</rss> </rss>

BIN
public/logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

93
public/logo.svg Normal file
View File

@@ -0,0 +1,93 @@
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="100%" viewBox="0 0 1024 1008" enable-background="new 0 0 1024 1008" xml:space="preserve">
<path fill="#FCFCFC" opacity="1.000000" stroke="none"
d="
M562.260864,626.742188
C542.634888,606.228943 519.317139,592.509094 492.220154,585.618530
C471.845184,580.437317 451.216705,579.659302 430.365753,583.607300
C403.321442,588.728027 379.664795,600.331421 359.099182,618.546265
C351.315918,625.439880 349.788208,628.002686 344.462708,615.623291
C329.205902,580.158325 305.014374,552.125183 272.395508,531.560852
C244.051086,513.691345 213.050705,504.188019 179.446289,503.239349
C153.439850,502.505219 128.427887,506.961670 104.301392,516.629028
C96.539124,519.739258 94.497894,517.857971 95.410515,509.377533
C97.922585,486.034637 101.904724,462.974731 108.025558,440.298218
C116.653572,408.333099 128.925888,377.829193 144.676620,348.710815
C164.075027,312.848938 188.305176,280.538330 217.041290,251.707489
C250.479141,218.159393 288.528564,190.888199 331.192322,170.182053
C339.283356,166.255219 340.473480,166.879410 343.312531,176.014908
C353.551056,208.960373 371.608093,236.834946 397.473969,259.650757
C412.730804,273.108490 429.893097,283.523163 448.589539,291.450378
C456.630341,294.859619 456.942383,296.781769 450.170471,302.560120
C434.001617,316.356873 422.865845,333.419739 417.378326,353.965240
C408.184418,388.387604 414.991425,419.656677 437.244751,447.280457
C449.291931,462.234985 464.463806,474.202728 478.294403,487.435486
C513.321411,520.948364 549.038513,553.746765 583.763916,587.565796
C609.325684,612.460266 625.267517,642.961182 632.560059,678.085205
C638.005615,704.313477 637.716187,730.356506 631.415466,756.217712
C621.793274,795.711853 600.936951,828.298279 569.341736,853.939819
C543.190491,875.163452 513.183044,887.879639 479.958313,891.951233
C436.621429,897.261902 396.197845,888.079407 359.431580,864.122864
C357.100830,862.604187 352.961365,861.186218 354.221588,857.738525
C355.488159,854.273254 359.424255,855.984619 362.267639,856.280884
C386.085144,858.763489 409.115723,856.673279 430.485687,844.735840
C434.875275,842.283691 438.706848,839.093689 442.490173,835.809265
C446.465668,832.358032 449.096344,832.992859 450.499939,838.053162
C452.832245,846.461426 450.950897,854.191223 445.707733,861.113159
C444.905243,862.172607 443.874420,863.060059 443.081299,864.125427
C441.651978,866.045532 438.171570,867.434143 439.339020,870.037903
C440.570740,872.784912 444.215668,872.527588 446.950653,872.582031
C510.193939,873.839844 557.284241,846.974426 587.149841,791.068909
C596.169373,774.185120 600.670593,755.759949 601.839294,736.537903
C604.403870,694.356201 590.630249,658.120056 562.260864,626.742188
z"/>
<path fill="#FCFCFC" opacity="1.000000" stroke="none"
d="
M638.175903,323.707275
C637.106018,321.280792 636.704834,318.853668 634.295715,317.663849
C631.359741,318.738861 632.337769,321.292847 632.376404,323.206116
C632.630615,335.798798 631.078064,348.143463 627.309448,360.149475
C626.378723,363.114563 626.198547,367.872986 622.187195,367.694214
C618.839233,367.545044 619.063965,363.081360 618.440674,360.293671
C613.162781,336.686981 601.115906,317.261932 582.744995,301.609467
C577.388672,297.045837 577.992737,294.523132 584.499512,291.733398
C637.663391,268.939911 673.475281,230.311813 690.957397,174.977188
C693.353333,167.393585 695.532776,166.588242 703.574890,170.560104
C737.221558,187.177536 768.223145,207.741882 796.381042,232.593124
C853.089600,282.642242 893.794678,343.394012 918.201111,414.969696
C927.891357,443.387909 934.561951,472.521912 937.458801,502.481567
C938.130554,509.429047 939.527344,516.296875 939.406677,523.331665
C939.292969,529.960632 937.573669,531.161011 931.601746,527.978821
C923.951721,523.902344 916.286072,519.899353 908.219177,516.686707
C874.071106,503.087189 838.874268,499.110870 802.873718,506.702850
C741.016724,519.747559 696.709351,555.373474 669.391052,612.322388
C667.972595,615.279419 667.889099,620.111877 663.670715,620.295715
C659.089233,620.495422 658.635742,615.531067 657.080078,612.455811
C642.627686,583.883850 621.576172,560.717529 598.281494,539.195740
C573.684753,516.471008 549.574829,493.219238 525.262817,470.186523
C509.295471,455.059448 493.256958,440.006012 477.414886,424.748718
C460.945709,408.887512 454.787140,389.487854 460.365967,367.348206
C466.284790,343.859314 482.049377,328.735443 505.560608,324.320129
C545.426697,316.833527 575.601562,347.302582 575.431824,381.575378
C575.383606,391.309937 573.227966,400.392181 568.771240,408.912506
C566.646179,412.975067 567.155945,415.872375 570.510559,419.027191
C591.508423,438.774414 612.408203,458.626678 633.243591,478.545441
C636.439697,481.601013 639.307007,482.066406 642.878845,479.363647
C649.920044,474.035614 657.047241,468.819946 664.185425,463.621735
C667.337402,461.326477 668.069763,458.753754 666.497803,455.005096
C656.781799,431.835297 651.777832,407.724213 652.705811,382.522949
C652.877136,377.872742 653.007019,373.138275 653.986694,368.622925
C655.052612,363.710297 654.019226,359.494049 652.037292,355.124573
C647.360535,344.814117 642.887268,334.411316 638.175903,323.707275
z"/>
<path fill="#FCFCFC" opacity="1.000000" stroke="none"
d="
M625.812012,405.449677
C628.586182,410.592896 627.376160,415.490143 625.770264,420.147034
C624.831543,422.869110 622.090271,423.104889 620.028076,421.248352
C614.613831,416.374054 609.373108,411.303497 604.163147,406.208984
C603.133789,405.202393 602.257324,403.741943 603.260620,402.177795
C604.188110,400.731781 605.797852,400.560577 607.270142,400.780334
C613.470276,401.705902 619.781982,402.220764 625.812012,405.449677
z"/>
</svg>

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -1,10 +0,0 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>http://localhost:1313/</title>
<link rel="canonical" href="http://localhost:1313/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=http://localhost:1313/">
</head>
</html>

View File

@@ -1 +1,3 @@
User-agent: * User-agent: *
Disallow:
Sitemap: http://localhost:1313/sitemap.xml

6
public/search/index.html Normal file

File diff suppressed because one or more lines are too long

View File

@@ -2,21 +2,12 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"> xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url> <url>
<loc>http://localhost:1313/</loc> <loc>http://localhost:1313/categories/</loc>
<lastmod>2024-05-29T20:39:37+01:00</lastmod> </url><url>
<loc>http://localhost:1313/search/</loc>
</url><url> </url><url>
<loc>http://localhost:1313/tags/</loc> <loc>http://localhost:1313/tags/</loc>
<lastmod>2024-05-29T20:39:37+01:00</lastmod>
</url><url> </url><url>
<loc>http://localhost:1313/tags/test/</loc> <loc>http://localhost:1313/</loc>
<lastmod>2024-05-29T20:39:37+01:00</lastmod>
</url><url>
<loc>http://localhost:1313/test/test/</loc>
<lastmod>2024-05-29T20:39:37+01:00</lastmod>
</url><url>
<loc>http://localhost:1313/test/</loc>
<lastmod>2024-05-29T20:39:37+01:00</lastmod>
</url><url>
<loc>http://localhost:1313/categories/</loc>
</url> </url>
</urlset> </urlset>

View File

@@ -1,185 +1,6 @@
<!DOCTYPE html> <!doctype html><html lang=en dir=auto><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=robots content="index, follow"><title>Tags | TrudeWeb</title>
<html lang="en" dir="auto"> <meta name=keywords content><meta name=description content="TrudeEH's Blog and Personal Website"><meta name=author content="TrudeEH"><link rel=canonical href=http://localhost:1313/tags/><link crossorigin=anonymous href=/assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z+V9+cO1A=" rel="preload stylesheet" as=style><link rel=icon href=http://localhost:1313/favicon.ico><link rel=icon type=image/png sizes=16x16 href=http://localhost:1313/favicon-16x16.png><link rel=icon type=image/png sizes=32x32 href=http://localhost:1313/favicon-32x32.png><link rel=apple-touch-icon href=http://localhost:1313/apple-touch-icon.png><link rel=mask-icon href=http://localhost:1313/logo.svg><meta name=theme-color content="#2e2e33"><meta name=msapplication-TileColor content="#2e2e33"><link rel=alternate type=application/rss+xml href=http://localhost:1313/tags/index.xml><link rel=alternate hreflang=en href=http://localhost:1313/tags/><noscript><style>#theme-toggle,.top-link{display:none}</style><style>@media(prefers-color-scheme:dark){:root{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51)}.list{background:var(--theme)}.list:not(.dark)::-webkit-scrollbar-track{background:0 0}.list:not(.dark)::-webkit-scrollbar-thumb{border-color:var(--theme)}}</style></noscript><meta property="og:title" content="Tags"><meta property="og:description" content="TrudeEH's Blog and Personal Website"><meta property="og:type" content="website"><meta property="og:url" content="http://localhost:1313/tags/"><meta property="og:image" content="http://localhost:1313/logo.svg"><meta property="og:site_name" content="TrudeWeb"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="http://localhost:1313/logo.svg"><meta name=twitter:title content="Tags"><meta name=twitter:description content="TrudeEH's Blog and Personal Website"></head><body class=list id=top><script>localStorage.getItem("pref-theme")==="dark"?document.body.classList.add("dark"):localStorage.getItem("pref-theme")==="light"?document.body.classList.remove("dark"):window.matchMedia("(prefers-color-scheme: dark)").matches&&document.body.classList.add("dark")</script><header class=header><nav class=nav><div class=logo><a href=http://localhost:1313/ accesskey=h title="TrudeWeb (Alt + H)"><img src=http://localhost:1313/apple-touch-icon.png alt aria-label=logo height=35>TrudeWeb</a><div class=logo-switches><button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg></button></div></div><ul id=menu><li><a href=http://localhost:1313/categories/ title=Categories><span>Categories</span></a></li><li><a href=http://localhost:1313/tags/ title=Tags><span class=active>Tags</span></a></li><li><a href=http://localhost:1313/search title="Search (Alt + /)" accesskey=/><span>Search</span></a></li></ul></nav></header><main class=main><header class=page-header><h1>Tags</h1></header><ul class=terms-tags></ul></main><footer class=footer><span>Open-source - MIT License</span> ·
<span>Powered by
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8"> <a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <a href=https://github.com/adityatelange/hugo-PaperMod/ rel=noopener target=_blank>PaperMod</a></span></footer><a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> </a><script>let menu=document.getElementById("menu");menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(e=>{e.addEventListener("click",function(e){e.preventDefault();var t=this.getAttribute("href").substr(1);window.matchMedia("(prefers-reduced-motion: reduce)").matches?document.querySelector(`[id='${decodeURIComponent(t)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(t)}']`).scrollIntoView({behavior:"smooth"}),t==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${t}`)})})</script><script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script><script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove("dark"),localStorage.setItem("pref-theme","light")):(document.body.classList.add("dark"),localStorage.setItem("pref-theme","dark"))})</script></body></html>
<meta name="robots" content="noindex, nofollow">
<title>Tags | TrudeWeb</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="http://localhost:1313/tags/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z&#43;V9&#43;cO1A=" rel="preload stylesheet" as="style">
<link rel="icon" href="http://localhost:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/tags/index.xml">
<link rel="alternate" hreflang="en" href="http://localhost:1313/tags/">
<noscript>
<style>
#theme-toggle,
.top-link {
display: none;
}
</style>
<style>
@media (prefers-color-scheme: dark) {
:root {
--theme: rgb(29, 30, 32);
--entry: rgb(46, 46, 51);
--primary: rgb(218, 218, 219);
--secondary: rgb(155, 156, 157);
--tertiary: rgb(65, 66, 68);
--content: rgb(196, 196, 197);
--code-block-bg: rgb(46, 46, 51);
--code-bg: rgb(55, 56, 62);
--border: rgb(51, 51, 51);
}
.list {
background: var(--theme);
}
.list:not(.dark)::-webkit-scrollbar-track {
background: 0 0;
}
.list:not(.dark)::-webkit-scrollbar-thumb {
border-color: var(--theme);
}
}
</style>
</noscript>
</head>
<body class="list" id="top">
<script>
if (localStorage.getItem("pref-theme") === "dark") {
document.body.classList.add('dark');
} else if (localStorage.getItem("pref-theme") === "light") {
document.body.classList.remove('dark')
} else if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.body.classList.add('dark');
}
</script>
<header class="header">
<nav class="nav">
<div class="logo">
<a href="http://localhost:1313/" accesskey="h" title="TrudeWeb (Alt + H)">TrudeWeb</a>
<div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
</svg>
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</button>
</div>
</div>
<ul id="menu">
</ul>
</nav>
</header>
<main class="main">
<header class="page-header">
<h1>Tags</h1>
</header>
<ul class="terms-tags">
</ul>
</main>
<footer class="footer">
<span>&copy; 2024 <a href="http://localhost:1313/">TrudeWeb</a></span> ·
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
</span>
</footer>
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
<path d="M12 6H0l6-6z" />
</svg>
</a>
<script>
let menu = document.getElementById('menu')
if (menu) {
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
menu.onscroll = function () {
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
}
}
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener("click", function (e) {
e.preventDefault();
var id = this.getAttribute("href").substr(1);
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
behavior: "smooth"
});
} else {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
}
if (id === "top") {
history.replaceState(null, null, " ");
} else {
history.pushState(null, null, `#${id}`);
}
});
});
</script>
<script>
var mybutton = document.getElementById("top-link");
window.onscroll = function () {
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) {
mybutton.style.visibility = "visible";
mybutton.style.opacity = "1";
} else {
mybutton.style.visibility = "hidden";
mybutton.style.opacity = "0";
}
};
</script>
<script>
document.getElementById("theme-toggle").addEventListener("click", () => {
if (document.body.className.includes("dark")) {
document.body.classList.remove('dark');
localStorage.setItem("pref-theme", 'light');
} else {
document.body.classList.add('dark');
localStorage.setItem("pref-theme", 'dark');
}
})
</script>
</body>
</html>

View File

@@ -1,19 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel> <channel>
<title>Tags on ExampleSite</title> <title>Tags on TrudeWeb</title>
<link>http://localhost:1313/tags/</link> <link>http://localhost:1313/tags/</link>
<description>Recent content in Tags on ExampleSite</description> <description>Recent content in Tags on TrudeWeb</description>
<generator>Hugo</generator> <image>
<title>TrudeWeb</title>
<url>http://localhost:1313/logo.svg</url>
<link>http://localhost:1313/logo.svg</link>
</image>
<generator>Hugo -- 0.126.1</generator>
<language>en</language> <language>en</language>
<lastBuildDate>Wed, 29 May 2024 20:39:37 +0100</lastBuildDate> <copyright>Open-source - MIT License</copyright>
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Test</title>
<link>http://localhost:1313/tags/test/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/test/</guid>
<description></description>
</item>
</channel> </channel>
</rss> </rss>

View File

@@ -1,19 +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>Test on ExampleSite</title>
<link>http://localhost:1313/tags/test/</link>
<description>Recent content in Test on ExampleSite</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate>Wed, 29 May 2024 20:39:37 +0100</lastBuildDate>
<atom:link href="http://localhost:1313/tags/test/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Test</title>
<link>http://localhost:1313/test/test/</link>
<pubDate>Wed, 29 May 2024 20:39:37 +0100</pubDate>
<guid>http://localhost:1313/test/test/</guid>
<description>Title Subtitle H3 H4 H5 H6 list elements another unordered list Normal text.&#xA;generic code&#xA;Important&#xA;Very important&#xA;Important Variant&#xA;echo &amp;#34;Code Block&amp;#34; Link</description>
</item>
</channel>
</rss>

View File

@@ -1,205 +0,0 @@
<!DOCTYPE html>
<html lang="en" dir="auto">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
<title>Tests | TrudeWeb</title>
<meta name="keywords" content="">
<meta name="description" content="Tests - TrudeWeb">
<meta name="author" content="">
<link rel="canonical" href="http://localhost:1313/test/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z&#43;V9&#43;cO1A=" rel="preload stylesheet" as="style">
<link rel="icon" href="http://localhost:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/test/index.xml">
<link rel="alternate" hreflang="en" href="http://localhost:1313/test/">
<noscript>
<style>
#theme-toggle,
.top-link {
display: none;
}
</style>
<style>
@media (prefers-color-scheme: dark) {
:root {
--theme: rgb(29, 30, 32);
--entry: rgb(46, 46, 51);
--primary: rgb(218, 218, 219);
--secondary: rgb(155, 156, 157);
--tertiary: rgb(65, 66, 68);
--content: rgb(196, 196, 197);
--code-block-bg: rgb(46, 46, 51);
--code-bg: rgb(55, 56, 62);
--border: rgb(51, 51, 51);
}
.list {
background: var(--theme);
}
.list:not(.dark)::-webkit-scrollbar-track {
background: 0 0;
}
.list:not(.dark)::-webkit-scrollbar-thumb {
border-color: var(--theme);
}
}
</style>
</noscript>
</head>
<body class="list" id="top">
<script>
if (localStorage.getItem("pref-theme") === "dark") {
document.body.classList.add('dark');
} else if (localStorage.getItem("pref-theme") === "light") {
document.body.classList.remove('dark')
} else if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.body.classList.add('dark');
}
</script>
<header class="header">
<nav class="nav">
<div class="logo">
<a href="http://localhost:1313/" accesskey="h" title="TrudeWeb (Alt + H)">TrudeWeb</a>
<div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
</svg>
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</button>
</div>
</div>
<ul id="menu">
</ul>
</nav>
</header>
<main class="main">
<header class="page-header">
<h1>
Tests
</h1>
</header>
<article class="post-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Test
<span class="entry-hint" title="Draft">
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" fill="currentColor">
<path
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
</svg>
</span>
</h2>
</header>
<div class="entry-content">
<p>Title Subtitle H3 H4 H5 H6 list elements another unordered list Normal text.
generic code
Important Very important Important Variant
echo &#34;Code Block&#34; Link</p>
</div>
<footer class="entry-footer"><span title='2024-05-29 20:39:37 +0100 WEST'>May 29, 2024</span></footer>
<a class="entry-link" aria-label="post link to Test" href="http://localhost:1313/test/test/"></a>
</article>
</main>
<footer class="footer">
<span>&copy; 2024 <a href="http://localhost:1313/">TrudeWeb</a></span> ·
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
</span>
</footer>
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
<path d="M12 6H0l6-6z" />
</svg>
</a>
<script>
let menu = document.getElementById('menu')
if (menu) {
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
menu.onscroll = function () {
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
}
}
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener("click", function (e) {
e.preventDefault();
var id = this.getAttribute("href").substr(1);
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
behavior: "smooth"
});
} else {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
}
if (id === "top") {
history.replaceState(null, null, " ");
} else {
history.pushState(null, null, `#${id}`);
}
});
});
</script>
<script>
var mybutton = document.getElementById("top-link");
window.onscroll = function () {
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) {
mybutton.style.visibility = "visible";
mybutton.style.opacity = "1";
} else {
mybutton.style.visibility = "hidden";
mybutton.style.opacity = "0";
}
};
</script>
<script>
document.getElementById("theme-toggle").addEventListener("click", () => {
if (document.body.className.includes("dark")) {
document.body.classList.remove('dark');
localStorage.setItem("pref-theme", 'light');
} else {
document.body.classList.add('dark');
localStorage.setItem("pref-theme", 'dark');
}
})
</script>
</body>
</html>

View File

@@ -1,19 +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>Tests on ExampleSite</title>
<link>http://localhost:1313/test/</link>
<description>Recent content in Tests on ExampleSite</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate>Wed, 29 May 2024 20:39:37 +0100</lastBuildDate>
<atom:link href="http://localhost:1313/test/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Test</title>
<link>http://localhost:1313/test/test/</link>
<pubDate>Wed, 29 May 2024 20:39:37 +0100</pubDate>
<guid>http://localhost:1313/test/test/</guid>
<description>Title Subtitle H3 H4 H5 H6 list elements another unordered list Normal text.&#xA;generic code&#xA;Important&#xA;Very important&#xA;Important Variant&#xA;echo &amp;#34;Code Block&amp;#34; Link</description>
</item>
</channel>
</rss>

View File

@@ -1,10 +0,0 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>http://localhost:1313/test/</title>
<link rel="canonical" href="http://localhost:1313/test/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=http://localhost:1313/test/">
</head>
</html>

View File

@@ -1,233 +0,0 @@
<!DOCTYPE html>
<html lang="en" dir="auto">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
<title>Test | TrudeWeb</title>
<meta name="keywords" content="">
<meta name="description" content="Title Subtitle H3 H4 H5 H6 list elements another unordered list Normal text.
generic code
Important
Very important
Important Variant
echo &#34;Code Block&#34; Link">
<meta name="author" content="">
<link rel="canonical" href="http://localhost:1313/test/test/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z&#43;V9&#43;cO1A=" rel="preload stylesheet" as="style">
<link rel="icon" href="http://localhost:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" hreflang="en" href="http://localhost:1313/test/test/">
<noscript>
<style>
#theme-toggle,
.top-link {
display: none;
}
</style>
<style>
@media (prefers-color-scheme: dark) {
:root {
--theme: rgb(29, 30, 32);
--entry: rgb(46, 46, 51);
--primary: rgb(218, 218, 219);
--secondary: rgb(155, 156, 157);
--tertiary: rgb(65, 66, 68);
--content: rgb(196, 196, 197);
--code-block-bg: rgb(46, 46, 51);
--code-bg: rgb(55, 56, 62);
--border: rgb(51, 51, 51);
}
.list {
background: var(--theme);
}
.list:not(.dark)::-webkit-scrollbar-track {
background: 0 0;
}
.list:not(.dark)::-webkit-scrollbar-thumb {
border-color: var(--theme);
}
}
</style>
</noscript>
</head>
<body class="" id="top">
<script>
if (localStorage.getItem("pref-theme") === "dark") {
document.body.classList.add('dark');
} else if (localStorage.getItem("pref-theme") === "light") {
document.body.classList.remove('dark')
} else if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.body.classList.add('dark');
}
</script>
<header class="header">
<nav class="nav">
<div class="logo">
<a href="http://localhost:1313/" accesskey="h" title="TrudeWeb (Alt + H)">TrudeWeb</a>
<div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
</svg>
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</button>
</div>
</div>
<ul id="menu">
</ul>
</nav>
</header>
<main class="main">
<article class="post-single">
<header class="post-header">
<h1 class="post-title entry-hint-parent">
Test
<span class="entry-hint" title="Draft">
<svg xmlns="http://www.w3.org/2000/svg" height="35" viewBox="0 -960 960 960" fill="currentColor">
<path
d="M160-410v-60h300v60H160Zm0-165v-60h470v60H160Zm0-165v-60h470v60H160Zm360 580v-123l221-220q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5T862.09-380L643-160H520Zm300-263-37-37 37 37ZM580-220h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z" />
</svg>
</span>
</h1>
<div class="post-meta"><span title='2024-05-29 20:39:37 +0100 WEST'>May 29, 2024</span>
</div>
</header>
<div class="post-content"><h1 id="title">Title<a hidden class="anchor" aria-hidden="true" href="#title">#</a></h1>
<h2 id="subtitle">Subtitle<a hidden class="anchor" aria-hidden="true" href="#subtitle">#</a></h2>
<h3 id="h3">H3<a hidden class="anchor" aria-hidden="true" href="#h3">#</a></h3>
<h4 id="h4">H4<a hidden class="anchor" aria-hidden="true" href="#h4">#</a></h4>
<h5 id="h5">H5<a hidden class="anchor" aria-hidden="true" href="#h5">#</a></h5>
<h6 id="h6">H6<a hidden class="anchor" aria-hidden="true" href="#h6">#</a></h6>
<ol>
<li>list</li>
<li>elements</li>
<li>another</li>
</ol>
<ul>
<li>unordered</li>
<li>list</li>
</ul>
<p>Normal text.</p>
<p><code>generic code</code></p>
<p><em>Important</em></p>
<p><strong>Very important</strong></p>
<p><em>Important Variant</em></p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-sh" data-lang="sh"><span style="display:flex;"><span>echo <span style="color:#e6db74">&#34;Code Block&#34;</span>
</span></span></code></pre></div><p><a href="https://example.org">Link</a></p>
<p><img loading="lazy" src="" alt="Image" />
</p>
</div>
<footer class="post-footer">
<ul class="post-tags">
</ul>
</footer>
</article>
</main>
<footer class="footer">
<span>&copy; 2024 <a href="http://localhost:1313/">TrudeWeb</a></span> ·
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
</span>
</footer>
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
<path d="M12 6H0l6-6z" />
</svg>
</a>
<script>
let menu = document.getElementById('menu')
if (menu) {
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
menu.onscroll = function () {
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
}
}
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener("click", function (e) {
e.preventDefault();
var id = this.getAttribute("href").substr(1);
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
behavior: "smooth"
});
} else {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
}
if (id === "top") {
history.replaceState(null, null, " ");
} else {
history.pushState(null, null, `#${id}`);
}
});
});
</script>
<script>
var mybutton = document.getElementById("top-link");
window.onscroll = function () {
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) {
mybutton.style.visibility = "visible";
mybutton.style.opacity = "1";
} else {
mybutton.style.visibility = "hidden";
mybutton.style.opacity = "0";
}
};
</script>
<script>
document.getElementById("theme-toggle").addEventListener("click", () => {
if (document.body.className.includes("dark")) {
document.body.classList.remove('dark');
localStorage.setItem("pref-theme", 'light');
} else {
document.body.classList.add('dark');
localStorage.setItem("pref-theme", 'dark');
}
})
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
static/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

BIN
static/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 B

BIN
static/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 B

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
static/logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

93
static/logo.svg Normal file
View File

@@ -0,0 +1,93 @@
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="100%" viewBox="0 0 1024 1008" enable-background="new 0 0 1024 1008" xml:space="preserve">
<path fill="#FCFCFC" opacity="1.000000" stroke="none"
d="
M562.260864,626.742188
C542.634888,606.228943 519.317139,592.509094 492.220154,585.618530
C471.845184,580.437317 451.216705,579.659302 430.365753,583.607300
C403.321442,588.728027 379.664795,600.331421 359.099182,618.546265
C351.315918,625.439880 349.788208,628.002686 344.462708,615.623291
C329.205902,580.158325 305.014374,552.125183 272.395508,531.560852
C244.051086,513.691345 213.050705,504.188019 179.446289,503.239349
C153.439850,502.505219 128.427887,506.961670 104.301392,516.629028
C96.539124,519.739258 94.497894,517.857971 95.410515,509.377533
C97.922585,486.034637 101.904724,462.974731 108.025558,440.298218
C116.653572,408.333099 128.925888,377.829193 144.676620,348.710815
C164.075027,312.848938 188.305176,280.538330 217.041290,251.707489
C250.479141,218.159393 288.528564,190.888199 331.192322,170.182053
C339.283356,166.255219 340.473480,166.879410 343.312531,176.014908
C353.551056,208.960373 371.608093,236.834946 397.473969,259.650757
C412.730804,273.108490 429.893097,283.523163 448.589539,291.450378
C456.630341,294.859619 456.942383,296.781769 450.170471,302.560120
C434.001617,316.356873 422.865845,333.419739 417.378326,353.965240
C408.184418,388.387604 414.991425,419.656677 437.244751,447.280457
C449.291931,462.234985 464.463806,474.202728 478.294403,487.435486
C513.321411,520.948364 549.038513,553.746765 583.763916,587.565796
C609.325684,612.460266 625.267517,642.961182 632.560059,678.085205
C638.005615,704.313477 637.716187,730.356506 631.415466,756.217712
C621.793274,795.711853 600.936951,828.298279 569.341736,853.939819
C543.190491,875.163452 513.183044,887.879639 479.958313,891.951233
C436.621429,897.261902 396.197845,888.079407 359.431580,864.122864
C357.100830,862.604187 352.961365,861.186218 354.221588,857.738525
C355.488159,854.273254 359.424255,855.984619 362.267639,856.280884
C386.085144,858.763489 409.115723,856.673279 430.485687,844.735840
C434.875275,842.283691 438.706848,839.093689 442.490173,835.809265
C446.465668,832.358032 449.096344,832.992859 450.499939,838.053162
C452.832245,846.461426 450.950897,854.191223 445.707733,861.113159
C444.905243,862.172607 443.874420,863.060059 443.081299,864.125427
C441.651978,866.045532 438.171570,867.434143 439.339020,870.037903
C440.570740,872.784912 444.215668,872.527588 446.950653,872.582031
C510.193939,873.839844 557.284241,846.974426 587.149841,791.068909
C596.169373,774.185120 600.670593,755.759949 601.839294,736.537903
C604.403870,694.356201 590.630249,658.120056 562.260864,626.742188
z"/>
<path fill="#FCFCFC" opacity="1.000000" stroke="none"
d="
M638.175903,323.707275
C637.106018,321.280792 636.704834,318.853668 634.295715,317.663849
C631.359741,318.738861 632.337769,321.292847 632.376404,323.206116
C632.630615,335.798798 631.078064,348.143463 627.309448,360.149475
C626.378723,363.114563 626.198547,367.872986 622.187195,367.694214
C618.839233,367.545044 619.063965,363.081360 618.440674,360.293671
C613.162781,336.686981 601.115906,317.261932 582.744995,301.609467
C577.388672,297.045837 577.992737,294.523132 584.499512,291.733398
C637.663391,268.939911 673.475281,230.311813 690.957397,174.977188
C693.353333,167.393585 695.532776,166.588242 703.574890,170.560104
C737.221558,187.177536 768.223145,207.741882 796.381042,232.593124
C853.089600,282.642242 893.794678,343.394012 918.201111,414.969696
C927.891357,443.387909 934.561951,472.521912 937.458801,502.481567
C938.130554,509.429047 939.527344,516.296875 939.406677,523.331665
C939.292969,529.960632 937.573669,531.161011 931.601746,527.978821
C923.951721,523.902344 916.286072,519.899353 908.219177,516.686707
C874.071106,503.087189 838.874268,499.110870 802.873718,506.702850
C741.016724,519.747559 696.709351,555.373474 669.391052,612.322388
C667.972595,615.279419 667.889099,620.111877 663.670715,620.295715
C659.089233,620.495422 658.635742,615.531067 657.080078,612.455811
C642.627686,583.883850 621.576172,560.717529 598.281494,539.195740
C573.684753,516.471008 549.574829,493.219238 525.262817,470.186523
C509.295471,455.059448 493.256958,440.006012 477.414886,424.748718
C460.945709,408.887512 454.787140,389.487854 460.365967,367.348206
C466.284790,343.859314 482.049377,328.735443 505.560608,324.320129
C545.426697,316.833527 575.601562,347.302582 575.431824,381.575378
C575.383606,391.309937 573.227966,400.392181 568.771240,408.912506
C566.646179,412.975067 567.155945,415.872375 570.510559,419.027191
C591.508423,438.774414 612.408203,458.626678 633.243591,478.545441
C636.439697,481.601013 639.307007,482.066406 642.878845,479.363647
C649.920044,474.035614 657.047241,468.819946 664.185425,463.621735
C667.337402,461.326477 668.069763,458.753754 666.497803,455.005096
C656.781799,431.835297 651.777832,407.724213 652.705811,382.522949
C652.877136,377.872742 653.007019,373.138275 653.986694,368.622925
C655.052612,363.710297 654.019226,359.494049 652.037292,355.124573
C647.360535,344.814117 642.887268,334.411316 638.175903,323.707275
z"/>
<path fill="#FCFCFC" opacity="1.000000" stroke="none"
d="
M625.812012,405.449677
C628.586182,410.592896 627.376160,415.490143 625.770264,420.147034
C624.831543,422.869110 622.090271,423.104889 620.028076,421.248352
C614.613831,416.374054 609.373108,411.303497 604.163147,406.208984
C603.133789,405.202393 602.257324,403.741943 603.260620,402.177795
C604.188110,400.731781 605.797852,400.560577 607.270142,400.780334
C613.470276,401.705902 619.781982,402.220764 625.812012,405.449677
z"/>
</svg>

After

Width:  |  Height:  |  Size: 5.7 KiB