About
This is the demo site for Fuwari.
Sources of images used in this site
This is the demo site for Fuwari.
Sources of images used in this site
This is the demo site for Fuwari.
Sources of images used in this site
Cover image source: Source
This blog template is built with Astro. For the things that are not mentioned in this guide, you may find the answers in the Astro Docs.
---
+Simple Guides for Fuwari - Fuwari 160 words1 minutesSimple Guides for FuwariCover image source: Source
This blog template is built with Astro. For the things that are not mentioned in this guide, you may find the answers in the Astro Docs.
Front-matter of Posts
---
title: My First Blog Post
published: 2023-09-09
description: This is the first post of my new Astro blog.
diff --git a/posts/markdown-extended/index.html b/posts/markdown-extended/index.html
index 03a67c810..3bddffcae 100644
--- a/posts/markdown-extended/index.html
+++ b/posts/markdown-extended/index.html
@@ -1,4 +1,4 @@
-Markdown Extended Features - Fuwari 153 words1 minutesMarkdown Extended FeaturesGitHub repository cards
You can add dynamic cards that link to GitHub repositories, on page load, the repository information is pulled from the GitHub API.
Waiting for api.github.com...Create a GitHub repository card with the code ::github{repo="<owner>/<repo>"}
.
::github{repo="saicaca/fuwari"}
+Markdown Extended Features - Fuwari 153 words1 minutesMarkdown Extended FeaturesGitHub repository cards
You can add dynamic cards that link to GitHub repositories, on page load, the repository information is pulled from the GitHub API.
Waiting for api.github.com...Create a GitHub repository card with the code ::github{repo="<owner>/<repo>"}
.
::github{repo="saicaca/fuwari"}
Admonitions
Following types of admonitions are supported: note
tip
important
warning
caution
NOTEHighlights information that users should take into account, even when skimming.
TIPOptional information to help a user be more successful.
IMPORTANTCrucial information necessary for users to succeed.
WARNINGCritical content demanding immediate user attention due to potential risks.
CAUTIONNegative potential consequences of an action.
:::note
Highlights information that users should take into account, even when skimming.
:::
diff --git a/posts/markdown/index.html b/posts/markdown/index.html
index cf3ccad64..d2a17bfc5 100644
--- a/posts/markdown/index.html
+++ b/posts/markdown/index.html
@@ -1,4 +1,4 @@
-Markdown Example - Fuwari 439 words2 minutesMarkdown ExampleAn h1 header
Paragraphs are separated by a blank line.
2nd paragraph. Italic, bold, and monospace
. Itemized lists look like:
- this one
- that one
- the other one
Note that --- not considering the asterisk --- the actual text content starts at 4-columns in.
Block quotes are written like so.
They can span multiple paragraphs, if you like.
Use 3 dashes for an em-dash. Use 2 dashes for ranges (ex., “it’s all in chapters 12—14”). Three dots … will be converted to an ellipsis. Unicode is supported. ☺
An h2 header
Here’s a numbered list:
- first item
- second item
- third item
Note again how the actual text starts at 4 columns in (4 characters from the left side). Here’s a code sample:
# Let me re-iterate ...
+Markdown Example - Fuwari 439 words2 minutesMarkdown ExampleAn h1 header
Paragraphs are separated by a blank line.
2nd paragraph. Italic, bold, and monospace
. Itemized lists look like:
- this one
- that one
- the other one
Note that --- not considering the asterisk --- the actual text content starts at 4-columns in.
Block quotes are written like so.
They can span multiple paragraphs, if you like.
Use 3 dashes for an em-dash. Use 2 dashes for ranges (ex., “it’s all in chapters 12—14”). Three dots … will be converted to an ellipsis. Unicode is supported. ☺
An h2 header
Here’s a numbered list:
- first item
- second item
- third item
Note again how the actual text starts at 4 columns in (4 characters from the left side). Here’s a code sample:
# Let me re-iterate ...
for i in 1 .. 10 { do-something(i) }
As you probably guessed, indented 4 spaces. By the way, instead of indenting the block, you can use delimited blocks, if you like:
define foobar() {
print "Welcome to flavor country!";
diff --git a/posts/video/index.html b/posts/video/index.html
index fe6c8fd41..80cc06368 100644
--- a/posts/video/index.html
+++ b/posts/video/index.html
@@ -1,4 +1,4 @@
-Include Video in the Posts - Fuwari 61 words1 minutesInclude Video in the PostsJust copy the embed code from YouTube or other platforms, and paste it in the markdown file.
---
+Include Video in the Posts - Fuwari