Skip to content

Commit 5a038ba

Browse files
committed
papermod
1 parent 8b66306 commit 5a038ba

File tree

339 files changed

+640
-11197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

339 files changed

+640
-11197
lines changed
File renamed without changes.

content/art/kopitiam/index.md renamed to _archive/kopitiam/index.md

Lines changed: 1 addition & 0 deletions
File renamed without changes.
File renamed without changes.

config/_default/languages.en.toml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
title = "Steven's blog"
1+
languageName = "English"
2+
weight = 1
23

3-
[author]
4-
name = "Steven Landow"
5-
links = [
6-
{ github = "https://github.com/stevenctl" }
7-
]
4+
[taxonomies]
5+
category = "categories"
6+
tag = "tags"
7+
8+
[[menu.main]]
9+
identifier = "search"
10+
name = "Search"
11+
url = "/search/"
12+
weight = 10
13+
14+
[[menu.main]]
15+
identifier = "tags"
16+
name = "Tags"
17+
url = "/tags/"
18+
weight = 20

config/_default/module.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[[imports]]
2-
path = "github.com/nunocoracao/blowfish/v2"
2+
path = "github.com/adityatelange/hugo-PaperMod"

config/_default/params.toml

Lines changed: 60 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,60 @@
1-
colorscheme = "avocado"
2-
logo="logo.png"
3-
4-
mainSections=["posts", "tech"]
5-
enableSearch=false
6-
autoSwitchAppearance=false
7-
8-
[homepage]
9-
layout="custom"
10-
# layout="page"
11-
homepageImage="train.png"
12-
13-
[article]
14-
showDate=false
15-
showReadingTime=false
16-
showWordCount=false
17-
showZenMode=false
18-
showAuthor=false
19-
showTableOfContents=true
20-
21-
[list]
22-
# showHero=true
23-
# heroStyle="basic"
24-
groupByYear=false
25-
showCards=true
26-
cardView=true
1+
# PaperMod configuration
2+
env = "production"
3+
description = "This is where I post about my side projects so I can feel like I actually shipped something."
4+
author = "Steven Landow"
5+
6+
defaultTheme = "auto"
7+
ShowAuthor = false
8+
ShowReadingTime = false
9+
ShowShareButtons = true
10+
ShowPostNavLinks = true
11+
ShowBreadCrumbs = true
12+
ShowCodeCopyButtons = true
13+
ShowWordCount = false
14+
ShowRssButtonInSectionTermList = true
15+
ShowAllPagesInArchive = true
16+
ShowPageNums = true
17+
ShowToc = true
18+
disableSpecial1stPost = false
19+
displayFullLangName = true
20+
21+
# Profile mode is DISABLED to show post list with info
22+
[profileMode]
23+
enabled = false
24+
25+
# Home info params - this shows above the post list
26+
[homeInfoParams]
27+
Title = "Steven's blog"
28+
Content = """
29+
This is where I post about my side projects so I can feel like I actually shipped something.
30+
31+
<br/>
32+
33+
One day maybe I'd like to make a game. Currently focused on learning Mandarin,
34+
and building an app, [Bookchoy](https://bookchoy.app) to help with that.
35+
36+
<br/>
37+
38+
Engineer at [Solo.io](https://solo.io), but I don't write about much networking/infra/work stuff here.
39+
"""
40+
41+
# Social icons
42+
[[socialIcons]]
43+
name = "github"
44+
title = "View my GitHub"
45+
url = "https://github.com/stevenctl"
46+
47+
[[socialIcons]]
48+
name = "linkedin"
49+
title = "Connect on LinkedIn"
50+
url = "https://www.linkedin.com/in/slandow/"
51+
52+
# Edit post configuration (optional)
53+
# [editPost]
54+
# URL = "https://github.com/stevenctl/blog/tree/main/content"
55+
# Text = "Suggest Changes"
56+
# appendFilePath = true
57+
58+
# Asset configuration
59+
[assets]
60+
disableHLJS = true

content/_index.md

Lines changed: 0 additions & 6 deletions

content/art/_index.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

content/icons.md

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)