Fix: change domain name in hugo.toml

This commit is contained in:
psychhim
2025-11-11 17:42:59 +05:30
parent d3d7b9f8fd
commit 8362d4cd6d
21 changed files with 27 additions and 764 deletions

View File

@@ -1,4 +1,4 @@
baseURL = 'https://freedoms4.top/'
baseURL = 'https://psychhim.github.io'
languageCode = 'en-us'
title = 'Freedoms4'
theme = 'hugo-theme-yue'

View File

@@ -1,66 +1 @@
<!DOCTYPE html>
<html class="html" lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>404 Page not found | Freedoms4</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="icon" href="/favicon.ico" />
<meta property="og:url" content="http://localhost:1313/404.html">
<meta property="og:site_name" content="Freedoms4">
<meta property="og:title" content="404 Page not found">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<meta itemprop="name" content="404 Page not found">
<link rel="stylesheet" href="/css/custom.css">
</head>
<body class="body">
<header class="header">
<h1>Freedoms4</h1>
<nav class="menu language">
<ul class="menu__list language__list">
<li class="menu__item">
<a class="menu__link" href="/">Home</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/posts/">Blog</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/categories/">Categories</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/about/">About</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<h1>404</h1>
<p>The page you visited was not found.</p>
<p>
<a href="/">Return to the home page</a>
</p>
</main>
<footer class="footer">
<p class="footer__copyright-notice">&copy; 2025 </p>
<p class="footer__theme-info">Built with <a href='https://gohugo.io'>Hugo</a> and <a href='https://github.com/CyrusYip/hugo-theme-yue'>Yue</a></p>
</footer>
</body>
</html>
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>404 Page not found | Freedoms4</title><link rel=stylesheet href=/css/style.min.697b0fc87d2818fcce1b1385c6f7365ac46f2abe3fb9cf32cb99c9e6e2163922.css integrity="sha256-aXsPyH0oGPzOGxOFxvc2WsRvKr4/uc8yy5nJ5uIWOSI=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta property="og:url" content="https://psychhim.github.io/404.html"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="404 Page not found"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta itemprop=name content="404 Page not found"><link rel=stylesheet href=/css/custom.css></head><body class=body><header class=header><h1>Freedoms4</h1><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/posts/>Blog</a></li><li class=menu__item><a class=menu__link href=/categories/>Categories</a></li><li class=menu__item><a class=menu__link href=/about/>About</a></li></ul></nav></header><main class=main><h1>404</h1><p>The page you visited was not found.</p><p><a href=/>Return to the home page</a></p></main><footer class=footer><p class=footer__copyright-notice>&copy; 2025</p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a></p></footer></body></html>

View File

@@ -1,63 +1 @@
<!DOCTYPE html>
<html class="html" lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Categories | Freedoms4</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="icon" href="/favicon.ico" />
<meta property="og:url" content="http://localhost:1313/categories/">
<meta property="og:site_name" content="Freedoms4">
<meta property="og:title" content="Categories">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<meta itemprop="name" content="Categories">
<meta itemprop="datePublished" content="2025-11-11T02:50:36+05:30">
<meta itemprop="dateModified" content="2025-11-11T02:50:36+05:30">
<link rel="alternate" type="application/rss+xml" href="/categories/index.xml" title="Freedoms4">
<link rel="stylesheet" href="/css/custom.css">
</head>
<body class="body">
<header class="header">
<h1>Freedoms4</h1>
<nav class="menu language">
<ul class="menu__list language__list">
<li class="menu__item">
<a class="menu__link" href="/">Home</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/posts/">Blog</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/categories/">Categories</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/about/">About</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<div class="breadcrumbs"> You are here: <a href="/">Home</a> / <span>Categories</span> </div> <section class="term-list"> <h2 class="term-list__item"> <a class="term-list__link" href="/categories/non-tech/"> Non-Tech <sup>1</sup> </a> </h2> </section>
</main>
<footer class="footer">
<p class="footer__rss-link"><a href="/categories/index.xml">RSS</a></p>
<p class="footer__copyright-notice">&copy; 2025 </p>
<p class="footer__theme-info">Built with <a href='https://gohugo.io'>Hugo</a> and <a href='https://github.com/CyrusYip/hugo-theme-yue'>Yue</a></p>
</footer>
</body>
</html>
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Categories | Freedoms4</title><link rel=stylesheet href=/css/style.min.697b0fc87d2818fcce1b1385c6f7365ac46f2abe3fb9cf32cb99c9e6e2163922.css integrity="sha256-aXsPyH0oGPzOGxOFxvc2WsRvKr4/uc8yy5nJ5uIWOSI=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta property="og:url" content="https://psychhim.github.io/categories/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Categories"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta itemprop=name content="Categories"><meta itemprop=datePublished content="2025-11-11T02:50:36+05:30"><meta itemprop=dateModified content="2025-11-11T02:50:36+05:30"><link rel=alternate type=application/rss+xml href=/categories/index.xml title=Freedoms4><link rel=stylesheet href=/css/custom.css></head><body class=body><header class=header><h1>Freedoms4</h1><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/posts/>Blog</a></li><li class=menu__item><a class=menu__link href=/categories/>Categories</a></li><li class=menu__item><a class=menu__link href=/about/>About</a></li></ul></nav></header><main class=main><div class=breadcrumbs>You are here: <a href=/>Home</a> / <span>Categories</span></div><section class=term-list><h2 class=term-list__item><a class=term-list__link href=/categories/non-tech/>Non-Tech <sup>1</sup></a></h2></section></main><footer class=footer><p class=footer__rss-link><a href=/categories/index.xml>RSS</a></p><p class=footer__copyright-notice>&copy; 2025</p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a></p></footer></body></html>

