From 129c4b3fa68bea0dbd6fb974f5a8fbb2e6869440 Mon Sep 17 00:00:00 2001
From: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date: Sat, 13 May 2023 07:48:57 +0800
Subject: [PATCH] docs: update tutorial & demo content
---
_posts/2019-08-08-text-and-typography.md | 10 +++++-----
_posts/2019-08-09-getting-started.md | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/_posts/2019-08-08-text-and-typography.md b/_posts/2019-08-08-text-and-typography.md
index 7cacc70..2770996 100644
--- a/_posts/2019-08-08-text-and-typography.md
+++ b/_posts/2019-08-08-text-and-typography.md
@@ -4,6 +4,7 @@ author: cotes
date: 2019-08-08 11:33:00 +0800
categories: [Blogging, Demo]
tags: [typography]
+pin: true
math: true
mermaid: true
image:
@@ -14,16 +15,15 @@ image:
This post is to show Markdown syntax rendering on [**Chirpy**](https://github.com/cotes2020/jekyll-theme-chirpy/fork), you can also use it as an example of writing. Now, let's start looking at text and typography.
-## Titles
----
-# H1 - heading
+## Headings
+
+
H1 - heading
H2 - heading
H3 - heading
H4 - heading
----
## Paragraph
@@ -122,7 +122,7 @@ fi;
```sass
@import
"colors/light-typography",
- "colors/dark-typography"
+ "colors/dark-typography";
```
{: file='_sass/jekyll-theme-chirpy.scss'}
diff --git a/_posts/2019-08-09-getting-started.md b/_posts/2019-08-09-getting-started.md
index 120ab7f..100c41c 100644
--- a/_posts/2019-08-09-getting-started.md
+++ b/_posts/2019-08-09-getting-started.md
@@ -71,7 +71,7 @@ Starting with version `4.1.0`, if you want to overwrite the SASS variables defin
### Customing Static Assets
-Static assets configuration was introduced in version `5.1.0`. The CDN of the static assets is defined by file `_data/assets/cross_origin.yml`{: .filepath }, and you can replace some of them according to the network conditions in the region where your website is published.
+Static assets configuration was introduced in version `5.1.0`. The CDN of the static assets is defined by file `_data/origin/cors.yml`{: .filepath }, and you can replace some of them according to the network conditions in the region where your website is published.
Also, if you'd like to self-host the static assets, please refer to the [_chirpy-static-assets_](https://github.com/cotes2020/chirpy-static-assets#readme).