Reinit site for Nth Time

This commit is contained in:
2020-04-22 03:13:17 +01:00
parent 888ebd53a6
commit 520a5aa7f0
54 changed files with 161 additions and 1908 deletions

View File

@@ -1,18 +0,0 @@
---
layout: default
---
<article class="container px-2 mx-auto mb4" itemscope itemtype="http://schema.org/BlogPosting">
<h1 class="h0 col-9 sm-width-full py-4 mt-3 inline-block" itemprop="name headline">{{ page.title }}</h1>
<div class="col-4 sm-width-full mt-1 border-top-thin ">
<p class="mb-3 py-2 bold h4"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time></p>
</div>
<div class="prose" itemprop="articleBody">
{{ content }}
</div>
</article>
<div class="container mx-auto px-2 py-2 clearfix">
{% include previous-next_has-categories.html %}
</div>

View File

@@ -1,13 +0,0 @@
---
layout: page
---
{% if page.category_name %}
{% assign category_name = page.category_name %}
{% endif %}
<div class="container mx-auto">
{% for post in site.categories[category_name] %}
{% include post_block.html %}
{% endfor %}
</div>

View File

@@ -1,18 +0,0 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div>
{{ content }}
</div>
{% include footer.html %}
</body>
</html>

View File

@@ -1,69 +0,0 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<div>
<header class="header-background">
<div class="clearfix border-bottom-thick header-border">
<ul class="list-reset right py-1 header-text font-smoothing">
{% for my_page in site.pages %}
{% if my_page.title %}
<li class="inline-block">
<a class="align-middle link-primary header-link mr-2" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
<div class="container mx-auto px-2 mb-2 clearfix header-text">
<h1 class="h0 inline-block col-9 sm-width-full py-4 mt-3 header-title">{{ site.title }}</h1>
<div class="clearfix mb-4 py-1">
<div class="col-4 sm-width-full left border-top-thin">
<div class="table">
<div class="inline-block mt-3 mr-1">
{% include dot-accent.html %}
</div>
<div class="inline-block mt-3 mr-1">
{% include dot-accent.html %}
</div>
<div class="inline-block mt-3">
{% include github.html %}
</div>
</div>
<!-- Set site description in config.yml -->
<p class="h4 lh-condensed font-smoothing mt-2 py-1">{{ site.description }}</p>
</div>
<div class="col-4 sm-width-full left border-top-thin mt-3 mt-lg-0 ml-lg-4 table">
<div class="inline-block mt-3 mr-1">
{% include dot.html %}
</div>
<div class="inline-block mt-3">
{% include {{ site.social_link | default: "twitter" }}.html %}
</div>
</div>
</div>
</div>
</header>
<div class="container mx-auto px-2 py-4">
{% for post in site.posts %}
{% include post_block.html %}
{% endfor %}
</div>
</div>
{% include footer.html %}
</body>
</html>

View File

@@ -1,13 +0,0 @@
---
layout: default
---
<article class="container mx-auto px-2 mt2 mb4">
<header>
<h1 class="h0 py-4 mt-3">{{ page.title }}</h1>
</header>
<div class="col-4 sm-width-full border-top-thin">
</div>
<div class="prose mb-4 py-4">
{{ content }}
</div>
</article>

View File

@@ -1,18 +0,0 @@
---
layout: default
---
<article class="container px-2 mx-auto mb4" itemscope itemtype="http://schema.org/BlogPosting">
<h1 class="h0 col-9 sm-width-full py-4 mt-3 inline-block" itemprop="name headline">{{ page.title }}</h1>
<div class="col-4 sm-width-full mt-1 border-top-thin ">
<p class="mb-3 py-2 bold h4"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time></p>
</div>
<div class="prose" itemprop="articleBody">
{{ content }}
</div>
</article>
<div class="container mx-auto px-2 py-2 clearfix">
{% include previous-next.html %}
</div>