View File

@@ -1,19 +1 @@
<?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 Freedoms4</title>
<link>http://localhost:1313/categories/</link>
<description>Recent content in Categories on Freedoms4</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Tue, 11 Nov 2025 02:50:36 +0530</lastBuildDate>
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Non-Tech</title>
<link>http://localhost:1313/categories/non-tech/</link>
<pubDate>Tue, 11 Nov 2025 02:50:36 +0530</pubDate>
<guid>http://localhost:1313/categories/non-tech/</guid>
<description></description>
</item>
</channel>
</rss>
<?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 Freedoms4</title><link>https://psychhim.github.io/categories/</link><description>Recent content in Categories on Freedoms4</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 11 Nov 2025 02:50:36 +0530</lastBuildDate><atom:link href="https://psychhim.github.io/categories/index.xml" rel="self" type="application/rss+xml"/><item><title>Non-Tech</title><link>https://psychhim.github.io/categories/non-tech/</link><pubDate>Tue, 11 Nov 2025 02:50:36 +0530</pubDate><guid>https://psychhim.github.io/categories/non-tech/</guid><description/></item></channel></rss>

View File

@@ -1,83 +1,4 @@
<!DOCTYPE html>
<html class="html" lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Non-Tech | Freedoms4</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="icon" href="/favicon.ico" />
<meta property="og:url" content="http://localhost:1313/categories/non-tech/">
<meta property="og:site_name" content="Freedoms4">
<meta property="og:title" content="Non-Tech">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<meta itemprop="name" content="Non-Tech">
<meta itemprop="datePublished" content="2025-11-11T02:50:36+05:30">
<meta itemprop="dateModified" content="2025-11-11T02:50:36+05:30">
<link rel="alternate" type="application/rss+xml" href="/categories/non-tech/index.xml" title="Freedoms4">
<link rel="stylesheet" href="/css/custom.css">
</head>
<body class="body">
<header class="header">
<h1>Freedoms4</h1>
<nav class="menu language">
<ul class="menu__list language__list">
<li class="menu__item">
<a class="menu__link" href="/">Home</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/posts/">Blog</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/categories/">Categories</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/about/">About</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<div class="breadcrumbs">
You are here:
<a href="/">Home</a> /
<a href="/categories/">Categories</a> /
<span>Non-Tech</span>
</div>
<section class="posts-list">
<time class="published-date" datetime="2025-11-11T02:50:36&#43;05:30">2025-11-11</time>
<h2 class="term-post-title">
<a href="/posts/first-post/">First Post</a>
</h2>
</section>
</main>
<footer class="footer">
<p class="footer__rss-link"><a href="/categories/non-tech/index.xml">RSS</a></p>
<p class="footer__copyright-notice">&copy; 2025 </p>
<p class="footer__theme-info">Built with <a href='https://gohugo.io'>Hugo</a> and <a href='https://github.com/CyrusYip/hugo-theme-yue'>Yue</a></p>
</footer>
</body>
</html>
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Non-Tech | Freedoms4</title><link rel=stylesheet href=/css/style.min.697b0fc87d2818fcce1b1385c6f7365ac46f2abe3fb9cf32cb99c9e6e2163922.css integrity="sha256-aXsPyH0oGPzOGxOFxvc2WsRvKr4/uc8yy5nJ5uIWOSI=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta property="og:url" content="https://psychhim.github.io/categories/non-tech/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Non-Tech"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta itemprop=name content="Non-Tech"><meta itemprop=datePublished content="2025-11-11T02:50:36+05:30"><meta itemprop=dateModified content="2025-11-11T02:50:36+05:30"><link rel=alternate type=application/rss+xml href=/categories/non-tech/index.xml title=Freedoms4><link rel=stylesheet href=/css/custom.css></head><body class=body><header class=header><h1>Freedoms4</h1><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/posts/>Blog</a></li><li class=menu__item><a class=menu__link href=/categories/>Categories</a></li><li class=menu__item><a class=menu__link href=/about/>About</a></li></ul></nav></header><main class=main><div class=breadcrumbs>You are here:
<a href=/>Home</a> /
<a href=/categories/>Categories</a> /
<span>Non-Tech</span></div><section class=posts-list><time class=published-date datetime=2025-11-11T02:50:36+05:30>2025-11-11</time><h2 class=term-post-title><a href=/posts/first-post/>First Post</a></h2></section></main><footer class=footer><p class=footer__rss-link><a href=/categories/non-tech/index.xml>RSS</a></p><p class=footer__copyright-notice>&copy; 2025</p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a></p></footer></body></html>

