File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ title: Chirpy
1010
1111description : ' A text-based Jekyll theme.'
1212
13- # Replace with your domain, e.g. " https://username.github.io"
13+ # Replace with your domain, e.g. ' https://username.github.io'
1414url : ' https://www.example.com'
1515
1616author : your_full_name # change to your full name
@@ -51,13 +51,13 @@ google_analytics:
5151 proxy_url : ' '
5252
5353disqus :
54- shortname : ' disqus' # Change to your Disqus shortname.
55- comments : true # boolean type, the gobal switch of posts' comments.
54+ shortname : ' disqus' # Change to your Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
55+ comments : true # boolean type, the global switch for posts comments.
5656
5757# The year your website was first run.
5858first_run : 2019
5959
60- # boolean type, gobal switch for ToC in posts.
60+ # boolean type, global switch for ToC in posts.
6161toc : true
6262
6363
Original file line number Diff line number Diff line change 103103 }
104104}
105105
106- /* Sidebar is visable */
106+ /* Sidebar is visible */
107107@media all and (min-width : 831px ) {
108108 .pagination {
109109 font-size : .85rem ;
Original file line number Diff line number Diff line change @@ -1081,7 +1081,7 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
10811081}
10821082
10831083
1084- /* --- Large screens , both sidebar and panel are visable ---*/
1084+ /* --- desktop mode , both sidebar and panel are visible ---*/
10851085
10861086@media all and (min-width : 1201px ) {
10871087
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ title: About
66# MIT License
77---
88
9- > ** Note** : Add Markdown syntax content in file ` tabs/about.md ` and it will show up on this page.
9+ > ** Note** : Add Markdown syntax content to file ` tabs/about.md ` and it will show up on this page.
You can’t perform that action at this time.
0 commit comments