Added new changelog file along with additional buttons on index

This commit is contained in:
deathrow 2022-07-10 21:05:05 -04:00
parent 1593db75eb
commit 02c780b13f
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73
2 changed files with 40 additions and 5 deletions

30
_changelog/changelog.md Normal file
View File

@ -0,0 +1,30 @@
---
layout: default1
title: Changelog
permalink: /changelog
---
---
layout: default1
title: Buttons
---
# v1.0
- Added new page ``Services.md``
- Reformatting old blog post
- New Jekyll plugin ``jekyll-feed``
- New Jekyll plugin ``jekyll-seo-tag``
- New ``_changelog`` folder along with ``changelog.md``
- Fix formatting error on ``Services.md``
- Added RSS feed for ``posts`` and for ``changelog``
- Updated file naming to be consistent
- Reformat buttons on ``index.md``

View File

@ -17,7 +17,16 @@ description: A fun happy place.
<body style="text-align:center">
<br>
<button type="button" class="btn btn-sm btn-info"><a href="https://codeberg.org/deathrow/anonymousland">Repository</a></button>
<button type="button" class="btn btn-md btn-default"><a href="https://codeberg.org/deathrow/anonymousland">Repository</a></button>
<button type="button" class="btn btn-md btn-default"><a href="https://anonymousland.org/changelog">Changelog</a></button>
<button type="button" class="btn btn-md btn-default"><a href="https://anonymousland.org/rss">RSS</a></button>
<br>
<br>
@ -26,13 +35,9 @@ description: A fun happy place.
<p><b>Coming Soon:</b></p>
<l><a href="">Mastadon Instance</a></l>
<l> - </l>
<l> <a href="">RSS Feed</a></l>
<l> - </l>
<l> <a href="">Forum</a></l>
<li></li>
<l> <a href="">About</a></l>
<l> - </l>
<l> <a href="">Contact</a></l>
</body>