e
This commit is contained in:
parent
f94abd6daa
commit
ca37f5fa35
3 changed files with 5 additions and 5 deletions
|
@ -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">
|
||||
|
|
|
@ -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;
|
||||
|
|
3
index.md
3
index.md
|
@ -1,6 +1,3 @@
|
|||
---
|
||||
layout: home
|
||||
---
|
||||
|
||||
# Welcome to SweeBlogs!
|
||||
We are a small community of tech blog writers, check out our posts!
|
Loading…
Add table
Add a link
Reference in a new issue