This repository was archived by the owner on Jun 4, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ")
Original file line number Diff line number Diff line change 1+ # Website's icon url.
12favicon: /favicon.png
3+
4+ # Open Graph metadata (https://hexo.io/docs/helpers.html#open-graph)
25open_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>
916logo:
1017
1118article:
19+ # Show word count and estimated reading time.
1220 readtime: true
1321
22+ # Navigation bar menu links.
1423menu:
1524 Archives: /archives
1625 Lifestyle: /categories/LifeStyle
1726 Music: /categories/Music
1827 Technology: /categories/Technology
1928 About: /about
2029
30+ # Search plugin settings.
2131search:
2232 type: insight
2333
34+ # Share plugin settings.
2435share:
2536 type: sharethis
2637 install_url:
2738
39+ # Comment plugin settings.
2840comment:
2941 type: disqus
3042 shortname:
3143
44+ # Other plugins and their settings.
3245plugins:
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.
3855navbar_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.
4361footer_links:
4462 GitHub: https://github.com/ppoffice/hexo-theme-minos
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments