Skip to content

Evandoz/hexo-theme-astrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astrid

Build Status GitHub license

A theme for Hexo.

Live Preview | 中文文档

Desktop Preview

Mobile Preview

Installation

  1. Get it from GitHub
$ git clone https://github.com/Evandoz/hexo-theme-astrid.git themes/astrid
  1. Enable

Modify theme setting in _config.yml to astrid.

# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: astrid
  1. Update
$ cd themes/Astrid
$ git pull

Configuration

Theme configuration example

# ---------------------------------------------------------------
# Site Information Settings
# ---------------------------------------------------------------

# Header Menu
menu:
  Home: /
  Archives: /archives
  Categories: /categories
  Tags: /tags
  #About: /about

# Specify the date when the site was setup
since: 2016

# Set default keywords (Use a comma to separate)
keywords: ""

# Put your favicon.ico into `/themes/astrid/source/` directory.
# Of course you can use a target link instead.
# (E.g. `http://abc.com/favicon.ico` or `css/images/favicon.ico`)
favicon: css/images/favicon.ico

# Social Links
# Key is the name of social.
# Value is the target link
social:
  Github: https://github.com
  Facebook: https://www.facebook.com
  Google+: https://plus.google.com
  Weibo: http://www.weibo.com

# Code Highlight theme
# Available value:
#    normal | night | night eighties | night blue | night bright
highlight_theme: normal

# widget behavior
archive_type: 'monthly'
show_count: true

# Webmaster tools verification setting
google_site_verification:
baidu_site_verification:
qihu_site_verification:

# MathJax Support
mathjax:
  enable: false
  per_page: false

Browser support

Contributing

All kinds of contributions (enhancements, new features, documentation & code improvements, issues & bugs reporting) are welcome.

Looking forward to your pull request.