]> Stephen's Gitweb - stephenjianudotcom.git/commitdiff
Update theme, color scheme, and links master
authorStephen Jianu <stephen@stephenjianu.com>
Wed, 10 Jul 2024 00:33:31 +0000 (19:33 -0500)
committerStephen Jianu <stephen@stephenjianu.com>
Wed, 10 Jul 2024 00:33:31 +0000 (19:33 -0500)
21 files changed:
content/about.md [deleted file]
hugo.toml
layouts/partials/lang.html [new file with mode: 0644]
public/about/index.html [deleted file]
public/categories/index.html
public/categories/index.xml
public/css/header.css
public/css/layout.css
public/css/palettes/base16-comet64.css [new file with mode: 0644]
public/css/palettes/base16-nord.css [new file with mode: 0644]
public/css/typography.css
public/index.html
public/index.xml
public/series/index.html
public/series/index.xml
public/sitemap.xml
public/tags/index.html
public/tags/index.xml
static/css/palettes/base16-comet64.css [new file with mode: 0644]
static/css/palettes/base16-nord.css [new file with mode: 0644]
themes/risotto

diff --git a/content/about.md b/content/about.md
deleted file mode 100644 (file)
index 50bda42..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: "About"
-date: 2023-06-24T15:04:48-05:00
-draft: false
----
-
index 1e316874570f69e83f21a97ee0f3c25913cf0598..5721971d4ce21689e987bf32761ceb249244181e 100644 (file)
--- a/hugo.toml
+++ b/hugo.toml
@@ -1,9 +1,9 @@
-baseURL = 'https://stephenjianu.com'
-languageCode = 'en-us'
-title = 'Stephen Jianu'
-theme = 'risotto'
-
+baseURL = "https://www.stephenjianu.com"
+theme = "risotto"
+title = "Stephen Jianu"
+author = "Stephen Jianu"
 paginate = 3
+languageCode = "en"
 DefaultContentLanguage = "en"
 enableInlineShortcodes = true
 # prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API.
@@ -17,25 +17,33 @@ sectionPagesMenu = "main"
 noindex = false
 
 [params.theme]
-palette = "base16-dark"
+palette = "base16-comet64"
 
 # Sidebar: about/bio
 [params.about]
 title = "Stephen Jianu"
 description = "Just another computer tinkerer."
-logo = "images/rice.svg"
+# unicode/emoji logo:
+#logo = "🍚"
+# or use an image:
+#logo_image = "images/rice.svg"
 
 # Sidebar: social links
 # Available icon sets:
 # * FontAwesome 6 <https://fontawesome.com/> ('fa-brands', 'fa-normal', or 'fa-solid' for brands)
 # * Academicons <https://jpswalsh.github.io/academicons> ('ai ai-')
 
+[[params.socialLinks]]
+icon = "fa-brands fa-github"
+title = "GitHub"
+url = "https://github.com/stephenjianu"
+
 [menu]
 
   [[menu.main]]
-    identifier = "about"
-    name = "About"
-    url = "/about/"
+    identifier = "gitweb"
+    name = "Gitweb"
+    url = "https://www.stephenjianu.com/gitweb"
     weight = 10
 
 [taxonomies]
