Created
December 5, 2015 18:48
-
-
Save suntong/2b529ce26099d6f26278 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
baseurl = "suntong.github.io/blogs/" | |
canonifyurls = true | |
languageCode = "en-us" | |
title = "Sfxpt Blog" | |
# Enable comments by entering your Disqus shortname | |
disqusShortname = "sfxpt" | |
# Enable Google Analytics by entering your tracking code | |
googleAnalytics = "" | |
# Define the number of posts per site | |
paginate = 10 | |
theme = "hugo-icarus-theme" | |
[permalinks] | |
post = "/:year/:month/:day/:slug" | |
[params] | |
# Tell me who you're | |
author = "Xpt" | |
bio = "Blogger - Programmer - Gopher" | |
location = "Toronto, Canada" | |
site_description = "Sfxpt's blogs" | |
copyright = "Powered by [Hugo](//gohugo.io). Theme by [Digitalcraftsman](http://github.com/digitalcraftsman)." | |
# Format dates with Go's time formating | |
date_format = "2006-01-02" | |
# Create custom menu entries by defining a label and a link for | |
# them. Since you can also link posts you've the option the | |
# place the links before or after them. | |
# | |
# E.g.: "Home" appears before all linked posts in the menu | |
# and "Tags" / "Categories" after them. | |
[[params.menu]] | |
before = true | |
label = "Home" | |
link = "/" | |
[[params.menu]] | |
before = false | |
label = "Tags" | |
link = "tags/" | |
[[params.menu]] | |
before = false | |
label = "Categories" | |
link = "categories/" | |
# Enter a link for the follow button on the left | |
[params.profile] | |
follow_button = "https://github.com/suntong" | |
[social] | |
# Add your social network accounts to the profile section on the left | |
# by entering your username. The links to your account will be | |
# create automatically. | |
github = "suntong" | |
bitbucket = "" | |
jsfiddle = "" | |
codepen = "" | |
foursquare = "" | |
dribbble = "" | |
deviantart = "" | |
behance = "" | |
flickr = "" | |
instagram = "" | |
youtube = "" | |
vimeo = "" | |
vine = "" | |
medium = "" | |
wordpress = "" | |
tumblr = "" | |
xing = "" | |
linkedin = "" | |
slideshare = "" | |
stackoverflow = "" | |
reddit = "" | |
pinterest = "" | |
googleplus = "" | |
facebook = "" | |
facebook_admin = "" | |
twitter_domain = "" | |
twitter = "" | |
# Enable and disable widgets for the right sidebar | |
[params.widgets] | |
recent_articles = true | |
categories = true | |
tags = true | |
tag_cloud = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment