initial commit
This commit is contained in:
commit
8797104955
33 changed files with 26503 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/hugo-coder"]
|
||||||
|
path = themes/hugo-coder
|
||||||
|
url = https://github.com/luizdepra/hugo-coder.git
|
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
+++
|
||||||
|
date = '{{ .Date }}'
|
||||||
|
draft = true
|
||||||
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
+++
|
75
hugo.toml
Normal file
75
hugo.toml
Normal file
|
@ -0,0 +1,75 @@
|
||||||
|
baseURL = "https://pauljako.de"
|
||||||
|
languageCode = "en-us"
|
||||||
|
title = "pauljako's Homepage"
|
||||||
|
theme = "hugo-coder"
|
||||||
|
|
||||||
|
[pagination]
|
||||||
|
pagerSize = 20
|
||||||
|
|
||||||
|
[services]
|
||||||
|
[services.disqus]
|
||||||
|
shortname = "yourdiscussshortname"
|
||||||
|
|
||||||
|
[markup.highlight]
|
||||||
|
style = "github-dark"
|
||||||
|
|
||||||
|
[params]
|
||||||
|
author = "pauljako"
|
||||||
|
#info = "Full Stack DevOps and Magician"
|
||||||
|
description = "pauljako's personal website"
|
||||||
|
keywords = "developer,personal"
|
||||||
|
#avatarurl = "images/avatar.jpg"
|
||||||
|
gravatar = "paulifey18@proton.me"
|
||||||
|
|
||||||
|
faviconSVG = "/img/favicon.svg"
|
||||||
|
favicon_32 = "/img/favicon-32x32.png"
|
||||||
|
favicon_16 = "/img/favicon-16x16.png"
|
||||||
|
|
||||||
|
since = 2025
|
||||||
|
|
||||||
|
enableTwemoji = true
|
||||||
|
|
||||||
|
colorScheme = "auto"
|
||||||
|
hidecolorschemetoggle = false
|
||||||
|
|
||||||
|
# customCSS = ["css/custom.css"]
|
||||||
|
# customSCSS = ["scss/custom.scss"]
|
||||||
|
# customJS = ["js/custom.js"]
|
||||||
|
|
||||||
|
[taxonomies]
|
||||||
|
category = "categories"
|
||||||
|
series = "series"
|
||||||
|
tag = "tags"
|
||||||
|
author = "authors"
|
||||||
|
|
||||||
|
# Social links
|
||||||
|
[[params.social]]
|
||||||
|
name = "Github"
|
||||||
|
icon = "fa-brands fa-github fa-2x"
|
||||||
|
weight = 1
|
||||||
|
url = "https://github.com/pauljako"
|
||||||
|
[[params.social]]
|
||||||
|
name = "Gitlab"
|
||||||
|
icon = "fa-brands fa-gitlab fa-2x"
|
||||||
|
weight = 2
|
||||||
|
url = "https://gitlab.com/pauljako"
|
||||||
|
[[params.social]]
|
||||||
|
name = "Forgejo"
|
||||||
|
icon = "fa-brands fa-git-alt fa-2x"
|
||||||
|
weight = 3
|
||||||
|
url = "https://git.pauljako.de/pauljako"
|
||||||
|
[[params.social]]
|
||||||
|
name = "Reddit"
|
||||||
|
icon = "fa-brands fa-reddit fa-2x"
|
||||||
|
weight = 4
|
||||||
|
url = "https://reddit.com/user/7pauljako7"
|
||||||
|
|
||||||
|
# Menu links
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Blog"
|
||||||
|
weight = 1
|
||||||
|
url = "https://blog.pauljako.de"
|
||||||
|
[[menu.main]]
|
||||||
|
name = "About"
|
||||||
|
weight = 2
|
||||||
|
url = "about/"
|
203
public/404.html
Normal file
203
public/404.html
Normal file
|
@ -0,0 +1,203 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<title>pauljako's Homepage</title>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="color-scheme" content="light dark">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="author" content="pauljako">
|
||||||
|
<meta name="description" content="pauljako's personal website">
|
||||||
|
<meta name="keywords" content="developer,personal">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:title" content="404 Page not found">
|
||||||
|
<meta name="twitter:description" content="pauljako's personal website">
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/404.html">
|
||||||
|
<meta property="og:site_name" content="pauljako's Homepage">
|
||||||
|
<meta property="og:title" content="404 Page not found">
|
||||||
|
<meta property="og:description" content="pauljako's personal website">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="http://localhost:1313/404.html">
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg" sizes="any">
|
||||||
|
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
|
||||||
|
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||||
|
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<body class="preload-transitions colorscheme-auto">
|
||||||
|
|
||||||
|
<div class="float-container">
|
||||||
|
<a id="dark-mode-toggle" class="colorscheme-toggle">
|
||||||
|
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<main class="wrapper">
|
||||||
|
<nav class="navigation">
|
||||||
|
<section class="container">
|
||||||
|
|
||||||
|
<a class="navigation-title" href="http://localhost:1313/">
|
||||||
|
pauljako's Homepage
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<input type="checkbox" id="menu-toggle" />
|
||||||
|
<label class="menu-button float-right" for="menu-toggle">
|
||||||
|
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
|
||||||
|
</label>
|
||||||
|
<ul class="navigation-list">
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="https://blog.pauljako.de">Blog</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="/about/">About</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<section class="container centered">
|
||||||
|
<div class="error">
|
||||||
|
<h1>404</h1>
|
||||||
|
<h2>Page Not Found</h2>
|
||||||
|
<p>Sorry, this page does not exist.<br />You can head back to the <a href="http://localhost:1313/">homepage</a>.</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<section class="container">
|
||||||
|
©
|
||||||
|
|
||||||
|
2025
|
||||||
|
pauljako
|
||||||
|
·
|
||||||
|
|
||||||
|
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
209
public/authors/index.html
Normal file
209
public/authors/index.html
Normal file
|
@ -0,0 +1,209 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<title>Authors · pauljako's Homepage</title>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="color-scheme" content="light dark">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="author" content="pauljako">
|
||||||
|
<meta name="description" content="pauljako's personal website">
|
||||||
|
<meta name="keywords" content="developer,personal">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:title" content="Authors">
|
||||||
|
<meta name="twitter:description" content="pauljako's personal website">
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/authors/">
|
||||||
|
<meta property="og:site_name" content="pauljako's Homepage">
|
||||||
|
<meta property="og:title" content="Authors">
|
||||||
|
<meta property="og:description" content="pauljako's personal website">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="http://localhost:1313/authors/">
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg" sizes="any">
|
||||||
|
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
|
||||||
|
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||||
|
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="/authors/index.xml" title="pauljako's Homepage" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<body class="preload-transitions colorscheme-auto">
|
||||||
|
|
||||||
|
<div class="float-container">
|
||||||
|
<a id="dark-mode-toggle" class="colorscheme-toggle">
|
||||||
|
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<main class="wrapper">
|
||||||
|
<nav class="navigation">
|
||||||
|
<section class="container">
|
||||||
|
|
||||||
|
<a class="navigation-title" href="http://localhost:1313/">
|
||||||
|
pauljako's Homepage
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<input type="checkbox" id="menu-toggle" />
|
||||||
|
<label class="menu-button float-right" for="menu-toggle">
|
||||||
|
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
|
||||||
|
</label>
|
||||||
|
<ul class="navigation-list">
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="https://blog.pauljako.de">Blog</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="/about/">About</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<section class="container taxonomy">
|
||||||
|
<header>
|
||||||
|
<h1 class="title">
|
||||||
|
<a class="title-link" href="http://localhost:1313/authors/">Authors</a>
|
||||||
|
</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<section class="container">
|
||||||
|
©
|
||||||
|
|
||||||
|
2025
|
||||||
|
pauljako
|
||||||
|
·
|
||||||
|
|
||||||
|
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
11
public/authors/index.xml
Normal file
11
public/authors/index.xml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Authors on pauljako's Homepage</title>
|
||||||
|
<link>http://localhost:1313/authors/</link>
|
||||||
|
<description>Recent content in Authors on pauljako's Homepage</description>
|
||||||
|
<generator>Hugo</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<atom:link href="http://localhost:1313/authors/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
209
public/categories/index.html
Normal file
209
public/categories/index.html
Normal file
|
@ -0,0 +1,209 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<title>Categories · pauljako's Homepage</title>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="color-scheme" content="light dark">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="author" content="pauljako">
|
||||||
|
<meta name="description" content="pauljako's personal website">
|
||||||
|
<meta name="keywords" content="developer,personal">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:title" content="Categories">
|
||||||
|
<meta name="twitter:description" content="pauljako's personal website">
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/categories/">
|
||||||
|
<meta property="og:site_name" content="pauljako's Homepage">
|
||||||
|
<meta property="og:title" content="Categories">
|
||||||
|
<meta property="og:description" content="pauljako's personal website">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="http://localhost:1313/categories/">
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg" sizes="any">
|
||||||
|
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
|
||||||
|
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||||
|
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="/categories/index.xml" title="pauljako's Homepage" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<body class="preload-transitions colorscheme-auto">
|
||||||
|
|
||||||
|
<div class="float-container">
|
||||||
|
<a id="dark-mode-toggle" class="colorscheme-toggle">
|
||||||
|
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<main class="wrapper">
|
||||||
|
<nav class="navigation">
|
||||||
|
<section class="container">
|
||||||
|
|
||||||
|
<a class="navigation-title" href="http://localhost:1313/">
|
||||||
|
pauljako's Homepage
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<input type="checkbox" id="menu-toggle" />
|
||||||
|
<label class="menu-button float-right" for="menu-toggle">
|
||||||
|
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
|
||||||
|
</label>
|
||||||
|
<ul class="navigation-list">
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="https://blog.pauljako.de">Blog</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="/about/">About</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<section class="container taxonomy">
|
||||||
|
<header>
|
||||||
|
<h1 class="title">
|
||||||
|
<a class="title-link" href="http://localhost:1313/categories/">Categories</a>
|
||||||
|
</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<section class="container">
|
||||||
|
©
|
||||||
|
|
||||||
|
2025
|
||||||
|
pauljako
|
||||||
|
·
|
||||||
|
|
||||||
|
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
11
public/categories/index.xml
Normal file
11
public/categories/index.xml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?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 pauljako's Homepage</title>
|
||||||
|
<link>http://localhost:1313/categories/</link>
|
||||||
|
<description>Recent content in Categories on pauljako's Homepage</description>
|
||||||
|
<generator>Hugo</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
835
public/css/coder-dark.css
Normal file
835
public/css/coder-dark.css
Normal file
|
@ -0,0 +1,835 @@
|
||||||
|
body.colorscheme-dark {
|
||||||
|
color: #dadada;
|
||||||
|
background-color: #212121; }
|
||||||
|
body.colorscheme-dark a {
|
||||||
|
color: #42a5f5; }
|
||||||
|
body.colorscheme-dark h1,
|
||||||
|
body.colorscheme-dark h2,
|
||||||
|
body.colorscheme-dark h3,
|
||||||
|
body.colorscheme-dark h4,
|
||||||
|
body.colorscheme-dark h5,
|
||||||
|
body.colorscheme-dark h6 {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark h1:hover .heading-link,
|
||||||
|
body.colorscheme-dark h2:hover .heading-link,
|
||||||
|
body.colorscheme-dark h3:hover .heading-link,
|
||||||
|
body.colorscheme-dark h4:hover .heading-link,
|
||||||
|
body.colorscheme-dark h5:hover .heading-link,
|
||||||
|
body.colorscheme-dark h6:hover .heading-link {
|
||||||
|
visibility: visible; }
|
||||||
|
body.colorscheme-dark h1 .heading-link,
|
||||||
|
body.colorscheme-dark h2 .heading-link,
|
||||||
|
body.colorscheme-dark h3 .heading-link,
|
||||||
|
body.colorscheme-dark h4 .heading-link,
|
||||||
|
body.colorscheme-dark h5 .heading-link,
|
||||||
|
body.colorscheme-dark h6 .heading-link {
|
||||||
|
color: #42a5f5;
|
||||||
|
font-weight: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
font-size: 80%;
|
||||||
|
visibility: hidden; }
|
||||||
|
body.colorscheme-dark h1 .title-link,
|
||||||
|
body.colorscheme-dark h2 .title-link,
|
||||||
|
body.colorscheme-dark h3 .title-link,
|
||||||
|
body.colorscheme-dark h4 .title-link,
|
||||||
|
body.colorscheme-dark h5 .title-link,
|
||||||
|
body.colorscheme-dark h6 .title-link {
|
||||||
|
color: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
|
text-decoration: none; }
|
||||||
|
body.colorscheme-dark pre code {
|
||||||
|
background-color: inherit;
|
||||||
|
color: inherit; }
|
||||||
|
body.colorscheme-dark code {
|
||||||
|
background-color: #4f4f4f;
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark blockquote {
|
||||||
|
border-left: 2px solid #424242; }
|
||||||
|
body.colorscheme-dark th,
|
||||||
|
body.colorscheme-dark td {
|
||||||
|
padding: 1.6rem; }
|
||||||
|
body.colorscheme-dark table {
|
||||||
|
border-collapse: collapse; }
|
||||||
|
body.colorscheme-dark table td,
|
||||||
|
body.colorscheme-dark table th {
|
||||||
|
border: 2px solid #dadada; }
|
||||||
|
body.colorscheme-dark table tr:first-child th {
|
||||||
|
border-top: 0; }
|
||||||
|
body.colorscheme-dark table tr:last-child td {
|
||||||
|
border-bottom: 0; }
|
||||||
|
body.colorscheme-dark table tr td:first-child,
|
||||||
|
body.colorscheme-dark table tr th:first-child {
|
||||||
|
border-left: 0; }
|
||||||
|
body.colorscheme-dark table tr td:last-child,
|
||||||
|
body.colorscheme-dark table tr th:last-child {
|
||||||
|
border-right: 0; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto {
|
||||||
|
color: #dadada;
|
||||||
|
background-color: #212121; }
|
||||||
|
body.colorscheme-auto a {
|
||||||
|
color: #42a5f5; }
|
||||||
|
body.colorscheme-auto h1,
|
||||||
|
body.colorscheme-auto h2,
|
||||||
|
body.colorscheme-auto h3,
|
||||||
|
body.colorscheme-auto h4,
|
||||||
|
body.colorscheme-auto h5,
|
||||||
|
body.colorscheme-auto h6 {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto h1:hover .heading-link,
|
||||||
|
body.colorscheme-auto h2:hover .heading-link,
|
||||||
|
body.colorscheme-auto h3:hover .heading-link,
|
||||||
|
body.colorscheme-auto h4:hover .heading-link,
|
||||||
|
body.colorscheme-auto h5:hover .heading-link,
|
||||||
|
body.colorscheme-auto h6:hover .heading-link {
|
||||||
|
visibility: visible; }
|
||||||
|
body.colorscheme-auto h1 .heading-link,
|
||||||
|
body.colorscheme-auto h2 .heading-link,
|
||||||
|
body.colorscheme-auto h3 .heading-link,
|
||||||
|
body.colorscheme-auto h4 .heading-link,
|
||||||
|
body.colorscheme-auto h5 .heading-link,
|
||||||
|
body.colorscheme-auto h6 .heading-link {
|
||||||
|
color: #42a5f5;
|
||||||
|
font-weight: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
font-size: 80%;
|
||||||
|
visibility: hidden; }
|
||||||
|
body.colorscheme-auto h1 .title-link,
|
||||||
|
body.colorscheme-auto h2 .title-link,
|
||||||
|
body.colorscheme-auto h3 .title-link,
|
||||||
|
body.colorscheme-auto h4 .title-link,
|
||||||
|
body.colorscheme-auto h5 .title-link,
|
||||||
|
body.colorscheme-auto h6 .title-link {
|
||||||
|
color: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
|
text-decoration: none; }
|
||||||
|
body.colorscheme-auto pre code {
|
||||||
|
background-color: inherit;
|
||||||
|
color: inherit; }
|
||||||
|
body.colorscheme-auto code {
|
||||||
|
background-color: #4f4f4f;
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto blockquote {
|
||||||
|
border-left: 2px solid #424242; }
|
||||||
|
body.colorscheme-auto th,
|
||||||
|
body.colorscheme-auto td {
|
||||||
|
padding: 1.6rem; }
|
||||||
|
body.colorscheme-auto table {
|
||||||
|
border-collapse: collapse; }
|
||||||
|
body.colorscheme-auto table td,
|
||||||
|
body.colorscheme-auto table th {
|
||||||
|
border: 2px solid #dadada; }
|
||||||
|
body.colorscheme-auto table tr:first-child th {
|
||||||
|
border-top: 0; }
|
||||||
|
body.colorscheme-auto table tr:last-child td {
|
||||||
|
border-bottom: 0; }
|
||||||
|
body.colorscheme-auto table tr td:first-child,
|
||||||
|
body.colorscheme-auto table tr th:first-child {
|
||||||
|
border-left: 0; }
|
||||||
|
body.colorscheme-auto table tr td:last-child,
|
||||||
|
body.colorscheme-auto table tr th:last-child {
|
||||||
|
border-right: 0; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .content .post .tags .tag {
|
||||||
|
background-color: #424242; }
|
||||||
|
body.colorscheme-dark .content .post .tags .tag a {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark .content .post .tags .tag a:active {
|
||||||
|
color: #dadada; }
|
||||||
|
|
||||||
|
body.colorscheme-dark .content .list ul li .title {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark .content .list ul li .title:hover, body.colorscheme-dark .content .list ul li .title:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
|
||||||
|
body.colorscheme-dark .content .centered .about ul li a {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark .content .centered .about ul li a:hover, body.colorscheme-dark .content .centered .about ul li a:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .content .post .tags .tag {
|
||||||
|
background-color: #424242; }
|
||||||
|
body.colorscheme-auto .content .post .tags .tag a {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .content .post .tags .tag a:active {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .content .list ul li .title {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .content .list ul li .title:hover, body.colorscheme-auto .content .list ul li .title:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
body.colorscheme-auto .content .centered .about ul li a {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .content .centered .about ul li a:hover, body.colorscheme-auto .content .centered .about ul li a:focus {
|
||||||
|
color: #42a5f5; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .notice .notice-title {
|
||||||
|
border-bottom: 1px solid #212121; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .notice .notice-title {
|
||||||
|
border-bottom: 1px solid #212121; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .navigation a,
|
||||||
|
body.colorscheme-dark .navigation span {
|
||||||
|
color: #dadada; }
|
||||||
|
|
||||||
|
body.colorscheme-dark .navigation a:hover, body.colorscheme-dark .navigation a:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
body.colorscheme-dark .navigation .navigation-list {
|
||||||
|
background-color: #212121;
|
||||||
|
border-top: solid 2px #424242;
|
||||||
|
border-bottom: solid 2px #424242; } }
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
body.colorscheme-dark .navigation .navigation-list .menu-separator {
|
||||||
|
border-top: 2px solid #dadada; } }
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
body.colorscheme-dark .navigation #menu-toggle:checked + label > i {
|
||||||
|
color: #424242; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .navigation i {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark .navigation i:hover, body.colorscheme-dark .navigation i:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
|
||||||
|
body.colorscheme-dark .navigation .menu-button i:hover, body.colorscheme-dark .navigation .menu-button i:focus {
|
||||||
|
color: #dadada; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .navigation a,
|
||||||
|
body.colorscheme-auto .navigation span {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .navigation a:hover, body.colorscheme-auto .navigation a:focus {
|
||||||
|
color: #42a5f5; } }
|
||||||
|
|
||||||
|
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
|
||||||
|
body.colorscheme-auto .navigation .navigation-list {
|
||||||
|
background-color: #212121;
|
||||||
|
border-top: solid 2px #424242;
|
||||||
|
border-bottom: solid 2px #424242; } }
|
||||||
|
|
||||||
|
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
|
||||||
|
body.colorscheme-auto .navigation .navigation-list .menu-separator {
|
||||||
|
border-top: 2px solid #dadada; } }
|
||||||
|
|
||||||
|
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
|
||||||
|
body.colorscheme-auto .navigation #menu-toggle:checked + label > i {
|
||||||
|
color: #424242; } }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .navigation i {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .navigation i:hover, body.colorscheme-auto .navigation i:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
body.colorscheme-auto .navigation .menu-button i:hover, body.colorscheme-auto .navigation .menu-button i:focus {
|
||||||
|
color: #dadada; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .tabs label.tab-label {
|
||||||
|
background-color: #424242;
|
||||||
|
border-color: #4f4f4f; }
|
||||||
|
|
||||||
|
body.colorscheme-dark .tabs input.tab-input:checked + label.tab-label {
|
||||||
|
background-color: #212121; }
|
||||||
|
|
||||||
|
body.colorscheme-dark .tabs .tab-content {
|
||||||
|
background-color: #212121;
|
||||||
|
border-color: #4f4f4f; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .tabs label.tab-label {
|
||||||
|
background-color: #424242;
|
||||||
|
border-color: #4f4f4f; }
|
||||||
|
body.colorscheme-auto .tabs input.tab-input:checked + label.tab-label {
|
||||||
|
background-color: #212121; }
|
||||||
|
body.colorscheme-auto .tabs .tab-content {
|
||||||
|
background-color: #212121;
|
||||||
|
border-color: #4f4f4f; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .taxonomy-element {
|
||||||
|
background-color: #424242; }
|
||||||
|
body.colorscheme-dark .taxonomy-element a {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark .taxonomy-element a:active {
|
||||||
|
color: #dadada; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .taxonomy-element {
|
||||||
|
background-color: #424242; }
|
||||||
|
body.colorscheme-auto .taxonomy-element a {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .taxonomy-element a:active {
|
||||||
|
color: #dadada; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .footer a {
|
||||||
|
color: #42a5f5; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .footer a {
|
||||||
|
color: #42a5f5; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .float-container a {
|
||||||
|
color: #dadada;
|
||||||
|
background-color: #424242; }
|
||||||
|
body.colorscheme-dark .float-container a:hover, body.colorscheme-dark .float-container a:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
body.colorscheme-dark .float-container a:hover, body.colorscheme-dark .float-container a:focus {
|
||||||
|
color: #dadada; } }
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .float-container a {
|
||||||
|
color: #dadada;
|
||||||
|
background-color: #424242; }
|
||||||
|
body.colorscheme-auto .float-container a:hover, body.colorscheme-auto .float-container a:focus {
|
||||||
|
color: #42a5f5; } }
|
||||||
|
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
|
||||||
|
body.colorscheme-auto .float-container a:hover, body.colorscheme-auto .float-container a:focus {
|
||||||
|
color: #dadada; } }
|
||||||
|
body.colorscheme-dark {
|
||||||
|
/* Background */
|
||||||
|
/* PreWrapper */
|
||||||
|
/* Other */
|
||||||
|
/* Error */
|
||||||
|
/* CodeLine */
|
||||||
|
/* LineLink */
|
||||||
|
/* LineTableTD */
|
||||||
|
/* LineTable */
|
||||||
|
/* LineHighlight */
|
||||||
|
/* LineNumbersTable */
|
||||||
|
/* LineNumbers */
|
||||||
|
/* Line */
|
||||||
|
/* Keyword */
|
||||||
|
/* KeywordConstant */
|
||||||
|
/* KeywordDeclaration */
|
||||||
|
/* KeywordNamespace */
|
||||||
|
/* KeywordPseudo */
|
||||||
|
/* KeywordReserved */
|
||||||
|
/* KeywordType */
|
||||||
|
/* Name */
|
||||||
|
/* NameAttribute */
|
||||||
|
/* NameBuiltin */
|
||||||
|
/* NameBuiltinPseudo */
|
||||||
|
/* NameClass */
|
||||||
|
/* NameConstant */
|
||||||
|
/* NameDecorator */
|
||||||
|
/* NameEntity */
|
||||||
|
/* NameException */
|
||||||
|
/* NameFunction */
|
||||||
|
/* NameFunctionMagic */
|
||||||
|
/* NameLabel */
|
||||||
|
/* NameNamespace */
|
||||||
|
/* NameOther */
|
||||||
|
/* NameProperty */
|
||||||
|
/* NameTag */
|
||||||
|
/* NameVariable */
|
||||||
|
/* NameVariableClass */
|
||||||
|
/* NameVariableGlobal */
|
||||||
|
/* NameVariableInstance */
|
||||||
|
/* NameVariableMagic */
|
||||||
|
/* Literal */
|
||||||
|
/* LiteralDate */
|
||||||
|
/* LiteralString */
|
||||||
|
/* LiteralStringAffix */
|
||||||
|
/* LiteralStringBacktick */
|
||||||
|
/* LiteralStringChar */
|
||||||
|
/* LiteralStringDelimiter */
|
||||||
|
/* LiteralStringDoc */
|
||||||
|
/* LiteralStringDouble */
|
||||||
|
/* LiteralStringEscape */
|
||||||
|
/* LiteralStringHeredoc */
|
||||||
|
/* LiteralStringInterpol */
|
||||||
|
/* LiteralStringOther */
|
||||||
|
/* LiteralStringRegex */
|
||||||
|
/* LiteralStringSingle */
|
||||||
|
/* LiteralStringSymbol */
|
||||||
|
/* LiteralNumber */
|
||||||
|
/* LiteralNumberBin */
|
||||||
|
/* LiteralNumberFloat */
|
||||||
|
/* LiteralNumberHex */
|
||||||
|
/* LiteralNumberInteger */
|
||||||
|
/* LiteralNumberIntegerLong */
|
||||||
|
/* LiteralNumberOct */
|
||||||
|
/* Operator */
|
||||||
|
/* OperatorWord */
|
||||||
|
/* Punctuation */
|
||||||
|
/* Comment */
|
||||||
|
/* CommentHashbang */
|
||||||
|
/* CommentMultiline */
|
||||||
|
/* CommentSingle */
|
||||||
|
/* CommentSpecial */
|
||||||
|
/* CommentPreproc */
|
||||||
|
/* CommentPreprocFile */
|
||||||
|
/* Generic */
|
||||||
|
/* GenericDeleted */
|
||||||
|
/* GenericEmph */
|
||||||
|
/* GenericError */
|
||||||
|
/* GenericHeading */
|
||||||
|
/* GenericInserted */
|
||||||
|
/* GenericOutput */
|
||||||
|
/* GenericPrompt */
|
||||||
|
/* GenericStrong */
|
||||||
|
/* GenericSubheading */
|
||||||
|
/* GenericTraceback */
|
||||||
|
/* GenericUnderline */
|
||||||
|
/* TextWhitespace */ }
|
||||||
|
body.colorscheme-dark .bg {
|
||||||
|
color: #c9d1d9;
|
||||||
|
background-color: #0d1117; }
|
||||||
|
body.colorscheme-dark .chroma {
|
||||||
|
color: #c9d1d9;
|
||||||
|
background-color: #0d1117; }
|
||||||
|
body.colorscheme-dark .chroma .err {
|
||||||
|
color: #f85149; }
|
||||||
|
body.colorscheme-dark .chroma .lnlinks {
|
||||||
|
outline: none;
|
||||||
|
text-decoration: none;
|
||||||
|
color: inherit; }
|
||||||
|
body.colorscheme-dark .chroma .lntd {
|
||||||
|
vertical-align: top;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
border: 0; }
|
||||||
|
body.colorscheme-dark .chroma .lntable {
|
||||||
|
border-spacing: 0;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
border: 0; }
|
||||||
|
body.colorscheme-dark .chroma .hl {
|
||||||
|
background-color: #ffffcc; }
|
||||||
|
body.colorscheme-dark .chroma .lnt {
|
||||||
|
white-space: pre;
|
||||||
|
user-select: none;
|
||||||
|
margin-right: 0.4em;
|
||||||
|
padding: 0 0.4em 0 0.4em;
|
||||||
|
color: #64686c; }
|
||||||
|
body.colorscheme-dark .chroma .ln {
|
||||||
|
white-space: pre;
|
||||||
|
user-select: none;
|
||||||
|
margin-right: 0.4em;
|
||||||
|
padding: 0 0.4em 0 0.4em;
|
||||||
|
color: #6e7681; }
|
||||||
|
body.colorscheme-dark .chroma .line {
|
||||||
|
display: flex; }
|
||||||
|
body.colorscheme-dark .chroma .k {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .kc {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .kd {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .kn {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .kp {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .kr {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .kt {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .nc {
|
||||||
|
color: #f0883e;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .no {
|
||||||
|
color: #79c0ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .nd {
|
||||||
|
color: #d2a8ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .ni {
|
||||||
|
color: #ffa657; }
|
||||||
|
body.colorscheme-dark .chroma .ne {
|
||||||
|
color: #f0883e;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .nf {
|
||||||
|
color: #d2a8ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .nl {
|
||||||
|
color: #79c0ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .nn {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .py {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .nt {
|
||||||
|
color: #7ee787; }
|
||||||
|
body.colorscheme-dark .chroma .nv {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .l {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .ld {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .s {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .sa {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .sb {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .sc {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .dl {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .sd {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .s2 {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .se {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .sh {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .si {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .sx {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .sr {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .s1 {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .ss {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .m {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .mb {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .mf {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .mh {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .mi {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .il {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .mo {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .o {
|
||||||
|
color: #ff7b72;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .ow {
|
||||||
|
color: #ff7b72;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .c {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .ch {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .cm {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .c1 {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .cs {
|
||||||
|
color: #8b949e;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .cp {
|
||||||
|
color: #8b949e;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .cpf {
|
||||||
|
color: #8b949e;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .gd {
|
||||||
|
color: #ffa198;
|
||||||
|
background-color: #490202; }
|
||||||
|
body.colorscheme-dark .chroma .ge {
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .gr {
|
||||||
|
color: #ffa198; }
|
||||||
|
body.colorscheme-dark .chroma .gh {
|
||||||
|
color: #79c0ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .gi {
|
||||||
|
color: #56d364;
|
||||||
|
background-color: #0f5323; }
|
||||||
|
body.colorscheme-dark .chroma .go {
|
||||||
|
color: #8b949e; }
|
||||||
|
body.colorscheme-dark .chroma .gp {
|
||||||
|
color: #8b949e; }
|
||||||
|
body.colorscheme-dark .chroma .gs {
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .gu {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .gt {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .gl {
|
||||||
|
text-decoration: underline; }
|
||||||
|
body.colorscheme-dark .chroma .w {
|
||||||
|
color: #6e7681; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto {
|
||||||
|
/* Background */
|
||||||
|
/* PreWrapper */
|
||||||
|
/* Other */
|
||||||
|
/* Error */
|
||||||
|
/* CodeLine */
|
||||||
|
/* LineLink */
|
||||||
|
/* LineTableTD */
|
||||||
|
/* LineTable */
|
||||||
|
/* LineHighlight */
|
||||||
|
/* LineNumbersTable */
|
||||||
|
/* LineNumbers */
|
||||||
|
/* Line */
|
||||||
|
/* Keyword */
|
||||||
|
/* KeywordConstant */
|
||||||
|
/* KeywordDeclaration */
|
||||||
|
/* KeywordNamespace */
|
||||||
|
/* KeywordPseudo */
|
||||||
|
/* KeywordReserved */
|
||||||
|
/* KeywordType */
|
||||||
|
/* Name */
|
||||||
|
/* NameAttribute */
|
||||||
|
/* NameBuiltin */
|
||||||
|
/* NameBuiltinPseudo */
|
||||||
|
/* NameClass */
|
||||||
|
/* NameConstant */
|
||||||
|
/* NameDecorator */
|
||||||
|
/* NameEntity */
|
||||||
|
/* NameException */
|
||||||
|
/* NameFunction */
|
||||||
|
/* NameFunctionMagic */
|
||||||
|
/* NameLabel */
|
||||||
|
/* NameNamespace */
|
||||||
|
/* NameOther */
|
||||||
|
/* NameProperty */
|
||||||
|
/* NameTag */
|
||||||
|
/* NameVariable */
|
||||||
|
/* NameVariableClass */
|
||||||
|
/* NameVariableGlobal */
|
||||||
|
/* NameVariableInstance */
|
||||||
|
/* NameVariableMagic */
|
||||||
|
/* Literal */
|
||||||
|
/* LiteralDate */
|
||||||
|
/* LiteralString */
|
||||||
|
/* LiteralStringAffix */
|
||||||
|
/* LiteralStringBacktick */
|
||||||
|
/* LiteralStringChar */
|
||||||
|
/* LiteralStringDelimiter */
|
||||||
|
/* LiteralStringDoc */
|
||||||
|
/* LiteralStringDouble */
|
||||||
|
/* LiteralStringEscape */
|
||||||
|
/* LiteralStringHeredoc */
|
||||||
|
/* LiteralStringInterpol */
|
||||||
|
/* LiteralStringOther */
|
||||||
|
/* LiteralStringRegex */
|
||||||
|
/* LiteralStringSingle */
|
||||||
|
/* LiteralStringSymbol */
|
||||||
|
/* LiteralNumber */
|
||||||
|
/* LiteralNumberBin */
|
||||||
|
/* LiteralNumberFloat */
|
||||||
|
/* LiteralNumberHex */
|
||||||
|
/* LiteralNumberInteger */
|
||||||
|
/* LiteralNumberIntegerLong */
|
||||||
|
/* LiteralNumberOct */
|
||||||
|
/* Operator */
|
||||||
|
/* OperatorWord */
|
||||||
|
/* Punctuation */
|
||||||
|
/* Comment */
|
||||||
|
/* CommentHashbang */
|
||||||
|
/* CommentMultiline */
|
||||||
|
/* CommentSingle */
|
||||||
|
/* CommentSpecial */
|
||||||
|
/* CommentPreproc */
|
||||||
|
/* CommentPreprocFile */
|
||||||
|
/* Generic */
|
||||||
|
/* GenericDeleted */
|
||||||
|
/* GenericEmph */
|
||||||
|
/* GenericError */
|
||||||
|
/* GenericHeading */
|
||||||
|
/* GenericInserted */
|
||||||
|
/* GenericOutput */
|
||||||
|
/* GenericPrompt */
|
||||||
|
/* GenericStrong */
|
||||||
|
/* GenericSubheading */
|
||||||
|
/* GenericTraceback */
|
||||||
|
/* GenericUnderline */
|
||||||
|
/* TextWhitespace */ }
|
||||||
|
body.colorscheme-auto .bg {
|
||||||
|
color: #c9d1d9;
|
||||||
|
background-color: #0d1117; }
|
||||||
|
body.colorscheme-auto .chroma {
|
||||||
|
color: #c9d1d9;
|
||||||
|
background-color: #0d1117; }
|
||||||
|
body.colorscheme-auto .chroma .err {
|
||||||
|
color: #f85149; }
|
||||||
|
body.colorscheme-auto .chroma .lnlinks {
|
||||||
|
outline: none;
|
||||||
|
text-decoration: none;
|
||||||
|
color: inherit; }
|
||||||
|
body.colorscheme-auto .chroma .lntd {
|
||||||
|
vertical-align: top;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
border: 0; }
|
||||||
|
body.colorscheme-auto .chroma .lntable {
|
||||||
|
border-spacing: 0;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
border: 0; }
|
||||||
|
body.colorscheme-auto .chroma .hl {
|
||||||
|
background-color: #ffffcc; }
|
||||||
|
body.colorscheme-auto .chroma .lnt {
|
||||||
|
white-space: pre;
|
||||||
|
user-select: none;
|
||||||
|
margin-right: 0.4em;
|
||||||
|
padding: 0 0.4em 0 0.4em;
|
||||||
|
color: #64686c; }
|
||||||
|
body.colorscheme-auto .chroma .ln {
|
||||||
|
white-space: pre;
|
||||||
|
user-select: none;
|
||||||
|
margin-right: 0.4em;
|
||||||
|
padding: 0 0.4em 0 0.4em;
|
||||||
|
color: #6e7681; }
|
||||||
|
body.colorscheme-auto .chroma .line {
|
||||||
|
display: flex; }
|
||||||
|
body.colorscheme-auto .chroma .k {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .kc {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .kd {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .kn {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .kp {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .kr {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .kt {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .nc {
|
||||||
|
color: #f0883e;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .no {
|
||||||
|
color: #79c0ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .nd {
|
||||||
|
color: #d2a8ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .ni {
|
||||||
|
color: #ffa657; }
|
||||||
|
body.colorscheme-auto .chroma .ne {
|
||||||
|
color: #f0883e;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .nf {
|
||||||
|
color: #d2a8ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .nl {
|
||||||
|
color: #79c0ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .nn {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .py {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .nt {
|
||||||
|
color: #7ee787; }
|
||||||
|
body.colorscheme-auto .chroma .nv {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .l {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .ld {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .s {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .sa {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .sb {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .sc {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .dl {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .sd {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .s2 {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .se {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .sh {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .si {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .sx {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .sr {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .s1 {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .ss {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .m {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .mb {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .mf {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .mh {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .mi {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .il {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .mo {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .o {
|
||||||
|
color: #ff7b72;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .ow {
|
||||||
|
color: #ff7b72;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .c {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .ch {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .cm {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .c1 {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .cs {
|
||||||
|
color: #8b949e;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .cp {
|
||||||
|
color: #8b949e;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .cpf {
|
||||||
|
color: #8b949e;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .gd {
|
||||||
|
color: #ffa198;
|
||||||
|
background-color: #490202; }
|
||||||
|
body.colorscheme-auto .chroma .ge {
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .gr {
|
||||||
|
color: #ffa198; }
|
||||||
|
body.colorscheme-auto .chroma .gh {
|
||||||
|
color: #79c0ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .gi {
|
||||||
|
color: #56d364;
|
||||||
|
background-color: #0f5323; }
|
||||||
|
body.colorscheme-auto .chroma .go {
|
||||||
|
color: #8b949e; }
|
||||||
|
body.colorscheme-auto .chroma .gp {
|
||||||
|
color: #8b949e; }
|
||||||
|
body.colorscheme-auto .chroma .gs {
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .gu {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .gt {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .gl {
|
||||||
|
text-decoration: underline; }
|
||||||
|
body.colorscheme-auto .chroma .w {
|
||||||
|
color: #6e7681; } }
|
||||||
|
|
||||||
|
/*# sourceMappingURL=coder-dark.css.map */
|
33
public/css/coder-dark.css.map
Normal file
33
public/css/coder-dark.css.map
Normal file
File diff suppressed because one or more lines are too long
11498
public/css/coder.css
Normal file
11498
public/css/coder.css
Normal file
File diff suppressed because it is too large
Load diff
93
public/css/coder.css.map
Normal file
93
public/css/coder.css.map
Normal file
File diff suppressed because one or more lines are too long
165
public/fonts/LICENSE.txt
Normal file
165
public/fonts/LICENSE.txt
Normal file
|
@ -0,0 +1,165 @@
|
||||||
|
Fonticons, Inc. (https://fontawesome.com)
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Font Awesome Free License
|
||||||
|
|
||||||
|
Font Awesome Free is free, open source, and GPL friendly. You can use it for
|
||||||
|
commercial projects, open source projects, or really almost whatever you want.
|
||||||
|
Full Font Awesome Free license: https://fontawesome.com/license/free.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
|
||||||
|
|
||||||
|
The Font Awesome Free download is licensed under a Creative Commons
|
||||||
|
Attribution 4.0 International License and applies to all icons packaged
|
||||||
|
as SVG and JS file types.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# Fonts: SIL OFL 1.1 License
|
||||||
|
|
||||||
|
In the Font Awesome Free download, the SIL OFL license applies to all icons
|
||||||
|
packaged as web and desktop font files.
|
||||||
|
|
||||||
|
Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com)
|
||||||
|
with Reserved Font Name: "Font Awesome".
|
||||||
|
|
||||||
|
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||||
|
This license is copied below, and is also available with a FAQ at:
|
||||||
|
http://scripts.sil.org/OFL
|
||||||
|
|
||||||
|
SIL OPEN FONT LICENSE
|
||||||
|
Version 1.1 - 26 February 2007
|
||||||
|
|
||||||
|
PREAMBLE
|
||||||
|
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||||
|
development of collaborative font projects, to support the font creation
|
||||||
|
efforts of academic and linguistic communities, and to provide a free and
|
||||||
|
open framework in which fonts may be shared and improved in partnership
|
||||||
|
with others.
|
||||||
|
|
||||||
|
The OFL allows the licensed fonts to be used, studied, modified and
|
||||||
|
redistributed freely as long as they are not sold by themselves. The
|
||||||
|
fonts, including any derivative works, can be bundled, embedded,
|
||||||
|
redistributed and/or sold with any software provided that any reserved
|
||||||
|
names are not used by derivative works. The fonts and derivatives,
|
||||||
|
however, cannot be released under any other type of license. The
|
||||||
|
requirement for fonts to remain under this license does not apply
|
||||||
|
to any document created using the fonts or their derivatives.
|
||||||
|
|
||||||
|
DEFINITIONS
|
||||||
|
"Font Software" refers to the set of files released by the Copyright
|
||||||
|
Holder(s) under this license and clearly marked as such. This may
|
||||||
|
include source files, build scripts and documentation.
|
||||||
|
|
||||||
|
"Reserved Font Name" refers to any names specified as such after the
|
||||||
|
copyright statement(s).
|
||||||
|
|
||||||
|
"Original Version" refers to the collection of Font Software components as
|
||||||
|
distributed by the Copyright Holder(s).
|
||||||
|
|
||||||
|
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||||
|
or substituting — in part or in whole — any of the components of the
|
||||||
|
Original Version, by changing formats or by porting the Font Software to a
|
||||||
|
new environment.
|
||||||
|
|
||||||
|
"Author" refers to any designer, engineer, programmer, technical
|
||||||
|
writer or other person who contributed to the Font Software.
|
||||||
|
|
||||||
|
PERMISSION & CONDITIONS
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||||
|
redistribute, and sell modified and unmodified copies of the Font
|
||||||
|
Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1) Neither the Font Software nor any of its individual components,
|
||||||
|
in Original or Modified Versions, may be sold by itself.
|
||||||
|
|
||||||
|
2) Original or Modified Versions of the Font Software may be bundled,
|
||||||
|
redistributed and/or sold with any software, provided that each copy
|
||||||
|
contains the above copyright notice and this license. These can be
|
||||||
|
included either as stand-alone text files, human-readable headers or
|
||||||
|
in the appropriate machine-readable metadata fields within text or
|
||||||
|
binary files as long as those fields can be easily viewed by the user.
|
||||||
|
|
||||||
|
3) No Modified Version of the Font Software may use the Reserved Font
|
||||||
|
Name(s) unless explicit written permission is granted by the corresponding
|
||||||
|
Copyright Holder. This restriction only applies to the primary font name as
|
||||||
|
presented to the users.
|
||||||
|
|
||||||
|
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||||
|
Software shall not be used to promote, endorse or advertise any
|
||||||
|
Modified Version, except to acknowledge the contribution(s) of the
|
||||||
|
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||||
|
permission.
|
||||||
|
|
||||||
|
5) The Font Software, modified or unmodified, in part or in whole,
|
||||||
|
must be distributed entirely under this license, and must not be
|
||||||
|
distributed under any other license. The requirement for fonts to
|
||||||
|
remain under this license does not apply to any document created
|
||||||
|
using the Font Software.
|
||||||
|
|
||||||
|
TERMINATION
|
||||||
|
This license becomes null and void if any of the above conditions are
|
||||||
|
not met.
|
||||||
|
|
||||||
|
DISCLAIMER
|
||||||
|
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||||
|
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||||
|
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||||
|
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||||
|
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||||
|
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# Code: MIT License (https://opensource.org/licenses/MIT)
|
||||||
|
|
||||||
|
In the Font Awesome Free download, the MIT license applies to all non-font and
|
||||||
|
non-icon files.
|
||||||
|
|
||||||
|
Copyright 2024 Fonticons, Inc.
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
|
this software and associated documentation files (the "Software"), to deal in the
|
||||||
|
Software without restriction, including without limitation the rights to use, copy,
|
||||||
|
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
|
||||||
|
and to permit persons to whom the Software is furnished to do so, subject to the
|
||||||
|
following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||||
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# Attribution
|
||||||
|
|
||||||
|
Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font
|
||||||
|
Awesome Free files already contain embedded comments with sufficient
|
||||||
|
attribution, so you shouldn't need to do anything additional when using these
|
||||||
|
files normally.
|
||||||
|
|
||||||
|
We've kept attribution comments terse, so we ask that you do not actively work
|
||||||
|
to remove them from files, especially code. They're a great way for folks to
|
||||||
|
learn about Font Awesome.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# Brand Icons
|
||||||
|
|
||||||
|
All brand icons are trademarks of their respective owners. The use of these
|
||||||
|
trademarks does not indicate endorsement of the trademark holder by Font
|
||||||
|
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
|
||||||
|
to represent the company, product, or service to which they refer.**
|
BIN
public/fonts/fa-brands-400.ttf
Normal file
BIN
public/fonts/fa-brands-400.ttf
Normal file
Binary file not shown.
BIN
public/fonts/fa-brands-400.woff2
Normal file
BIN
public/fonts/fa-brands-400.woff2
Normal file
Binary file not shown.
BIN
public/fonts/fa-regular-400.ttf
Normal file
BIN
public/fonts/fa-regular-400.ttf
Normal file
Binary file not shown.
BIN
public/fonts/fa-regular-400.woff2
Normal file
BIN
public/fonts/fa-regular-400.woff2
Normal file
Binary file not shown.
BIN
public/fonts/fa-solid-900.ttf
Normal file
BIN
public/fonts/fa-solid-900.ttf
Normal file
Binary file not shown.
BIN
public/fonts/fa-solid-900.woff2
Normal file
BIN
public/fonts/fa-solid-900.woff2
Normal file
Binary file not shown.
254
public/index.html
Normal file
254
public/index.html
Normal file
|
@ -0,0 +1,254 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<title>pauljako's Homepage</title>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="color-scheme" content="light dark">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="author" content="pauljako">
|
||||||
|
<meta name="description" content="pauljako's personal website">
|
||||||
|
<meta name="keywords" content="developer,personal">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:title" content="pauljako's Homepage">
|
||||||
|
<meta name="twitter:description" content="pauljako's personal website">
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/">
|
||||||
|
<meta property="og:site_name" content="pauljako's Homepage">
|
||||||
|
<meta property="og:title" content="pauljako's Homepage">
|
||||||
|
<meta property="og:description" content="pauljako's personal website">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="http://localhost:1313/">
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg" sizes="any">
|
||||||
|
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
|
||||||
|
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||||
|
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="pauljako's Homepage" />
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="generator" content="Hugo 0.143.0">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<body class="preload-transitions colorscheme-auto">
|
||||||
|
|
||||||
|
<div class="float-container">
|
||||||
|
<a id="dark-mode-toggle" class="colorscheme-toggle">
|
||||||
|
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<main class="wrapper">
|
||||||
|
<nav class="navigation">
|
||||||
|
<section class="container">
|
||||||
|
|
||||||
|
<a class="navigation-title" href="http://localhost:1313/">
|
||||||
|
pauljako's Homepage
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<input type="checkbox" id="menu-toggle" />
|
||||||
|
<label class="menu-button float-right" for="menu-toggle">
|
||||||
|
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
|
||||||
|
</label>
|
||||||
|
<ul class="navigation-list">
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="https://blog.pauljako.de">Blog</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="/about/">About</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<section class="container centered">
|
||||||
|
<div class="about">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="avatar"><img src="https://www.gravatar.com/avatar/0816ef24b2b70bcfbbf8bb8602b119e4?s=240&d=mp" alt="gravatar"></div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h1>pauljako</h1>
|
||||||
|
|
||||||
|
<h2> </h2>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/pauljako" aria-label="Github" >
|
||||||
|
<i class="fa-brands fa-github fa-2x" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<a href="https://gitlab.com/pauljako" aria-label="Gitlab" >
|
||||||
|
<i class="fa-brands fa-gitlab fa-2x" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<a href="https://git.pauljako.de/pauljako" aria-label="Forgejo" >
|
||||||
|
<i class="fa-brands fa-git-alt fa-2x" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<a href="https://reddit.com/user/7pauljako7" aria-label="Reddit" >
|
||||||
|
<i class="fa-brands fa-reddit fa-2x" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<section class="container">
|
||||||
|
©
|
||||||
|
|
||||||
|
2025
|
||||||
|
pauljako
|
||||||
|
·
|
||||||
|
|
||||||
|
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
11
public/index.xml
Normal file
11
public/index.xml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>pauljako's Homepage</title>
|
||||||
|
<link>http://localhost:1313/</link>
|
||||||
|
<description>Recent content on pauljako's Homepage</description>
|
||||||
|
<generator>Hugo</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
97
public/js/coder.js
Normal file
97
public/js/coder.js
Normal file
|
@ -0,0 +1,97 @@
|
||||||
|
const body = document.body;
|
||||||
|
const darkModeToggle = document.getElementById('dark-mode-toggle');
|
||||||
|
const darkModeMediaQuery = window.matchMedia('(prefers-color-scheme: dark)');
|
||||||
|
|
||||||
|
// Check if user preference is set, if not check value of body class for light or dark else it means that colorscheme = auto
|
||||||
|
if (localStorage.getItem("colorscheme")) {
|
||||||
|
setTheme(localStorage.getItem("colorscheme"));
|
||||||
|
} else if (body.classList.contains('colorscheme-light') || body.classList.contains('colorscheme-dark')) {
|
||||||
|
setTheme(body.classList.contains("colorscheme-dark") ? "dark" : "light");
|
||||||
|
} else {
|
||||||
|
setTheme(darkModeMediaQuery.matches ? "dark" : "light");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (darkModeToggle) {
|
||||||
|
darkModeToggle.addEventListener('click', () => {
|
||||||
|
let theme = body.classList.contains("colorscheme-dark") ? "light" : "dark";
|
||||||
|
setTheme(theme);
|
||||||
|
rememberTheme(theme);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
darkModeMediaQuery.addListener((event) => {
|
||||||
|
setTheme(event.matches ? "dark" : "light");
|
||||||
|
});
|
||||||
|
|
||||||
|
document.addEventListener("DOMContentLoaded", function () {
|
||||||
|
let node = document.querySelector('.preload-transitions');
|
||||||
|
node.classList.remove('preload-transitions');
|
||||||
|
});
|
||||||
|
|
||||||
|
function setTheme(theme) {
|
||||||
|
body.classList.remove('colorscheme-auto');
|
||||||
|
let inverse = theme === 'dark' ? 'light' : 'dark';
|
||||||
|
body.classList.remove('colorscheme-' + inverse);
|
||||||
|
body.classList.add('colorscheme-' + theme);
|
||||||
|
document.documentElement.style['color-scheme'] = theme;
|
||||||
|
|
||||||
|
function waitForElm(selector) {
|
||||||
|
return new Promise(resolve => {
|
||||||
|
if (document.querySelector(selector)) {
|
||||||
|
return resolve(document.querySelector(selector));
|
||||||
|
}
|
||||||
|
|
||||||
|
const observer = new MutationObserver(mutations => {
|
||||||
|
if (document.querySelector(selector)) {
|
||||||
|
resolve(document.querySelector(selector));
|
||||||
|
observer.disconnect();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
observer.observe(document.body, {
|
||||||
|
childList: true,
|
||||||
|
subtree: true
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
if (theme === 'dark') {
|
||||||
|
const message = {
|
||||||
|
type: 'set-theme',
|
||||||
|
theme: 'github-dark'
|
||||||
|
};
|
||||||
|
waitForElm('.utterances-frame').then((iframe) => {
|
||||||
|
iframe.contentWindow.postMessage(message, 'https://utteranc.es');
|
||||||
|
})
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
const message = {
|
||||||
|
type: 'set-theme',
|
||||||
|
theme: 'github-light'
|
||||||
|
};
|
||||||
|
waitForElm('.utterances-frame').then((iframe) => {
|
||||||
|
iframe.contentWindow.postMessage(message, 'https://utteranc.es');
|
||||||
|
})
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
function sendMessage(message) {
|
||||||
|
const iframe = document.querySelector('iframe.giscus-frame');
|
||||||
|
if (!iframe) return;
|
||||||
|
iframe.contentWindow.postMessage({ giscus: message }, 'https://giscus.app');
|
||||||
|
}
|
||||||
|
sendMessage({
|
||||||
|
setConfig: {
|
||||||
|
theme: theme,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
// Create and send event
|
||||||
|
const event = new Event('themeChanged');
|
||||||
|
document.dispatchEvent(event);
|
||||||
|
}
|
||||||
|
|
||||||
|
function rememberTheme(theme) {
|
||||||
|
localStorage.setItem('colorscheme', theme);
|
||||||
|
}
|
209
public/series/index.html
Normal file
209
public/series/index.html
Normal file
|
@ -0,0 +1,209 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<title>Series · pauljako's Homepage</title>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="color-scheme" content="light dark">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="author" content="pauljako">
|
||||||
|
<meta name="description" content="pauljako's personal website">
|
||||||
|
<meta name="keywords" content="developer,personal">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:title" content="Series">
|
||||||
|
<meta name="twitter:description" content="pauljako's personal website">
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/series/">
|
||||||
|
<meta property="og:site_name" content="pauljako's Homepage">
|
||||||
|
<meta property="og:title" content="Series">
|
||||||
|
<meta property="og:description" content="pauljako's personal website">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="http://localhost:1313/series/">
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg" sizes="any">
|
||||||
|
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
|
||||||
|
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||||
|
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="/series/index.xml" title="pauljako's Homepage" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<body class="preload-transitions colorscheme-auto">
|
||||||
|
|
||||||
|
<div class="float-container">
|
||||||
|
<a id="dark-mode-toggle" class="colorscheme-toggle">
|
||||||
|
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<main class="wrapper">
|
||||||
|
<nav class="navigation">
|
||||||
|
<section class="container">
|
||||||
|
|
||||||
|
<a class="navigation-title" href="http://localhost:1313/">
|
||||||
|
pauljako's Homepage
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<input type="checkbox" id="menu-toggle" />
|
||||||
|
<label class="menu-button float-right" for="menu-toggle">
|
||||||
|
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
|
||||||
|
</label>
|
||||||
|
<ul class="navigation-list">
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="https://blog.pauljako.de">Blog</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="/about/">About</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<section class="container taxonomy">
|
||||||
|
<header>
|
||||||
|
<h1 class="title">
|
||||||
|
<a class="title-link" href="http://localhost:1313/series/">Series</a>
|
||||||
|
</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<section class="container">
|
||||||
|
©
|
||||||
|
|
||||||
|
2025
|
||||||
|
pauljako
|
||||||
|
·
|
||||||
|
|
||||||
|
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
11
public/series/index.xml
Normal file
11
public/series/index.xml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Series on pauljako's Homepage</title>
|
||||||
|
<link>http://localhost:1313/series/</link>
|
||||||
|
<description>Recent content in Series on pauljako's Homepage</description>
|
||||||
|
<generator>Hugo</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<atom:link href="http://localhost:1313/series/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
15
public/sitemap.xml
Normal file
15
public/sitemap.xml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
|
<url>
|
||||||
|
<loc>http://localhost:1313/authors/</loc>
|
||||||
|
</url><url>
|
||||||
|
<loc>http://localhost:1313/categories/</loc>
|
||||||
|
</url><url>
|
||||||
|
<loc>http://localhost:1313/</loc>
|
||||||
|
</url><url>
|
||||||
|
<loc>http://localhost:1313/series/</loc>
|
||||||
|
</url><url>
|
||||||
|
<loc>http://localhost:1313/tags/</loc>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
209
public/tags/index.html
Normal file
209
public/tags/index.html
Normal file
|
@ -0,0 +1,209 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<title>Tags · pauljako's Homepage</title>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="color-scheme" content="light dark">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="author" content="pauljako">
|
||||||
|
<meta name="description" content="pauljako's personal website">
|
||||||
|
<meta name="keywords" content="developer,personal">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:title" content="Tags">
|
||||||
|
<meta name="twitter:description" content="pauljako's personal website">
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/tags/">
|
||||||
|
<meta property="og:site_name" content="pauljako's Homepage">
|
||||||
|
<meta property="og:title" content="Tags">
|
||||||
|
<meta property="og:description" content="pauljako's personal website">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="http://localhost:1313/tags/">
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg" sizes="any">
|
||||||
|
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
|
||||||
|
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||||
|
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="/tags/index.xml" title="pauljako's Homepage" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<body class="preload-transitions colorscheme-auto">
|
||||||
|
|
||||||
|
<div class="float-container">
|
||||||
|
<a id="dark-mode-toggle" class="colorscheme-toggle">
|
||||||
|
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<main class="wrapper">
|
||||||
|
<nav class="navigation">
|
||||||
|
<section class="container">
|
||||||
|
|
||||||
|
<a class="navigation-title" href="http://localhost:1313/">
|
||||||
|
pauljako's Homepage
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<input type="checkbox" id="menu-toggle" />
|
||||||
|
<label class="menu-button float-right" for="menu-toggle">
|
||||||
|
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
|
||||||
|
</label>
|
||||||
|
<ul class="navigation-list">
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="https://blog.pauljako.de">Blog</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="/about/">About</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<section class="container taxonomy">
|
||||||
|
<header>
|
||||||
|
<h1 class="title">
|
||||||
|
<a class="title-link" href="http://localhost:1313/tags/">Tags</a>
|
||||||
|
</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<section class="container">
|
||||||
|
©
|
||||||
|
|
||||||
|
2025
|
||||||
|
pauljako
|
||||||
|
·
|
||||||
|
|
||||||
|
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
11
public/tags/index.xml
Normal file
11
public/tags/index.xml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?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 pauljako's Homepage</title>
|
||||||
|
<link>http://localhost:1313/tags/</link>
|
||||||
|
<description>Recent content in Tags on pauljako's Homepage</description>
|
||||||
|
<generator>Hugo</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
|
@ -0,0 +1,835 @@
|
||||||
|
body.colorscheme-dark {
|
||||||
|
color: #dadada;
|
||||||
|
background-color: #212121; }
|
||||||
|
body.colorscheme-dark a {
|
||||||
|
color: #42a5f5; }
|
||||||
|
body.colorscheme-dark h1,
|
||||||
|
body.colorscheme-dark h2,
|
||||||
|
body.colorscheme-dark h3,
|
||||||
|
body.colorscheme-dark h4,
|
||||||
|
body.colorscheme-dark h5,
|
||||||
|
body.colorscheme-dark h6 {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark h1:hover .heading-link,
|
||||||
|
body.colorscheme-dark h2:hover .heading-link,
|
||||||
|
body.colorscheme-dark h3:hover .heading-link,
|
||||||
|
body.colorscheme-dark h4:hover .heading-link,
|
||||||
|
body.colorscheme-dark h5:hover .heading-link,
|
||||||
|
body.colorscheme-dark h6:hover .heading-link {
|
||||||
|
visibility: visible; }
|
||||||
|
body.colorscheme-dark h1 .heading-link,
|
||||||
|
body.colorscheme-dark h2 .heading-link,
|
||||||
|
body.colorscheme-dark h3 .heading-link,
|
||||||
|
body.colorscheme-dark h4 .heading-link,
|
||||||
|
body.colorscheme-dark h5 .heading-link,
|
||||||
|
body.colorscheme-dark h6 .heading-link {
|
||||||
|
color: #42a5f5;
|
||||||
|
font-weight: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
font-size: 80%;
|
||||||
|
visibility: hidden; }
|
||||||
|
body.colorscheme-dark h1 .title-link,
|
||||||
|
body.colorscheme-dark h2 .title-link,
|
||||||
|
body.colorscheme-dark h3 .title-link,
|
||||||
|
body.colorscheme-dark h4 .title-link,
|
||||||
|
body.colorscheme-dark h5 .title-link,
|
||||||
|
body.colorscheme-dark h6 .title-link {
|
||||||
|
color: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
|
text-decoration: none; }
|
||||||
|
body.colorscheme-dark pre code {
|
||||||
|
background-color: inherit;
|
||||||
|
color: inherit; }
|
||||||
|
body.colorscheme-dark code {
|
||||||
|
background-color: #4f4f4f;
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark blockquote {
|
||||||
|
border-left: 2px solid #424242; }
|
||||||
|
body.colorscheme-dark th,
|
||||||
|
body.colorscheme-dark td {
|
||||||
|
padding: 1.6rem; }
|
||||||
|
body.colorscheme-dark table {
|
||||||
|
border-collapse: collapse; }
|
||||||
|
body.colorscheme-dark table td,
|
||||||
|
body.colorscheme-dark table th {
|
||||||
|
border: 2px solid #dadada; }
|
||||||
|
body.colorscheme-dark table tr:first-child th {
|
||||||
|
border-top: 0; }
|
||||||
|
body.colorscheme-dark table tr:last-child td {
|
||||||
|
border-bottom: 0; }
|
||||||
|
body.colorscheme-dark table tr td:first-child,
|
||||||
|
body.colorscheme-dark table tr th:first-child {
|
||||||
|
border-left: 0; }
|
||||||
|
body.colorscheme-dark table tr td:last-child,
|
||||||
|
body.colorscheme-dark table tr th:last-child {
|
||||||
|
border-right: 0; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto {
|
||||||
|
color: #dadada;
|
||||||
|
background-color: #212121; }
|
||||||
|
body.colorscheme-auto a {
|
||||||
|
color: #42a5f5; }
|
||||||
|
body.colorscheme-auto h1,
|
||||||
|
body.colorscheme-auto h2,
|
||||||
|
body.colorscheme-auto h3,
|
||||||
|
body.colorscheme-auto h4,
|
||||||
|
body.colorscheme-auto h5,
|
||||||
|
body.colorscheme-auto h6 {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto h1:hover .heading-link,
|
||||||
|
body.colorscheme-auto h2:hover .heading-link,
|
||||||
|
body.colorscheme-auto h3:hover .heading-link,
|
||||||
|
body.colorscheme-auto h4:hover .heading-link,
|
||||||
|
body.colorscheme-auto h5:hover .heading-link,
|
||||||
|
body.colorscheme-auto h6:hover .heading-link {
|
||||||
|
visibility: visible; }
|
||||||
|
body.colorscheme-auto h1 .heading-link,
|
||||||
|
body.colorscheme-auto h2 .heading-link,
|
||||||
|
body.colorscheme-auto h3 .heading-link,
|
||||||
|
body.colorscheme-auto h4 .heading-link,
|
||||||
|
body.colorscheme-auto h5 .heading-link,
|
||||||
|
body.colorscheme-auto h6 .heading-link {
|
||||||
|
color: #42a5f5;
|
||||||
|
font-weight: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
font-size: 80%;
|
||||||
|
visibility: hidden; }
|
||||||
|
body.colorscheme-auto h1 .title-link,
|
||||||
|
body.colorscheme-auto h2 .title-link,
|
||||||
|
body.colorscheme-auto h3 .title-link,
|
||||||
|
body.colorscheme-auto h4 .title-link,
|
||||||
|
body.colorscheme-auto h5 .title-link,
|
||||||
|
body.colorscheme-auto h6 .title-link {
|
||||||
|
color: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
|
text-decoration: none; }
|
||||||
|
body.colorscheme-auto pre code {
|
||||||
|
background-color: inherit;
|
||||||
|
color: inherit; }
|
||||||
|
body.colorscheme-auto code {
|
||||||
|
background-color: #4f4f4f;
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto blockquote {
|
||||||
|
border-left: 2px solid #424242; }
|
||||||
|
body.colorscheme-auto th,
|
||||||
|
body.colorscheme-auto td {
|
||||||
|
padding: 1.6rem; }
|
||||||
|
body.colorscheme-auto table {
|
||||||
|
border-collapse: collapse; }
|
||||||
|
body.colorscheme-auto table td,
|
||||||
|
body.colorscheme-auto table th {
|
||||||
|
border: 2px solid #dadada; }
|
||||||
|
body.colorscheme-auto table tr:first-child th {
|
||||||
|
border-top: 0; }
|
||||||
|
body.colorscheme-auto table tr:last-child td {
|
||||||
|
border-bottom: 0; }
|
||||||
|
body.colorscheme-auto table tr td:first-child,
|
||||||
|
body.colorscheme-auto table tr th:first-child {
|
||||||
|
border-left: 0; }
|
||||||
|
body.colorscheme-auto table tr td:last-child,
|
||||||
|
body.colorscheme-auto table tr th:last-child {
|
||||||
|
border-right: 0; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .content .post .tags .tag {
|
||||||
|
background-color: #424242; }
|
||||||
|
body.colorscheme-dark .content .post .tags .tag a {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark .content .post .tags .tag a:active {
|
||||||
|
color: #dadada; }
|
||||||
|
|
||||||
|
body.colorscheme-dark .content .list ul li .title {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark .content .list ul li .title:hover, body.colorscheme-dark .content .list ul li .title:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
|
||||||
|
body.colorscheme-dark .content .centered .about ul li a {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark .content .centered .about ul li a:hover, body.colorscheme-dark .content .centered .about ul li a:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .content .post .tags .tag {
|
||||||
|
background-color: #424242; }
|
||||||
|
body.colorscheme-auto .content .post .tags .tag a {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .content .post .tags .tag a:active {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .content .list ul li .title {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .content .list ul li .title:hover, body.colorscheme-auto .content .list ul li .title:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
body.colorscheme-auto .content .centered .about ul li a {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .content .centered .about ul li a:hover, body.colorscheme-auto .content .centered .about ul li a:focus {
|
||||||
|
color: #42a5f5; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .notice .notice-title {
|
||||||
|
border-bottom: 1px solid #212121; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .notice .notice-title {
|
||||||
|
border-bottom: 1px solid #212121; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .navigation a,
|
||||||
|
body.colorscheme-dark .navigation span {
|
||||||
|
color: #dadada; }
|
||||||
|
|
||||||
|
body.colorscheme-dark .navigation a:hover, body.colorscheme-dark .navigation a:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
body.colorscheme-dark .navigation .navigation-list {
|
||||||
|
background-color: #212121;
|
||||||
|
border-top: solid 2px #424242;
|
||||||
|
border-bottom: solid 2px #424242; } }
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
body.colorscheme-dark .navigation .navigation-list .menu-separator {
|
||||||
|
border-top: 2px solid #dadada; } }
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
body.colorscheme-dark .navigation #menu-toggle:checked + label > i {
|
||||||
|
color: #424242; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .navigation i {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark .navigation i:hover, body.colorscheme-dark .navigation i:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
|
||||||
|
body.colorscheme-dark .navigation .menu-button i:hover, body.colorscheme-dark .navigation .menu-button i:focus {
|
||||||
|
color: #dadada; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .navigation a,
|
||||||
|
body.colorscheme-auto .navigation span {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .navigation a:hover, body.colorscheme-auto .navigation a:focus {
|
||||||
|
color: #42a5f5; } }
|
||||||
|
|
||||||
|
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
|
||||||
|
body.colorscheme-auto .navigation .navigation-list {
|
||||||
|
background-color: #212121;
|
||||||
|
border-top: solid 2px #424242;
|
||||||
|
border-bottom: solid 2px #424242; } }
|
||||||
|
|
||||||
|
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
|
||||||
|
body.colorscheme-auto .navigation .navigation-list .menu-separator {
|
||||||
|
border-top: 2px solid #dadada; } }
|
||||||
|
|
||||||
|
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
|
||||||
|
body.colorscheme-auto .navigation #menu-toggle:checked + label > i {
|
||||||
|
color: #424242; } }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .navigation i {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .navigation i:hover, body.colorscheme-auto .navigation i:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
body.colorscheme-auto .navigation .menu-button i:hover, body.colorscheme-auto .navigation .menu-button i:focus {
|
||||||
|
color: #dadada; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .tabs label.tab-label {
|
||||||
|
background-color: #424242;
|
||||||
|
border-color: #4f4f4f; }
|
||||||
|
|
||||||
|
body.colorscheme-dark .tabs input.tab-input:checked + label.tab-label {
|
||||||
|
background-color: #212121; }
|
||||||
|
|
||||||
|
body.colorscheme-dark .tabs .tab-content {
|
||||||
|
background-color: #212121;
|
||||||
|
border-color: #4f4f4f; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .tabs label.tab-label {
|
||||||
|
background-color: #424242;
|
||||||
|
border-color: #4f4f4f; }
|
||||||
|
body.colorscheme-auto .tabs input.tab-input:checked + label.tab-label {
|
||||||
|
background-color: #212121; }
|
||||||
|
body.colorscheme-auto .tabs .tab-content {
|
||||||
|
background-color: #212121;
|
||||||
|
border-color: #4f4f4f; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .taxonomy-element {
|
||||||
|
background-color: #424242; }
|
||||||
|
body.colorscheme-dark .taxonomy-element a {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark .taxonomy-element a:active {
|
||||||
|
color: #dadada; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .taxonomy-element {
|
||||||
|
background-color: #424242; }
|
||||||
|
body.colorscheme-auto .taxonomy-element a {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .taxonomy-element a:active {
|
||||||
|
color: #dadada; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .footer a {
|
||||||
|
color: #42a5f5; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .footer a {
|
||||||
|
color: #42a5f5; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .float-container a {
|
||||||
|
color: #dadada;
|
||||||
|
background-color: #424242; }
|
||||||
|
body.colorscheme-dark .float-container a:hover, body.colorscheme-dark .float-container a:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
body.colorscheme-dark .float-container a:hover, body.colorscheme-dark .float-container a:focus {
|
||||||
|
color: #dadada; } }
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .float-container a {
|
||||||
|
color: #dadada;
|
||||||
|
background-color: #424242; }
|
||||||
|
body.colorscheme-auto .float-container a:hover, body.colorscheme-auto .float-container a:focus {
|
||||||
|
color: #42a5f5; } }
|
||||||
|
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
|
||||||
|
body.colorscheme-auto .float-container a:hover, body.colorscheme-auto .float-container a:focus {
|
||||||
|
color: #dadada; } }
|
||||||
|
body.colorscheme-dark {
|
||||||
|
/* Background */
|
||||||
|
/* PreWrapper */
|
||||||
|
/* Other */
|
||||||
|
/* Error */
|
||||||
|
/* CodeLine */
|
||||||
|
/* LineLink */
|
||||||
|
/* LineTableTD */
|
||||||
|
/* LineTable */
|
||||||
|
/* LineHighlight */
|
||||||
|
/* LineNumbersTable */
|
||||||
|
/* LineNumbers */
|
||||||
|
/* Line */
|
||||||
|
/* Keyword */
|
||||||
|
/* KeywordConstant */
|
||||||
|
/* KeywordDeclaration */
|
||||||
|
/* KeywordNamespace */
|
||||||
|
/* KeywordPseudo */
|
||||||
|
/* KeywordReserved */
|
||||||
|
/* KeywordType */
|
||||||
|
/* Name */
|
||||||
|
/* NameAttribute */
|
||||||
|
/* NameBuiltin */
|
||||||
|
/* NameBuiltinPseudo */
|
||||||
|
/* NameClass */
|
||||||
|
/* NameConstant */
|
||||||
|
/* NameDecorator */
|
||||||
|
/* NameEntity */
|
||||||
|
/* NameException */
|
||||||
|
/* NameFunction */
|
||||||
|
/* NameFunctionMagic */
|
||||||
|
/* NameLabel */
|
||||||
|
/* NameNamespace */
|
||||||
|
/* NameOther */
|
||||||
|
/* NameProperty */
|
||||||
|
/* NameTag */
|
||||||
|
/* NameVariable */
|
||||||
|
/* NameVariableClass */
|
||||||
|
/* NameVariableGlobal */
|
||||||
|
/* NameVariableInstance */
|
||||||
|
/* NameVariableMagic */
|
||||||
|
/* Literal */
|
||||||
|
/* LiteralDate */
|
||||||
|
/* LiteralString */
|
||||||
|
/* LiteralStringAffix */
|
||||||
|
/* LiteralStringBacktick */
|
||||||
|
/* LiteralStringChar */
|
||||||
|
/* LiteralStringDelimiter */
|
||||||
|
/* LiteralStringDoc */
|
||||||
|
/* LiteralStringDouble */
|
||||||
|
/* LiteralStringEscape */
|
||||||
|
/* LiteralStringHeredoc */
|
||||||
|
/* LiteralStringInterpol */
|
||||||
|
/* LiteralStringOther */
|
||||||
|
/* LiteralStringRegex */
|
||||||
|
/* LiteralStringSingle */
|
||||||
|
/* LiteralStringSymbol */
|
||||||
|
/* LiteralNumber */
|
||||||
|
/* LiteralNumberBin */
|
||||||
|
/* LiteralNumberFloat */
|
||||||
|
/* LiteralNumberHex */
|
||||||
|
/* LiteralNumberInteger */
|
||||||
|
/* LiteralNumberIntegerLong */
|
||||||
|
/* LiteralNumberOct */
|
||||||
|
/* Operator */
|
||||||
|
/* OperatorWord */
|
||||||
|
/* Punctuation */
|
||||||
|
/* Comment */
|
||||||
|
/* CommentHashbang */
|
||||||
|
/* CommentMultiline */
|
||||||
|
/* CommentSingle */
|
||||||
|
/* CommentSpecial */
|
||||||
|
/* CommentPreproc */
|
||||||
|
/* CommentPreprocFile */
|
||||||
|
/* Generic */
|
||||||
|
/* GenericDeleted */
|
||||||
|
/* GenericEmph */
|
||||||
|
/* GenericError */
|
||||||
|
/* GenericHeading */
|
||||||
|
/* GenericInserted */
|
||||||
|
/* GenericOutput */
|
||||||
|
/* GenericPrompt */
|
||||||
|
/* GenericStrong */
|
||||||
|
/* GenericSubheading */
|
||||||
|
/* GenericTraceback */
|
||||||
|
/* GenericUnderline */
|
||||||
|
/* TextWhitespace */ }
|
||||||
|
body.colorscheme-dark .bg {
|
||||||
|
color: #c9d1d9;
|
||||||
|
background-color: #0d1117; }
|
||||||
|
body.colorscheme-dark .chroma {
|
||||||
|
color: #c9d1d9;
|
||||||
|
background-color: #0d1117; }
|
||||||
|
body.colorscheme-dark .chroma .err {
|
||||||
|
color: #f85149; }
|
||||||
|
body.colorscheme-dark .chroma .lnlinks {
|
||||||
|
outline: none;
|
||||||
|
text-decoration: none;
|
||||||
|
color: inherit; }
|
||||||
|
body.colorscheme-dark .chroma .lntd {
|
||||||
|
vertical-align: top;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
border: 0; }
|
||||||
|
body.colorscheme-dark .chroma .lntable {
|
||||||
|
border-spacing: 0;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
border: 0; }
|
||||||
|
body.colorscheme-dark .chroma .hl {
|
||||||
|
background-color: #ffffcc; }
|
||||||
|
body.colorscheme-dark .chroma .lnt {
|
||||||
|
white-space: pre;
|
||||||
|
user-select: none;
|
||||||
|
margin-right: 0.4em;
|
||||||
|
padding: 0 0.4em 0 0.4em;
|
||||||
|
color: #64686c; }
|
||||||
|
body.colorscheme-dark .chroma .ln {
|
||||||
|
white-space: pre;
|
||||||
|
user-select: none;
|
||||||
|
margin-right: 0.4em;
|
||||||
|
padding: 0 0.4em 0 0.4em;
|
||||||
|
color: #6e7681; }
|
||||||
|
body.colorscheme-dark .chroma .line {
|
||||||
|
display: flex; }
|
||||||
|
body.colorscheme-dark .chroma .k {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .kc {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .kd {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .kn {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .kp {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .kr {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .kt {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .nc {
|
||||||
|
color: #f0883e;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .no {
|
||||||
|
color: #79c0ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .nd {
|
||||||
|
color: #d2a8ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .ni {
|
||||||
|
color: #ffa657; }
|
||||||
|
body.colorscheme-dark .chroma .ne {
|
||||||
|
color: #f0883e;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .nf {
|
||||||
|
color: #d2a8ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .nl {
|
||||||
|
color: #79c0ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .nn {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .py {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .nt {
|
||||||
|
color: #7ee787; }
|
||||||
|
body.colorscheme-dark .chroma .nv {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .l {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .ld {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .s {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .sa {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .sb {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .sc {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .dl {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .sd {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .s2 {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .se {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .sh {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .si {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .sx {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .sr {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .s1 {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .ss {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .m {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .mb {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .mf {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .mh {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .mi {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .il {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .mo {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .o {
|
||||||
|
color: #ff7b72;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .ow {
|
||||||
|
color: #ff7b72;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .c {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .ch {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .cm {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .c1 {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .cs {
|
||||||
|
color: #8b949e;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .cp {
|
||||||
|
color: #8b949e;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .cpf {
|
||||||
|
color: #8b949e;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .gd {
|
||||||
|
color: #ffa198;
|
||||||
|
background-color: #490202; }
|
||||||
|
body.colorscheme-dark .chroma .ge {
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .gr {
|
||||||
|
color: #ffa198; }
|
||||||
|
body.colorscheme-dark .chroma .gh {
|
||||||
|
color: #79c0ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .gi {
|
||||||
|
color: #56d364;
|
||||||
|
background-color: #0f5323; }
|
||||||
|
body.colorscheme-dark .chroma .go {
|
||||||
|
color: #8b949e; }
|
||||||
|
body.colorscheme-dark .chroma .gp {
|
||||||
|
color: #8b949e; }
|
||||||
|
body.colorscheme-dark .chroma .gs {
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .gu {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .gt {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .gl {
|
||||||
|
text-decoration: underline; }
|
||||||
|
body.colorscheme-dark .chroma .w {
|
||||||
|
color: #6e7681; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto {
|
||||||
|
/* Background */
|
||||||
|
/* PreWrapper */
|
||||||
|
/* Other */
|
||||||
|
/* Error */
|
||||||
|
/* CodeLine */
|
||||||
|
/* LineLink */
|
||||||
|
/* LineTableTD */
|
||||||
|
/* LineTable */
|
||||||
|
/* LineHighlight */
|
||||||
|
/* LineNumbersTable */
|
||||||
|
/* LineNumbers */
|
||||||
|
/* Line */
|
||||||
|
/* Keyword */
|
||||||
|
/* KeywordConstant */
|
||||||
|
/* KeywordDeclaration */
|
||||||
|
/* KeywordNamespace */
|
||||||
|
/* KeywordPseudo */
|
||||||
|
/* KeywordReserved */
|
||||||
|
/* KeywordType */
|
||||||
|
/* Name */
|
||||||
|
/* NameAttribute */
|
||||||
|
/* NameBuiltin */
|
||||||
|
/* NameBuiltinPseudo */
|
||||||
|
/* NameClass */
|
||||||
|
/* NameConstant */
|
||||||
|
/* NameDecorator */
|
||||||
|
/* NameEntity */
|
||||||
|
/* NameException */
|
||||||
|
/* NameFunction */
|
||||||
|
/* NameFunctionMagic */
|
||||||
|
/* NameLabel */
|
||||||
|
/* NameNamespace */
|
||||||
|
/* NameOther */
|
||||||
|
/* NameProperty */
|
||||||
|
/* NameTag */
|
||||||
|
/* NameVariable */
|
||||||
|
/* NameVariableClass */
|
||||||
|
/* NameVariableGlobal */
|
||||||
|
/* NameVariableInstance */
|
||||||
|
/* NameVariableMagic */
|
||||||
|
/* Literal */
|
||||||
|
/* LiteralDate */
|
||||||
|
/* LiteralString */
|
||||||
|
/* LiteralStringAffix */
|
||||||
|
/* LiteralStringBacktick */
|
||||||
|
/* LiteralStringChar */
|
||||||
|
/* LiteralStringDelimiter */
|
||||||
|
/* LiteralStringDoc */
|
||||||
|
/* LiteralStringDouble */
|
||||||
|
/* LiteralStringEscape */
|
||||||
|
/* LiteralStringHeredoc */
|
||||||
|
/* LiteralStringInterpol */
|
||||||
|
/* LiteralStringOther */
|
||||||
|
/* LiteralStringRegex */
|
||||||
|
/* LiteralStringSingle */
|
||||||
|
/* LiteralStringSymbol */
|
||||||
|
/* LiteralNumber */
|
||||||
|
/* LiteralNumberBin */
|
||||||
|
/* LiteralNumberFloat */
|
||||||
|
/* LiteralNumberHex */
|
||||||
|
/* LiteralNumberInteger */
|
||||||
|
/* LiteralNumberIntegerLong */
|
||||||
|
/* LiteralNumberOct */
|
||||||
|
/* Operator */
|
||||||
|
/* OperatorWord */
|
||||||
|
/* Punctuation */
|
||||||
|
/* Comment */
|
||||||
|
/* CommentHashbang */
|
||||||
|
/* CommentMultiline */
|
||||||
|
/* CommentSingle */
|
||||||
|
/* CommentSpecial */
|
||||||
|
/* CommentPreproc */
|
||||||
|
/* CommentPreprocFile */
|
||||||
|
/* Generic */
|
||||||
|
/* GenericDeleted */
|
||||||
|
/* GenericEmph */
|
||||||
|
/* GenericError */
|
||||||
|
/* GenericHeading */
|
||||||
|
/* GenericInserted */
|
||||||
|
/* GenericOutput */
|
||||||
|
/* GenericPrompt */
|
||||||
|
/* GenericStrong */
|
||||||
|
/* GenericSubheading */
|
||||||
|
/* GenericTraceback */
|
||||||
|
/* GenericUnderline */
|
||||||
|
/* TextWhitespace */ }
|
||||||
|
body.colorscheme-auto .bg {
|
||||||
|
color: #c9d1d9;
|
||||||
|
background-color: #0d1117; }
|
||||||
|
body.colorscheme-auto .chroma {
|
||||||
|
color: #c9d1d9;
|
||||||
|
background-color: #0d1117; }
|
||||||
|
body.colorscheme-auto .chroma .err {
|
||||||
|
color: #f85149; }
|
||||||
|
body.colorscheme-auto .chroma .lnlinks {
|
||||||
|
outline: none;
|
||||||
|
text-decoration: none;
|
||||||
|
color: inherit; }
|
||||||
|
body.colorscheme-auto .chroma .lntd {
|
||||||
|
vertical-align: top;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
border: 0; }
|
||||||
|
body.colorscheme-auto .chroma .lntable {
|
||||||
|
border-spacing: 0;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
border: 0; }
|
||||||
|
body.colorscheme-auto .chroma .hl {
|
||||||
|
background-color: #ffffcc; }
|
||||||
|
body.colorscheme-auto .chroma .lnt {
|
||||||
|
white-space: pre;
|
||||||
|
user-select: none;
|
||||||
|
margin-right: 0.4em;
|
||||||
|
padding: 0 0.4em 0 0.4em;
|
||||||
|
color: #64686c; }
|
||||||
|
body.colorscheme-auto .chroma .ln {
|
||||||
|
white-space: pre;
|
||||||
|
user-select: none;
|
||||||
|
margin-right: 0.4em;
|
||||||
|
padding: 0 0.4em 0 0.4em;
|
||||||
|
color: #6e7681; }
|
||||||
|
body.colorscheme-auto .chroma .line {
|
||||||
|
display: flex; }
|
||||||
|
body.colorscheme-auto .chroma .k {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .kc {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .kd {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .kn {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .kp {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .kr {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .kt {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .nc {
|
||||||
|
color: #f0883e;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .no {
|
||||||
|
color: #79c0ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .nd {
|
||||||
|
color: #d2a8ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .ni {
|
||||||
|
color: #ffa657; }
|
||||||
|
body.colorscheme-auto .chroma .ne {
|
||||||
|
color: #f0883e;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .nf {
|
||||||
|
color: #d2a8ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .nl {
|
||||||
|
color: #79c0ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .nn {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .py {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .nt {
|
||||||
|
color: #7ee787; }
|
||||||
|
body.colorscheme-auto .chroma .nv {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .l {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .ld {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .s {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .sa {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .sb {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .sc {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .dl {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .sd {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .s2 {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .se {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .sh {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .si {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .sx {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .sr {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .s1 {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .ss {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .m {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .mb {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .mf {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .mh {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .mi {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .il {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .mo {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .o {
|
||||||
|
color: #ff7b72;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .ow {
|
||||||
|
color: #ff7b72;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .c {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .ch {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .cm {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .c1 {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .cs {
|
||||||
|
color: #8b949e;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .cp {
|
||||||
|
color: #8b949e;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .cpf {
|
||||||
|
color: #8b949e;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .gd {
|
||||||
|
color: #ffa198;
|
||||||
|
background-color: #490202; }
|
||||||
|
body.colorscheme-auto .chroma .ge {
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .gr {
|
||||||
|
color: #ffa198; }
|
||||||
|
body.colorscheme-auto .chroma .gh {
|
||||||
|
color: #79c0ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .gi {
|
||||||
|
color: #56d364;
|
||||||
|
background-color: #0f5323; }
|
||||||
|
body.colorscheme-auto .chroma .go {
|
||||||
|
color: #8b949e; }
|
||||||
|
body.colorscheme-auto .chroma .gp {
|
||||||
|
color: #8b949e; }
|
||||||
|
body.colorscheme-auto .chroma .gs {
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .gu {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .gt {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .gl {
|
||||||
|
text-decoration: underline; }
|
||||||
|
body.colorscheme-auto .chroma .w {
|
||||||
|
color: #6e7681; } }
|
||||||
|
|
||||||
|
/*# sourceMappingURL=coder-dark.css.map */
|
|
@ -0,0 +1 @@
|
||||||
|
{"Target":"css/coder-dark.css","MediaType":"text/css","Data":{}}
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1 @@
|
||||||
|
{"Target":"css/coder.css","MediaType":"text/css","Data":{}}
|
1
themes/hugo-coder
Submodule
1
themes/hugo-coder
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6bc00595434affd85e9d55af98779460de6fb1cd
|
Loading…
Add table
Reference in a new issue