initial commit
This commit is contained in:
3
content/blog/2018/10/_index.md
Normal file
3
content/blog/2018/10/_index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
transparent: true
|
||||
---
|
BIN
content/blog/2018/10/post-1/Typography-scr-cap-2-2018-10-16.jpg
Normal file
BIN
content/blog/2018/10/post-1/Typography-scr-cap-2-2018-10-16.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
BIN
content/blog/2018/10/post-1/Typography-scr-cap-3-2018-10-16.jpg
Normal file
BIN
content/blog/2018/10/post-1/Typography-scr-cap-3-2018-10-16.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
BIN
content/blog/2018/10/post-1/Typography-scr-cap-4-2018-10-16.jpg
Normal file
BIN
content/blog/2018/10/post-1/Typography-scr-cap-4-2018-10-16.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
32
content/blog/2018/10/post-1/index.md
Normal file
32
content/blog/2018/10/post-1/index.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
title: "Post 1 with its UNIQUE title" # Quotation marks allow colons, semicolons, etc.
|
||||
description: "The UNIQUE description for Post 1." # 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: Your name goes here
|
||||
imgPath: processed_images/threefold_blog2.png
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
---
|
||||
|
||||
Your opening text goes here.
|
||||
|
||||
## In-article heading --- it's an H2 because your title is the H1
|
||||
|
||||
And after another paragraph or two or three, you may want to add a subheading, which would be an H3, so it would be like the following.
|
||||
|
||||
### Subheading (H3)
|
||||
|
||||
Text here.
|
||||
|
||||
And here are some examples of how to use the `imgc` shortcode in `/templates/shortcodes`:
|
||||
|
||||
{{ imgc(path="blog//2018/10/post-1/Typography-scr-cap-2-2018-10-16.jpg", alt="Thin and dim text that is hard to read", width=1344, height=200) }}
|
||||
|
||||
{{ imgc(path="blog//2018/10/post-1/Typography-scr-cap-3-2018-10-16.jpg", alt="More thin and dim text that is hard to read", width=1398, height=252) }}
|
||||
|
||||
{{ imgc(path="blog//2018/10/post-1/Typography-scr-cap-4-2018-10-16.jpg", alt="Still more thin and dim text that is hard to read", width=1398, height=164) }}
|
||||
|
||||
Closing text. That ends Post 1!
|
Binary file not shown.
After Width: | Height: | Size: 468 KiB |
32
content/blog/2018/10/post-2/index.md
Normal file
32
content/blog/2018/10/post-2/index.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
title: "Post 2 with its UNIQUE title" # Quotation marks allow colons, semicolons, etc.
|
||||
description: "The UNIQUE description for Post 2." # Quotation marks allow colons, semicolons, etc.
|
||||
date: 2018-10-25T07:40:00-05:00
|
||||
updated: 2020-06-13T13:10:00-05:00
|
||||
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
|
||||
imgPath: processed_images/threefold_blog2.png
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
---
|
||||
|
||||
{% yellowBox() %}
|
||||
**Note**: Maybe you have a note here about why you updated the post, for example. In that case, this `yellowBox` CSS/SCSS class is useful.
|
||||
{% end %}
|
||||
|
||||
Your opening text goes here.
|
||||
|
||||
## In-article heading --- it's an H2 because your title is the H1
|
||||
|
||||
And after another paragraph or two or three, you may want to add a subheading, which would be an H3, so it would be like the following.
|
||||
|
||||
### Subheading (H3)
|
||||
|
||||
Text here.
|
||||
|
||||
And here's an example of how to use the `imgc` shortcode in `/templates/shortcodes`:
|
||||
|
||||
{{ imgc(path="blog//2018/10/post-2/Early-Web-font-grfx-1-2018-10-16_1218x1296.jpg", alt="Image from Apple Web site in 1999 showing graphic elements as text", width=1218, height=1296) }}
|
||||
|
||||
Closing text. That ends Post 2!
|
3
content/blog/2018/_index.md
Normal file
3
content/blog/2018/_index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
transparent: true
|
||||
---
|
3
content/blog/2019/01/_index.md
Normal file
3
content/blog/2019/01/_index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
transparent: true
|
||||
---
|
28
content/blog/2019/01/post-3/index.md
Normal file
28
content/blog/2019/01/post-3/index.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: "Post 3 with its UNIQUE title" # Quotation marks allow colons, semicolons, etc.
|
||||
description: "The UNIQUE description for Post 3." # Quotation marks allow colons, semicolons, etc.
|
||||
date: 2019-01-19T03:25:00-06:00
|
||||
updated: 2019-10-06T14:00: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 3 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Your name goes here
|
||||
imgPath: processed_images/threefold_blog2.png
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
---
|
||||
|
||||
Your opening text goes here.
|
||||
|
||||
## In-article heading --- it's an H2 because your title is the H1
|
||||
|
||||
And after another paragraph or two or three, you may want to add a subheading, which would be an H3, so it would be like the following.
|
||||
|
||||
### Subheading (H3)
|
||||
|
||||
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!
|
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
3
content/blog/2019/03/_index.md
Normal file
3
content/blog/2019/03/_index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
transparent: true
|
||||
---
|
55
content/blog/2019/03/post-4/index.md
Normal file
55
content/blog/2019/03/post-4/index.md
Normal file
@@ -0,0 +1,55 @@
|
||||
---
|
||||
title: "Post 4 with its UNIQUE title" # Quotation marks allow colons, semicolons, etc.
|
||||
description: "The UNIQUE description for Post 4." # Quotation marks allow colons, semicolons, etc.
|
||||
date: 2019-03-02T10:00:00-06:00
|
||||
updated: 2020-01-31T08:13:00-06:00 # Comment-out this line with a # if content is unchanged
|
||||
extra:
|
||||
subtitle: "The UNIQUE Post 4 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Your name goes here
|
||||
imgPath: processed_images/threefold_blog2.png
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
---
|
||||
|
||||
Your opening text goes here.
|
||||
|
||||
## In-article heading --- it's an H2 because your title is the H1
|
||||
|
||||
And after another paragraph or two or three, you may want to add a subheading, which would be an H3, so it would be like the following.
|
||||
|
||||
### Subheading (H3)
|
||||
|
||||
Text here.
|
||||
|
||||
Maybe you want a code block to illustrate something. Here's one:
|
||||
|
||||
```js
|
||||
/* =========
|
||||
This is some simple JavaScript, just so
|
||||
you can see how Zola handles a code block.
|
||||
It doesn't **do** anything in Zola, of course.
|
||||
Helpful on a dev blog, eh?
|
||||
========= */
|
||||
|
||||
var i, j;
|
||||
for (i = 0; i < 10; i++) {
|
||||
j = i;
|
||||
console.log(j);
|
||||
}
|
||||
|
||||
/* =========
|
||||
When run, the above would output:
|
||||
|
||||
0
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
||||
========= */
|
||||
```
|
||||
|
||||
Closing text. That ends Post 4!
|
56
content/blog/2019/03/post-5/index.md
Normal file
56
content/blog/2019/03/post-5/index.md
Normal file
@@ -0,0 +1,56 @@
|
||||
---
|
||||
title: "Post 5 with its UNIQUE title" # Quotation marks allow colons, semicolons, etc.
|
||||
description: "The UNIQUE description for Post 5." # Quotation marks allow colons, semicolons, etc.
|
||||
date: 2019-03-08T16:08:00-05:00 # This would be 10:08 PM (2208) UTC on March 8, 2019
|
||||
updated: 2020-01-01T02:39:00-06: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 5 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Your name goes here
|
||||
imgPath: processed_images/threefold_blog2.png
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
---
|
||||
|
||||
Your opening text goes here.
|
||||
|
||||
## In-article heading --- it's an H2 because your title is the H1
|
||||
|
||||
And after another paragraph or two or three, you may want to add a subheading, which would be an H3, so it would be like the following.
|
||||
|
||||
### Subheading (H3)
|
||||
|
||||
Text here.
|
||||
|
||||
Maybe you want a code block to illustrate something. Here's one:
|
||||
|
||||
```js
|
||||
/* =========
|
||||
This is some simple JavaScript, just so
|
||||
you can see how Zola handles a code block.
|
||||
It doesn't **do** anything in Zola, of course.
|
||||
Helpful on a dev blog, eh?
|
||||
========= */
|
||||
|
||||
var i, j;
|
||||
for (i = 0; i < 10; i++) {
|
||||
j = i;
|
||||
console.log(j);
|
||||
}
|
||||
|
||||
/* =========
|
||||
When run, the above would output:
|
||||
|
||||
0
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
||||
========= */
|
||||
```
|
||||
|
||||
Closing text. That ends Post 5!
|
3
content/blog/2019/06/_index.md
Normal file
3
content/blog/2019/06/_index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
transparent: true
|
||||
---
|
56
content/blog/2019/06/post-6/index.md
Normal file
56
content/blog/2019/06/post-6/index.md
Normal file
@@ -0,0 +1,56 @@
|
||||
---
|
||||
title: "Post 6 with its UNIQUE title" # Quotation marks allow colons, semicolons, etc.
|
||||
description: "The UNIQUE description for Post 6." # Quotation marks allow colons, semicolons, etc.
|
||||
date: 2019-06-08T15:25:00-05:00 # This would be 8:25 PM (2025) UTC on June 8, 2019
|
||||
updated: 2019-07-25T14:05: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 6 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Your name goes here
|
||||
imgPath: processed_images/threefold_blog2.png
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
---
|
||||
|
||||
Your opening text goes here.
|
||||
|
||||
## In-article heading --- it's an H2 because your title is the H1
|
||||
|
||||
And after another paragraph or two or three, you may want to add a subheading, which would be an H3, so it would be like the following.
|
||||
|
||||
### Subheading (H3)
|
||||
|
||||
Text here.
|
||||
|
||||
Maybe you want a code block to illustrate something. Here's one:
|
||||
|
||||
```js
|
||||
/* =========
|
||||
This is some simple JavaScript, just so
|
||||
you can see how Zola handles a code block.
|
||||
It doesn't **do** anything in Zola, of course.
|
||||
Helpful on a dev blog, eh?
|
||||
========= */
|
||||
|
||||
var i, j;
|
||||
for (i = 0; i < 10; i++) {
|
||||
j = i;
|
||||
console.log(j);
|
||||
}
|
||||
|
||||
/* =========
|
||||
When run, the above would output:
|
||||
|
||||
0
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
||||
========= */
|
||||
```
|
||||
|
||||
Closing text. That ends Post 6! One more to go in this starter set.
|
3
content/blog/2019/_index.md
Normal file
3
content/blog/2019/_index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
transparent: true
|
||||
---
|
3
content/blog/2020/02/_index.md
Normal file
3
content/blog/2020/02/_index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
transparent: true
|
||||
---
|
54
content/blog/2020/02/post-7/index.md
Normal file
54
content/blog/2020/02/post-7/index.md
Normal file
@@ -0,0 +1,54 @@
|
||||
---
|
||||
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
|
||||
draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
extra:
|
||||
subtitle: "The UNIQUE Post 7 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Your name goes here
|
||||
imgPath: "processed_images/threefold_blog2.png"
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
---
|
||||
|
||||
## In-article heading --- it's an H2 because your title is the H1
|
||||
|
||||
And after another paragraph or two or three, you may want to add a subheading, which would be an H3, so it would be like the following.
|
||||
|
||||
### Subheading (H3)
|
||||
|
||||
Text here.
|
||||
|
||||
Maybe you want a code block to illustrate something. Here's one:
|
||||
|
||||
```js
|
||||
/* =========
|
||||
This is some simple JavaScript, just so
|
||||
you can see how Zola handles a code block.
|
||||
It doesn't **do** anything in Zola, of course.
|
||||
Helpful on a dev blog, eh?
|
||||
========= */
|
||||
|
||||
var i, j;
|
||||
for (i = 0; i < 10; i++) {
|
||||
j = i;
|
||||
console.log(j);
|
||||
}
|
||||
|
||||
/* =========
|
||||
When run, the above would output:
|
||||
|
||||
0
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
||||
========= */
|
||||
```
|
||||
|
||||
Closing text. That ends Post 7!
|
3
content/blog/2020/_index.md
Normal file
3
content/blog/2020/_index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
transparent: true
|
||||
---
|
14
content/blog/_index.md
Normal file
14
content/blog/_index.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: "Blog"
|
||||
paginate_by: 5
|
||||
# paginate_reversed: false
|
||||
sort_by: "date"
|
||||
insert_anchor_links: "left"
|
||||
#base_url: "posts"
|
||||
#first: "first"
|
||||
#last: "last"
|
||||
template: "blog/blog.html"
|
||||
#transparent: true
|
||||
extra:
|
||||
imgPath: processed_images/threefold_img2.png
|
||||
---
|
32
content/blog/featured/_index.md
Normal file
32
content/blog/featured/_index.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
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: processed_images/threefold-blog.png
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
---
|
||||
|
||||

|
||||
|
||||
## In-article heading --- it's an H2 because your title is the H1
|
||||
|
||||
And after another paragraph or two or three, you may want to add a subheading, which would be an H3, so it would be like the following.
|
||||
|
||||
### Subheading (H3)
|
||||
|
||||
Text here.
|
||||
|
||||
And here are some examples of how to use the `imgc` shortcode in `/templates/shortcodes`:
|
||||
|
||||
{{ imgc(path="blog//2018/10/post-1/Typography-scr-cap-2-2018-10-16.jpg", alt="Thin and dim text that is hard to read", width=1344, height=200) }}
|
||||
|
||||
{{ imgc(path="blog//2018/10/post-1/Typography-scr-cap-3-2018-10-16.jpg", alt="More thin and dim text that is hard to read", width=1398, height=252) }}
|
||||
|
||||
{{ imgc(path="blog//2018/10/post-1/Typography-scr-cap-4-2018-10-16.jpg", alt="Still more thin and dim text that is hard to read", width=1398, height=164) }}
|
||||
|
||||
Closing text. That ends Post 1!
|
Reference in New Issue
Block a user