Skip to content

Commit

Permalink
Merge pull request #58 from RalphHightower/RalphHightower-patch-12
Browse files Browse the repository at this point in the history
[fix](config): PR #55: minima/date_format
  • Loading branch information
RalphHightower authored Sep 21, 2024
2 parents 315536f + cb9f1f0 commit 60f522a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,21 @@ description: > # this means to ignore newlines until "show_excerpts:"
USC Gamecock Sandstorm theme derived from Jekyll/minima
show_excerpts: false
# Set to `true` to show excerpts on the homepage.
#

# Build settings

theme: minima

plugins:
- jekyll-feed
- jekyll-seo-tag

# Theme-specific settings
theme: minima
skin: auto

minima:
# Minima date format.
# Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this.
#
date_format: "%F %r"
# date_format: "%Y-%m-%d %I:%M:%S.%L %p %Z" # "%b %-d, %Y"
# date_format: "%b %-d, %Y"
# Generate social links
#
# Don't have accounts in those items commented out, but what the heck!?
Expand All @@ -52,6 +49,5 @@ minima:

# If you want to link only specific pages in your header, uncomment this and add the path to the pages in
# order as they should show up.
#
# header_pages:
# - about.md

0 comments on commit 60f522a

Please sign in to comment.