• Stars
    star
    280
  • Rank 147,492 (Top 3 %)
  • Language
    CSS
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

a pure and fresh 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

More Repositories

1

markvis

make visualization in markdown. πŸ“ŠπŸ“ˆ
JavaScript
1,518
star
2

cv_resume

A latex cv/resume template.
TeX
218
star
3

koa2-boilerplate

[Deprecated] Minimal koa v2 boilerplate. 🀣
JavaScript
193
star
4

share

Host some files I may want to share
90
star
5

timeline-sankey

A project to visualize time range series data using the Sankey diagram.
TypeScript
85
star
6

AR-AI-VIS-demo

a demo with AR, AI, Visualization
JavaScript
78
star
7

d3-force-webgl-integration-demo

Integrating WebGL and D3-force to improve performance. πŸ‘»
JavaScript
49
star
8

douban_read_download

Download your book reading records from douban to a CSV file.
Python
31
star
9

new_words

To generate a new word.
JavaScript
25
star
10

hexo-tag-video

the tag plugin of Hexo to insert a video
JavaScript
24
star
11

saber-theme-paper

A simple theme like read on a paper.
Vue
21
star
12

markdown-it-fence

fence customize plugin for markdown-it
JavaScript
20
star
13

wiki

GeekPlux's personal wiki
HTML
18
star
14

activities

Python
13
star
15

Basic-Visualization-in-Unity

Basic 2D visualization in Unity
C#
10
star
16

site

JavaScript
9
star
17

geekplux.github.io

[Deprecation][PREVIOUS] My Website
HTML
7
star
18

markdown-editor

Markdown editor by Vue.js
HTML
6
star
19

markvis-editor

markvis-editor
Vue
5
star
20

image-match

Compare different images pixel by pixel.
HTML
4
star
21

codewars

Programming need to practice, you know.
JavaScript
4
star
22

dotfiles

my dotfiles
Emacs Lisp
4
star
23

about

An About page for GeekPlux
JavaScript
3
star
24

geekplux

3
star
25

Icons-Redesign

Practice
2
star
26

contacts

simple contacts management
Vue
2
star
27

markvis-pie

Pie chart generator for markvis in browser and node.js.
JavaScript
2
star
28

markvis-line

Line chart generator for markvis in browser and node.js.
HTML
2
star
29

markvis-bar

Bar chart generator for markvis in browser and node.js.
HTML
2
star
30

d3-trial-bar

D3 trial bar chart
JavaScript
2
star
31

mini-harp

Mini Harp Static Server
CoffeeScript
1
star
32

eslint-config-geekplux

ESLint config for geekplux
JavaScript
1
star
33

sketch-learning

sketch-learning
1
star
34

screenshot-service

JavaScript
1
star
35

saber-plugin-seo

SEO plugin for [Saber.js](https://saberjs.org/).
JavaScript
1
star
36

Microscope

The Discover Meteor book's example app.
JavaScript
1
star
37

d3-experiment

Some experiment, test and evaluation for using d3.
JavaScript
1
star
38

d3-trial-line

D3 trial line chart
JavaScript
1
star
39

template-mini-vue

sao template for minimal Vue
JavaScript
1
star
40

mini-express

Mini Express
CoffeeScript
1
star
41

wechat-bot

a prototype of wechat bot.
TypeScript
1
star
42

ama

Ask me anything!
1
star
43

beyondcode-fm

TypeScript
1
star