-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Adam Jimerson <vendion@gmail.com>
- Loading branch information
Showing
1 changed file
with
89 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
baseurl = "https://pacbsd.org/" | ||
languageCode = "en-us" | ||
title = "PacBSD" | ||
# Enable comments by entering your Disqus shortname | ||
disqusShortname = "" | ||
# Enable Google Analytics by entering your tracking code | ||
googleAnalytics = "" | ||
# Define the number of posts per site | ||
paginate = 10 | ||
theme = "hugo-theme-arch" | ||
|
||
|
||
[permalinks] | ||
post = "/news/:year/:month/:day/:slug" | ||
|
||
[params] | ||
# Tell me who you're | ||
location = "" | ||
site_description = "A lightweight FreeBSD distribution using the Arch's pacman package manager" | ||
copyright = "All Rights Reserved<br />Powered by [Hugo](//gohugo.io). Theme by [hugo-theme-arch](https://github.com/syui/hugo-theme-arch)." | ||
|
||
# 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 = "" | ||
|
||
|
||
[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 = "PacBSD" | ||
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 | ||
|