kobtea / hugo-theme-capybara

Blog theme for Hugo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hugo-theme-capybara

Capybara is a blog theme for Hugo.

Features

  • Responsive design
  • Code highlight
  • Pagination
  • Tagging
  • RSS
  • Disqus comment
  • Gravater icon
  • Twitter link
  • GitHub link
  • Google analytics
  • Shortcodes
    • capy-img for image

Demo

See kobtea.net.

Installation

$ cd /PATH/TO/HUGO/ROOT
$ git clone https://github.com/kobtea/hugo-theme-capybara.git themes/capybara
$ cp themes/capybara/config.toml .
$ vi config.toml

# generate a new post
$ hugo new posts/sample.md

# generate pages
$ hugo -t capybara

See details at https://github.com/spf13/hugoThemes#installing-themes .

License

MIT

About

Blog theme for Hugo.

License:MIT License


Languages

Language:HTML 45.4%Language:CSS 29.9%Language:SCSS 17.7%Language:JavaScript 7.0%