-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config-example.yml
37 lines (29 loc) · 959 Bytes
/
_config-example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Page language (html attribute)
language: en
# Main menu navigation items
menu:
Blog: /
Archives: /archives
# Title: /pageName - create using `hexo new page 'pageName'`
# Post social sharing features
social:
twitter: your_twitter # set to your twitter handle
# Page sidebars
# Components will appear in the order they are specified
sidebars:
recent: true # boolean to display 10 most recent posts
featured: false # boolean to list all posts with tag 'featured'
github: your_github # string to point to a Github profile | false to disable
# Disqus comments
disqus:
enabled: false
shortname: your_website_shortname
# Analytics
googleAnalytics: false # false | string (UA-xxxx-x ID)
# Link to atom.xml in nav bar?
# You can use https://github.com/hexojs/hexo-generator-feed to generate these
atom: true
# Stylesheets loaded in the <head>
stylesheets:
# Scripts loaded at the end of the body
scripts: