Skip to content

vindarel/hugo_theme_beg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beg

Beg is a single-column theme for Hugo.

Aglaus Screenshot

Aglaus Screenshot

Aglaus 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://example.com"
LanguageCode: "en-us"
Title: "Aglaus"

Params:
  Author: "Your name."
  Birth: "Sun, Feb 26, 1989"
  DateForm: "Mon, Jan 2, 2006"
  GoogleAnalyticsUserID: "Your ID."
  GravatarHash: "Your Hash."
  Facebook: "Your ID."
  Twitter: "Your ID."
  Github: "Your ID."
  ShowRelatedPost: True
  Disqus: "Your Disqus."
  SyntaxHighlightTheme: "solarized_dark.min.css"

Indexes:
  tag: "tags"

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

MetadataFormat: "yaml"

Example : My config.yaml

example post

---
title: "Post title here"
eyecatch: "hugo.png" # Eye-cathinc image from [static/images/***]
date: 2014-09-17
comments: true
tags: [gitHub, octopress, jekyll]
---

Contents here

Read more details

Please read this.

http://yet.unresolved.xyz/hugo_theme_aglaus/blog/2015/01/06/about-aglaus/

Contact us

Please mail to [email protected] 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

  • JavaScript 48.6%
  • HTML 36.3%
  • CSS 15.1%