Skip to content

Commit 95c2c0f

Browse files
author
Splitter
committed
tpl(starter): add minimal Tailwind starter template
1 parent 005072a commit 95c2c0f

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

config/_default/params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ hugoblox:
7070
# Border radius: 'none', 'sm', 'md', 'lg', or 'full'
7171
radius: "md"
7272
# Spacing density: 'compact', 'comfortable', or 'spacious'
73-
spacing: "comfortable"
73+
spacing: "spacious"
7474
# Avatar shape in author profiles
7575
avatar_shape: circle # circle | square | rounded
7676

content/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ title: 'Home'
33
date: 2023-10-24
44
type: landing
55

6-
design:
7-
# Default section spacing
8-
spacing: "6rem"
9-
106
sections:
117
- block: hero
128
content:

data/authors/me.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ links:
2828
url: uploads/resume.pdf
2929
label: Download my resume
3030
- icon: rss
31-
url: ./post/index.xml
31+
url: ./blog/index.xml
3232
label: Subscribe to my blog via RSS feed

0 commit comments

Comments
 (0)