mirror of
https://github.com/BioArchLinux/HomePage.git
synced 2025-03-10 06:14:00 +00:00
88 lines
2.2 KiB
TOML
88 lines
2.2 KiB
TOML
baseurl = "https://bioarchlinux.org/"
|
|
languageCode = "en-us"
|
|
title = "BioArchLinux"
|
|
# 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-archbio"
|
|
|
|
|
|
[permalinks]
|
|
post = "/:year/:month/:day/:slug"
|
|
|
|
[params]
|
|
# Tell me who you're
|
|
location = ""
|
|
site_description = ""
|
|
copyright = "Powered by ArchLinux. Theme by [hugo-theme-archbio](https://github.com/BioArchLinux/hugo-theme-archbio). Sponered by [xTom](https://v.ps/)"
|
|
|
|
# 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 = "BioArchLinux"
|
|
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
|