From 4e9491710affa49c23025978c6e4e33b505dfdce Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Sun, 1 Oct 2023 17:32:47 +0100 Subject: [PATCH 01/10] First pass at new homepage --- _includes/footer.html | 2 +- _includes/header.html | 6 +- _posts/2018-12-10-announcement.md | 10 +- _posts/2019-02-17-winter.md | 2 +- _posts/2019-04-01-together-at-last.md | 24 ++--- _posts/2019-11-19-nov-status-update.md | 2 +- _posts/2019-12-10-115.md | 4 +- _posts/2020-06-23-116.md | 14 +-- _posts/2020-06-23-dmca.md | 2 +- _posts/2020-06-8-jun-status-update.md | 6 +- _posts/2020-08-11-1162.md | 2 +- _sass/fabric.scss | 57 +++++++++- assets/dark.scss | 2 + assets/external/0ad8.png | Bin 0 -> 140877 bytes .../2019-01-25-012515_648x420_scrot.png | Bin 0 -> 196141 bytes .../2019-01-25-012736_803x356_scrot.png | Bin 0 -> 162772 bytes .../2019-01-25-012954_566x258_scrot.png | Bin 0 -> 61732 bytes .../2019-01-27-120223_515x166_scrot.png | Bin 0 -> 34467 bytes .../2019-01-27-122838_772x214_scrot.png | Bin 0 -> 42297 bytes assets/external/5WozN9i.jpg | Bin 0 -> 399072 bytes assets/external/7iTKHzs.png | Bin 0 -> 93445 bytes assets/external/9LGFDTd.png | Bin 0 -> 37822 bytes assets/external/B3zWLoL.jpg | Bin 0 -> 200783 bytes assets/external/CedYVnt.png | Bin 0 -> 29173 bytes assets/external/K9F8L1G.png | Bin 0 -> 636561 bytes assets/external/Po3WAQC.jpg | Bin 0 -> 2176106 bytes assets/external/TeLw.png | Bin 0 -> 198803 bytes assets/external/X-All-The-Y.jpg | Bin 0 -> 12679 bytes assets/external/ayqTPsU.png | Bin 0 -> 1340161 bytes assets/external/b8LYWAM.png | Bin 0 -> 1760264 bytes assets/external/c1tcdOF.png | Bin 0 -> 2791405 bytes assets/external/cRVdDPv.png | Bin 0 -> 1345613 bytes assets/external/iJK7.png | Bin 0 -> 355188 bytes assets/external/javaw_2019-04-01_15-39-35.png | Bin 0 -> 311239 bytes assets/external/javaw_2019-11-19_17-07-28.png | Bin 0 -> 7429 bytes assets/external/lurTAgQ.png | Bin 0 -> 97655 bytes assets/external/oMdDoOa.png | Bin 0 -> 883769 bytes assets/external/pz5mT84.png | Bin 0 -> 845761 bytes assets/external/q6D5d1u.png | Bin 0 -> 1592471 bytes assets/external/sTuVw8x.png | Bin 0 -> 2834903 bytes assets/external/unknown.png | Bin 0 -> 42399 bytes assets/external/viKG7DN.png | Bin 0 -> 1868861 bytes assets/main.scss | 2 + blog.md | 2 +- develop.md | 2 +- discuss.md | 2 +- index.md | 99 ++++++++---------- template.md | 2 +- 48 files changed, 142 insertions(+), 100 deletions(-) create mode 100644 assets/external/0ad8.png create mode 100644 assets/external/2019-01-25-012515_648x420_scrot.png create mode 100644 assets/external/2019-01-25-012736_803x356_scrot.png create mode 100644 assets/external/2019-01-25-012954_566x258_scrot.png create mode 100644 assets/external/2019-01-27-120223_515x166_scrot.png create mode 100644 assets/external/2019-01-27-122838_772x214_scrot.png create mode 100644 assets/external/5WozN9i.jpg create mode 100644 assets/external/7iTKHzs.png create mode 100644 assets/external/9LGFDTd.png create mode 100644 assets/external/B3zWLoL.jpg create mode 100644 assets/external/CedYVnt.png create mode 100644 assets/external/K9F8L1G.png create mode 100644 assets/external/Po3WAQC.jpg create mode 100644 assets/external/TeLw.png create mode 100644 assets/external/X-All-The-Y.jpg create mode 100644 assets/external/ayqTPsU.png create mode 100644 assets/external/b8LYWAM.png create mode 100644 assets/external/c1tcdOF.png create mode 100644 assets/external/cRVdDPv.png create mode 100644 assets/external/iJK7.png create mode 100644 assets/external/javaw_2019-04-01_15-39-35.png create mode 100644 assets/external/javaw_2019-11-19_17-07-28.png create mode 100644 assets/external/lurTAgQ.png create mode 100644 assets/external/oMdDoOa.png create mode 100644 assets/external/pz5mT84.png create mode 100644 assets/external/q6D5d1u.png create mode 100644 assets/external/sTuVw8x.png create mode 100644 assets/external/unknown.png create mode 100644 assets/external/viKG7DN.png diff --git a/_includes/footer.html b/_includes/footer.html index 2fc050fe..c68c405c 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,7 +4,7 @@

