Skip to content

Commit d1bd90f

Browse files
committed
update RSS feed
1 parent 24761d6 commit d1bd90f

135 files changed

Lines changed: 1736 additions & 1756 deletions

File tree

Some content is hidden

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

config.yml

Lines changed: 18 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
baseURL: "liu-chao.site"
1+
baseURL: "https://liu-chao.site" # Added https://
22
title: Chao Liu
33
paginate: 20
44
theme: PaperMod
55

66
enableInlineShortcodes: true
77
enableRobotsTXT: true
88

9+
# RSS Configuration - Only for Posts section
10+
outputs:
11+
home:
12+
- HTML
13+
page:
14+
- HTML
15+
section:
16+
- HTML
17+
- RSS # This enables RSS for sections like /posts/
18+
19+
# RSS Feed Settings
20+
rssLimit: 20 # Number of items in RSS feed
21+
922
taxonomies:
1023
tag: tags
1124

@@ -29,15 +42,6 @@ menu:
2942
- name: Tags
3043
url: tags/
3144
weight: 3
32-
#- name: Courses
33-
# url: courses/
34-
# weight: 3
35-
#- name: Data
36-
# url: data/
37-
# weight: 4
38-
#- name: Blog
39-
# url: https://en.wikipedia.org/wiki/Moritz-Maria_von_Igelfeld_(character)
40-
# weight: 6
4145

4246
params:
4347
description: "I am an Associate Professor of Psychology at Cedarville University. My teaching and research interests revolve around quantitative methodologies. I am a Christ follower, a husband, and a father of two."
@@ -55,7 +59,7 @@ params:
5559
ShowBreadCrumbs: true
5660
ShowCodeCopyButtons: true
5761
ShowAllPagesInArchive: false
58-
MainSections: ["books","courses","papers","data"]
62+
MainSections: ["posts"] # Only posts will be included in main content feeds
5963
ShowToc: false
6064
disableScrollToTop: true
6165
TocOpen: true
@@ -65,6 +69,7 @@ params:
6569
comments: true
6670
disqusShortname: "liu-chao.site"
6771
math: true
72+
6873
profileMode:
6974
enabled: true
7075
title: Chao Liu
@@ -96,40 +101,24 @@ params:
96101
- name: Publications
97102
url: publications/
98103
weight: 2
99-
#- name: Courses
100-
# url: courses/
101-
# weight: 3
102-
#- name: Data
103-
# url: data/
104-
# weight: 4
105-
#- name: Blog
106-
# url: https://en.wikipedia.org/wiki/Moritz-Maria_von_Igelfeld_(character)
107-
# weight: 6
108104

109105
socialIcons:
110106
- name: CV
111107
url: cv_5-5.pdf
112108
- name: Email
113109
url: mailto:chaoliu@cedarville.edu
114-
#- name: Zoom
115-
# url: https://www.zoom.us/my/igelfeld
116110
- name: Location
117111
url: location/
118-
#- name: Office Hours
119-
# url: officehours/
120112
- name: Google Scholar
121113
url: https://scholar.google.com/citations?user=7Mo7trwAAAAJ&hl=en
122114
- name: GitHub
123115
url: https://github.com/chaoliu-cl
124-
#- name: Substack
125-
# url: https://pmichaillat.substack.com
126-
#- name: YouTube
127-
# url: https://www.youtube.com/@alexandermccallsmithoffici9000
128116
- name: X
129117
url: https://x.com/ChaoLiu77600168
130118
- name: linkedin
131119
url: https://www.linkedin.com/in/chao-liu-1056663b/
132-
120+
- name: RSS
121+
url: posts/index.xml
133122

134123
assets:
135124
disableScrollBarStyle: true

