Adding Favicon, Modifying configuration
This commit is contained in:
parent
53353f0a94
commit
68245956ca
13 changed files with 178 additions and 143 deletions
|
@ -7,34 +7,35 @@
|
|||
<meta name="description" content="Well, get on this site and find out." />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="base" content="https://rootsource.cc" />
|
||||
<meta name="theme-color" content="purple" />
|
||||
|
||||
<title>Articles - RSCC</title>
|
||||
<title>Articles - RootSourceCC</title>
|
||||
<link rel="canonical" href="https://rootsource.cc/Articles/page/2/" />
|
||||
|
||||
<meta content="Zola" name="generator">
|
||||
<link rel="icon" type="image/png" href="https://rootsource.cc/favicon.png?h=4b8b8481f5ac84986183" />
|
||||
<link rel="icon" type="image/png" href="https://rootsource.cc/favicon.png?h=49b0131ec00d0056a576" />
|
||||
|
||||
<link rel="preload" href="https://rootsource.cc/fonts/geist.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="https://rootsource.cc/fonts/geist-mono.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="https://rootsource.cc/fonts/phosphor-bold.woff2" as="font" type="font/woff2" crossorigin><style type="text/css">
|
||||
:root {
|
||||
--accent-color: hsl(324 2% 43%);
|
||||
--accent-h: 324;
|
||||
--accent-s: 2%;
|
||||
--accent-l: 43%;
|
||||
--accent-color: hsl(254.11766 44% 55%);
|
||||
--accent-h: 254.11766;
|
||||
--accent-s: 44%;
|
||||
--accent-l: 55%;
|
||||
}[data-theme="dark"] {
|
||||
--accent-color: hsl(0 1% 75%);
|
||||
--accent-h: 0;
|
||||
--accent-s: 1%;
|
||||
--accent-l: 75%;
|
||||
--accent-color: hsl(249.88234 77% 78%);
|
||||
--accent-h: 249.88234;
|
||||
--accent-s: 77%;
|
||||
--accent-l: 78%;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root:not([data-theme="light"]) {
|
||||
--accent-color: hsl(0 1% 75%);
|
||||
--accent-h: 0;
|
||||
--accent-s: 1%;
|
||||
--accent-l: 75%;
|
||||
--accent-color: hsl(249.88234 77% 78%);
|
||||
--accent-h: 249.88234;
|
||||
--accent-s: 77%;
|
||||
--accent-l: 78%;
|
||||
}
|
||||
}</style>
|
||||
|
||||
|
@ -45,14 +46,14 @@
|
|||
<script type="text/javascript" defer src="https://rootsource.cc/elasticlunr.min.js"></script>
|
||||
<script type="text/javascript" defer src="https://rootsource.cc/search.js"></script>
|
||||
|
||||
<meta property="og:site_name" content="RSCC" />
|
||||
<meta property="og:title" content="Articles - RSCC" />
|
||||
<meta property="og:site_name" content="RootSourceCC" />
|
||||
<meta property="og:title" content="Articles - RootSourceCC" />
|
||||
<meta property="og:url" content="https://rootsource.cc/Articles/page/2/" />
|
||||
<meta property="og:description" content="Well, get on this site and find out." />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Articles - RSCC" />
|
||||
<meta name="twitter:title" content="Articles - RootSourceCC" />
|
||||
<meta name="twitter:url" content="https://rootsource.cc/Articles/page/2/" />
|
||||
<meta name="twitter:description" content="Well, get on this site and find out." />
|
||||
</head>
|
||||
|
@ -61,7 +62,7 @@
|
|||
|
||||
<a id="skip-to-content" href="#main-content" tabindex="0">Skip to Main Content</a>
|
||||
<div id="site-navbar" class="sidebar">
|
||||
<a id="navbar-header" href="#top"><i class="ph-bold ph-arrow-line-up"></i><div>
|
||||
<a id="navbar-header" class="has-icon" href="#top"><img class="transparent no-hover" src="https://rootsource.cc/SiteIcon.png" /><div>
|
||||
<span>Articles</span>
|
||||
<span>Back to Top</span>
|
||||
</div>
|
||||
|
@ -70,7 +71,7 @@
|
|||
<ul><li>
|
||||
<a
|
||||
href="https://rootsource.cc/">
|
||||
<i class="ph-bold ph-house"></i>RSCC</a>
|
||||
<i class="ph-bold ph-house"></i>RootSourceCC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://rootsource.cc/Articles" class="
|
||||
|
@ -121,6 +122,9 @@
|
|||
</div><div class="article-details"><div class="item">
|
||||
<i class="ph-bold ph-calendar"></i>
|
||||
<time datetime="2025-01-30T00:00:00+00:00" pubdate>January 30, 2025</time>
|
||||
</div><div class="item">
|
||||
<i class="ph-bold ph-clock-countdown"></i>
|
||||
<span>11 minutes</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -149,7 +153,7 @@
|
|||
<div><p id="site-footer-copyright">raiz1.noho.st owns this website
|
||||
</p>
|
||||
<p>Powered by <a class="link external" href="https://www.getzola.org" rel="">Zola</a> and <a class="link external" href="https://ametrine.daudix.one" rel="">Ametrine</a>
|
||||
</p>
|
||||
</p><p id="site-footer-last-updated">March 04, 2025, 05:24 (CET)</p>
|
||||
</div></div>
|
||||
</footer>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue