Skip to content

RainerChiang/simpleness

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Hugo Theme: Simpleness

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

screenshot

Live Demo

Features

  • MathJax suport
  • Google Analytics support
  • Comment systems include: disqus, valine
  • Table of content

TODO

  • 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/simpleness/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.