All Projects → Troy-Yang → hexo-theme-twentyfifteen-wordpress

Troy-Yang / hexo-theme-twentyfifteen-wordpress

Licence: MIT license
A reponsive theme for hexo, inspired by Twenty Fifteen Wordpress theme.

Programming Languages

EJS
674 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hexo-theme-twentyfifteen-wordpress

Hexo Theme Matery
A beautiful hexo blog theme with material design and responsive design.一个基于材料设计和响应式设计而成的全面、美观的Hexo主题。国内访问:http://blinkfox.com
Stars: ✭ 3,907 (+13853.57%)
Mutual labels:  hexo-theme, responsive-design
Hexo Theme Stun
🦄 An elegant theme for Hexo
Stars: ✭ 305 (+989.29%)
Mutual labels:  hexo-theme, responsive-design
community
Volantis Community 社区主页 https://vlts.cc https://volantis.js.org
Stars: ✭ 85 (+203.57%)
Mutual labels:  hexo-theme
benenson
A Gutenberg WordPress theme
Stars: ✭ 70 (+150%)
Mutual labels:  wordpress-theme
iw26
IW26 is an Indieweb Fork of WordPress Twenty Sixteen Theme
Stars: ✭ 25 (-10.71%)
Mutual labels:  wordpress-theme
hexo-theme-wind
A Simple Hexo Theme.
Stars: ✭ 20 (-28.57%)
Mutual labels:  hexo-theme
aino-theme
A Gutenberg-ready WordPress theme.
Stars: ✭ 107 (+282.14%)
Mutual labels:  wordpress-theme
yimik
wordpress扁平主题,基于bones主题开发
Stars: ✭ 27 (-3.57%)
Mutual labels:  wordpress-theme
yuuta
ⓦ A clean and free WordPress theme designed to serve as a visual diary
Stars: ✭ 20 (-28.57%)
Mutual labels:  wordpress-theme
wyvern
Wordpress Vue 2 theme boilerplate
Stars: ✭ 43 (+53.57%)
Mutual labels:  wordpress-theme
forex-web-app
💱 foreign currency exchange app built with react hooks
Stars: ✭ 17 (-39.29%)
Mutual labels:  responsive-design
wp-custom-fields
WP Custom Fields is an options, metabox and customizer framework for WordPress aimed at speeding-up plug-in and theme development.
Stars: ✭ 53 (+89.29%)
Mutual labels:  wordpress-theme
Airbnb-Clone
An Airbnb Clone using React, Firebase & Material-UI, Responsive Design.
Stars: ✭ 27 (-3.57%)
Mutual labels:  responsive-design
hexo-theme-jane
🎨 Simple enough, a hexo theme.
Stars: ✭ 91 (+225%)
Mutual labels:  hexo-theme
marianne
A minimalist theme ideal for writers, journalists and all bloggers who want to share their texts.
Stars: ✭ 19 (-32.14%)
Mutual labels:  wordpress-theme
tunalog
🎨 Simple and Single column WordPress theme.
Stars: ✭ 16 (-42.86%)
Mutual labels:  wordpress-theme
selene
A opinionated Wordpress base theme based on Sage.
Stars: ✭ 31 (+10.71%)
Mutual labels:  wordpress-theme
Seje
寫嘢 - A beatutiful Hexo Theme
Stars: ✭ 53 (+89.29%)
Mutual labels:  hexo-theme
kai-12
The missing child theme of Twenty Twelve, A better interface based on Twenty Twelve, no need to change the default theme, no database option strings will be created. Install and go.
Stars: ✭ 24 (-14.29%)
Mutual labels:  wordpress-theme
wp-git
WP-Git is a WordPress theme for GitHub lovers.
Stars: ✭ 23 (-17.86%)
Mutual labels:  wordpress-theme

hexo-theme-twentyfifteen-wordpress

Summary

This is a responsive hexo theme inspired by a very popular wordpress theme called twentyfifeen. Compared with the original theme, I did many enhancements to make it more lightweight and added more custom features like content UI changes, more supports for chinese.

Online Demo

image

Features

  • Responsive Design - From smartphone, tablet, laptop, to desktop computer.
  • Lightweight - Minimized the resources and layout.
  • multiple languages - english, 简体, 繁體
  • Highlight - code highlight.
  • Comments - Disqus, duoshuo, changyuan and so on.
  • Analytics - Google, Baidu Analytics.
  • Visit count - Leancloud visit counter.
  • Custom Single Page - Easy to add pages like "About".
  • Lazy-load image - a hexo-lazyload-image plugin created by me to support it.
  • Local search local search for title or keywords (please make sure hexo-search plugin installed)

Configuration (_config.yml)

# ===========================================
# Site Settings
# ===========================================
# Header
site_title: Troy's Blog
site_description: Focus on Web Development and live in ChengDu. Happy Coding, Happy Life!
menu:
  Home: /
  Archives: /archives
  AboutMe: /about
# display widgets
widgets:
- archives
- search
#- social_links
- recent_posts
- tagcloud

# widget behavior
archive_type: 'monthly'
show_count: true
# Content
excerpt_link: Read More
# favico 
favicon:

# ===========================================
# Miscellaneous Settings
# ===========================================
# Baidu Analytics
baidu_analytics: 
# Google Analytics
google_analytics: 
# Disqus
disqus:
  enable: false
  shortname: 
  count: true
# changyan
changyan:
  enable: false
  appid:
  appkey:
# duoshuo
duoshuo:
  enable: true
  shortname: 
# Visitors
leancloud_visitors:
  enable: true
  app_id: 
  app_key: 
donation:
  enable: true
  alipay: /images/alipay-qr.png
  wechat: /images/wechat-qr.png

# Search 
# Note: please install hexo-generator-search plugin and config the root _config.yml (not theme's _config.yml) as below value search.json(https://www.npmjs.com/package/hexo-generator-search):
#search:
#  path: search.json
#  field: post
infinite:
  enable: true
  title1: 
  title2: 

Github is used for programmer social, right? So, any advices would be welcome.

Enjoy it!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].