public/404.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<meta name="keywords" content="">
1010
<meta name="description" content="I am an Associate Professor of Psychology at Cedarville University. My teaching and research interests revolve around quantitative methodologies. I am a Christ follower, a husband, and a father of two.">
1111
<meta name="author" content="Chao Liu">
12-
<link rel="canonical" href="//localhost:1313/404.html">
12+
<link rel="canonical" href="http://localhost:1313/404.html">
1313
<link crossorigin="anonymous" href="/assets/css/stylesheet.d6cf4a8fa527330d9574f36d8d000fdaf90ca838ff09ab72fc27d3cb7ca1ddc5.css" integrity="sha256-1s9Kj6UnMw2VdPNtjQAP2vkMqDj/Caty/CfTy3yh3cU=" rel="preload stylesheet" as="style">
14-
<link rel="icon" href="//localhost:1313/favicon.ico">
15-
<link rel="icon" type="image/png" sizes="16x16" href="//localhost:1313/favicon-16x16.png">
16-
<link rel="icon" type="image/png" sizes="32x32" href="//localhost:1313/favicon-32x32.png">
17-
<link rel="apple-touch-icon" href="//localhost:1313/apple-touch-icon.png">
14+
<link rel="icon" href="http://localhost:1313/favicon.ico">
15+
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
16+
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
17+
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
1818
<meta name="theme-color" content="#2e2e33">
1919
<meta name="msapplication-TileColor" content="#2e2e33">
20-
<link rel="alternate" hreflang="en" href="//localhost:1313/404.html">
20+
<link rel="alternate" hreflang="en" href="http://localhost:1313/404.html">
2121
<noscript>
2222
<style>
2323
#theme-toggle,
@@ -29,7 +29,7 @@
2929
</noscript><meta property="og:title" content="404 Page not found" />
3030
<meta property="og:description" content="I am an Associate Professor of Psychology at Cedarville University. My teaching and research interests revolve around quantitative methodologies. I am a Christ follower, a husband, and a father of two." />
3131
<meta property="og:type" content="website" />
32-
<meta property="og:url" content="//localhost:1313/404.html" />
32+
<meta property="og:url" content="http://localhost:1313/404.html" />
3333

3434
<meta name="twitter:card" content="summary"/>
3535
<meta name="twitter:title" content="404 Page not found"/>
@@ -77,8 +77,8 @@
7777
<header class="header">
7878
<nav class="nav">
7979
<div class="logo">
80-
<a href="//localhost:1313/" accesskey="h" title="Chao Liu">
81-
<img src="//localhost:1313/favicon.ico" alt="" aria-label="logo"
80+
<a href="http://localhost:1313/" accesskey="h" title="Chao Liu">
81+
<img src="http://localhost:1313/favicon.ico" alt="" aria-label="logo"
8282
height="18"
8383
width="18">Chao Liu</a>
8484
<div class="logo-switches">
@@ -106,32 +106,32 @@
106106
</div>
107107
<ul id="menu">
108108
<li>
109-
<a href="//localhost:1313/about/" title="About">
109+
<a href="http://localhost:1313/about/" title="About">
110110
<span>About</span>
111111
</a>
112112
</li>
113113
<li>
114-
<a href="//localhost:1313/papers/" title="Papers">
114+
<a href="http://localhost:1313/papers/" title="Papers">
115115
<span>Papers</span>
116116
</a>
117117
</li>
118118
<li>
119-
<a href="//localhost:1313/posts/" title="Posts">
119+
<a href="http://localhost:1313/posts/" title="Posts">
120120
<span>Posts</span>
121121
</a>
122122
</li>
123123
<li>
124-
<a href="//localhost:1313/projects/" title="Projects">
124+
<a href="http://localhost:1313/projects/" title="Projects">
125125
<span>Projects</span>
126126
</a>
127127
</li>
128128
<li>
129-
<a href="//localhost:1313/publications/" title="Publications">
129+
<a href="http://localhost:1313/publications/" title="Publications">
130130
<span>Publications</span>
131131
</a>
132132
</li>
133133
<li>
134-
<a href="//localhost:1313/tags/" title="Tags">
134+
<a href="http://localhost:1313/tags/" title="Tags">
135135
<span>Tags</span>
136136
</a>
137137
</li>

