Skip to content
This repository was archived by the owner on Jun 4, 2022. It is now read-only.

Commit 7c9cd1d

Browse files
author
ppoffice
committed
chore(*): minor bug fix and add comments to the _config.yml
1 parent 7147b11 commit 7c9cd1d

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<br>
55
<a href="http://blog.zhangruipeng.me/hexo-theme-minos/"><b>Preview</b></a> |
66
<a href="https://github.com/ppoffice/hexo-theme-minos/archive/master.zip"><b>Download</b></a> |
7-
Documentation (Coming soon)
7+
<a href="http://ppoffice.github.io/hexo-theme-minos"><b>Documentation</b></a>
88
</p>
99

1010
![Minos](http://ppoffice.github.io/hexo-theme-minos/gallery/preview.png "Minos Preview")

_config.yml.example

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,62 @@
1+
# Website's icon url.
12
favicon: /favicon.png
3+
4+
# Open Graph metadata (https://hexo.io/docs/helpers.html#open-graph)
25
open_graph:
36
twitter_id:
47
twitter_site:
58
google_plus:
69
fb_admins:
710
fb_app_id:
811

12+
# Website's logo shown on the left of the navigation bar.
13+
# It can either be an url to an image or a string if the following option is set.
14+
# logo:
15+
# text: <logo string>
916
logo:
1017

1118
article:
19+
# Show word count and estimated reading time.
1220
readtime: true
1321

22+
# Navigation bar menu links.
1423
menu:
1524
Archives: /archives
1625
Lifestyle: /categories/LifeStyle
1726
Music: /categories/Music
1827
Technology: /categories/Technology
1928
About: /about
2029

30+
# Search plugin settings.
2131
search:
2232
type: insight
2333

34+
# Share plugin settings.
2435
share:
2536
type: sharethis
2637
install_url:
2738

39+
# Comment plugin settings.
2840
comment:
2941
type: disqus
3042
shortname:
3143

44+
# Other plugins and their settings.
3245
plugins:
3346
mathjax: true
3447
gallery: true
3548
google-analytics:
3649
tracking_id:
3750

51+
# Additional navigation bar links on the right.
52+
# Links can either be text or icon. The following link is set to be an icon link whose icon
53+
# is set to the class name of a FontAwesome 5 icon. The `footer_links` below also gives an
54+
# example of setting plain text links.
3855
navbar_links:
3956
GitHub:
4057
icon: fab fa-github
4158
url: https://github.com/ppoffice/hexo-theme-minos
4259

60+
# Links at the bottom of the page.
4361
footer_links:
4462
GitHub: https://github.com/ppoffice/hexo-theme-minos

source/css/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,8 @@ figure.highlight {
497497

498498
.tag,
499499
.title,
500-
.number {
500+
.number,
501+
.section {
501502
display: inherit;
502503
font: inherit;
503504
margin: inherit;

0 commit comments

Comments
 (0)