README.md update, some misspelling fixed
This commit is contained in:
parent
ac5a52d7f6
commit
7d78c3b9ef
|
@ -115,12 +115,14 @@ rssLimit = 100
|
||||||
pygmentsOptions = "linenos=table"
|
pygmentsOptions = "linenos=table"
|
||||||
pygmentsUseClasses = true
|
pygmentsUseClasses = true
|
||||||
|
|
||||||
|
googleAnalytics = ""
|
||||||
|
|
||||||
[markup]
|
[markup]
|
||||||
[markup.goldmark]
|
[markup.goldmark]
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
unsafe = true
|
unsafe = true
|
||||||
|
|
||||||
[outputs][outputs]
|
[outputs]
|
||||||
home = ["HTML", "RSS", "JSON", "WEBMANIFEST"]
|
home = ["HTML", "RSS", "JSON", "WEBMANIFEST"]
|
||||||
|
|
||||||
[mediaTypes."application/manifest+json"]
|
[mediaTypes."application/manifest+json"]
|
||||||
|
@ -326,7 +328,6 @@ commento = false
|
||||||
enable = false # if set, donation button will show up in the single page.
|
enable = false # if set, donation button will show up in the single page.
|
||||||
alipay = "" # Alipay QR Code image (example path: images/donation/alipay-qrcode.png) and put your file at root/static/images/donation/
|
alipay = "" # Alipay QR Code image (example path: images/donation/alipay-qrcode.png) and put your file at root/static/images/donation/
|
||||||
wechat = "" # Wechat pay QR Code image (example path: same as above)
|
wechat = "" # Wechat pay QR Code image (example path: same as above)
|
||||||
bitcoin = "" # Bitcoin account?
|
|
||||||
paypal = "" # Paypal URL
|
paypal = "" # Paypal URL
|
||||||
patreon = "" # Patreon URL
|
patreon = "" # Patreon URL
|
||||||
```
|
```
|
||||||
|
@ -793,7 +794,7 @@ You can add some config option parameters at data/flowchartjs.json
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
// path: static/images/whoami/avatar.jpg
|
// path: static/images/whoami/avatar.jpg
|
||||||
{{% img src="/images/whoami/avatar.jpg" title="Image4" caption="Image description" alt="image alt" %}}
|
{{< img src="/images/whoami/avatar.jpg" title="Image4" caption="Image description" alt="image alt" >}}
|
||||||
```
|
```
|
||||||
|
|
||||||
### notice
|
### notice
|
||||||
|
|
|
@ -15,12 +15,15 @@ paginate = 13
|
||||||
rssLimit = 100
|
rssLimit = 100
|
||||||
|
|
||||||
pygmentsOptions = "linenos=table"
|
pygmentsOptions = "linenos=table"
|
||||||
pygmentsCodefences = true
|
|
||||||
pygmentsUseClasses = true
|
pygmentsUseClasses = true
|
||||||
pygmentsCodefencesGuessSyntax = true
|
|
||||||
|
|
||||||
googleAnalytics = ""
|
googleAnalytics = ""
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
[markup.goldmark]
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = ["HTML", "RSS", "JSON", "WEBMANIFEST"]
|
home = ["HTML", "RSS", "JSON", "WEBMANIFEST"]
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
{{ partial "head/meta" . }}
|
{{ partial "head/meta" . }}
|
||||||
{{ partial "head/meta_json_ld" . }}
|
{{ partial "head/meta_json_ld" . }}
|
||||||
{{ partial "head/services" . }}
|
{{ partial "head/services" . }}
|
||||||
{{ partial "head/custom" . }}
|
{{ partial "head/custom-head" . }}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="root" class="theme__{{ index .Site.Params.themeOptions 0 }}">
|
<body id="root" class="theme__{{ index .Site.Params.themeOptions 0 }}">
|
||||||
|
|
Loading…
Reference in New Issue