hexo-theme-straight

1.1.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i hexo-theme-straight

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

10.2 kB

Total Files

16

Last publish

Collaborators

  • gplane