diff --git a/layouts/partials/lang.html b/layouts/partials/lang.html
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/public/about/index.html b/public/about/index.html
deleted file mode 100644 (file)
index e516eef..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-
-    <head><title>About &ndash; Stephen Jianu</title>
-<meta name="description" content="Just another computer tinkerer.">
-
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<meta charset="UTF-8"/>
-
-
-
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" />
-
-
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.1/css/academicons.min.css" integrity="sha512-b1ASx0WHgVFL5ZQhTgiPWX+68KjS38Jk87jg7pe+qC7q9YkEtFq0z7xCglv7qGIs/68d3mAp+StfC8WKC5SSAg==" crossorigin="anonymous" />
-
-
-<link rel="stylesheet" href="https://stephenjianu.com/css/palettes/base16-dark.css">
-<link rel="stylesheet" href="https://stephenjianu.com/css/risotto.css">
-<link rel="stylesheet" href="https://stephenjianu.com/css/custom.css">
-</head>
-
-    <body>
-        <div class="page">
-
-            <header class="page__header"><nav class="page__nav main-nav">
-    <ul>
-    <h1 class="page__logo"><a href="https://stephenjianu.com" class="page__logo-inner">Stephen Jianu</a></h1>
-    
-    
-    <li class="main-nav__item"><a class="nav-main-item active" href="https://stephenjianu.com/about/" title="">About</a></li>
-    
-    </ul>
-</nav>
-
-</header>
-
-            <section class="page__body">
-    <header class="content__header">
-        <h1>About</h1>
-    </header>
-    
-    <div class="content__body">
-        
-    </div>
-    <footer class="content__footer"></footer>
-
-            </section>
-
-            <section class="page__aside">
-                <div class="aside__about">
-<div class="aside__about">
-    <img class="about__logo" src="https://stephenjianu.com/images/rice.svg" alt="Logo">
-<h1 class="about__title">Stephen Jianu</h1>
-<p class="about__description">Just another computer tinkerer.</p>
-</div>
-
-
-<ul class="aside__social-links">
-    
-</ul>
-</div>
-                <hr>
-                <div class="aside__content">
-    
-    
-        <p>
-            
-            2023-06-24
-        </p>
-    
-
-    
-
-                </div>
-            </section>
-
-            <footer class="page__footer"><p>
-    
-    
-    
-    
-    
-    
-      
-        
-      
-    
-    
-    
-</p>
-<br /><br />
-<p class="copyright"></p>
-<p class="advertisement">Powered by <a href="https://gohugo.io/">hugo</a> and <a href="https://github.com/joeroe/risotto">risotto</a>.</p>
-</footer>
-
-        </div>
-    </body>
-
-</html>
index e7a5e287b5f89a59388bd7428fdc0d4c3c0b8763..1653cbf707619723d24f46dfa3b9277d0e98fee9 100644 (file)
@@ -9,15 +9,26 @@
 
 
 
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" />
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
 
 
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.1/css/academicons.min.css" integrity="sha512-b1ASx0WHgVFL5ZQhTgiPWX+68KjS38Jk87jg7pe+qC7q9YkEtFq0z7xCglv7qGIs/68d3mAp+StfC8WKC5SSAg==" crossorigin="anonymous" />
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.4/css/academicons.min.css" integrity="sha512-IW0nhlW5MgNydsXJO40En2EoCkTTjZhI3yuODrZIc8cQ4h1XcF53PsqDHa09NqnkXuIe0Oiyyj171BqZFwISBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
 
 
-<link rel="stylesheet" href="https://stephenjianu.com/css/palettes/base16-dark.css">
-<link rel="stylesheet" href="https://stephenjianu.com/css/risotto.css">
-<link rel="stylesheet" href="https://stephenjianu.com/css/custom.css">
+<link rel="stylesheet" href="https://www.stephenjianu.com/css/palettes/base16-comet64.css">
+<link rel="stylesheet" href="https://www.stephenjianu.com/css/risotto.css">
+<link rel="stylesheet" href="https://www.stephenjianu.com/css/custom.css">
+
+
+
+
+
+
+
+
+
+<link rel="alternate" type="application/rss+xml" href="https://www.stephenjianu.com/categories/index.xml" title="Stephen Jianu">
+
 </head>
 
     <body>
 
             <header class="page__header"><nav class="page__nav main-nav">
     <ul>
-    <h1 class="page__logo"><a href="https://stephenjianu.com" class="page__logo-inner">Stephen Jianu</a></h1>
+      <li class="nomarker"><h1 class="page__logo"><a href="https://www.stephenjianu.com/" class="page__logo-inner">Stephen Jianu</a></h1></li>
     
     
-    <li class="main-nav__item"><a class="nav-main-item" href="https://stephenjianu.com/about/" title="">About</a></li>
+    <li class="main-nav__item"><a class="nav-main-item" href="https://www.stephenjianu.com/gitweb" title="">Gitweb</a></li>
     
     </ul>
 </nav>
