Correct spelling.

This commit is contained in:
Cotes Chung 2019-11-25 22:01:40 +08:00
parent bec924ed4c
commit 54ed9bcc18
4 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@ title: Chirpy
description: 'A text-based Jekyll theme.'
# Replace with your domain, e.g. "https://username.github.io"
# Replace with your domain, e.g. 'https://username.github.io'
url: 'https://www.example.com'
author: your_full_name # change to your full name
@ -51,13 +51,13 @@ google_analytics:
proxy_url: ''
disqus:
shortname: 'disqus' # Change to your Disqus shortname.
comments: true # boolean type, the gobal switch of posts' comments.
shortname: 'disqus' # Change to your Disqus shortname. https://help.disqus.com/en/articles/1717111-what-s-a-shortname
comments: true # boolean type, the global switch for posts comments.
# The year your website was first run.
first_run: 2019
# boolean type, gobal switch for ToC in posts.
# boolean type, global switch for ToC in posts.
toc: true

View File

@ -103,7 +103,7 @@
}
}
/* Sidebar is visable */
/* Sidebar is visible */
@media all and (min-width: 831px) {
.pagination {
font-size: .85rem;

View File

@ -1081,7 +1081,7 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
}
/*--- Large screens, both sidebar and panel are visable ---*/
/*--- desktop mode, both sidebar and panel are visible ---*/
@media all and (min-width: 1201px) {

View File

@ -6,4 +6,4 @@ title: About
# MIT License
---
> **Note**: Add Markdown syntax content in file `tabs/about.md` and it will show up on this page.
> **Note**: Add Markdown syntax content to file `tabs/about.md` and it will show up on this page.