You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
3.2 KiB
89 lines
3.2 KiB
baseurl = "/" |
|
title = "Rocket Nine Labs" |
|
languageCode = "en-us" |
|
paginate = "10" # Number of posts per page |
|
theme = "mainroad" |
|
disqusShortname = "" # Enable Disqus comments by entering your Disqus shortname |
|
googleAnalytics = "" # Enable Google Analytics by entering your tracking id |
|
|
|
[Author] # Used in authorbox |
|
name = "Trevor Slocum" |
|
bio = "Trevor is a software developer and system administrator." |
|
avatar = "https://www.gravatar.com/avatar/5e7cc07a69488c7110d8a4f6df94c1b7?s=200" |
|
|
|
[Params] |
|
subtitle = "" # Subtitle of your site. Used in site header |
|
description = "Personal blog of Trevor Slocum, open source developer." # Site description. Used in meta description |
|
copyright = "Trevor Slocum" # Footer copyright holder, otherwise will use site title |
|
opengraph = true # Enable OpenGraph if true |
|
twitter_cards = false # Enable Twitter Cards if true |
|
readmore = false # Show "Read more" button in list if true |
|
authorbox = true # Show authorbox at bottom of pages if true |
|
toc = true # Enable Table of Contents |
|
post_navigation = true # Show post navigation at bottom of pages if true |
|
post_meta = ["date", "categories", "translations"] # Order of post meta information |
|
mainSections = ["post", "blog", "news"] # Specify section pages to show on home page and the "Recent articles" widget |
|
dateformat = "2006-01-02" # Change the format of dates |
|
mathjax = false # Enable MathJax |
|
mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js" # Specify MathJax path |
|
mathjaxConfig = "TeX-AMS-MML_HTMLorMML" # Specify MathJax config |
|
highlightColor = "#0b5693" # Override highlight color |
|
customCSS = ["css/custom.css"] # Include custom CSS files |
|
customJS = ["js/custom.js"] # Include custom JS files |
|
|
|
#[Params.logo] |
|
# image = "https://www.gravatar.com/avatar/5e7cc07a69488c7110d8a4f6df94c1b7?s=200" # Logo image. Path relative to "static" |
|
# title = "Rocket Nine Labs" # Logo title, otherwise will use site title |
|
# subtitle = "Trevor Slocum, Developer" # Logo subtitle |
|
|
|
[Params.sidebar] |
|
home = "right" # Configure layout for home page |
|
list = false # Configure layout for list pages |
|
single = false # Configure layout for single pages |
|
# Enable widgets in given order |
|
widgets = ["social", "about"] |
|
|
|
[Params.widgets] |
|
recent_num = 5 # Set the number of articles in the "Recent articles" widget |
|
tags_counter = false # Enable counter for each tag in "Tags" widget |
|
|
|
[Params.widgets.social] |
|
# # Enable parts of social widget |
|
# facebook = "username" |
|
# twitter = "username" |
|
# instagram = "username" |
|
# linkedin = "username" |
|
# telegram = "username" |
|
# github = "tslocum" |
|
# gitlab = "tslocum" |
|
# bitbucket = "username" |
|
email = "trevor@rocketnine.space" |
|
|
|
# Custom social links |
|
|
|
[[Params.widgets.social.custom]] |
|
title = "Self-hosted Git repositories" |
|
url = "https://code.rocketnine.space/tslocum" |
|
icon = "svg/gitlab.svg" |
|
|
|
[[Params.widgets.social.custom]] |
|
title = "GitHub" |
|
url = "https://github.com/tslocum" |
|
icon = "svg/github.svg" |
|
|
|
[[Params.widgets.social.custom]] |
|
title = "Résumé" |
|
url = "https://tslocum.github.io/resume" |
|
icon = "svg/author.svg" |
|
|
|
[[menu.main]] |
|
name = "Home" |
|
weight = -110 |
|
identifier = "Home" |
|
url = "/" |
|
|
|
[[menu.main]] |
|
name = "Posts" |
|
weight = -105 |
|
identifier = "Posts" |
|
url = "/post/"
|
|
|