Skip to content

Commit 864acfa

Browse files
committed
Converting posts to new theme
1 parent 3313b2d commit 864acfa

20 files changed

+9
-218
lines changed

.replit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mode = "sequential"
1717

1818
[[workflows.workflow.tasks]]
1919
task = "shell.exec"
20-
args = "hugo server --bind 0.0.0.0 --port 5000 --baseURL \"\""
20+
args = "hugo server --bind 0.0.0.0 --port 5000 --disableFastRender"
2121

2222
[[ports]]
2323
localPort = 5000

archetypes/page.md

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

archetypes/post.md

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

config.toml

Lines changed: 8 additions & 185 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
1-
# [permalinks]
2-
# post = "/blog/:year/:month/:day/:slug/"
3-
41
baseURL = "https://phillc.com/"
52

6-
# Change the default theme to be use when building the site with Hugo
73
theme = "LoveIt"
84

9-
# website title
105
title = "Website of Phillip Campbell"
116

12-
# language code ["en", "zh-CN", "fr", "pl", ...]
137
languageCode = "en"
14-
# language name ["English", "简体中文", "Français", "Polski", ...]
158
languageName = "English"
169

1710
enableRobotsTXT = true
1811

12+
[permalinks]
13+
posts = "/blog/:year/:month/:day/:slug/"
14+
1915
# Menu config
2016
[menu]
2117
[[menu.main]]
@@ -66,7 +62,6 @@ email = ""
6662
link = ""
6763

6864
[params.header]
69-
7065
desktopMode = "fixed"
7166
mobileMode = "auto"
7267

@@ -116,7 +111,7 @@ enable = true
116111
gravatarEmail = "[email protected]"
117112
avatarURL = ""
118113
title = ""
119-
subtitle = "The website of Phillip Campbell"
114+
subtitle = "Heya!"
120115

121116
typeit = true
122117
social = true
@@ -131,84 +126,8 @@ paginate = 6
131126
GitHub = "phillc"
132127
Linkedin = "phillc1"
133128
X = "phillc"
134-
Instagram = ""
135-
Facebook = ""
136-
Telegram = ""
137-
Medium = ""
138-
Gitlab = ""
139-
Youtubelegacy = ""
140-
Youtubecustom = ""
141-
Youtubechannel = ""
142-
Tumblr = ""
143-
Quora = ""
144-
Keybase = ""
145-
Pinterest = ""
146-
Reddit = ""
147-
Codepen = ""
148-
FreeCodeCamp = ""
149-
Bitbucket = ""
150-
Stackoverflow = "93380"
151-
Weibo = ""
152-
Odnoklassniki = ""
153-
VK = ""
154-
Flickr = ""
155-
Xing = ""
156-
Snapchat = ""
157-
Soundcloud = ""
158-
Spotify = ""
159-
Bandcamp = ""
160-
Paypal = ""
161-
Fivehundredpx = ""
162-
Mix = ""
163-
Goodreads = ""
164-
Lastfm = ""
165-
Foursquare = ""
166-
Hackernews = ""
167-
Kickstarter = ""
168-
Patreon = ""
169-
Steam = ""
170-
Twitch = ""
171-
Strava = ""
172-
Skype = ""
173-
Whatsapp = ""
174-
Zhihu = ""
175-
Douban = ""
176-
Angellist = ""
177-
Slidershare = ""
178-
Jsfiddle = ""
179-
Deviantart = ""
180-
Behance = ""
181-
Dribbble = ""
182-
Wordpress = ""
183-
Vine = ""
184-
Googlescholar = ""
185-
Researchgate = ""
186-
Mastodon = ""
187-
Thingiverse = ""
188-
Devto = ""
189-
Gitea = ""
190-
XMPP = ""
191-
Matrix = ""
192-
Bilibili = ""
193-
Discord = ""
194-
DiscordInvite = ""
195-
Lichess = ""
196-
ORCID = ""
197-
Pleroma = ""
198-
Kaggle = ""
199-
MediaWiki = ""
200-
Plume = ""
201-
HackTheBox = ""
202-
RootMe = ""
203-
Malt = ""
204-
TikTok = ""
205-
TryHackMe = ""
206-
Codeberg = ""
207-
HuggingFace = ""
208-
Threads = ""
209-
Email = ""
210-
Phone = ""
211-
RSS = ""
129+
Twitter = "phillc"
130+
# Stackoverflow = "93380"
212131

213132
[params.page]
214133
hiddenFromHomePage = false
@@ -222,7 +141,7 @@ linkToMarkdown = true
222141
rssFullText = false
223142

224143
[params.page.toc]
225-
enable = true
144+
enable = false
226145
keepStatic = false
227146
auto = true
228147

@@ -244,106 +163,10 @@ copyTex = true
244163
mhchem = true
245164

246165
[params.page.share]
247-
enable = true
248-
X = true
249-
Threads = true
250-
Facebook = true
251-
Linkedin = false
252-
Whatsapp = false
253-
Pinterest = false
254-
Tumblr = false
255-
HackerNews = true
256-
Reddit = false
257-
VK = false
258-
Buffer = false
259-
Xing = false
260-
Line = true
261-
Instapaper = false
262-
Pocket = false
263-
Flipboard = false
264-
Weibo = true
265-
Blogger = false
266-
Baidu = false
267-
Odnoklassniki = false
268-
Evernote = false
269-
Skype = false
270-
Trello = false
271-
Diaspora = true
272-
Mix = false
273-
Telegram = true
274-
275-
[params.page.comment]
276166
enable = false
277167

278-
[params.page.comment.disqus]
279-
enable = false
280-
shortname = ""
281-
282-
[params.page.comment.gitalk]
283-
enable = false
284-
owner = ""
285-
repo = ""
286-
clientId = ""
287-
clientSecret = ""
288-
289-
[params.page.comment.valine]
290-
enable = false
291-
appId = ""
292-
appKey = ""
293-
placeholder = ""
294-
avatar = "mp"
295-
meta= ""
296-
pageSize = 10
297-
lang = ""
298-
visitor = true
299-
recordIP = true
300-
highlight = true
301-
enableQQ = false
302-
serverURLs = ""
303-
emoji = ""
304-
305-
[params.page.comment.facebook]
306-
enable = false
307-
width = "100%"
308-
numPosts = 10
309-
appId = ""
310-
languageCode = ""
311-
312-
[params.page.comment.telegram]
313-
enable = false
314-
siteID = ""
315-
limit = 5
316-
height = ""
317-
color = ""
318-
colorful = true
319-
dislikes = false
320-
outlined = false
321-
322-
[params.page.comment.commento]
323-
enable = false
324-
325-
[params.page.comment.utterances]
326-
enable = false
327-
repo = ""
328-
issueTerm = "pathname"
329-
label = ""
330-
lightTheme = "github-light"
331-
darkTheme = "github-dark"
332-
333-
[params.page.comment.giscus]
168+
[params.page.comment]
334169
enable = false
335-
repo = ""
336-
repoId = ""
337-
category = "Announcements"
338-
categoryId = ""
339-
lang = ""
340-
mapping = "pathname"
341-
reactionsEnabled = "1"
342-
emitMetadata = "0"
343-
inputPosition = "bottom"
344-
lazyLoading = false
345-
lightTheme = "light"
346-
darkTheme = "dark"
347170

348171
[params.typeit]
349172
speed = 100
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)