updating style for post list design
This commit is contained in:
parent
dd1b2ce844
commit
6bc684fa88
12 changed files with 180 additions and 3 deletions
|
|
@ -13,10 +13,14 @@ GEM
|
||||||
http_parser.rb (~> 0)
|
http_parser.rb (~> 0)
|
||||||
eventmachine (1.2.7)
|
eventmachine (1.2.7)
|
||||||
ffi (1.17.2-x64-mingw-ucrt)
|
ffi (1.17.2-x64-mingw-ucrt)
|
||||||
|
ffi (1.17.2-x86_64-linux-gnu)
|
||||||
forwardable-extended (2.6.0)
|
forwardable-extended (2.6.0)
|
||||||
google-protobuf (4.33.0-x64-mingw-ucrt)
|
google-protobuf (4.33.0-x64-mingw-ucrt)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rake (>= 13)
|
rake (>= 13)
|
||||||
|
google-protobuf (4.33.0-x86_64-linux-gnu)
|
||||||
|
bigdecimal
|
||||||
|
rake (>= 13)
|
||||||
http_parser.rb (0.8.0)
|
http_parser.rb (0.8.0)
|
||||||
i18n (1.14.7)
|
i18n (1.14.7)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
|
|
@ -69,6 +73,8 @@ GEM
|
||||||
safe_yaml (1.0.5)
|
safe_yaml (1.0.5)
|
||||||
sass-embedded (1.93.2-x64-mingw-ucrt)
|
sass-embedded (1.93.2-x64-mingw-ucrt)
|
||||||
google-protobuf (~> 4.31)
|
google-protobuf (~> 4.31)
|
||||||
|
sass-embedded (1.93.2-x86_64-linux-gnu)
|
||||||
|
google-protobuf (~> 4.31)
|
||||||
terminal-table (3.0.2)
|
terminal-table (3.0.2)
|
||||||
unicode-display_width (>= 1.1.1, < 3)
|
unicode-display_width (>= 1.1.1, < 3)
|
||||||
unicode-display_width (2.6.0)
|
unicode-display_width (2.6.0)
|
||||||
|
|
@ -76,6 +82,7 @@ GEM
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
x64-mingw-ucrt
|
x64-mingw-ucrt
|
||||||
|
x86_64-linux-gnu
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
jekyll
|
jekyll
|
||||||
|
|
|
||||||
2
_posts
2
_posts
|
|
@ -1 +1 @@
|
||||||
Subproject commit 94f52914a9843e2ce391b526fc783c44e22d30af
|
Subproject commit 251cf8c73fb1a54ce5a0c4538062480783b1636d
|
||||||
|
|
@ -139,6 +139,7 @@ nav {
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
|
padding: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,14 @@
|
||||||
<ul class="news-list">
|
<ul class="news-list">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="/2025/11/11/Progress-Update/">
|
||||||
|
<li class="sidebar-item">
|
||||||
|
|
||||||
|
Making Progress
|
||||||
|
<small>Nov 11, 2025</small>
|
||||||
|
</li>
|
||||||
|
</a>
|
||||||
|
|
||||||
<a href="/2025/10/29/Welcome/">
|
<a href="/2025/10/29/Welcome/">
|
||||||
<li class="sidebar-item">
|
<li class="sidebar-item">
|
||||||
|
|
||||||
|
|
|
||||||
65
_site/2025/11/11/Progress-Update/index.html
Normal file
65
_site/2025/11/11/Progress-Update/index.html
Normal file
|
|
@ -0,0 +1,65 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Fabled Sword - Making Progress</title>
|
||||||
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="nav-div">
|
||||||
|
<nav>
|
||||||
|
|
||||||
|
<a href="/">Home</a>
|
||||||
|
|
||||||
|
<a href="/about/index.html">About</a>
|
||||||
|
|
||||||
|
<a href="/blog/index.html">Blog</a>
|
||||||
|
|
||||||
|
<a href="/staff/index.html">Staff</a>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<div class="main-view">
|
||||||
|
<aside class="sidebar">
|
||||||
|
<h2>News</h2>
|
||||||
|
<ul class="news-list">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="/2025/11/11/Progress-Update/">
|
||||||
|
<li class="sidebar-item">
|
||||||
|
|
||||||
|
Making Progress
|
||||||
|
<small>Nov 11, 2025</small>
|
||||||
|
</li>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="/2025/10/29/Welcome/">
|
||||||
|
<li class="sidebar-item">
|
||||||
|
|
||||||
|
Welcome to the Fabled Sword
|
||||||
|
<small>Oct 29, 2025</small>
|
||||||
|
</li>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</aside>
|
||||||
|
<main class="main">
|
||||||
|
<h1>Making Progress</h1>
|
||||||
|
<div class="post-item">
|
||||||
|
<div class="page-meta">
|
||||||
|
11 Nov 2025 - Bryan V.
|
||||||
|
|
||||||
|
<ul class="page-tags">
|
||||||
|
|
||||||
|
<li>news</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<p>I’m moving forward and refining the service and deployment of FabledSword.com I’m happy with my progress</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -25,6 +25,14 @@
|
||||||
<ul class="news-list">
|
<ul class="news-list">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="/2025/11/11/Progress-Update/">
|
||||||
|
<li class="sidebar-item">
|
||||||
|
|
||||||
|
Making Progress
|
||||||
|
<small>Nov 11, 2025</small>
|
||||||
|
</li>
|
||||||
|
</a>
|
||||||
|
|
||||||
<a href="/2025/10/29/Welcome/">
|
<a href="/2025/10/29/Welcome/">
|
||||||
<li class="sidebar-item">
|
<li class="sidebar-item">
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -25,6 +25,14 @@
|
||||||
<ul class="news-list">
|
<ul class="news-list">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="/2025/11/11/Progress-Update/">
|
||||||
|
<li class="sidebar-item">
|
||||||
|
|
||||||
|
Making Progress
|
||||||
|
<small>Nov 11, 2025</small>
|
||||||
|
</li>
|
||||||
|
</a>
|
||||||
|
|
||||||
<a href="/2025/10/29/Welcome/">
|
<a href="/2025/10/29/Welcome/">
|
||||||
<li class="sidebar-item">
|
<li class="sidebar-item">
|
||||||
|
|
||||||
|
|
@ -40,6 +48,36 @@
|
||||||
|
|
||||||
<section class="post-list">
|
<section class="post-list">
|
||||||
|
|
||||||
|
<a href="/2025/11/11/Progress-Update/">
|
||||||
|
<article class="post-item">
|
||||||
|
<h2 class="post-title">
|
||||||
|
Making Progress
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<div class="post-meta">
|
||||||
|
<time datetime="2025-11-11T00:00:00-05:00">
|
||||||
|
November 11, 2025
|
||||||
|
</time>
|
||||||
|
·
|
||||||
|
<span class="post-author">
|
||||||
|
Bryan V.
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<ul class="post-tags">
|
||||||
|
|
||||||
|
<li>news</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="post-excerpt">
|
||||||
|
I’m moving forward and refining the service and deployment of FabledSword.com I’m happy with my progress
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
</a>
|
||||||
|
|
||||||
<a href="/2025/10/29/Welcome/">
|
<a href="/2025/10/29/Welcome/">
|
||||||
<article class="post-item">
|
<article class="post-item">
|
||||||
<h2 class="post-title">
|
<h2 class="post-title">
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-11-10T22:01:11-05:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Fabled Sword</title><entry><title type="html">Welcome to the Fabled Sword</title><link href="http://localhost:4000/2025/10/29/Welcome/" rel="alternate" type="text/html" title="Welcome to the Fabled Sword" /><published>2025-10-29T00:00:00-04:00</published><updated>2025-10-29T00:00:00-04:00</updated><id>http://localhost:4000/2025/10/29/Welcome</id><content type="html" xml:base="http://localhost:4000/2025/10/29/Welcome/"><![CDATA[<p>Hello and welcome to the first post on the shiny new frontpage for the domain FabledSword.com
|
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-11-11T15:50:38-05:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Fabled Sword</title><entry><title type="html">Making Progress</title><link href="http://localhost:4000/2025/11/11/Progress-Update/" rel="alternate" type="text/html" title="Making Progress" /><published>2025-11-11T00:00:00-05:00</published><updated>2025-11-11T00:00:00-05:00</updated><id>http://localhost:4000/2025/11/11/Progress%20Update</id><content type="html" xml:base="http://localhost:4000/2025/11/11/Progress-Update/"><![CDATA[<p>I’m moving forward and refining the service and deployment of FabledSword.com I’m happy with my progress</p>]]></content><author><name>Bryan V.</name></author><category term="news" /><summary type="html"><![CDATA[I’m moving forward and refining the service and deployment of FabledSword.com I’m happy with my progress]]></summary></entry><entry><title type="html">Welcome to the Fabled Sword</title><link href="http://localhost:4000/2025/10/29/Welcome/" rel="alternate" type="text/html" title="Welcome to the Fabled Sword" /><published>2025-10-29T00:00:00-04:00</published><updated>2025-10-29T00:00:00-04:00</updated><id>http://localhost:4000/2025/10/29/Welcome</id><content type="html" xml:base="http://localhost:4000/2025/10/29/Welcome/"><![CDATA[<p>Hello and welcome to the first post on the shiny new frontpage for the domain FabledSword.com
|
||||||
I hope to use this space for creative works and share news about this space and the people who use it.
|
I hope to use this space for creative works and share news about this space and the people who use it.
|
||||||
Thank you for paying us a visit.</p>]]></content><author><name>Bryan V.</name></author><category term="news" /><summary type="html"><![CDATA[Hello and welcome to the first post on the shiny new frontpage for the domain FabledSword.com I hope to use this space for creative works and share news about this space and the people who use it. Thank you for paying us a visit.]]></summary></entry></feed>
|
Thank you for paying us a visit.</p>]]></content><author><name>Bryan V.</name></author><category term="news" /><summary type="html"><![CDATA[Hello and welcome to the first post on the shiny new frontpage for the domain FabledSword.com I hope to use this space for creative works and share news about this space and the people who use it. Thank you for paying us a visit.]]></summary></entry></feed>
|
||||||
|
|
@ -25,6 +25,14 @@
|
||||||
<ul class="news-list">
|
<ul class="news-list">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="/2025/11/11/Progress-Update/">
|
||||||
|
<li class="sidebar-item">
|
||||||
|
|
||||||
|
Making Progress
|
||||||
|
<small>Nov 11, 2025</small>
|
||||||
|
</li>
|
||||||
|
</a>
|
||||||
|
|
||||||
<a href="/2025/10/29/Welcome/">
|
<a href="/2025/10/29/Welcome/">
|
||||||
<li class="sidebar-item">
|
<li class="sidebar-item">
|
||||||
|
|
||||||
|
|
@ -41,6 +49,36 @@
|
||||||
<section class="post-list">
|
<section class="post-list">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="/2025/11/11/Progress-Update/">
|
||||||
|
<article class="post-item">
|
||||||
|
<h2 class="post-title">
|
||||||
|
Making Progress
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<div class="post-meta">
|
||||||
|
<time datetime="2025-11-11T00:00:00-05:00">
|
||||||
|
November 11, 2025
|
||||||
|
</time>
|
||||||
|
·
|
||||||
|
<span class="post-author">
|
||||||
|
Bryan V.
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<ul class="post-tags">
|
||||||
|
|
||||||
|
<li>news</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="post-excerpt">
|
||||||
|
I’m moving forward and refining the service and deployment of FabledSword.com I’m happy with my progress
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
</a>
|
||||||
|
|
||||||
<a href="/2025/10/29/Welcome/">
|
<a href="/2025/10/29/Welcome/">
|
||||||
<article class="post-item">
|
<article class="post-item">
|
||||||
<h2 class="post-title">
|
<h2 class="post-title">
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,10 @@
|
||||||
<lastmod>2025-10-29T00:00:00-04:00</lastmod>
|
<lastmod>2025-10-29T00:00:00-04:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
|
<loc>http://localhost:4000/2025/11/11/Progress-Update/</loc>
|
||||||
|
<lastmod>2025-11-11T00:00:00-05:00</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
<loc>http://localhost:4000/about/</loc>
|
<loc>http://localhost:4000/about/</loc>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,14 @@
|
||||||
<ul class="news-list">
|
<ul class="news-list">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="/2025/11/11/Progress-Update/">
|
||||||
|
<li class="sidebar-item">
|
||||||
|
|
||||||
|
Making Progress
|
||||||
|
<small>Nov 11, 2025</small>
|
||||||
|
</li>
|
||||||
|
</a>
|
||||||
|
|
||||||
<a href="/2025/10/29/Welcome/">
|
<a href="/2025/10/29/Welcome/">
|
||||||
<li class="sidebar-item">
|
<li class="sidebar-item">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue