https://github.com/shinux/hexo-theme-adoubi
yet another hexo theme
https://github.com/shinux/hexo-theme-adoubi
hexo hexo-theme hexo-theme-adoubi theme
Last synced: about 1 month ago
JSON representation
yet another hexo theme
- Host: GitHub
- URL: https://github.com/shinux/hexo-theme-adoubi
- Owner: shinux
- License: mit
- Created: 2016-09-01T09:55:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T08:01:34.000Z (about 4 years ago)
- Last Synced: 2024-05-20T09:23:08.907Z (11 months ago)
- Topics: hexo, hexo-theme, hexo-theme-adoubi, theme
- Language: Stylus
- Homepage: https://sinux.me
- Size: 13.2 MB
- Stars: 43
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - shinux/hexo-theme-adoubi
README
# hexo-theme-adoubi
another simple hexo theme. [online demo](https://sinux.icu)

## Installation
hexo-theme-adoubi developed with hexo 3.2
*plugin dependencies*:
- hexo-renderer-pug
- hexo-generator-feed
- hexo-tocclone theme
git clone https://github.com/shinux/hexo-theme-adoubi.git themes/adoubi
modify site config
theme: adoubi
replace `themes/adoubi/sources/images/favicon.ico` with your own preference
upgrade
cd themes/adoubi
git pull origin master## Display images in article:
if image located at site's `source/images` :
> images will be limited to `max-width: 100%` compared to parent class `post-content`.
**NOTICE: hexo will use site's source preferentially**
## Display toc in article:
simply use `` on top of article. for more options see [hexo-toc](https://github.com/bubkoo/hexo-toc)
## Copyright
resources usage:
- SF Pro Text font
- normalize.css
- heti.cssKeep `Theme By Adoubi , Powered By Hexo.` in footer and do whatever you want.