diff --git a/about/index.html b/about/index.html index 2af400421..d79a64ad2 100644 --- a/about/index.html +++ b/about/index.html @@ -1 +1 @@ -About - Fuwari
Fuwari

About#

This is the demo site for Fuwari.

saicaca
/
fuwari
Waiting for api.github.com...
00K
0K
0K
Waiting...

Sources of images used in this site#

\ No newline at end of file +About - Fuwari
Fuwari

About#

This is the demo site for Fuwari.

saicaca
/
fuwari
Waiting for api.github.com...
00K
0K
0K
Waiting...

Sources of images used in this site#

\ No newline at end of file diff --git a/pagefind/fragment/en_43f9096.pf_fragment b/pagefind/fragment/en_43f9096.pf_fragment new file mode 100644 index 000000000..6325b6b92 Binary files /dev/null and b/pagefind/fragment/en_43f9096.pf_fragment differ diff --git a/pagefind/fragment/en_48afcf6.pf_fragment b/pagefind/fragment/en_48afcf6.pf_fragment deleted file mode 100644 index 9b44885cb..000000000 Binary files a/pagefind/fragment/en_48afcf6.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_7844808.pf_fragment b/pagefind/fragment/en_7844808.pf_fragment deleted file mode 100644 index 1b5fa1352..000000000 Binary files a/pagefind/fragment/en_7844808.pf_fragment and /dev/null differ diff --git a/pagefind/fragment/en_e14e13d.pf_fragment b/pagefind/fragment/en_e14e13d.pf_fragment new file mode 100644 index 000000000..c23ce8838 Binary files /dev/null and b/pagefind/fragment/en_e14e13d.pf_fragment differ diff --git a/pagefind/pagefind-entry.json b/pagefind/pagefind-entry.json index b0dd3bad1..811fba120 100644 --- a/pagefind/pagefind-entry.json +++ b/pagefind/pagefind-entry.json @@ -1 +1 @@ -{"version":"1.1.0","languages":{"en":{"hash":"en_52c82d73af","wasm":"en","page_count":5}}} \ No newline at end of file +{"version":"1.1.0","languages":{"en":{"hash":"en_771f9b6531","wasm":"en","page_count":5}}} \ No newline at end of file diff --git a/pagefind/pagefind.en_52c82d73af.pf_meta b/pagefind/pagefind.en_52c82d73af.pf_meta deleted file mode 100644 index 87d7ae860..000000000 Binary files a/pagefind/pagefind.en_52c82d73af.pf_meta and /dev/null differ diff --git a/pagefind/pagefind.en_771f9b6531.pf_meta b/pagefind/pagefind.en_771f9b6531.pf_meta new file mode 100644 index 000000000..326f52357 Binary files /dev/null and b/pagefind/pagefind.en_771f9b6531.pf_meta differ diff --git a/posts/markdown-extended/index.html b/posts/markdown-extended/index.html index acc0a9a49..dbcbf6261 100644 --- a/posts/markdown-extended/index.html +++ b/posts/markdown-extended/index.html @@ -1,4 +1,4 @@ -Markdown Extended Features - Fuwari
Fuwari
153 words
1 minutes
Markdown Extended Features

GitHub repository cards#

You can add dynamic cards that link to GitHub repositories, on page load, the repository information is pulled from the GitHub API.

Fabrizz
/
MMM-OnSpotify
Waiting for api.github.com...
00K
0K
0K
Waiting...

Create a GitHub repository card with the code ::github{repo="<owner>/<repo>"}.

::github{repo="saicaca/fuwari"}
+Markdown Extended Features - Fuwari
Fuwari
153 words
1 minutes
Markdown Extended Features

GitHub repository cards#

You can add dynamic cards that link to GitHub repositories, on page load, the repository information is pulled from the GitHub API.

Fabrizz
/
MMM-OnSpotify
Waiting for api.github.com...
00K
0K
0K
Waiting...

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

NOTE

Highlights information that users should take into account, even when skimming.

TIP

Optional information to help a user be more successful.

IMPORTANT

Crucial information necessary for users to succeed.

WARNING

Critical content demanding immediate user attention due to potential risks.

CAUTION

Negative potential consequences of an action.

:::note
 Highlights information that users should take into account, even when skimming.
 :::