From caabc9a3db9f3198e646a3d4a1299b79e098975c Mon Sep 17 00:00:00 2001 From: Adam Jimerson Date: Wed, 7 Sep 2016 14:22:17 -0400 Subject: [PATCH] Adding deployment config file Signed-off-by: Adam Jimerson --- config-deplay.toml | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 config-deplay.toml diff --git a/config-deplay.toml b/config-deplay.toml new file mode 100644 index 0000000..1f2b90e --- /dev/null +++ b/config-deplay.toml @@ -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
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 +