1.1.0 ā€¢ Published 3 years ago

hexo-theme-straight v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

hexo-theme-straight

šŸ”„ Demo: https://blog.gplane.win/

šŸ“˜ Introduction

Inspired by vuepress-theme-simple, this is a very clean and simple Hexo theme.

šŸ’æ Installation

Using npm:

$ npm i hexo-theme-straight

Using Yarn:

$ yarn add hexo-theme-straight

Then, edit your Hexo configuration file like this:

theme: straight

šŸ”§ Configuration

Create a _config.straight.yaml file under your project root.

copyright_date: 2016-2021 # This copyright date text will be rendered at footer.

nav_links: # Navigation links will be rendered under site name.
  - text: About Me
    link: /about

favicon: favicon.webp # Path to favicon file.

disqus:
  enable: true # Default value is `false`. If you use Disqus, set `true`.
  short_name: example # Your Disqus short name

šŸ“ƒ License

MIT License

2021-present (c) Pig Fang.

1.1.0

3 years ago

1.0.0

3 years ago