public/about/index.html

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<meta name="description" content="I grew up in a southern coastal city of China and made my way to the United States in 2010, driven by a deep desire to pursue graduate degrees in psychology and make a positive impact on the lives of children in need. In 2013, I earned my master&rsquo;s degree in developmental psychology from the University of Maine.
1111
During my time at the university, I came to realize the profound influence that families have on child development.">
1212
<meta name="author" content="Chao Liu">
13-
<link rel="canonical" href="//localhost:1313/about/">
13+
<link rel="canonical" href="http://localhost:1313/about/">
1414
<link crossorigin="anonymous" href="/assets/css/stylesheet.d6cf4a8fa527330d9574f36d8d000fdaf90ca838ff09ab72fc27d3cb7ca1ddc5.css" integrity="sha256-1s9Kj6UnMw2VdPNtjQAP2vkMqDj/Caty/CfTy3yh3cU=" rel="preload stylesheet" as="style">
15-
<link rel="icon" href="//localhost:1313/favicon.ico">
16-
<link rel="icon" type="image/png" sizes="16x16" href="//localhost:1313/favicon-16x16.png">
17-
<link rel="icon" type="image/png" sizes="32x32" href="//localhost:1313/favicon-32x32.png">
18-
<link rel="apple-touch-icon" href="//localhost:1313/apple-touch-icon.png">
15+
<link rel="icon" href="http://localhost:1313/favicon.ico">
16+
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
17+
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">
18+
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png">
1919
<meta name="theme-color" content="#2e2e33">
2020
<meta name="msapplication-TileColor" content="#2e2e33">
21-
<link rel="alternate" hreflang="en" href="//localhost:1313/about/">
21+
<link rel="alternate" hreflang="en" href="http://localhost:1313/about/">
2222
<noscript>
2323
<style>
2424
#theme-toggle,
@@ -31,7 +31,7 @@
3131
<meta property="og:description" content="I grew up in a southern coastal city of China and made my way to the United States in 2010, driven by a deep desire to pursue graduate degrees in psychology and make a positive impact on the lives of children in need. In 2013, I earned my master&rsquo;s degree in developmental psychology from the University of Maine.
3232
During my time at the university, I came to realize the profound influence that families have on child development." />
3333
<meta property="og:type" content="article" />
34-
<meta property="og:url" content="//localhost:1313/about/" /><meta property="article:section" content="" />
34+
<meta property="og:url" content="http://localhost:1313/about/" /><meta property="article:section" content="" />
3535
<meta property="article:published_time" content="2024-08-07T00:00:00+00:00" />
3636
<meta property="article:modified_time" content="2024-08-07T00:00:00+00:00" />
3737

@@ -50,7 +50,7 @@
5050
"@type": "ListItem",
5151
"position": 1 ,
5252
"name": "About me",
53-
"item": "//localhost:1313/about/"
53+
"item": "http://localhost:1313/about/"
5454
}
5555
]
5656
}
@@ -76,14 +76,14 @@
7676
},
7777
"mainEntityOfPage": {
7878
"@type": "WebPage",
79-
"@id": "//localhost:1313/about/"
79+
"@id": "http://localhost:1313/about/"
8080
},
8181
"publisher": {
8282
"@type": "Organization",
8383
"name": "Chao Liu",
8484
"logo": {
8585
"@type": "ImageObject",
86-
"url": "//localhost:1313/favicon.ico"
86+
"url": "http://localhost:1313/favicon.ico"
8787
}
8888
}
8989
}
@@ -130,8 +130,8 @@
130130
<header class="header">
131131
<nav class="nav">
132132
<div class="logo">
133-
<a href="//localhost:1313/" accesskey="h" title="Chao Liu">
134-
<img src="//localhost:1313/favicon.ico" alt="" aria-label="logo"
133+
<a href="http://localhost:1313/" accesskey="h" title="Chao Liu">
134+
<img src="http://localhost:1313/favicon.ico" alt="" aria-label="logo"
135135
height="18"
136136
width="18">Chao Liu</a>
137137
<div class="logo-switches">
@@ -159,32 +159,32 @@
159159
</div>
160160
<ul id="menu">
161161
<li>
162-
<a href="//localhost:1313/about/" title="About">
162+
<a href="http://localhost:1313/about/" title="About">
163163
<span class="active">About</span>
164164
</a>
165165
</li>
166166
<li>
167-
<a href="//localhost:1313/papers/" title="Papers">
167+
<a href="http://localhost:1313/papers/" title="Papers">
168168
<span>Papers</span>
169169
</a>
170170
</li>
171171
<li>
172-
<a href="//localhost:1313/posts/" title="Posts">
172+
<a href="http://localhost:1313/posts/" title="Posts">
173173
<span>Posts</span>
174174
</a>
175175
</li>
176176
<li>
177-
<a href="//localhost:1313/projects/" title="Projects">
177+
<a href="http://localhost:1313/projects/" title="Projects">
178178
<span>Projects</span>
179179
</a>
180180
</li>
181181
<li>
182-
<a href="//localhost:1313/publications/" title="Publications">
182+
<a href="http://localhost:1313/publications/" title="Publications">
183183
<span>Publications</span>
184184
</a>
185185
</li>
186186
<li>
187-
<a href="//localhost:1313/tags/" title="Tags">
187+
<a href="http://localhost:1313/tags/" title="Tags">
188188
<span>Tags</span>
189189
</a>
190190
</li>
@@ -196,7 +196,7 @@
196196

197197
<article class="post-single">
198198
<header class="post-header">
199-
<div class="breadcrumbs"><a href="//localhost:1313/">Home</a></div>
199+
<div class="breadcrumbs"><a href="http://localhost:1313/">Home</a></div>
200200
<h1 class="post-title entry-hint-parent">
201201
About me
202202
</h1>

0 commit comments

Comments
 (0)