Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g-plane/hexo-theme-straight
Clean and simple Hexo theme.
https://github.com/g-plane/hexo-theme-straight
hexo hexo-theme
Last synced: about 1 month ago
JSON representation
Clean and simple Hexo theme.
- Host: GitHub
- URL: https://github.com/g-plane/hexo-theme-straight
- Owner: g-plane
- License: mit
- Created: 2019-06-12T03:50:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T23:29:34.000Z (6 months ago)
- Last Synced: 2024-12-16T13:12:31.083Z (about 1 month ago)
- Topics: hexo, hexo-theme
- Language: Jinja
- Homepage:
- Size: 182 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexo-theme-straight
🔥 Demo: [https://blog.gplane.win/](https://blog.gplane.win/)
## 📘 Introduction
Inspired by [vuepress-theme-simple](https://github.com/viko16/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:
```yaml
theme: straight
```## 🔧 Configuration
Create a `_config.straight.yaml` file under your project root.
```yaml
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: /aboutfavicon: 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](https://github.com/g-plane).