Skip to content

Commit

Permalink
get posts to load
Browse files Browse the repository at this point in the history
downgrade due to lukeorth/poison#169
  • Loading branch information
glasser committed Feb 25, 2024
1 parent 930ba1c commit 3d7ba03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Make `git subrepo` work.
source .git-subrepo-subrepo/.rc

VERSION=0.123.3
VERSION=0.122.0
URL="https://github.com/gohugoio/hugo/releases/download/v${VERSION}/hugo_${VERSION}_darwin-universal.tar.gz"
DEST=".bin/hugo-${VERSION}"
FILEPATH="${DEST}/hugo"
Expand Down
6 changes: 5 additions & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ languageCode = 'en-us'
title = 'David Glasser Votes'
theme = 'poison'
paginate = 10
pluralizelisttitles = false # removes the automatically appended "s" on sidebar entries
# removes the automatically appended "s" on sidebar entries (from poison docs)
pluralizelisttitles = false

[author]
name = "David Glasser"
Expand All @@ -17,3 +18,6 @@ rss_icon = true
github_url = "https://github.com/glasser/vote.davidglasser.net"
sidebar_bg_color = "#d28445"
sidebar_p_color = "rgba(255,255,255,.5)"

# The default these days is to call this "posts" but that would break all my old links
front_page_content = ["post"]

0 comments on commit 3d7ba03

Please sign in to comment.