diff --git a/config.toml b/config.toml index b84f4cf..5cfbf01 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://zola-twcss.vercel.app" +base_url = "https://ourworld.tf" # Change this to your own URL! Please note this variable **must** be uncommented. title = "Our World" @@ -51,6 +51,12 @@ external_links_no_referrer = true # For example, `...` into `…`, `"quote"` into `“curly”` etc smart_punctuation = true +[[taxonomies]] +name = "categories" +feed = true +paginate_by = 2 +paginate_path = "/blog-posts" + [extra] # Put all your custom variables here diff --git a/content/blog/2018/10/post-1/index.md b/content/blog/2018/10/post-1/index.md index bb35be4..4567e87 100644 --- a/content/blog/2018/10/post-1/index.md +++ b/content/blog/2018/10/post-1/index.md @@ -6,7 +6,8 @@ updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content i draft: false # Make it "true" if you don't want Zola to "publish" yet extra: subtitle: "The UNIQUE Post 1 subtitle" # Quotation marks allow colons, semicolons, etc. - author: Your name goes here + author: "Your name goes here" + category: "Engineering" imgPath: images/threefold_blog2.png date: 2018-10-17T14:40:00-05:00 --- diff --git a/content/blog/2018/10/post-2/index.md b/content/blog/2018/10/post-2/index.md index 2778b2f..80d9311 100644 --- a/content/blog/2018/10/post-2/index.md +++ b/content/blog/2018/10/post-2/index.md @@ -7,6 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet extra: subtitle: "The UNIQUE Post 2 subtitle" # Quotation marks allow colons, semicolons, etc. author: Your name goes here + category: "Engineering" imgPath: images/threefold_blog2.png date: 2018-10-17T14:40:00-05:00 --- diff --git a/content/blog/2019/01/post-3/index.md b/content/blog/2019/01/post-3/index.md index 9fb79cd..e5d8a8b 100644 --- a/content/blog/2019/01/post-3/index.md +++ b/content/blog/2019/01/post-3/index.md @@ -7,6 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet extra: subtitle: "The UNIQUE Post 3 subtitle" # Quotation marks allow colons, semicolons, etc. author: Your name goes here + category: "Engineering" imgPath: images/threefold_blog2.png date: 2018-10-17T14:40:00-05:00 --- @@ -23,6 +24,6 @@ Text here. And here is an example of how to use the `imgc` shortcode in `/templates/shortcodes`: -{{ (path="blog//2019/01/post-3/screen-cap-from-Pippin-Williamson-s-page-builders-review.png", alt="Screen capture showing shortcodes from a WordPress page builder", width=986, height=482) }} + Closing text. That ends Post 3! diff --git a/content/blog/2019/03/post-4/index.md b/content/blog/2019/03/post-4/index.md index a0dd6e0..3ef5b74 100644 --- a/content/blog/2019/03/post-4/index.md +++ b/content/blog/2019/03/post-4/index.md @@ -6,6 +6,7 @@ updated: 2020-01-31T08:13:00-06:00 # Comment-out this line with a # if content i extra: subtitle: "The UNIQUE Post 4 subtitle" # Quotation marks allow colons, semicolons, etc. author: Your name goes here + category: "Engineering" imgPath: images/threefold_blog2.png date: 2018-10-17T14:40:00-05:00 --- diff --git a/content/blog/2019/03/post-5/index.md b/content/blog/2019/03/post-5/index.md index 87c21c4..6b860b3 100644 --- a/content/blog/2019/03/post-5/index.md +++ b/content/blog/2019/03/post-5/index.md @@ -7,6 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet extra: subtitle: "The UNIQUE Post 5 subtitle" # Quotation marks allow colons, semicolons, etc. author: Your name goes here + category: "Engineering" imgPath: images/threefold_blog2.png date: 2018-10-17T14:40:00-05:00 --- diff --git a/content/blog/2019/06/post-6/index.md b/content/blog/2019/06/post-6/index.md index 9c11cac..e5328e0 100644 --- a/content/blog/2019/06/post-6/index.md +++ b/content/blog/2019/06/post-6/index.md @@ -7,6 +7,7 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet extra: subtitle: "The UNIQUE Post 6 subtitle" # Quotation marks allow colons, semicolons, etc. author: Your name goes here + category: "Engineering" imgPath: images/threefold_blog2.png date: 2018-10-17T14:40:00-05:00 --- diff --git a/content/blog/2020/02/post-7/index.md b/content/blog/2020/02/post-7/index.md index 0c3e01f..b01b3a3 100644 --- a/content/blog/2020/02/post-7/index.md +++ b/content/blog/2020/02/post-7/index.md @@ -1,13 +1,15 @@ --- -title: "Bridges Connecting the ThreeFold Ecosystem to External Networks " # Quotation marks allow colons, semicolons, etc. -description: "The UNIQUE description for Post 7." # Quotation marks allow colons, semicolons, etc. -date: 2020-02-28T21:30:00-06:00 -updated: 2020-04-02T07:23:00-05:00 # Comment-out this line with a # if content is unchanged +title: "Bridges Connecting the ThreeFold Ecosystem to External Networks" # Quotation marks allow colons, semicolons, etc. +description: "Since the launch of ThreeFold Grid 3.0, TFT is now available on three blockchains – Stellar, Binance Smart Chain and the Substrate-based ThreeFold Blockchain (aka TF Chain)." # Quotation marks allow colons, semicolons, etc. +date: 2018-10-17T14:40:00-05:00 +updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content is unchanged draft: false # Make it "true" if you don't want Zola to "publish" yet +taxonomies: + categories: ["Engineering"] extra: - subtitle: "The UNIQUE Post 7 subtitle" # Quotation marks allow colons, semicolons, etc. - author: Your name goes here - imgPath: "images/threefold_blog2.png" + subtitle: "The UNIQUE Post 1 subtitle" # Quotation marks allow colons, semicolons, etc. + author: HANNAH CORDES + imgPath: images/sphere-thing.png date: 2018-10-17T14:40:00-05:00 --- diff --git a/content/blog/featured/_index.md b/content/blog/featured/_index.md index 471952b..d63910c 100644 --- a/content/blog/featured/_index.md +++ b/content/blog/featured/_index.md @@ -1,15 +1,20 @@ ---- -title: "Bridges Connecting the ThreeFold Ecosystem to External Networks" # Quotation marks allow colons, semicolons, etc. -description: "Since the launch of ThreeFold Grid 3.0, TFT is now available on three blockchains – Stellar, Binance Smart Chain and the Substrate-based ThreeFold Blockchain (aka TF Chain)." # Quotation marks allow colons, semicolons, etc. -date: 2018-10-17T14:40:00-05:00 -updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content is unchanged -draft: false # Make it "true" if you don't want Zola to "publish" yet -extra: - subtitle: "The UNIQUE Post 1 subtitle" # Quotation marks allow colons, semicolons, etc. - author: HANNAH CORDES - imgPath: images/sphere-thing.png - date: 2018-10-17T14:40:00-05:00 ---- ++++ +title = "Bridges Connecting the ThreeFold Ecosystem to External Networks" +description = "Since the launch of ThreeFold Grid 3.0, TFT is now available on three blockchains – Stellar, Binance Smart Chain and the Substrate-based ThreeFold Blockchain (aka TF Chain)." +date = 2018-10-17T19:40:00.000Z +updated = 2019-04-12T01:33:00.000Z +draft = false + +[taxonomies] +categories=["Engineering"] + +[extra] +subtitle = "The UNIQUE Post 1 subtitle" +author = "HANNAH CORDES" +imgPath = "images/sphere-thing.png" +date = 2018-10-17T19:40:00.000Z + ++++  diff --git a/templates/blog/blog.html b/templates/blog/blog.html index 54134d7..1eb6066 100644 --- a/templates/blog/blog.html +++ b/templates/blog/blog.html @@ -9,6 +9,5 @@
- {% if paginator.previous %} - {% include "partials/svgPrevPageIcon.html" %}{% include "partials/svgPrevPageIcon.html" %} - - {% include "partials/svgPrevPageIcon.html" %} - - - {% else %} - {% include "partials/svgFirstPageIcon.html" %}{% include "partials/svgFirstPageIcon.html" %} - - {% include "partials/svgFirstPageIcon.html" %} - - - {% endif %} - {% if paginator.next %} - {% include "partials/svgNextPageIcon.html" %} - - {% include "partials/svgNextPageIcon.html" %}{% include "partials/svgNextPageIcon.html" %} - {% else %} - {% include "partials/svgLastPageIcon.html" %} - - {% include "partials/svgLastPageIcon.html" %}{% include "partials/svgLastPageIcon.html" %} - {% endif %} -
-+ {% if paginator.previous %} + {% include "partials/svgPrevPageIcon.html" %}{% include + "partials/svgPrevPageIcon.html" %} + + {% include "partials/svgPrevPageIcon.html" %} + + {% else %} {% + include "partials/svgFirstPageIcon.html" %}{% include + "partials/svgFirstPageIcon.html" %} + {% include + "partials/svgFirstPageIcon.html" %} + + {% endif %} {% if + paginator.next %} + {% include "partials/svgNextPageIcon.html" %} + + {% include "partials/svgNextPageIcon.html" %}{% include + "partials/svgNextPageIcon.html" %} + {% else %} {% include "partials/svgLastPageIcon.html" %} + {% include + "partials/svgLastPageIcon.html" %}{% include + "partials/svgLastPageIcon.html" %} {% endif %} +
+Making the world a better place through constructing elegant hierarchies.
diff --git a/templates/partials/header.html b/templates/partials/header.html index 3883db4..a2a600a 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -31,12 +31,12 @@ -