Updating to use Poison theme added bear call lists
This commit is contained in:
parent
8d4832ec43
commit
73fe8534ca
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "themes/hugo.386"]
|
||||
path = themes/hugo.386
|
||||
url = https://gitlab.com/jmfergeau/hugo.386
|
||||
[submodule "themes/poison"]
|
||||
path = themes/poison
|
||||
url = https://github.com/lukeorth/poison.git
|
||||
|
@ -1,5 +1,12 @@
|
||||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
||||
---
|
||||
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
series: "Series name"
|
||||
categories:
|
||||
- Category A
|
||||
- Category B
|
||||
tags:
|
||||
- Tag A
|
||||
- Tag B
|
||||
---
|
||||
|
78
hugo.yml
Normal file
78
hugo.yml
Normal file
@ -0,0 +1,78 @@
|
||||
---
|
||||
baseURL: https://mnw.sdf.org/blog/
|
||||
title: mnw.sdf.org
|
||||
languageCode: en
|
||||
DefaultContentLanguage: en
|
||||
theme: poison
|
||||
publishDir: /sdf/arpa/gm/m/mnw/html/blog
|
||||
preserveTaxonomyNames: true
|
||||
paginate: 10
|
||||
pluralizelisttitles: false
|
||||
params:
|
||||
brand: Double Lunch Dispatch
|
||||
brand_image: images/circular-me.png
|
||||
description: There's still time to blog ...
|
||||
dark_mode: true
|
||||
favicon: favicon.ico
|
||||
menu:
|
||||
- Name: About
|
||||
URL: /about
|
||||
HasChildren: false
|
||||
- Name: Posts
|
||||
URL: /posts/
|
||||
Pre: Recent
|
||||
HasChildren: true
|
||||
Limit: 5
|
||||
- Name: Movies
|
||||
URL: /movies/
|
||||
Pre: Recent
|
||||
HasChildren: true
|
||||
Limit: 5
|
||||
- Name: Beers
|
||||
URL: /beers/
|
||||
Pre: Recent
|
||||
HasChildren: true
|
||||
Limit: 5
|
||||
email_url: https://keys.openpgp.org/search?q=mnw%40sdf.org
|
||||
gitlab_url: https://git.sdf.org/mnw
|
||||
mastodon_url: https://tilde.zone/@mnw
|
||||
matrix_url: https://matrix.to/#/@mnw:envs.net
|
||||
xmpp_url: xmpp:mnw@disroot.org?message;body=hi
|
||||
rss_icon: true
|
||||
rss_section: posts
|
||||
moon_sun_background_color: "#515151"
|
||||
moon_sun_color: "#FFF"
|
||||
sidebar_a_color: "#FFF"
|
||||
sidebar_bg_color: "#202020"
|
||||
sidebar_h1_color: "#FFF"
|
||||
sidebar_img_border_color: "#515151"
|
||||
sidebar_p_color: "#909090"
|
||||
sidebar_socials_color: "#FFF"
|
||||
code_color: "#000"
|
||||
code_background_color: "#E5E5E5"
|
||||
code_block_color: "#FFF"
|
||||
code_block_background_color: "#272822"
|
||||
content_bg_color: "#FAF9F6"
|
||||
date_color: "#515151"
|
||||
link_color: "#268BD2"
|
||||
list_color: "#5A5A5A"
|
||||
post_title_color: "#303030"
|
||||
table_border_color: "#E5E5E5"
|
||||
table_stripe_color: "#F9F9F9"
|
||||
text_color: "#222"
|
||||
code_color_dark: "#FFF"
|
||||
code_background_color_dark: "#515151"
|
||||
code_block_color_dark: "#FFF"
|
||||
code_block_background_color_dark: "#272822"
|
||||
content_bg_color_dark: "#121212"
|
||||
date_color_dark: "#9A9A9A"
|
||||
link_color_dark: "#268BD2"
|
||||
list_color_dark: "#9D9D9D"
|
||||
post_title_color_dark: "#DBE2E9"
|
||||
table_border_color_dark: "#515151"
|
||||
table_stripe_color_dark: "#202020"
|
||||
text_color_dark: "#EEE"
|
||||
taxonomies:
|
||||
series: series
|
||||
tags: tags
|
||||
|
BIN
static/images/circular-me.png
Normal file
BIN
static/images/circular-me.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 362 KiB |
BIN
static/images/favion.ico
Normal file
BIN
static/images/favion.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
1
themes/poison
Submodule
1
themes/poison
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 07485e85f0247518bc64ed0cc6fd6b39abe3d90d
|
Loading…
Reference in New Issue
Block a user