View File

@@ -1,19 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Non-Tech on Freedoms4</title>
<link>http://localhost:1313/categories/non-tech/</link>
<description>Recent content in Non-Tech on Freedoms4</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Tue, 11 Nov 2025 02:50:36 +0530</lastBuildDate>
<atom:link href="http://localhost:1313/categories/non-tech/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>First Post</title>
<link>http://localhost:1313/posts/first-post/</link>
<pubDate>Tue, 11 Nov 2025 02:50:36 +0530</pubDate>
<guid>http://localhost:1313/posts/first-post/</guid>
<description>&lt;p&gt;This is the first post of the site!&lt;/p&gt;</description>
</item>
</channel>
</rss>
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Non-Tech on Freedoms4</title><link>https://psychhim.github.io/categories/non-tech/</link><description>Recent content in Non-Tech on Freedoms4</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 11 Nov 2025 02:50:36 +0530</lastBuildDate><atom:link href="https://psychhim.github.io/categories/non-tech/index.xml" rel="self" type="application/rss+xml"/><item><title>First Post</title><link>https://psychhim.github.io/posts/first-post/</link><pubDate>Tue, 11 Nov 2025 02:50:36 +0530</pubDate><guid>https://psychhim.github.io/posts/first-post/</guid><description>&lt;p&gt;This is the first post of the site!&lt;/p&gt;</description></item></channel></rss>

File diff suppressed because one or more lines are too long

View File

@@ -1,75 +1 @@
<!DOCTYPE html>
<html class="html" lang="en-us" dir="ltr">
<head>
<meta name="generator" content="Hugo 0.152.2"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Freedoms4</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="icon" href="/favicon.ico" />
<meta property="og:url" content="http://localhost:1313/">
<meta property="og:site_name" content="Freedoms4">
<meta property="og:title" content="Freedoms4">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<meta itemprop="name" content="Freedoms4">
<meta itemprop="datePublished" content="2025-11-11T02:50:36+05:30">
<meta itemprop="dateModified" content="2025-11-11T02:50:36+05:30">
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="Freedoms4">
<link rel="stylesheet" href="/css/custom.css">
</head>
<body class="body">
<header class="header">
<h1>Freedoms4</h1>
<nav class="menu language">
<ul class="menu__list language__list">
<li class="menu__item">
<a class="menu__link" href="/">Home</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/posts/">Blog</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/categories/">Categories</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/about/">About</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<h2 class="home-post-title"><a href="/posts/first-post/">First Post</a></h2>
<time class="published-date" datetime="2025-11-11T02:50:36&#43;05:30">2025-11-11</time>
<p class="summary">This is the first post of the site!</p>
<nav class="paginator">
</nav>
</main>
<footer class="footer">
<p class="footer__rss-link"><a href="/index.xml">RSS</a></p>
<p class="footer__copyright-notice">&copy; 2025 </p>
<p class="footer__theme-info">Built with <a href='https://gohugo.io'>Hugo</a> and <a href='https://github.com/CyrusYip/hugo-theme-yue'>Yue</a></p>
</footer>
</body>
</html>
<!doctype html><html class=html lang=en-us dir=ltr><head><meta name=generator content="Hugo 0.152.2"><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Freedoms4</title><link rel=stylesheet href=/css/style.min.697b0fc87d2818fcce1b1385c6f7365ac46f2abe3fb9cf32cb99c9e6e2163922.css integrity="sha256-aXsPyH0oGPzOGxOFxvc2WsRvKr4/uc8yy5nJ5uIWOSI=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta property="og:url" content="https://psychhim.github.io/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Freedoms4"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta itemprop=name content="Freedoms4"><meta itemprop=datePublished content="2025-11-11T02:50:36+05:30"><meta itemprop=dateModified content="2025-11-11T02:50:36+05:30"><link rel=alternate type=application/rss+xml href=/index.xml title=Freedoms4><link rel=stylesheet href=/css/custom.css></head><body class=body><header class=header><h1>Freedoms4</h1><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/posts/>Blog</a></li><li class=menu__item><a class=menu__link href=/categories/>Categories</a></li><li class=menu__item><a class=menu__link href=/about/>About</a></li></ul></nav></header><main class=main><h2 class=home-post-title><a href=/posts/first-post/>First Post</a></h2><time class=published-date datetime=2025-11-11T02:50:36+05:30>2025-11-11</time><p class=summary>This is the first post of the site!</p><nav class=paginator></nav></main><footer class=footer><p class=footer__rss-link><a href=/index.xml>RSS</a></p><p class=footer__copyright-notice>&copy; 2025</p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a></p></footer></body></html>

