这是indexloc提供的服务,不要输入任何密码
Skip to content

Mehran-Baghi/hexo-theme-typing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing

a pure and fresh Hexo theme.

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

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

# Footer Links
# NOTICE: Use the fontawesome icon names without the fa- prefix (http://fontawesome.io/cheatsheet/).
links:
  twitter: https://twitter.com/
  github-alt: https://github.com/
# ...

# 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.
  • menu - Navigation menu
  • nickname - Your nickname
  • description - Description below the name
  • links - Links with fontawesome icons in the footer area.
  • 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 - Twiiter ID
  • google_plus - Google+ ID

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

MIT © GeekPlux


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

About

a pure and fresh Hexo theme. 🎹

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.5%
  • JavaScript 31.6%
  • HTML 29.7%
  • Makefile 1.2%