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

Commit

Permalink
chore(*): minor bug fix and add comments to the _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoffice committed Jun 2, 2018
1 parent 7147b11 commit 7c9cd1d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<br>
<a href="http://blog.zhangruipeng.me/hexo-theme-minos/"><b>Preview</b></a> |
<a href="https://github.com/ppoffice/hexo-theme-minos/archive/master.zip"><b>Download</b></a> |
Documentation (Coming soon)
<a href="http://ppoffice.github.io/hexo-theme-minos"><b>Documentation</b></a>
</p>

![Minos](http://ppoffice.github.io/hexo-theme-minos/gallery/preview.png "Minos Preview")
Expand Down
18 changes: 18 additions & 0 deletions _config.yml.example
Original file line number Diff line number Diff line change
@@ -1,44 +1,62 @@
# Website's icon url.
favicon: /favicon.png

# Open Graph metadata (https://hexo.io/docs/helpers.html#open-graph)
open_graph:
twitter_id:
twitter_site:
google_plus:
fb_admins:
fb_app_id:

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

article:
# Show word count and estimated reading time.
readtime: true

# Navigation bar menu links.
menu:
Archives: /archives
Lifestyle: /categories/LifeStyle
Music: /categories/Music
Technology: /categories/Technology
About: /about

# Search plugin settings.
search:
type: insight

# Share plugin settings.
share:
type: sharethis
install_url:

# Comment plugin settings.
comment:
type: disqus
shortname:

# Other plugins and their settings.
plugins:
mathjax: true
gallery: true
google-analytics:
tracking_id:

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

# Links at the bottom of the page.
footer_links:
GitHub: https://github.com/ppoffice/hexo-theme-minos
3 changes: 2 additions & 1 deletion source/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,8 @@ figure.highlight {

.tag,
.title,
.number {
.number,
.section {
display: inherit;
font: inherit;
margin: inherit;
Expand Down

0 comments on commit 7c9cd1d

Please sign in to comment.