Skip to content

noto/beg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beg

Beg is a double-column theme for Hugo.

Inspired by kAworu/octostrap3.

Beg Screenshot

Features

  • Google Analytics
  • Disqus
  • SNS Links(Facebook, Twitter, GitHub)
  • Share Button
  • Tagging
  • Related Post

Installation

Referred from hugoThemes#Installing Themes.

Installing with other all themes

If you would like to install all of the available hugo themes, simply clone the entire repository from within your working directory.

git clone --recursive https://github.com/spf13/hugoThemes.git themes

Installing a single theme

mkdir themes
cd themes
git clone https://github.com/dim0627/hugo_theme_beg beg

Build with Beg

hugo server -t beg

Configuration

config.yaml

BaseUrl: "http://yet.unresolved.xyz"
LanguageCode: "en-us"
Title: "Beg"

Params:
  Author: "Daisuke Tsuji"
  DateForm: "Mon, Jan 2, 2006"
  GoogleAnalyticsUserID: "UA-55005303-5"
  Facebook: "daisuke.tsuji.735"
  Twitter: "dim0627"
  Github: "dim0627"
  ShowRelatedPost: True
  Disqus: "unresolved"
  SyntaxHighlightTheme: "github.min.css"

Indexes:
  tag: "tags"

permalinks:
  post: /blog/:year/:month/:day/:slug/

MetadataFormat: "yaml"

Example : My config.yaml

example post

---
title: "Post title here"
date: 2014-09-17
comments: true
tags: [gitHub, octopress, jekyll]
---

Contents here

Contact us

Please mail to dim0627@gmail.com or SNS.

https://www.facebook.com/daisuke.tsuji.735

https://twitter.com/dim0627

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 96.4%
  • CSS 3.6%