-Creative Commons License
The contents of this website, unless otherwise indicated, are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. +Creative Commons License
The contents of this website, unless otherwise indicated, are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

diff --git a/_includes/header.html b/_includes/header.html index 798f4d4b..61bdbe3d 100755 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,7 +4,7 @@ {%- assign default_paths = site.pages | map: "path" -%} {%- assign page_paths = site.header_pages | default: default_paths -%}

{%- if page_paths -%}
From 07111e0ecd64669b578d3790ab0651423842a38a Mon Sep 17 00:00:00 2001 From: Calum H Date: Sun, 1 Oct 2023 17:55:06 +0000 Subject: [PATCH 04/10] Fix button alignments + Title --- _sass/fabric.scss | 1 + index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_sass/fabric.scss b/_sass/fabric.scss index 579d1332..42e2b5c2 100644 --- a/_sass/fabric.scss +++ b/_sass/fabric.scss @@ -171,6 +171,7 @@ body { .column { display: flex; flex-direction: column; + justify-content: space-between; flex: 1; padding-left: 12px; padding-right: 12px; diff --git a/index.md b/index.md index 7e2d467e..1709f861 100755 --- a/index.md +++ b/index.md @@ -5,7 +5,7 @@ layout: page
-

Fabric mod loader

+

What is Fabric?

Fabric provides a cohesive platform to develop and play with Minecraft mods. Fabric's lightweight and modular design allows for greater flexibility enabling releases for stable and snapshot versions of Minecraft. The Fabric toolchain is open source for everyone to use, even if you only want some of it!


Download From d65231791733e66458307568601fb6b479fb679a Mon Sep 17 00:00:00 2001 From: Calum H Date: Sun, 1 Oct 2023 18:22:58 +0000 Subject: [PATCH 05/10] Responsiveness fixes + margin/padding fixes. --- _sass/fabric.scss | 29 ++++++++++++++++++++++++----- index.md | 6 +++--- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/_sass/fabric.scss b/_sass/fabric.scss index 42e2b5c2..68b6be24 100644 --- a/_sass/fabric.scss +++ b/_sass/fabric.scss @@ -171,10 +171,28 @@ body { .column { display: flex; flex-direction: column; - justify-content: space-between; flex: 1; padding-left: 12px; padding-right: 12px; + + .component-body { + padding-bottom: 12px; + margin-bottom: auto; + } + + page-link { + margin-top: auto; + } + } + + .showcase-image-large { + display: flex; + align-items: center; + justify-content: center; + + img { + border-radius: 5px; + } } .row-heading { @@ -182,13 +200,14 @@ body { padding-left: 12px; } - @media screen and (max-width: 1024px) { - .hide-large { + @media screen and (max-width: 765px) { + .showcase-image-large { display: none !important; } - .component-body { - min-height: 170px; + .row { + flex-direction: column !important; + gap: 24px; } } } \ No newline at end of file diff --git a/index.md b/index.md index 1709f861..eaff78aa 100755 --- a/index.md +++ b/index.md @@ -6,16 +6,16 @@ layout: page

What is Fabric?

-

Fabric provides a cohesive platform to develop and play with Minecraft mods. Fabric's lightweight and modular design allows for greater flexibility enabling releases for stable and snapshot versions of Minecraft. The Fabric toolchain is open source for everyone to use, even if you only want some of it!

+

Fabric provides a cohesive platform to develop and play with Minecraft mods. Fabric's lightweight and modular design allows for greater flexibility enabling releases for stable and snapshot versions of Minecraft.

The Fabric toolchain is open source for everyone to use, even if you only want some of it!


Download
-
+

-

Core Components:

+

Core Toolchain Projects

Fabric API

From bdde33c1acee00bb085d78b349f32088640f1233 Mon Sep 17 00:00:00 2001 From: Pufferfish Date: Sun, 1 Oct 2023 23:53:09 +0200 Subject: [PATCH 06/10] Layout fixes and more semantic elements --- _sass/fabric.scss | 191 ++++++++++++++++++++-------------------------- assets/dark.scss | 2 +- assets/main.scss | 2 +- index.md | 97 +++++++++++++---------- 4 files changed, 140 insertions(+), 152 deletions(-) diff --git a/_sass/fabric.scss b/_sass/fabric.scss index 68b6be24..eb81c678 100644 --- a/_sass/fabric.scss +++ b/_sass/fabric.scss @@ -58,75 +58,39 @@ color: #cc0000; } -.page-link-download { - background-color: $fabric-download-color; - border: none; - color: white !important; - padding: 5px 8px; - text-align: center; - text-decoration: none; - display: inline-block; - - box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; - border-radius: 5px; +button, .button { + &.primary { + background-color: $button-color; + border-radius: 5px; - &:hover, - &:focus { - background-color: darken($fabric-download-color, 10%); - text-decoration: none; - color: white; + &:hover, &:focus { + background-color: darken($button-color, 10%); + } + &:active { + background-color: lighten($button-color, 5%); + } + } + &.secondary { + background-color: transparent; + border: 2px solid $button-color; + border-radius: 7px; + + &:hover, &:focus { + background-color: darken($button-color, 10%); + border-color: darken($button-color, 10%); + } + &:active { + background-color: lighten($button-color, 5%); + border-color: lighten($button-color, 5%); + } } -} -.page-link-info { - background-color: transparent; - border: 2px solid $fabric-download-color; color: $text-color !important; + text-decoration: none !important; padding: 5px 8px; text-align: center; - text-decoration: none; - display: inline-block; - - box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; - border-radius: 5px; - - &:hover, - &:focus { - background-color: darken($fabric-download-color, 10%); - text-decoration: none; - color: white; - } -} - -.button, -button, -.button:visited { - background-color: $fabric-download-color; - border: none; - color: white; - padding: 15px 32px; - text-align: center; - text-decoration: none; display: inline-block; - font-size: 20px; - font-weight: 700; - box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; - border-radius: 5px; -} - -.button:hover, -button:hover, -.button:focus, -button:focus { - background-color: darken($fabric-download-color, 10%); - text-decoration: none; - color: white; -} - -.button:active, -button:active { - background-color: #2a7ae2; } .download { @@ -141,73 +105,82 @@ button:active { } } -body { - input, select { - padding: 5px 12px; - font-size: 14px; - line-height: 20px; - vertical-align: middle; - background-color: lighten($background-color, 4%); - border: 1px solid $grey-color-very-dark; - border-radius: 6px; - } +input, select { + padding: 5px 12px; + font-size: 14px; + line-height: 20px; + vertical-align: middle; + background-color: lighten($background-color, 4%); + border: 1px solid $grey-color-very-dark; + border-radius: 6px; +} - hr { - border: none; - height: 1px; - background-color: $grey-color-very-dark; - } +hr { + margin: 24px 0; + border: none; + height: 1px; + background-color: $grey-color-very-dark; +} + +p { + hyphens: auto; } .home { - .row { - display: flex; - flex-direction: row; - flex-wrap: wrap; - width: 100%; - padding-bottom: 24px; + margin: 30px 0; /* like base layout */ + + h1 { + font-size: 32px; /* same as h2 */ } - .column { + .row-showcase { display: flex; - flex-direction: column; - flex: 1; - padding-left: 12px; - padding-right: 12px; + flex-direction: row; + gap: 24px; - .component-body { - padding-bottom: 12px; - margin-bottom: auto; + @media screen and (max-width: 700px) { + flex-direction: column-reverse; } - page-link { - margin-top: auto; + figure { + margin: 0; + + img { + width: 100%; + height: 100%; + } } } - .showcase-image-large { - display: flex; - align-items: center; - justify-content: center; - - img { - border-radius: 5px; + @for $i from 2 through 3 { + .row-#{$i} { + display: grid; + grid-template-columns: repeat(#{$i}, 1fr); + gap: 24px; + } + @media screen and (max-width: #{$i * 250px}) { + .row-#{$i} { + grid-template-columns: 1fr; + } } } - .row-heading { - padding-top: 12px; - padding-left: 12px; - } + .column { + display: flex; + flex-direction: column; + flex: 1; - @media screen and (max-width: 765px) { - .showcase-image-large { - display: none !important; + section { + padding-bottom: 12px; + margin-bottom: auto; } + } - .row { - flex-direction: column !important; - gap: 24px; + img{ + border-radius: 5px; + + &.cover { + object-fit: cover; } } } \ No newline at end of file diff --git a/assets/dark.scss b/assets/dark.scss index 1242fff0..7c59f229 100644 --- a/assets/dark.scss +++ b/assets/dark.scss @@ -7,7 +7,7 @@ $grey-color-light: #8b949e; $grey-color-dark: #6e7681; $grey-color-very-dark: #30363d; -$fabric-download-color: #1f6feb; +$button-color: #2D46B9; $content-width: 1024px; diff --git a/assets/main.scss b/assets/main.scss index 9ae6eb6b..5fd8f504 100755 --- a/assets/main.scss +++ b/assets/main.scss @@ -1,7 +1,7 @@ --- --- -$fabric-download-color: #2D46B9; +$button-color: #2D46B9; $grey-color-very-dark: #30363d; $content-width: 1024px; diff --git a/index.md b/index.md index eaff78aa..4be5a54e 100755 --- a/index.md +++ b/index.md @@ -1,49 +1,64 @@ --- -layout: page +layout: default --- -
-
-
-

What is Fabric?

-

Fabric provides a cohesive platform to develop and play with Minecraft mods. Fabric's lightweight and modular design allows for greater flexibility enabling releases for stable and snapshot versions of Minecraft.

The Fabric toolchain is open source for everyone to use, even if you only want some of it!

-
- Download +
+
+
+
+

What is Fabric?

+
+

Fabric provides a cohesive platform to develop and play with Minecraft mods. Fabric"s lightweight and modular design allows for greater flexibility enabling releases for stable and snapshot versions of Minecraft.

The Fabric toolchain is open source for everyone to use, even if you only want some of it!

+
+ Download +
+
+ +
-
- -
-
+
-

Core Toolchain Projects

-
-
-

Fabric API

-

An extensive set of developer APIs that enable developers to create mods. Fabric API provides critical hooks to allow mods to extend and integrate with Minecraft.

- Download Fabric API -
-
-

Fabric Loader

-

A flexible platform independent mod loader designed for Minecraft and other games and applications. Fabric loader enables mods to make use of technology such as Mixin and Intermediary.

- Find out more -
-
-

Fabric Loom

-

A Gradle plugin enabling developers to develop and debug mods. Fabric Loom utilizes a number of Fabric-developed tools such as Tiny Remapper, Mapping-IO and Yarn.

- Get Started +
+

Core Toolchain Projects

+
+
+

Fabric API

+
+

An extensive set of developer APIs that enable developers to create mods. Fabric API provides critical hooks to allow mods to extend and integrate with Minecraft.

+
+ Download Fabric API +
+
+

Fabric Loader

+
+

A flexible platform independent mod loader designed for Minecraft and other games and applications. Fabric loader enables mods to make use of technology such as Mixin and Intermediary.

+
+ Find out more +
+
+

Fabric Loom

+
+

A Gradle plugin enabling developers to develop and debug mods. Fabric Loom utilizes a number of Fabric-developed tools such as Tiny Remapper, Mapping-IO and Yarn.

+
+ Get started +
-
+
-

Latest Blog Posts:

-
- {% for post in site.posts limit:2 %} -
- -

{{ post.title }}

-
-

{{ post.content | strip_html | truncate: 310 }}

- Continue reading +
+

Latest Blog Posts

+
+ {% for post in site.posts limit: 4 %} + + {% endfor %}
- {% endfor %} -
-
\ No newline at end of file + +
From 20ed1b4615eccc46feba712f0c6d8167d2bc8c05 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Mon, 2 Oct 2023 12:06:54 +0000 Subject: [PATCH 07/10] Remove image, start tweaking the text --- _sass/fabric.scss | 19 ++----------------- index.md | 31 ++++++++++++------------------- 2 files changed, 14 insertions(+), 36 deletions(-) diff --git a/_sass/fabric.scss b/_sass/fabric.scss index eb81c678..6e02d1bc 100644 --- a/_sass/fabric.scss +++ b/_sass/fabric.scss @@ -133,23 +133,8 @@ p { font-size: 32px; /* same as h2 */ } - .row-showcase { - display: flex; - flex-direction: row; - gap: 24px; - - @media screen and (max-width: 700px) { - flex-direction: column-reverse; - } - - figure { - margin: 0; - - img { - width: 100%; - height: 100%; - } - } + .showcase { + text-align: center; } @for $i from 2 through 3 { diff --git a/index.md b/index.md index 4be5a54e..541f2715 100755 --- a/index.md +++ b/index.md @@ -4,43 +4,36 @@ layout: default
-
-
-

What is Fabric?

-
-

Fabric provides a cohesive platform to develop and play with Minecraft mods. Fabric"s lightweight and modular design allows for greater flexibility enabling releases for stable and snapshot versions of Minecraft.

The Fabric toolchain is open source for everyone to use, even if you only want some of it!

-
- Download -
-
- -
+
+

Fabric Loader

+

Fabric is a modular, open source mod loader for Minecraft

+
+ Download

-

Core Toolchain Projects

-

Fabric API

+

Play

-

An extensive set of developer APIs that enable developers to create mods. Fabric API provides critical hooks to allow mods to extend and integrate with Minecraft.

+

Fabric API provides an extenstive set of tools that helps developers create their mods. Fabric API is a requirement for most mods, it can be installed by copying it to the mods directory.

Download Fabric API
-

Fabric Loader

+

Develop

-

A flexible platform independent mod loader designed for Minecraft and other games and applications. Fabric loader enables mods to make use of technology such as Mixin and Intermediary.

+

A flexible platform independent mod loader designed for Minecraft and other games and applications. Fabric loaders enables mods to make use of technology such as Mixin and Intermediary.

- Find out more + Develop a mod
From dda95161175415dc832cd583362015dacf85ceb1 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Mon, 2 Oct 2023 12:21:04 +0000 Subject: [PATCH 08/10] Tweak layout a bit --- index.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index 541f2715..a7f93dd9 100755 --- a/index.md +++ b/index.md @@ -38,10 +38,22 @@ layout: default

+
+

Core Toolchain Projects

+
    +
  • Fabric Loader Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  • +
  • Yarn Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  • +
  • Fabric Loom Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  • +
  • Matcher Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  • +
  • Intermediary Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  • +
  • Mapping IO Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  • +
+
+

Latest Blog Posts

- {% for post in site.posts limit: 4 %} + {% for post in site.posts limit: 2 %}

{{ post.title }}

From 2e12229acdfbc01e4c7298e1a7685ce295e3a22f Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Mon, 2 Oct 2023 12:27:29 +0000 Subject: [PATCH 09/10] Misc changes. --- index.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/index.md b/index.md index a7f93dd9..37ba6187 100755 --- a/index.md +++ b/index.md @@ -17,21 +17,21 @@ layout: default

Develop

-

A flexible platform independent mod loader designed for Minecraft and other games and applications. Fabric loaders enables mods to make use of technology such as Mixin and Intermediary.

+

A flexible platform-independent mod loader designed for Minecraft and other games and applications. Fabric loaders enables mods to make use of technology such as Mixin and Intermediary.

Develop a mod

Explore

-

A Gradle plugin enabling developers to develop and debug mods. Fabric Loom utilizes a number of Fabric-developed tools such as Tiny Remapper, Mapping-IO and Yarn.

+

A Gradle plugin enabling developers to develop and debug mods. Fabric Loom utilizes a number of Fabric-developed tools such as Tiny Remapper, Mapping-IO, and Yarn.

Visit the wiki
@@ -41,12 +41,13 @@ layout: default

Core Toolchain Projects

    -
  • Fabric Loader Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  • -
  • Yarn Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  • -
  • Fabric Loom Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  • -
  • Matcher Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  • -
  • Intermediary Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  • -
  • Mapping IO Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  • +
  • Fabric Loader Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  • +
  • Yarn Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  • +
  • Fabric Loom Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  • +
  • Fabric Language Kotlin Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  • +
  • Intermediary Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  • +
  • Tiny Remapper Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  • +
  • Mapping IO Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.

From 3d53610a37dfe33668d0444be4779d2a2ac2de9c Mon Sep 17 00:00:00 2001 From: Pufferfish Date: Mon, 2 Oct 2023 16:06:30 +0200 Subject: [PATCH 10/10] New blog page --- _sass/fabric.scss | 6 ++++-- blog.md | 31 +++++++++++++++++++++++++++++-- 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/_sass/fabric.scss b/_sass/fabric.scss index 6e02d1bc..d4b571a6 100644 --- a/_sass/fabric.scss +++ b/_sass/fabric.scss @@ -126,9 +126,11 @@ p { hyphens: auto; } -.home { - margin: 30px 0; /* like base layout */ +.page-content { + margin: 30px 0; +} +.home { h1 { font-size: 32px; /* same as h2 */ } diff --git a/blog.md b/blog.md index 01b15ef0..859df73e 100755 --- a/blog.md +++ b/blog.md @@ -1,5 +1,32 @@ --- -layout: home -title: Blog +layout: default permalink: /blog/ --- + +
+
+

Blog

+

+ Subscribe via RSS +

+
+
+
+

Posts

+
+ {% for post in site.posts %} +
+ {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} + + +

{{ post.title }}

+
+
+

{{ post.content | strip_html | truncate: 310 }}

+
+ Continue reading +
+ {% endfor %} +
+
+