This commit is contained in:
Mohammed Qureshi (Nova Cat) 2025-01-23 22:48:33 -08:00
parent f94abd6daa
commit ca37f5fa35
3 changed files with 5 additions and 5 deletions

View file

@ -3,6 +3,9 @@ layout: default
home: true
---
<h1>Welcome to SweeBlogs!</h1>
<p>We are a small community of tech people who make blogs, check out our posts!</p>
<h3 class="posts-item-note" aria-label="Recent Posts">Recent Posts</h3>
{%- for post in site.posts limit: site.number_of_posts -%}
<article class="post-item">

View file

@ -25,8 +25,8 @@ $white: #fff;
// Dark Colors
$dark-text-base-color: #c7bebe;
$dark-text-link-blue: #ff5277;
$dark-text-link-blue-active: #ff2957;
$dark-text-link-blue: deepskyblue;
$dark-text-link-blue-active: deepskyblue;
$dark-black: #131418;
$dark-white: #eaeaea;

View file

@ -1,6 +1,3 @@
---
layout: home
---
# Welcome to SweeBlogs!
We are a small community of tech blog writers, check out our posts!