See Philipps blog for a demo.
- optimized for readability (~70 characters per line, enough margin between body and sidebar)
- done for offline writing: all css and js files are part of the theme, the blog looks the same online as offline
- ported from the docpad theme of Erv Walter
- based on twitter bootstrap using LESS and variables.css ⇒ colors should be very easy to customize
- highlightjs support
- addthis support
- about me is a slick bootstrap carousel
- custom javascripts per page (add them in YAML front matter with scripts: …)
- captionjs: if you add
class="caption"
to an image then it gets an automated caption beneath
If you need to include a custom javascript on one of your pages add this to front matter:
scripts:
- /scripts/jquery.dataTables.min.js
- /scripts/table_scroll.js
npm install hexo-renderer-less --save
git clone git@github.com/philippkeller/hexo-theme-ewal.git themes/ewal
Execute the following command to update:
cd themes/ewal
git pull