View File

@@ -1,19 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Freedoms4</title>
<link>http://localhost:1313/</link>
<description>Recent content on Freedoms4</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Tue, 11 Nov 2025 02:50:36 +0530</lastBuildDate>
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>First Post</title>
<link>http://localhost:1313/posts/first-post/</link>
<pubDate>Tue, 11 Nov 2025 02:50:36 +0530</pubDate>
<guid>http://localhost:1313/posts/first-post/</guid>
<description>&lt;p&gt;This is the first post of the site!&lt;/p&gt;</description>
</item>
</channel>
</rss>
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Freedoms4</title><link>https://psychhim.github.io/</link><description>Recent content on Freedoms4</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 11 Nov 2025 02:50:36 +0530</lastBuildDate><atom:link href="https://psychhim.github.io/index.xml" rel="self" type="application/rss+xml"/><item><title>First Post</title><link>https://psychhim.github.io/posts/first-post/</link><pubDate>Tue, 11 Nov 2025 02:50:36 +0530</pubDate><guid>https://psychhim.github.io/posts/first-post/</guid><description>&lt;p&gt;This is the first post of the site!&lt;/p&gt;</description></item></channel></rss>

View File

@@ -1,9 +1 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>http://localhost:1313/</title>
<link rel="canonical" href="http://localhost:1313/">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=http://localhost:1313/">
</head>
</html>
<!doctype html><html lang=en-us><head><title>https://psychhim.github.io/</title><link rel=canonical href=https://psychhim.github.io/><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://psychhim.github.io/"></head></html>

View File

