mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-08 01:22:29 +00:00
Switch themes to minimo
This commit is contained in:
13
themes/minimo/exampleSite/data/authors/muniftanjim.toml
Normal file
13
themes/minimo/exampleSite/data/authors/muniftanjim.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
id = "muniftanjim"
|
||||
|
||||
[email]
|
||||
username = "muniftanjim"
|
||||
host = "gmail.com"
|
||||
|
||||
[name]
|
||||
display = "Munif Tanjim"
|
||||
|
||||
[social]
|
||||
email = ""
|
||||
facebook = "MunifTanjim"
|
||||
twitter = "MunifTanjim"
|
@@ -0,0 +1,8 @@
|
||||
_id: 85b5b000-33c9-11e8-b7f2-af13eee21e7d
|
||||
honeypot: ''
|
||||
permalink: /docs/comments-support/
|
||||
content: Comment's on Minimo is now powered by **Staticman**'s superpower!
|
||||
author: Munif Tanjim
|
||||
email: 058944a54775b387da964cb3cc3670ff
|
||||
site: 'https://muniftanjim.com'
|
||||
date: 1522357200000
|
@@ -0,0 +1,9 @@
|
||||
_id: c7062840-33ca-11e8-b7f2-af13eee21e7d
|
||||
honeypot: ''
|
||||
permalink: /docs/comments-support/
|
||||
parent_id: 85b5b000-33c9-11e8-b7f2-af13eee21e7d
|
||||
content: "_\"I suppose everyone feels that he's the hero in his own story, but there are no heroes, no villains, just people doing the best they can.\"_ \r\n--- Harold Finch"
|
||||
author: Munif Tanjim
|
||||
email: 058944a54775b387da964cb3cc3670ff
|
||||
site: ''
|
||||
date: 1522359000000
|
36
themes/minimo/exampleSite/data/config/widgets.toml
Normal file
36
themes/minimo/exampleSite/data/config/widgets.toml
Normal file
@@ -0,0 +1,36 @@
|
||||
# About Widget config
|
||||
[about]
|
||||
title = "" # default: .Site.Title
|
||||
description = "" # default: .Site.Params.info.description
|
||||
logo = "/images/logo.png" # default: "/images/logo.png"
|
||||
|
||||
# Breadcrumbs Widget config
|
||||
[breadcrumbs]
|
||||
separator = "/" # default: "/"
|
||||
excludeParents = ["page"] # default: ["page"]
|
||||
|
||||
# Recent Posts Widget config
|
||||
[recent_posts]
|
||||
title = "" # default: "Recent Posts"
|
||||
length = 4 # default: 5
|
||||
excludeTypes = ["page"] # default: ["page"]
|
||||
|
||||
# Search Widget config
|
||||
[search]
|
||||
title = "" # default: "Search"
|
||||
|
||||
# Sidebar Menu Widget config
|
||||
[sidebar_menu]
|
||||
title = "" # default: ""
|
||||
mirror = "" # default: ""
|
||||
|
||||
# Social Menu Widget config
|
||||
[social_menu]
|
||||
title = "" # default: ""
|
||||
platforms = ["github","facebook","twitter","instagram","email","codepen","gitlab","linkedin","telegram","google_scholar","youtube"]
|
||||
|
||||
# Taxonomy Cloud Widget config
|
||||
[taxonomy_cloud]
|
||||
title = "" # default: Plural Name for `taxonomyCloud.taxonomy`
|
||||
taxonomy = "tags" # default: "tags"
|
||||
shuffle = true # default: true
|
Reference in New Issue
Block a user