Skip to content

Commit

Permalink
Added Mastodon to the index page, and post listing
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazycatASG committed Jun 19, 2023
1 parent 352bf37 commit 181303e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
4 changes: 4 additions & 0 deletions _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ body {
margin: $margin;
font-size: $font-size;
}

ul {
max-width: 600px;
}
3 changes: 3 additions & 0 deletions assets/images/mastodon-logo-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 19 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ layout: default
title: "The Crazy Cafe!"
---

## Hi there!
# Hi there!

Welcome to The Crazy Cafe, AKA, Crazycat's personal website. This serves as my blog, and a lot of different purposes, including a whole (soon to be built) ARG contained within it :O
It's still unfinished, but so far pretty navigatable!

Here's my ramblings and other things (AKA my blog).

<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>


<a href="https://mstdn.games/@enderasg">
<img src="assets\images\mastodon-logo-black.svg" alt="Mastodon" style="width:42px;height:42px;">
</a>

Welcome to The Crazy Cafe, AKA, Crazycat's personal website. This serves as my blog, and a lot of different purposes, including a whole (soon to be built) ARG contained within it :O

0 comments on commit 181303e

Please sign in to comment.