Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wisp-x/hexo-theme-july
A minimalist, focused writing Hexo theme.π¨π»βπ»
https://github.com/wisp-x/hexo-theme-july
blog hexo hexo-theme theme
Last synced: 2 months ago
JSON representation
A minimalist, focused writing Hexo theme.π¨π»βπ»
- Host: GitHub
- URL: https://github.com/wisp-x/hexo-theme-july
- Owner: wisp-x
- License: mit
- Created: 2019-12-29T04:29:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T03:09:52.000Z (about 5 years ago)
- Last Synced: 2024-10-15T08:46:23.215Z (3 months ago)
- Topics: blog, hexo, hexo-theme, theme
- Language: CSS
- Homepage: https://wispx.gitee.io/hexo-theme-july
- Size: 883 KB
- Stars: 31
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
July
A minimalist, focused writing Hexo theme.
---
Install
---
```
$ git clone https://github.com/wisp-x/hexo-theme-july.git themes/july
```Enable
---
Modify theme setting in _config.yml to july
```
...
theme: july
...
```Disable
---
The july theme has a built-in highlight plug-in. In order to avoid conflicts, you need to turn off the highlight of the system.
```
...
highlight:
enable: false
...
```Create Page
---
```
$ hexo new page about
```Update
---
```
cd themes/july
git pull
```Configuration
---
```
# html lang
language: zh-CN# main menu navigation
menu:
Home: /index.html
Archives: /archives/index.html
About: /about/index.htmlsite:
# banner: /img/banner.jpg # banner map of website. (please annotation this line if you don't need it)
avatar: https://www.gravatar.com/avatar/7a585313ed855e8d652cbb3154a6056e?s=300&d=mm&r=g # head portrait.
icp: ηICPε€16011445ε· # E-ICP prepared No.# stylesheets loaded in the
stylesheets:
- /css/markdown.css
- /css/july.css# scripts loaded in the end of the body
scripts:
- /js/jquery-3.4.1.min.js
- //cdn.bootcss.com/highlight.js/9.13.1/highlight.min.js
- /js/transition.js
- /js/smooth-scroll.min.jshljs:
enable: true # true to enable the plugin
line_number: false # add line_number in frontend or backend (not recommend, have bugs in special hexo version)
trim_indent: backend # trim the indent of code block to prettify output. backend or front-end (recommend)
copy_code: true # show copy code in caption.
label:
left: Code
right: ':'
copy: Copy Code# atom: atom.xml # website feed.
```Licence
---
MIT