@@ -1,94 +1 @@
<!DOCTYPE html>
<html class="html" lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>First Post | Freedoms4</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="icon" href="/favicon.ico" />
<meta name="description" content="This is the first post of the site!">
<meta property="og:url" content="http://localhost:1313/posts/first-post/">
<meta property="og:site_name" content="Freedoms4">
<meta property="og:title" content="First Post">
<meta property="og:description" content="This is the first post of the site!">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="article">
<meta property="article:section" content="posts">
<meta property="article:published_time" content="2025-11-11T02:50:36+05:30">
<meta property="article:modified_time" content="2025-11-11T02:50:36+05:30">
<meta property="article:tag" content="First-Post">
<meta itemprop="name" content="First Post">
<meta itemprop="description" content="This is the first post of the site!">
<meta itemprop="datePublished" content="2025-11-11T02:50:36+05:30">
<meta itemprop="dateModified" content="2025-11-11T02:50:36+05:30">
<meta itemprop="wordCount" content="8">
<meta itemprop="keywords" content="First-Post">
<link rel="stylesheet" href="/css/custom.css">
</head>
<body class="body">
<header class="header">
<h1>Freedoms4</h1>
<nav class="menu language">
<ul class="menu__list language__list">
<li class="menu__item">
<a class="menu__link" href="/">Home</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/posts/">Blog</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/categories/">Categories</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/about/">About</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<h1>First Post</h1>
<time class="published-date" datetime="2025-11-11T02:50:36&#43;05:30">2025-11-11</time>
<p>This is the first post of the site!</p>
<div>
<div>Tags:</div>
<ul>
<li><a href="/tags/first-post/">First-Post</a></li>
</ul>
</div>
<div>
<div>Categories:</div>
<ul>
<li><a href="/categories/non-tech/">Non-Tech</a></li>
</ul>
</div>
</main>
<footer class="footer">
<p class="footer__copyright-notice">&copy; 2025 </p>
<p class="footer__theme-info">Built with <a href='https://gohugo.io'>Hugo</a> and <a href='https://github.com/CyrusYip/hugo-theme-yue'>Yue</a></p>
</footer>
</body>
</html>
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>First Post | Freedoms4</title><link rel=stylesheet href=/css/style.min.697b0fc87d2818fcce1b1385c6f7365ac46f2abe3fb9cf32cb99c9e6e2163922.css integrity="sha256-aXsPyH0oGPzOGxOFxvc2WsRvKr4/uc8yy5nJ5uIWOSI=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta name=description content="This is the first post of the site!"><meta property="og:url" content="https://psychhim.github.io/posts/first-post/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="First Post"><meta property="og:description" content="This is the first post of the site!"><meta property="og:locale" content="en_us"><meta property="og:type" content="article"><meta property="article:section" content="posts"><meta property="article:published_time" content="2025-11-11T02:50:36+05:30"><meta property="article:modified_time" content="2025-11-11T02:50:36+05:30"><meta property="article:tag" content="First-Post"><meta itemprop=name content="First Post"><meta itemprop=description content="This is the first post of the site!"><meta itemprop=datePublished content="2025-11-11T02:50:36+05:30"><meta itemprop=dateModified content="2025-11-11T02:50:36+05:30"><meta itemprop=wordCount content="8"><meta itemprop=keywords content="First-Post"><link rel=stylesheet href=/css/custom.css></head><body class=body><header class=header><h1>Freedoms4</h1><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/posts/>Blog</a></li><li class=menu__item><a class=menu__link href=/categories/>Categories</a></li><li class=menu__item><a class=menu__link href=/about/>About</a></li></ul></nav></header><main class=main><h1>First Post</h1><time class=published-date datetime=2025-11-11T02:50:36+05:30>2025-11-11</time><p>This is the first post of the site!</p><div><div>Tags:</div><ul><li><a href=/tags/first-post/>First-Post</a></li></ul></div><div><div>Categories:</div><ul><li><a href=/categories/non-tech/>Non-Tech</a></li></ul></div></main><footer class=footer><p class=footer__copyright-notice>&copy; 2025</p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a></p></footer></body></html>

View File

@@ -1,68 +1 @@
<!DOCTYPE html>
<html class="html" lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Posts | Freedoms4</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="icon" href="/favicon.ico" />
<meta property="og:url" content="http://localhost:1313/posts/">
<meta property="og:site_name" content="Freedoms4">
<meta property="og:title" content="Posts">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<meta itemprop="name" content="Posts">
<meta itemprop="datePublished" content="2025-11-11T02:50:36+05:30">
<meta itemprop="dateModified" content="2025-11-11T02:50:36+05:30">
<link rel="alternate" type="application/rss+xml" href="/posts/index.xml" title="Freedoms4">
<link rel="stylesheet" href="/css/custom.css">
</head>
<body class="body">
<header class="header">
<h1>Freedoms4</h1>
<nav class="menu language">
<ul class="menu__list language__list">
<li class="menu__item">
<a class="menu__link" href="/">Home</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/posts/">Blog</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/categories/">Categories</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/about/">About</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<time class="published-date" datetime="2025-11-11T02:50:36&#43;05:30">2025-11-11</time>
<h2 class="section-post-title"><a href="/posts/first-post/">First Post</a></h2>
<nav class="paginator"> </nav>
</main>
<footer class="footer">
<p class="footer__rss-link"><a href="/posts/index.xml">RSS</a></p>
<p class="footer__copyright-notice">&copy; 2025 </p>
<p class="footer__theme-info">Built with <a href='https://gohugo.io'>Hugo</a> and <a href='https://github.com/CyrusYip/hugo-theme-yue'>Yue</a></p>
</footer>
</body>
</html>
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Posts | Freedoms4</title><link rel=stylesheet href=/css/style.min.697b0fc87d2818fcce1b1385c6f7365ac46f2abe3fb9cf32cb99c9e6e2163922.css integrity="sha256-aXsPyH0oGPzOGxOFxvc2WsRvKr4/uc8yy5nJ5uIWOSI=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta property="og:url" content="https://psychhim.github.io/posts/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Posts"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta itemprop=name content="Posts"><meta itemprop=datePublished content="2025-11-11T02:50:36+05:30"><meta itemprop=dateModified content="2025-11-11T02:50:36+05:30"><link rel=alternate type=application/rss+xml href=/posts/index.xml title=Freedoms4><link rel=stylesheet href=/css/custom.css></head><body class=body><header class=header><h1>Freedoms4</h1><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/posts/>Blog</a></li><li class=menu__item><a class=menu__link href=/categories/>Categories</a></li><li class=menu__item><a class=menu__link href=/about/>About</a></li></ul></nav></header><main class=main><time class=published-date datetime=2025-11-11T02:50:36+05:30>2025-11-11</time><h2 class=section-post-title><a href=/posts/first-post/>First Post</a></h2><nav class=paginator></nav></main><footer class=footer><p class=footer__rss-link><a href=/posts/index.xml>RSS</a></p><p class=footer__copyright-notice>&copy; 2025</p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a></p></footer></body></html>

