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.' 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' url: 'https://www.example.com'
author: your_full_name # change to your full name author: your_full_name # change to your full name
@ -51,13 +51,13 @@ google_analytics:
proxy_url: '' proxy_url: ''
disqus: disqus:
shortname: 'disqus' # Change to your Disqus shortname. shortname: 'disqus' # Change to your Disqus shortname. https://help.disqus.com/en/articles/1717111-what-s-a-shortname
comments: true # boolean type, the gobal switch of posts' comments. comments: true # boolean type, the global switch for posts comments.
# The year your website was first run. # The year your website was first run.
first_run: 2019 first_run: 2019
# boolean type, gobal switch for ToC in posts. # boolean type, global switch for ToC in posts.
toc: true toc: true

View file

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

View file

@ -6,4 +6,4 @@ title: About
# MIT License # 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.