@@ -50,7 +61,8 @@
             <section class="page__aside">
                 <div class="aside__about">
 <div class="aside__about">
-    <img class="about__logo" src="https://stephenjianu.com/images/rice.svg" alt="Logo">
+    
+    
 <h1 class="about__title">Stephen Jianu</h1>
 <p class="about__description">Just another computer tinkerer.</p>
 </div>
 
 <ul class="aside__social-links">
     
+    <li>
+        <a href="https://github.com/stephenjianu" rel="me" aria-label="GitHub" title="GitHub"><i class="fa-brands fa-github" aria-hidden="true"></i></a>&nbsp;
+    </li>
+    
 </ul>
 </div>
                 <hr>
                 <div class="aside__content">
+    
+
                 </div>
             </section>
 
-            <footer class="page__footer"><p>
-    
-    
-    
-    
-    
-    
-      
-    
-    
-    
-</p>
-<br /><br />
-<p class="copyright"></p>
+            <footer class="page__footer"><p class="copyright"></p>
 <p class="advertisement">Powered by <a href="https://gohugo.io/">hugo</a> and <a href="https://github.com/joeroe/risotto">risotto</a>.</p>
 </footer>
 
index 942bb72618cc199cb1a5cd9613e3989df48b094c..8acb5b0c5cf8b491c547c5f417ffb6ffaf7468cd 100644 (file)
@@ -2,9 +2,10 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Categories on Stephen Jianu</title>
-    <link>https://stephenjianu.com/categories/</link>
+    <link>https://www.stephenjianu.com/categories/</link>
     <description>Recent content in Categories on Stephen Jianu</description>
-    <generator>Hugo -- gohugo.io</generator>
-    <language>en-us</language><atom:link href="https://stephenjianu.com/categories/index.xml" rel="self" type="application/rss+xml" />
+    <generator>Hugo</generator>
+    <language>en</language>
+    <atom:link href="https://www.stephenjianu.com/categories/index.xml" rel="self" type="application/rss+xml" />
   </channel>
 </rss>
index cab735b3741ebe41ed78b4444ed4fb010a2a6fae..ec2097ac0e3074beb89038e922596c13c3b5fded 100644 (file)
@@ -3,14 +3,13 @@
     display: flex;
     flex-flow: row wrap;
     justify-content: flex-start;
+    align-items: center;
     margin: 0;
-    padding: 0 0 0.25rem 0;
-    gap: 0rem 1.5rem;
+    padding: 0;
+    gap: 0.5rem 2rem;
 }
 
 .main-nav li {
-    padding-top: 0.25rem;
-    margin-left: 1rem;
     text-transform: lowercase;
 }
 
index d24916649c9184fda6d86ec6b4d8d4fac2e174ae..06f69e73cba19ace66c21e70b8f651b233e84ab2 100644 (file)
@@ -4,10 +4,10 @@
     max-width: 64rem;
     margin: 1rem auto;
     display: grid;
-    grid-template-areas: 
-      "header" 
-      "body" 
-      "aside" 
+    grid-template-areas:
+      "header"
+      "body"
+      "aside"
       "footer";
     grid-template-columns: minmax(0, 1fr); /* https://css-tricks.com/preventing-a-grid-blowout/ */
     grid-row-gap: 2rem;
 .page__aside {
     grid-area: aside;
     color: var(--off-fg);
+    position: sticky;
+    top: 1rem;
+    right: 1rem;
+    overflow-y: auto;
+    max-height: 95vh;
 }
 
 /* Footer */
