Skip to content

Commit 129c4b3

Browse files
committed
docs: update tutorial & demo content
1 parent fe18011 commit 129c4b3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

_posts/2019-08-08-text-and-typography.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ author: cotes
44
date: 2019-08-08 11:33:00 +0800
55
categories: [Blogging, Demo]
66
tags: [typography]
7+
pin: true
78
math: true
89
mermaid: true
910
image:
@@ -14,16 +15,15 @@ image:
1415

1516
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.
1617

17-
## Titles
18-
---
19-
# H1 - heading
18+
## Headings
19+
20+
<h1 class="mt-5">H1 - heading</h1>
2021

2122
<h2 data-toc-skip>H2 - heading</h2>
2223

2324
<h3 data-toc-skip>H3 - heading</h3>
2425

2526
<h4>H4 - heading</h4>
26-
---
2727

2828
## Paragraph
2929

@@ -122,7 +122,7 @@ fi;
122122
```sass
123123
@import
124124
"colors/light-typography",
125-
"colors/dark-typography"
125+
"colors/dark-typography";
126126
```
127127
{: file='_sass/jekyll-theme-chirpy.scss'}
128128

_posts/2019-08-09-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Starting with version `4.1.0`, if you want to overwrite the SASS variables defin
7171

7272
### Customing Static Assets
7373

74-
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.
74+
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.
7575

7676
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).
7777

0 commit comments

Comments
 (0)