Switch theme
This commit is contained in:
47
config/_default/config.toml
Normal file
47
config/_default/config.toml
Normal file
@@ -0,0 +1,47 @@
|
||||
baseURL = 'https://joshuafhiggins.github.com/'
|
||||
languageCode = 'en-us'
|
||||
title = 'Joshua Higgins'
|
||||
theme = "hugo-theme-stack"
|
||||
description = "The blog for my programming projects"
|
||||
favicon = "/favicon.ico"
|
||||
|
||||
[Params.Sidebar]
|
||||
compact = false
|
||||
emoji = ""
|
||||
subtitle = "The blog for my programming projects"
|
||||
|
||||
[Params.Sidebar.Avatar]
|
||||
enabled = true
|
||||
local = true
|
||||
src = "images/avatar.png"
|
||||
|
||||
[Params.Footer]
|
||||
since = 2019
|
||||
customText = "Put leagal stuff maybe"
|
||||
|
||||
[Params.Article]
|
||||
math = true
|
||||
toc = true
|
||||
readingTime = true
|
||||
|
||||
[Params.Article.License]
|
||||
enabled = true
|
||||
license.default = "Licensed under CC BY-NC-SA 4.0"
|
||||
|
||||
[Params.Comments]
|
||||
enabled = true
|
||||
provider = "utterances"
|
||||
|
||||
[Params.Comments.utterances]
|
||||
repo = "joshuafhiggins/joshuafhiggins.github.io"
|
||||
issueTerm = "pathname"
|
||||
label = "[Comment]"
|
||||
|
||||
[Params.opengraph.twitter]
|
||||
site = "ModsToasty"
|
||||
card = "summary"
|
||||
|
||||
[Params.defaultImage.opengraph]
|
||||
enabled = true
|
||||
local = true
|
||||
src = "images/banner.png"
|
||||
54
config/_default/menu.toml
Normal file
54
config/_default/menu.toml
Normal file
@@ -0,0 +1,54 @@
|
||||
# Configure main menu and social menu
|
||||
[[main]]
|
||||
identifier = "home"
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
[main.params]
|
||||
icon = "home"
|
||||
newtab = false
|
||||
|
||||
[[social]]
|
||||
identifier = "github"
|
||||
name = "GitHub"
|
||||
weight = 1
|
||||
url = "https://github.com/joshuafhiggins"
|
||||
|
||||
[social.params]
|
||||
icon = "brand-github"
|
||||
|
||||
[[social]]
|
||||
identifier = "youtube"
|
||||
name = "YouTube"
|
||||
weight = 2
|
||||
url = "https://www.youtube.com/channel/UCIk0qQcaVTxhfTD9sK_0PtQ"
|
||||
|
||||
[social.params]
|
||||
icon = "brand-youtube"
|
||||
|
||||
[[social]]
|
||||
identifier = "discord"
|
||||
name = "Discord"
|
||||
weight = 4
|
||||
url = "https://discord.com/invite/b48D4m8jNs"
|
||||
|
||||
[social.params]
|
||||
icon = "brand-discord"
|
||||
|
||||
[[social]]
|
||||
identifier = "email"
|
||||
name = "Email"
|
||||
weight = 3
|
||||
url = "joshuafhiggins@gmail.com"
|
||||
|
||||
[social.params]
|
||||
icon = "mail"
|
||||
|
||||
[[social]]
|
||||
identifier = "rss"
|
||||
name = "RSS"
|
||||
weight = 5
|
||||
url = "/index.xml"
|
||||
|
||||
[social.params]
|
||||
icon = "rss"
|
||||
24
config/_default/params.toml
Normal file
24
config/_default/params.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
## Widgets
|
||||
[[widgets.homepage]]
|
||||
type = "search"
|
||||
|
||||
[[widgets.homepage]]
|
||||
type = "archives"
|
||||
|
||||
[widgets.homepage.params]
|
||||
limit = 5
|
||||
|
||||
[[widgets.homepage]]
|
||||
type = "categories"
|
||||
|
||||
[widgets.homepage.params]
|
||||
limit = 10
|
||||
|
||||
[[widgets.homepage]]
|
||||
type = "tag-cloud"
|
||||
|
||||
[widgets.homepage.params]
|
||||
limit = 10
|
||||
|
||||
[[widgets.page]]
|
||||
type = "toc"
|
||||
Reference in New Issue
Block a user