diff --git a/public/css/palettes/base16-comet64.css b/public/css/palettes/base16-comet64.css
new file mode 100644 (file)
index 0000000..e185583
--- /dev/null
@@ -0,0 +1,20 @@
+/* Comet64 by Stephen Jianu */
+
+:root {
+  --base00: #1f292b;
+  --base01: #2a3436;
+  --base02: #636e71;
+  --base03: #6f7b7d;
+  --base04: #a99b81;
+  --base05: #b7a88e;
+  --base06: #fff3d7;
+  --base07: #ffffe5;
+  --base08: #674444;
+  --base09: #a98181;
+  --base0A: #676744;
+  --base0B: #81a984;
+  --base0C: #81a9a8;
+  --base0D: #8186a9;
+  --base0E: #a981a1;
+  --base0F: #67445f;
+}
diff --git a/public/css/palettes/base16-nord.css b/public/css/palettes/base16-nord.css
new file mode 100644 (file)
index 0000000..9567b95
--- /dev/null
@@ -0,0 +1,20 @@
+/* Nord by arcticicestudio */
+
+:root {
+  --base00: #2E3440;
+  --base01: #3B4252;
+  --base02: #434C5E;
+  --base03: #4C566A;
+  --base04: #D8DEE9;
+  --base05: #E5E9F0;
+  --base06: #ECEFF4;
+  --base07: #8FBCBB;
+  --base08: #BF616A;
+  --base09: #D08770;
+  --base0A: #EBCB8B;
+  --base0B: #A3BE8C;
+  --base0C: #88C0D0;
+  --base0D: #81A1C1;
+  --base0E: #B48EAD;
+  --base0F: #5E81AC;
+}
index 6369cf0416a680fdd066daa40d438c0fab08a868..d7f9e176e8cfb02a81529b5b41e4b69d7b03526f 100644 (file)
@@ -101,6 +101,10 @@ ol li::marker {
     color: var(--muted);
 }
 
