Compare commits

..

No commits in common. "5044786eb8e44401d4dd339b4cb203e39fb0a7a9" and "6cd5e2d43f5d9da6bfa5e5879f581c355e576fc9" have entirely different histories.

5 changed files with 2 additions and 15 deletions

View file

@ -7,4 +7,3 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "jekyll" gem "jekyll"
gem "webrick" gem "webrick"
gem "jekyll-postfiles" gem "jekyll-postfiles"
gem "jekyll-feed"

View file

@ -29,8 +29,6 @@ GEM
rouge (~> 3.0) rouge (~> 3.0)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
terminal-table (~> 2.0) terminal-table (~> 2.0)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-postfiles (3.1.0) jekyll-postfiles (3.1.0)
jekyll (>= 3.8.6, < 5) jekyll (>= 3.8.6, < 5)
jekyll-sass-converter (2.1.0) jekyll-sass-converter (2.1.0)
@ -67,7 +65,6 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
jekyll jekyll
jekyll-feed
jekyll-postfiles jekyll-postfiles
webrick webrick

View file

@ -8,7 +8,6 @@ defaults:
plugins: plugins:
- jekyll-postfiles - jekyll-postfiles
- jekyll-feed
# markdown formatting # markdown formatting
kramdown: kramdown:
@ -19,11 +18,3 @@ kramdown:
ndash: -- ndash: --
laquo: "<<" laquo: "<<"
raquo: ">>" raquo: ">>"
# atom feed
url: https://tinylifegame.com
title: Tiny Life News and Devlogs
description: News and devlogs for Tiny Life, a fun simulation game where you mess with people's lives
author: Ellpeck Games
feed:
posts_limit: 10000

View file

@ -1,6 +1,6 @@
<div class="section"> <div class="section">
<h1 id="devlogs">📢 News and Devlogs</h1> <h1 id="devlogs">📢 News and Devlogs</h1>
<p>Along with every major update, we publish a devlog that features additional information as well as some screenshots. Occasionally, we also post about the game's development or other news. You can read them on itch or on Steam. You can also read <a href="https://docs.tinylifegame.com/Changelog">the full changelog</a> or subscribe to <a href="#subscribe">the mailing list</a> or <a href="/feed.xml">the Atom feed</a>.</p> <p>Along with every major update, we publish a devlog that features additional information as well as some screenshots. Occasionally, we also post about the game's development or other news. You can read them on itch or on Steam. You can also read <a href="https://docs.tinylifegame.com/Changelog">the full changelog</a> or subscribe to <a href="#subscribe">the mailing list</a>.</p>
<div class="devlogs"> <div class="devlogs">
{% for post in site.posts %} {% for post in site.posts %}

View file

@ -15,7 +15,7 @@ nav: blognav.html
<div class="section blog-section"> <div class="section blog-section">
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
<p>📖 You can also read this post <a href="{{ page.itch }}">on itch</a> or <a href="{{ page.steam }}">on Steam</a>, or you can subscribe to <a href="../../#subscribe">the mailing list</a> or <a href="/feed.xml">the Atom feed</a>.</p> <p>📖 You can also read this post <a href="{{ page.itch }}">on itch</a> or <a href="{{ page.steam }}">on Steam</a>, or you can subscribe to <a href="../../#subscribe">the mailing list</a>.</p>
{% include anchor_headings.html html=content anchorBody="#" anchorClass="anchor-heading" %} {% include anchor_headings.html html=content anchorBody="#" anchorClass="anchor-heading" %}
</div> </div>