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.
78 lines
2.9 KiB
78 lines
2.9 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 = "http://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 = "#e22d30" # Override highlight color |
|
customCSS = ["css/custom.css"] # Include custom CSS files |
|
customJS = ["js/custom.js"] # Include custom JS files |
|
|
|
[Params.sidebar] |
|
home = "right" # Configure layout for home page |
|
list = "left" # Configure layout for list pages |
|
single = false # Configure layout for single pages |
|
# Enable widgets in given order |
|
widgets = ["social", "recent"] |
|
|
|
[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 = "Public inbox" |
|
url = "https://lists.sr.ht/~tslocum/public-inbox" |
|
|
|
[[Params.widgets.social.custom]] |
|
title = "Sourcehut" |
|
url = "https://git.sr.ht/~tslocum" |
|
|
|
[[Params.widgets.social.custom]] |
|
title = "GitLab" |
|
url = "https://gitlab.com/tslocum" |
|
|
|
[[Params.widgets.social.custom]] |
|
title = "GitHub" |
|
url = "https://github.com/tslocum" |
|
|
|
[[menu.main]] |
|
name = "Home" |
|
weight = -110 |
|
identifier = "Home" |
|
url = "/"
|
|
|