View File

@@ -1,19 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on Freedoms4</title>
<link>http://localhost:1313/posts/</link>
<description>Recent content in Posts on Freedoms4</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Tue, 11 Nov 2025 02:50:36 +0530</lastBuildDate>
<atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>First Post</title>
<link>http://localhost:1313/posts/first-post/</link>
<pubDate>Tue, 11 Nov 2025 02:50:36 +0530</pubDate>
<guid>http://localhost:1313/posts/first-post/</guid>
<description>&lt;p&gt;This is the first post of the site!&lt;/p&gt;</description>
</item>
</channel>
</rss>
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on Freedoms4</title><link>https://psychhim.github.io/posts/</link><description>Recent content in Posts on Freedoms4</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 11 Nov 2025 02:50:36 +0530</lastBuildDate><atom:link href="https://psychhim.github.io/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>First Post</title><link>https://psychhim.github.io/posts/first-post/</link><pubDate>Tue, 11 Nov 2025 02:50:36 +0530</pubDate><guid>https://psychhim.github.io/posts/first-post/</guid><description>&lt;p&gt;This is the first post of the site!&lt;/p&gt;</description></item></channel></rss>

View File

@@ -1,9 +1 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>http://localhost:1313/posts/</title>
<link rel="canonical" href="http://localhost:1313/posts/">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=http://localhost:1313/posts/">
</head>
</html>
<!doctype html><html lang=en-us><head><title>https://psychhim.github.io/posts/</title><link rel=canonical href=https://psychhim.github.io/posts/><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://psychhim.github.io/posts/"></head></html>

View File

@@ -1,26 +1 @@
<?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/categories/</loc>
<lastmod>2025-11-11T02:50:36+05:30</lastmod>
</url><url>
<loc>http://localhost:1313/posts/first-post/</loc>
<lastmod>2025-11-11T02:50:36+05:30</lastmod>
</url><url>
<loc>http://localhost:1313/tags/first-post/</loc>
<lastmod>2025-11-11T02:50:36+05:30</lastmod>
</url><url>
<loc>http://localhost:1313/</loc>
<lastmod>2025-11-11T02:50:36+05:30</lastmod>
</url><url>
<loc>http://localhost:1313/categories/non-tech/</loc>
<lastmod>2025-11-11T02:50:36+05:30</lastmod>
</url><url>
<loc>http://localhost:1313/posts/</loc>
<lastmod>2025-11-11T02:50:36+05:30</lastmod>
</url><url>
<loc>http://localhost:1313/tags/</loc>
<lastmod>2025-11-11T02:50:36+05:30</lastmod>
</url>
</urlset>
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://psychhim.github.io/categories/</loc><lastmod>2025-11-11T02:50:36+05:30</lastmod></url><url><loc>https://psychhim.github.io/posts/first-post/</loc><lastmod>2025-11-11T02:50:36+05:30</lastmod></url><url><loc>https://psychhim.github.io/tags/first-post/</loc><lastmod>2025-11-11T02:50:36+05:30</lastmod></url><url><loc>https://psychhim.github.io/</loc><lastmod>2025-11-11T02:50:36+05:30</lastmod></url><url><loc>https://psychhim.github.io/categories/non-tech/</loc><lastmod>2025-11-11T02:50:36+05:30</lastmod></url><url><loc>https://psychhim.github.io/posts/</loc><lastmod>2025-11-11T02:50:36+05:30</lastmod></url><url><loc>https://psychhim.github.io/tags/</loc><lastmod>2025-11-11T02:50:36+05:30</lastmod></url></urlset>

View File

