update demo posts

This commit is contained in:
geekifan
2025-04-27 11:35:14 +08:00
parent 071214d1f3
commit e9bc6ee332
2 changed files with 7 additions and 6 deletions

View File

@ -10,6 +10,7 @@ categories:
tags: tags:
- typography - typography
pin: true pin: true
math: true
image: image:
path: devices-mockup.png path: devices-mockup.png
lqip: data:image/webp;base64,UklGRpoAAABXRUJQVlA4WAoAAAAQAAAADwAABwAAQUxQSDIAAAARL0AmbZurmr57yyIiqE8oiG0bejIYEQTgqiDA9vqnsUSI6H+oAERp2HZ65qP/VIAWAFZQOCBCAAAA8AEAnQEqEAAIAAVAfCWkAALp8sF8rgRgAP7o9FDvMCkMde9PK7euH5M1m6VWoDXf2FkP3BqV0ZYbO6NA/VFIAAAA lqip: data:image/webp;base64,UklGRpoAAABXRUJQVlA4WAoAAAAQAAAADwAABwAAQUxQSDIAAAARL0AmbZurmr57yyIiqE8oiG0bejIYEQTgqiDA9vqnsUSI6H+oAERp2HZ65qP/VIAWAFZQOCBCAAAA8AEAnQEqEAAIAAVAfCWkAALp8sF8rgRgAP7o9FDvMCkMde9PK7euH5M1m6VWoDXf2FkP3BqV0ZYbO6NA/VFIAAAA
@ -105,7 +106,7 @@ This is an example of `Inline Code`.
## Filepath ## Filepath
Here is the `/path/to/the/file.extend`{: .filepath}. Here is the {{< markdown/filepath src="/path/to/the/file.extend" >}}.
## Code blocks ## Code blocks
@ -190,7 +191,7 @@ The image below will toggle dark/light mode based on theme preference, notice it
## Video ## Video
{{< youtube id="Balreaj8Yqs" >}} {{< embed/youtube id="Balreaj8Yqs" >}}
## Reverse Footnote ## Reverse Footnote

View File

@ -24,10 +24,10 @@ In the next step, the webpage will show all usage scenarios. You can keep the de
Download the generated package, unzip and delete the following two from the extracted files: Download the generated package, unzip and delete the following two from the extracted files:
- `browserconfig.xml`{: .filepath} - {{< markdown/filepath src="browserconfig.xml" >}}
- `site.webmanifest`{: .filepath} - {{< markdown/filepath src="site.webmanifest" >}}
And then copy the remaining image files (`.PNG`{: .filepath} and `.ICO`{: .filepath}) to cover the original files in the directory `assets/img/favicons/`{: .filepath} of your Jekyll site. If your Jekyll site doesn't have this directory yet, just create one. And then copy the remaining image files ({{< markdown/filepath src=".PNG" >}} and {{< markdown/filepath src=".ICO" >}}) to cover the original files in the directory {{< markdown/filepath src="assets/img/favicons/" >}} of your Jekyll site. If your Jekyll site doesn't have this directory yet, just create one.
The following table will help you understand the changes to the favicon files: The following table will help you understand the changes to the favicon files:
@ -38,6 +38,6 @@ The following table will help you understand the changes to the favicon files:
<!-- markdownlint-disable-next-line --> <!-- markdownlint-disable-next-line -->
> ✓ means keep, ✗ means delete. > ✓ means keep, ✗ means delete.
{: .prompt-info } {.prompt-info }
The next time you build the site, the favicon will be replaced with a customized edition. The next time you build the site, the favicon will be replaced with a customized edition.