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
|
||||
---
|
Reference in New Issue
Block a user