All Projects → geekplux → Hexo Theme Typing

geekplux / Hexo Theme Typing

Licence: mit
a pure and fresh Hexo theme. 🎹

Projects that are alternatives of or similar to Hexo Theme Typing

hexo-theme-reading
Blog Theme For Hexo :http://www.androidperformance.com/
Stars: ✭ 20 (-92.28%)
Mutual labels:  hexo, hexo-theme
hexo-theme-another
🌱🌱🌱a pithy theme of hexo.
Stars: ✭ 81 (-68.73%)
Mutual labels:  hexo, hexo-theme
hexo-theme-freemind.bithack
Another hexo theme based on freemind.386
Stars: ✭ 45 (-82.63%)
Mutual labels:  hexo, hexo-theme
hexo-theme-particle
包含3种配色样式的简洁Hexo主题,地址:https://korilin.com
Stars: ✭ 30 (-88.42%)
Mutual labels:  hexo, hexo-theme
dev-dark-theme
The dev dark theme is a theme developed using hexo.
Stars: ✭ 24 (-90.73%)
Mutual labels:  hexo, hexo-theme
hexo-theme-yilia-l
简洁优雅的hexo博客主题
Stars: ✭ 24 (-90.73%)
Mutual labels:  hexo, hexo-theme
hexo-theme-sky
a concise theme for hexo https://ijinxin.github.io/
Stars: ✭ 67 (-74.13%)
Mutual labels:  hexo, hexo-theme
Seje
寫嘢 - A beatutiful Hexo Theme
Stars: ✭ 53 (-79.54%)
Mutual labels:  hexo, hexo-theme
Hexo-Theme-MoeIcarus
✨ Make Icarus theme cute!!!
Stars: ✭ 32 (-87.64%)
Mutual labels:  hexo, hexo-theme
hexo-theme-griddy
Hexo theme for artist & photographer showing their work that created with Bulma CSS Framework
Stars: ✭ 22 (-91.51%)
Mutual labels:  hexo, hexo-theme
hexo-theme-icalm
Monochrome theme for hexo
Stars: ✭ 121 (-53.28%)
Mutual labels:  hexo, hexo-theme
vuepress-theme-minimalism
minimalism vuepress theme
Stars: ✭ 19 (-92.66%)
Mutual labels:  hexo, hexo-theme
hexo-theme-lanmiao
使用bootstrap构建的类单页博客,粉色系简洁Hexo主题
Stars: ✭ 16 (-93.82%)
Mutual labels:  hexo, hexo-theme
hexo-theme-stellar
Elegant and powerful theme for Hexo.
Stars: ✭ 181 (-30.12%)
Mutual labels:  hexo, hexo-theme
hexo-theme-ayer
一个干净优雅的hexo主题 A clean and elegant theme for Hexo. 🐋
Stars: ✭ 1,396 (+439%)
Mutual labels:  hexo, hexo-theme
hexo-theme-cube
a theme for hexo
Stars: ✭ 53 (-79.54%)
Mutual labels:  hexo, hexo-theme
hexo-theme-wind
A Simple Hexo Theme.
Stars: ✭ 20 (-92.28%)
Mutual labels:  hexo, hexo-theme
hexo-theme-simple99
A minimalist theme developed based on hexo, welcome to use!基于hexo开发的双栏式简约风主题,欢迎使用!已适配 twikoo 静态评论系统。
Stars: ✭ 16 (-93.82%)
Mutual labels:  hexo, hexo-theme
hexo-theme-cake
🍰 It's a lovely hexo theme, sweet.
Stars: ✭ 20 (-92.28%)
Mutual labels:  hexo, hexo-theme
maupassant-hexo
A simple Hexo theme forked from icylogic.
Stars: ✭ 2,418 (+833.59%)
Mutual labels:  hexo, hexo-theme

Typing

A pure and fresh Hexo theme.

  • Minimal And Clean Design
  • Dark And Light Modes
  • Optional Fontawesome Icons

Preview

Dark mode

Other preview images in preview folder.

Installation

Install

cd your-blog
git clone https://github.com/geekplux/hexo-theme-typing themes/typing

Typing requires Hexo 2.4 and above.

Enable

Modify theme setting in _config.yml to typing.

Also if your website language is English make sure to explicitly specify it: language: "en"

Update

cd themes/typing
git pull

Configuration

# Dark Mode
dark: false // whether to open dark mode

# Header
menu:
  Home: /
  Archives: /archives

# Your Feed Location
#rss: /atom.xml

# Content
fancybox: true

# Display a "Read More" link under each post's excerpt in /archives page
#excerpt_link: 'Read More'

# Miscellaneous
google_analytics:
favicon: /favicon.png
twitter:
google_plus:

# Profile
nickname: NickName
description: Lorem ipsum dolor sit amet, **consectetur adipiscing elit.** Fusce eget urna vitae velit *eleifend interdum at ac* nisi.

# Load forkawesome icons? Also see the links option
icons: true

# Footer area links
# NOTICE) If you set "icons: false" link names will be clear text
# If "icons: true" link names will interpreted as forkawesome icon names
# NOTICE) Use the forkawesome icon names (https://forkaweso.me/Fork-Awesome/icons/) without the fa- prefix
links:
  twitter: https://twitter.com/
  github-alt: https://github.com/
# ...

# nav position (top, left. top is default)
nav: top

# Info
archive_footer_content: Lorem ipsum dolor sit amet, **consectetur adipiscing elit.** Fusce eget urna vitae velit *eleifend interdum at ac* nisi.
post_footer_content: ipsum dolor sit amet, **consectetur adipiscing elit.** Fusce eget urna vitae velit *eleifend interdum at ac* nisi.

# Gitment
gitment:
  owner:
  repo:
  client:
    id:
    secret:

# Donate
donate:
  github:
  paypal:
  bitcoin:
  BTCQR:
  AliPayQR:
  WeChatQR:
  • menu - Navigation menu
  • nickname - Your nickname
  • description - Description below the name
  • icons - Load fontawesome icons?
  • links - Footer area links. Text links if icons: false and icons if icons: true
  • archive_footer_content: - Content in your archives page footer(Markdown supported)
  • post_footer_content: - Content in your posts and pages footer(Markdown supported)
  • fancybox - Enable [Fancybox]
  • google_analytics - Google Analytics ID
  • favicon - Favicon path
  • twitter - Twitter ID
  • google_plus - Google+ ID
  • gitment - Gitment Options
  • donate - Donate Options

ChangeLog

Development

Anyone is welcome to contribute!

mkdir typing_dev && cd typing_dev
git clone https://github.com/hexojs/hexo-theme-unit-test.git

Fork and clone https://github.com/geekplux/hexo-theme-typing.git

cd hexo-theme-unit-test && npm install
cd ../hexo-theme-typing && npm install

To test your changes to the theme, modify the theme setting in the /hexo-theme-unit-test/_config.yml file to typing and execute these commands in the hexo-theme-typing folder:

make all
cd ../hexo-theme-unit-test
hexo server

Now you can browse it at 127.0.0.1:4000

LICENSE

Typing © @geekplux, Released under the MIT License.

Authored and maintained by @geekplux with help from contributors (list).


Blog geekplux.com  ·  GitHub @geekplux  ·  Twitter @geekplux

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].