In its ruggedness and lack of concern to look comfortable or easy, Brutalism can be seen as a reaction by a younger generation to the lightness, optimism, and frivolity of today's web design. —— brutalistwebsite.com
hexo init your-lovely-blog
cd your-lovely-blog
npm uninstall --save hexo-renderer-marked
npm install --save hexo-renderer-markdown-it hexo-renderer-jade hexo-toc markdown-it-footnote
git clone https://github.com/zypeh/hexo-theme-brutalist.git themes/brutalist
Change your _config.yml
in order to look raw.
theme: brutalist
# Table of content, powered by hexo-toc
toc:
maxdepth: 3
class: index
anchor:
symbol: ¶
position: after
style: linea
# Markdown configurations
markdown:
render:
html: true
plugins:
- markdown-it-footnote
If you want to insert toc, just put a comment <!-- toc -->
on your file.
Edit /themes/brutalist/_config.yml
in order to customize.
menu:
首页: /
归档: /archives
关于: /about
# google-analytics
google_analytic: aaa
startyear: 2017