+li.nomarker {
+    display: block;
+}
+
 dt {
   margin: 0;
   font-weight: bold;
@@ -154,6 +158,12 @@ pre {
     margin: 0 0 1.5rem 0;
 }
 
+/* Fix overflow when config markup.highlight.lineNos is true */
+/* See https://github.com/joeroe/risotto/issues/41 */
+.highlight div {
+       overflow-x: auto;
+}
+
 /* Emphasis */
 b,
 strong {
@@ -213,3 +223,37 @@ img {
     height: auto;
 }
 
+/* Colour classes */
+.base00 { color: var(--base00); }
+.base01 { color: var(--base01); }
+.base02 { color: var(--base02); }
+.base03 { color: var(--base03); }
+.base04 { color: var(--base04); }
+.base05 { color: var(--base05); }
+.base06 { color: var(--base06); }
+.base07 { color: var(--base07); }
+.base08 { color: var(--base08); }
+.base09 { color: var(--base09); }
+.base0A { color: var(--base0A); }
+.base0B { color: var(--base0B); }
+.base0C { color: var(--base0C); }
+.base0D { color: var(--base0D); }
+.base0E { color: var(--base0E); }
+.base0F { color: var(--base0F); }
+
+.bg-base00 { background-color: var(--base00); }
+.bg-base01 { background-color: var(--base01); }
+.bg-base02 { background-color: var(--base02); }
+.bg-base03 { background-color: var(--base03); }
+.bg-base04 { background-color: var(--base04); }
+.bg-base05 { background-color: var(--base05); }
+.bg-base06 { background-color: var(--base06); }
+.bg-base07 { background-color: var(--base07); }
+.bg-base08 { background-color: var(--base08); }
+.bg-base09 { background-color: var(--base09); }
+.bg-base0A { background-color: var(--base0A); }
+.bg-base0B { background-color: var(--base0B); }
+.bg-base0C { background-color: var(--base0C); }
+.bg-base0D { background-color: var(--base0D); }
+.bg-base0E { background-color: var(--base0E); }
+.bg-base0F { background-color: var(--base0F); }
index edba8d9e9cd1e0e6e6416f25ce6e6f2f8acb27a4..c558e72a39cc8280ee87b630d9b3f55da4c86e83 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 
     <head>
-       <meta name="generator" content="Hugo 0.112.3"><title>Stephen Jianu &ndash; Stephen Jianu</title>
+       <meta name="generator" content="Hugo 0.128.2"><title>Stephen Jianu &ndash; Stephen Jianu</title>
 <meta name="description" content="Just another computer tinkerer.">
 
 <meta name="viewport" content="width=device-width, initial-scale=1">
 
 
 
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" />
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
 
 
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.1/css/academicons.min.css" integrity="sha512-b1ASx0WHgVFL5ZQhTgiPWX+68KjS38Jk87jg7pe+qC7q9YkEtFq0z7xCglv7qGIs/68d3mAp+StfC8WKC5SSAg==" crossorigin="anonymous" />
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.4/css/academicons.min.css" integrity="sha512-IW0nhlW5MgNydsXJO40En2EoCkTTjZhI3yuODrZIc8cQ4h1XcF53PsqDHa09NqnkXuIe0Oiyyj171BqZFwISBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
 
 
-<link rel="stylesheet" href="https://stephenjianu.com/css/palettes/base16-dark.css">
-<link rel="stylesheet" href="https://stephenjianu.com/css/risotto.css">
-<link rel="stylesheet" href="https://stephenjianu.com/css/custom.css">
+<link rel="stylesheet" href="https://www.stephenjianu.com/css/palettes/base16-comet64.css">
+<link rel="stylesheet" href="https://www.stephenjianu.com/css/risotto.css">
+<link rel="stylesheet" href="https://www.stephenjianu.com/css/custom.css">
+
+
+
+
+
+
+
+
+
+<link rel="alternate" type="application/rss+xml" href="https://www.stephenjianu.com/index.xml" title="Stephen Jianu">
+
 </head>
 
     <body>
 
             <header class="page__header"><nav class="page__nav main-nav">
     <ul>
-    <h1 class="page__logo"><a href="https://stephenjianu.com" class="page__logo-inner">Stephen Jianu</a></h1>
+      <li class="nomarker"><h1 class="page__logo"><a href="https://www.stephenjianu.com/" class="page__logo-inner">Stephen Jianu</a></h1></li>
     
     
-    <li class="main-nav__item"><a class="nav-main-item" href="https://stephenjianu.com/about/" title="">About</a></li>
+    <li class="main-nav__item"><a class="nav-main-item" href="https://www.stephenjianu.com/gitweb" title="">Gitweb</a></li>
     
     </ul>
 </nav>
@@ -44,7 +55,8 @@
             <section class="page__aside">
                 <div class="aside__about">
 <div class="aside__about">
-    <img class="about__logo" src="https://stephenjianu.com/images/rice.svg" alt="Logo">
+    
+    
 <h1 class="about__title">Stephen Jianu</h1>
 <p class="about__description">Just another computer tinkerer.</p>
 </div>
 
 <ul class="aside__social-links">
     
+    <li>
+        <a href="https://github.com/stephenjianu" rel="me" aria-label="GitHub" title="GitHub"><i class="fa-brands fa-github" aria-hidden="true"></i></a>&nbsp;
+    </li>
+    
 </ul>
 </div>
                 <hr>
                 </div>
             </section>
 
-            <footer class="page__footer"><p>
-    
-    
-    
-    
-    
-    
-      
-    
-    
-    
-</p>
-<br /><br />
-<p class="copyright"></p>
+            <footer class="page__footer"><p class="copyright"></p>
 <p class="advertisement">Powered by <a href="https://gohugo.io/">hugo</a> and <a href="https://github.com/joeroe/risotto">risotto</a>.</p>
 </footer>
 
index 121477772ed8f5a5b8db803c25280196c12626c3..537b051bb5b9ce2a231188cd6ba4e85752e42e9d 100644 (file)
@@ -2,18 +2,10 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Stephen Jianu</title>
-    <link>https://stephenjianu.com/</link>
+    <link>https://www.stephenjianu.com/</link>
     <description>Recent content on Stephen Jianu</description>
-    <generator>Hugo -- gohugo.io</generator>
-    <language>en-us</language><atom:link href="https://stephenjianu.com/index.xml" rel="self" type="application/rss+xml" />
-    <item>
-      <title>About</title>
-      <link>https://stephenjianu.com/about/</link>
-      <pubDate>Sat, 24 Jun 2023 15:04:48 -0500</pubDate>
-      
-      <guid>https://stephenjianu.com/about/</guid>
-      <description></description>
-    </item>
-    
+    <generator>Hugo</generator>
+    <language>en</language>
+    <atom:link href="https://www.stephenjianu.com/index.xml" rel="self" type="application/rss+xml" />
   </channel>
 </rss>
index 38bcb3962903e6d0bdc49a202d05c1f117f104e9..9098fe36aeca00a2b816ac1a5aa5b837696f24dd 100644 (file)
@@ -9,15 +9,26 @@
 
 
 
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" />
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
 
 
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.1/css/academicons.min.css" integrity="sha512-b1ASx0WHgVFL5ZQhTgiPWX+68KjS38Jk87jg7pe+qC7q9YkEtFq0z7xCglv7qGIs/68d3mAp+StfC8WKC5SSAg==" crossorigin="anonymous" />
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.4/css/academicons.min.css" integrity="sha512-IW0nhlW5MgNydsXJO40En2EoCkTTjZhI3yuODrZIc8cQ4h1XcF53PsqDHa09NqnkXuIe0Oiyyj171BqZFwISBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
 
 
-<link rel="stylesheet" href="https://stephenjianu.com/css/palettes/base16-dark.css">
-<link rel="stylesheet" href="https://stephenjianu.com/css/risotto.css">
-<link rel="stylesheet" href="https://stephenjianu.com/css/custom.css">
+<link rel="stylesheet" href="https://www.stephenjianu.com/css/palettes/base16-comet64.css">
+<link rel="stylesheet" href="https://www.stephenjianu.com/css/risotto.css">
+<link rel="stylesheet" href="https://www.stephenjianu.com/css/custom.css">
+
+
+
+
+
+
+
+
+
+<link rel="alternate" type="application/rss+xml" href="https://www.stephenjianu.com/series/index.xml" title="Stephen Jianu">
+
 </head>
 
     <body>
 
             <header class="page__header"><nav class="page__nav main-nav">
     <ul>
-    <h1 class="page__logo"><a href="https://stephenjianu.com" class="page__logo-inner">Stephen Jianu</a></h1>
+      <li class="nomarker"><h1 class="page__logo"><a href="https://www.stephenjianu.com/" class="page__logo-inner">Stephen Jianu</a></h1></li>
     
     
-    <li class="main-nav__item"><a class="nav-main-item" href="https://stephenjianu.com/about/" title="">About</a></li>
+    <li class="main-nav__item"><a class="nav-main-item" href="https://www.stephenjianu.com/gitweb" title="">Gitweb</a></li>
     
     </ul>
 </nav>
@@ -50,7 +61,8 @@
             <section class="page__aside">
                 <div class="aside__about">
 <div class="aside__about">
-    <img class="about__logo" src="https://stephenjianu.com/images/rice.svg" alt="Logo">
+    
+    
 <h1 class="about__title">Stephen Jianu</h1>
 <p class="about__description">Just another computer tinkerer.</p>
 </div>
 
 <ul class="aside__social-links">
     
+    <li>
+        <a href="https://github.com/stephenjianu" rel="me" aria-label="GitHub" title="GitHub"><i class="fa-brands fa-github" aria-hidden="true"></i></a>&nbsp;
+    </li>
+    
 </ul>
 </div>
                 <hr>
                 <div class="aside__content">
+    
+
                 </div>
             </section>
 
-            <footer class="page__footer"><p>
-    
-    
-    
-    
-    
-    
-      
-    
-    
-    
-</p>
-<br /><br />
-<p class="copyright"></p>
+            <footer class="page__footer"><p class="copyright"></p>
 <p class="advertisement">Powered by <a href="https://gohugo.io/">hugo</a> and <a href="https://github.com/joeroe/risotto">risotto</a>.</p>
 </footer>
 
index d513d30d7327d2c95c361daa9d99b81ae57efa66..9f78068a73ee3683ba882c1676bed738e0ee4c14 100644 (file)
@@ -2,9 +2,10 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Series on Stephen Jianu</title>
-    <link>https://stephenjianu.com/series/</link>
+    <link>https://www.stephenjianu.com/series/</link>
     <description>Recent content in Series on Stephen Jianu</description>
-    <generator>Hugo -- gohugo.io</generator>
-    <language>en-us</language><atom:link href="https://stephenjianu.com/series/index.xml" rel="self" type="application/rss+xml" />
+    <generator>Hugo</generator>
+    <language>en</language>
+    <atom:link href="https://www.stephenjianu.com/series/index.xml" rel="self" type="application/rss+xml" />
   </channel>
 </rss>
index 62558a1373b7028ef8cd3c2fad2c5f8892cee9b0..f3270c57141bf33a573fb0330a06b60fef45ebf0 100644 (file)
@@ -2,15 +2,12 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
   xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <url>
-    <loc>https://stephenjianu.com/about/</loc>
-    <lastmod>2023-06-24T15:04:48-05:00</lastmod>
+    <loc>https://www.stephenjianu.com/categories/</loc>
   </url><url>
-    <loc>https://stephenjianu.com/categories/</loc>
+    <loc>https://www.stephenjianu.com/series/</loc>
   </url><url>
-    <loc>https://stephenjianu.com/series/</loc>
+    <loc>https://www.stephenjianu.com/</loc>
   </url><url>
-    <loc>https://stephenjianu.com/</loc>
-  </url><url>
-    <loc>https://stephenjianu.com/tags/</loc>
+    <loc>https://www.stephenjianu.com/tags/</loc>
   </url>
 </urlset>
index 6926c2116011e01163fff5d739c2ba36e37f4f5d..5b47d3e099235f5fbf5ade90ce0893c42d399e2d 100644 (file)
@@ -9,15 +9,26 @@
 
 
 
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" />
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
 
 
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.1/css/academicons.min.css" integrity="sha512-b1ASx0WHgVFL5ZQhTgiPWX+68KjS38Jk87jg7pe+qC7q9YkEtFq0z7xCglv7qGIs/68d3mAp+StfC8WKC5SSAg==" crossorigin="anonymous" />
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.4/css/academicons.min.css" integrity="sha512-IW0nhlW5MgNydsXJO40En2EoCkTTjZhI3yuODrZIc8cQ4h1XcF53PsqDHa09NqnkXuIe0Oiyyj171BqZFwISBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
 
 
-<link rel="stylesheet" href="https://stephenjianu.com/css/palettes/base16-dark.css">
-<link rel="stylesheet" href="https://stephenjianu.com/css/risotto.css">
-<link rel="stylesheet" href="https://stephenjianu.com/css/custom.css">
+<link rel="stylesheet" href="https://www.stephenjianu.com/css/palettes/base16-comet64.css">
+<link rel="stylesheet" href="https://www.stephenjianu.com/css/risotto.css">
+<link rel="stylesheet" href="https://www.stephenjianu.com/css/custom.css">
+
+
+
+
+
+
+
+
+
+<link rel="alternate" type="application/rss+xml" href="https://www.stephenjianu.com/tags/index.xml" title="Stephen Jianu">
+
 </head>
 
     <body>
 
             <header class="page__header"><nav class="page__nav main-nav">
     <ul>
-    <h1 class="page__logo"><a href="https://stephenjianu.com" class="page__logo-inner">Stephen Jianu</a></h1>
+      <li class="nomarker"><h1 class="page__logo"><a href="https://www.stephenjianu.com/" class="page__logo-inner">Stephen Jianu</a></h1></li>
     
     
-    <li class="main-nav__item"><a class="nav-main-item" href="https://stephenjianu.com/about/" title="">About</a></li>
+    <li class="main-nav__item"><a class="nav-main-item" href="https://www.stephenjianu.com/gitweb" title="">Gitweb</a></li>
     
     </ul>
 </nav>
@@ -50,7 +61,8 @@
             <section class="page__aside">
                 <div class="aside__about">
 <div class="aside__about">
-    <img class="about__logo" src="https://stephenjianu.com/images/rice.svg" alt="Logo">
+    
+    
 <h1 class="about__title">Stephen Jianu</h1>
 <p class="about__description">Just another computer tinkerer.</p>
 </div>
 
 <ul class="aside__social-links">
     
+    <li>
+        <a href="https://github.com/stephenjianu" rel="me" aria-label="GitHub" title="GitHub"><i class="fa-brands fa-github" aria-hidden="true"></i></a>&nbsp;
+    </li>
+    
 </ul>
 </div>
                 <hr>
                 <div class="aside__content">
+    
+
                 </div>
             </section>
 
-            <footer class="page__footer"><p>
-    
-    
-    
-    
-    
-    
-      
-    
-    
-    
-</p>
-<br /><br />
-<p class="copyright"></p>
+            <footer class="page__footer"><p class="copyright"></p>
 <p class="advertisement">Powered by <a href="https://gohugo.io/">hugo</a> and <a href="https://github.com/joeroe/risotto">risotto</a>.</p>
 </footer>
 
index 6b58838da13ba682f3866f904e5d6ebfb477856c..5c328028afca6e394fc5312a2a41da94101d2316 100644 (file)
@@ -2,9 +2,10 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Tags on Stephen Jianu</title>
-    <link>https://stephenjianu.com/tags/</link>
+    <link>https://www.stephenjianu.com/tags/</link>
     <description>Recent content in Tags on Stephen Jianu</description>
-    <generator>Hugo -- gohugo.io</generator>
-    <language>en-us</language><atom:link href="https://stephenjianu.com/tags/index.xml" rel="self" type="application/rss+xml" />
+    <generator>Hugo</generator>
+    <language>en</language>
+    <atom:link href="https://www.stephenjianu.com/tags/index.xml" rel="self" type="application/rss+xml" />
   </channel>
 </rss>
diff --git a/static/css/palettes/base16-comet64.css b/static/css/palettes/base16-comet64.css
new file mode 100644 (file)
index 0000000..e185583
--- /dev/null
@@ -0,0 +1,20 @@
+/* Comet64 by Stephen Jianu */
+
+:root {
+  --base00: #1f292b;
+  --base01: #2a3436;
+  --base02: #636e71;
+  --base03: #6f7b7d;
+  --base04: #a99b81;
+  --base05: #b7a88e;
+  --base06: #fff3d7;
+  --base07: #ffffe5;
+  --base08: #674444;
+  --base09: #a98181;
+  --base0A: #676744;
+  --base0B: #81a984;
+  --base0C: #81a9a8;
+  --base0D: #8186a9;
+  --base0E: #a981a1;
+  --base0F: #67445f;
+}
diff --git a/static/css/palettes/base16-nord.css b/static/css/palettes/base16-nord.css
new file mode 100644 (file)
index 0000000..9567b95
--- /dev/null
@@ -0,0 +1,20 @@
+/* Nord by arcticicestudio */
+
+:root {
+  --base00: #2E3440;
+  --base01: #3B4252;
+  --base02: #434C5E;
+  --base03: #4C566A;
+  --base04: #D8DEE9;
+  --base05: #E5E9F0;
+  --base06: #ECEFF4;
+  --base07: #8FBCBB;
+  --base08: #BF616A;
+  --base09: #D08770;
+  --base0A: #EBCB8B;
+  --base0B: #A3BE8C;
+  --base0C: #88C0D0;
+  --base0D: #81A1C1;
+  --base0E: #B48EAD;
+  --base0F: #5E81AC;
+}
index 21fdc87b56e662133c9bba6ee96940ed8f5be6a6..00d8fab5951bf85a6904cb5f78bfefd4b94417d9 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 21fdc87b56e662133c9bba6ee96940ed8f5be6a6
+Subproject commit 00d8fab5951bf85a6904cb5f78bfefd4b94417d9