@@ -1,83 +1,4 @@
<!DOCTYPE html>
<html class="html" lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>First-Post | Freedoms4</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="icon" href="/favicon.ico" />
<meta property="og:url" content="http://localhost:1313/tags/first-post/">
<meta property="og:site_name" content="Freedoms4">
<meta property="og:title" content="First-Post">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<meta itemprop="name" content="First-Post">
<meta itemprop="datePublished" content="2025-11-11T02:50:36+05:30">
<meta itemprop="dateModified" content="2025-11-11T02:50:36+05:30">
<link rel="alternate" type="application/rss+xml" href="/tags/first-post/index.xml" title="Freedoms4">
<link rel="stylesheet" href="/css/custom.css">
</head>
<body class="body">
<header class="header">
<h1>Freedoms4</h1>
<nav class="menu language">
<ul class="menu__list language__list">
<li class="menu__item">
<a class="menu__link" href="/">Home</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/posts/">Blog</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/categories/">Categories</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/about/">About</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<div class="breadcrumbs">
You are here:
<a href="/">Home</a> /
<a href="/categories/">Categories</a> /
<span>First-Post</span>
</div>
<section class="posts-list">
<time class="published-date" datetime="2025-11-11T02:50:36&#43;05:30">2025-11-11</time>
<h2 class="term-post-title">
<a href="/posts/first-post/">First Post</a>
</h2>
</section>
</main>
<footer class="footer">
<p class="footer__rss-link"><a href="/tags/first-post/index.xml">RSS</a></p>
<p class="footer__copyright-notice">&copy; 2025 </p>
<p class="footer__theme-info">Built with <a href='https://gohugo.io'>Hugo</a> and <a href='https://github.com/CyrusYip/hugo-theme-yue'>Yue</a></p>
</footer>
</body>
</html>
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>First-Post | Freedoms4</title><link rel=stylesheet href=/css/style.min.697b0fc87d2818fcce1b1385c6f7365ac46f2abe3fb9cf32cb99c9e6e2163922.css integrity="sha256-aXsPyH0oGPzOGxOFxvc2WsRvKr4/uc8yy5nJ5uIWOSI=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta property="og:url" content="https://psychhim.github.io/tags/first-post/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="First-Post"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta itemprop=name content="First-Post"><meta itemprop=datePublished content="2025-11-11T02:50:36+05:30"><meta itemprop=dateModified content="2025-11-11T02:50:36+05:30"><link rel=alternate type=application/rss+xml href=/tags/first-post/index.xml title=Freedoms4><link rel=stylesheet href=/css/custom.css></head><body class=body><header class=header><h1>Freedoms4</h1><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/posts/>Blog</a></li><li class=menu__item><a class=menu__link href=/categories/>Categories</a></li><li class=menu__item><a class=menu__link href=/about/>About</a></li></ul></nav></header><main class=main><div class=breadcrumbs>You are here:
<a href=/>Home</a> /
<a href=/categories/>Categories</a> /
<span>First-Post</span></div><section class=posts-list><time class=published-date datetime=2025-11-11T02:50:36+05:30>2025-11-11</time><h2 class=term-post-title><a href=/posts/first-post/>First Post</a></h2></section></main><footer class=footer><p class=footer__rss-link><a href=/tags/first-post/index.xml>RSS</a></p><p class=footer__copyright-notice>&copy; 2025</p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a></p></footer></body></html>

View File

@@ -1,19 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>First-Post on Freedoms4</title>
<link>http://localhost:1313/tags/first-post/</link>
<description>Recent content in First-Post on Freedoms4</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Tue, 11 Nov 2025 02:50:36 +0530</lastBuildDate>
<atom:link href="http://localhost:1313/tags/first-post/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>First Post</title>
<link>http://localhost:1313/posts/first-post/</link>
<pubDate>Tue, 11 Nov 2025 02:50:36 +0530</pubDate>
<guid>http://localhost:1313/posts/first-post/</guid>
<description>&lt;p&gt;This is the first post of the site!&lt;/p&gt;</description>
</item>
</channel>
</rss>
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>First-Post on Freedoms4</title><link>https://psychhim.github.io/tags/first-post/</link><description>Recent content in First-Post on Freedoms4</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 11 Nov 2025 02:50:36 +0530</lastBuildDate><atom:link href="https://psychhim.github.io/tags/first-post/index.xml" rel="self" type="application/rss+xml"/><item><title>First Post</title><link>https://psychhim.github.io/posts/first-post/</link><pubDate>Tue, 11 Nov 2025 02:50:36 +0530</pubDate><guid>https://psychhim.github.io/posts/first-post/</guid><description>&lt;p&gt;This is the first post of the site!&lt;/p&gt;</description></item></channel></rss>

View File

@@ -1,73 +1 @@
<!DOCTYPE html>
<html class="html" lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Tags | Freedoms4</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="icon" href="/favicon.ico" />
<meta property="og:url" content="http://localhost:1313/tags/">
<meta property="og:site_name" content="Freedoms4">
<meta property="og:title" content="Tags">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<meta itemprop="name" content="Tags">
<meta itemprop="datePublished" content="2025-11-11T02:50:36+05:30">
<meta itemprop="dateModified" content="2025-11-11T02:50:36+05:30">
<link rel="alternate" type="application/rss+xml" href="/tags/index.xml" title="Freedoms4">
<link rel="stylesheet" href="/css/custom.css">
</head>
<body class="body">
<header class="header">
<h1>Freedoms4</h1>
<nav class="menu language">
<ul class="menu__list language__list">
<li class="menu__item">
<a class="menu__link" href="/">Home</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/posts/">Blog</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/categories/">Categories</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/about/">About</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<section class="term-list">
<h2 class="term-list__item">
<a class="term-list__link" href="/tags/first-post/"
>First-Post <sup>1</sup></a
>
</h2>
</section>
</main>
<footer class="footer">
<p class="footer__rss-link"><a href="/tags/index.xml">RSS</a></p>
<p class="footer__copyright-notice">&copy; 2025 </p>
<p class="footer__theme-info">Built with <a href='https://gohugo.io'>Hugo</a> and <a href='https://github.com/CyrusYip/hugo-theme-yue'>Yue</a></p>
</footer>
</body>
</html>
<!doctype html><html class=html lang=en-us dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width"><title>Tags | Freedoms4</title><link rel=stylesheet href=/css/style.min.697b0fc87d2818fcce1b1385c6f7365ac46f2abe3fb9cf32cb99c9e6e2163922.css integrity="sha256-aXsPyH0oGPzOGxOFxvc2WsRvKr4/uc8yy5nJ5uIWOSI=" crossorigin=anonymous><link rel=icon href=/favicon.ico><meta property="og:url" content="https://psychhim.github.io/tags/"><meta property="og:site_name" content="Freedoms4"><meta property="og:title" content="Tags"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta itemprop=name content="Tags"><meta itemprop=datePublished content="2025-11-11T02:50:36+05:30"><meta itemprop=dateModified content="2025-11-11T02:50:36+05:30"><link rel=alternate type=application/rss+xml href=/tags/index.xml title=Freedoms4><link rel=stylesheet href=/css/custom.css></head><body class=body><header class=header><h1>Freedoms4</h1><nav class="menu language"><ul class="menu__list language__list"><li class=menu__item><a class=menu__link href=/>Home</a></li><li class=menu__item><a class=menu__link href=/posts/>Blog</a></li><li class=menu__item><a class=menu__link href=/categories/>Categories</a></li><li class=menu__item><a class=menu__link href=/about/>About</a></li></ul></nav></header><main class=main><div class=breadcrumbs>You are here: <a href=/>Home</a> / <span>Tags</span></div><section class=term-list><h2 class=term-list__item><a class=term-list__link href=/tags/first-post/>First-Post <sup>1</sup></a></h2></section></main><footer class=footer><p class=footer__rss-link><a href=/tags/index.xml>RSS</a></p><p class=footer__copyright-notice>&copy; 2025</p><p class=footer__theme-info>Built with <a href=https://gohugo.io>Hugo</a> and <a href=https://github.com/CyrusYip/hugo-theme-yue>Yue</a></p></footer></body></html>

View File

@@ -1,19 +1 @@
<?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 Freedoms4</title>
<link>http://localhost:1313/tags/</link>
<description>Recent content in Tags on Freedoms4</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Tue, 11 Nov 2025 02:50:36 +0530</lastBuildDate>
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>First-Post</title>
<link>http://localhost:1313/tags/first-post/</link>
<pubDate>Tue, 11 Nov 2025 02:50:36 +0530</pubDate>
<guid>http://localhost:1313/tags/first-post/</guid>
<description></description>
</item>
</channel>
</rss>
<?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 Freedoms4</title><link>https://psychhim.github.io/tags/</link><description>Recent content in Tags on Freedoms4</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 11 Nov 2025 02:50:36 +0530</lastBuildDate><atom:link href="https://psychhim.github.io/tags/index.xml" rel="self" type="application/rss+xml"/><item><title>First-Post</title><link>https://psychhim.github.io/tags/first-post/</link><pubDate>Tue, 11 Nov 2025 02:50:36 +0530</pubDate><guid>https://psychhim.github.io/tags/first-post/</guid><description/></item></channel></rss>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"Target":"css/style.min.697b0fc87d2818fcce1b1385c6f7365ac46f2abe3fb9cf32cb99c9e6e2163922.css","MediaType":"text/css","Data":{"Integrity":"sha256-aXsPyH0oGPzOGxOFxvc2WsRvKr4/uc8yy5nJ5uIWOSI="}}