yueyericardo / simpleness

hugo theme simpleness

Home Page:https://themes.gohugo.io/theme/simpleness/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hugo Theme: Simpleness

Simpleness is a concise theme for hugo which is ported from contrast-hugo.

screenshot

Live Demo

Features

  • Responsive
  • MathJax suport
  • Google Analytics support
  • Comment systems include: disqus, valine

TODO

  • Table of content
  • Pagination for posts

Quick Start

1. Install Hugo

Download the appropriate version for your platform.

I used hugo_extended_0.75.1_Linux-64bit.deb to develop this theme.

2. Create a New Site

hugo new site myBlog

3. Use hugo theme simpleness

cd myBlog
git init
git submodule add https://github.com/RainerChiang/simpleness.git themes/simpleness

copy the content of exampleSite

cp themes/simepleness/exampleSite/config.toml .
cp -r themes/simpleness/exampleSite/content .

build site

hugo server

then, open http://localhost:1313/ in your browser。

Example Repository

There's a example repo RainerChiang/upload-theme on Github as a reference.

About

hugo theme simpleness

https://themes.gohugo.io/theme/simpleness/

License:MIT License


Languages

Language:JavaScript 91.6%Language:SCSS 4.1%Language:CSS 2.6%Language:HTML 1.6%Language:Shell 0.0%