-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
282 lines (224 loc) · 21.1 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>首页 on 网络技术汇</title>
<link>https://forrestchu.github.io/</link>
<description>Recent content in 首页 on 网络技术汇</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Thu, 19 Oct 2017 15:26:15 +0000</lastBuildDate><atom:link href="https://forrestchu.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>文章搜索</title>
<link>https://forrestchu.github.io/post/search/</link>
<pubDate>Mon, 12 Dec 2022 00:00:00 +0000</pubDate>
<guid>https://forrestchu.github.io/post/search/</guid>
<description></description>
</item>
<item>
<title>欢迎投稿</title>
<link>https://forrestchu.github.io/post/contrib/</link>
<pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate>
<guid>https://forrestchu.github.io/post/contrib/</guid>
<description>Hugo uses the excellent Go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks you will find a lot of similarities in Go templates. This document</description>
</item>
<item>
<title>作者简介</title>
<link>https://forrestchu.github.io/author/</link>
<pubDate>Wed, 09 Apr 2014 00:00:00 +0000</pubDate>
<guid>https://forrestchu.github.io/author/</guid>
<description>Hugo is a static site engine written in Go. It makes use of a variety of open source projects including: Cobra Viper J Walter Weatherman Cast Learn more and contribute on GitHub.</description>
</item>
<item>
<title>Markdown Syntax</title>
<link>https://forrestchu.github.io/sample/markdown-syntax/</link>
<pubDate>Tue, 17 Nov 2020 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/sample/markdown-syntax/</guid>
<description>Headings # Heading level 1 ## Heading level 2 ### Heading level 3 #### Heading level 4 ##### Heading level 5 ###### Heading level 6 Emphasis *Italic* **Bold** ~~Strikethrough~~ Horizontal Rule --- Lists Unordered Lists - First item - Second item - Third item - Fourth item or
* First item * Second item * Third item * Fourth item Ordered Lists 1. First item 2. Second item 3. Third item 4.</description>
</item>
<item>
<title>Build-in Shortcodes</title>
<link>https://forrestchu.github.io/sample/build-in-shortcodes/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/sample/build-in-shortcodes/</guid>
<description>See https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes
figure 2 People Sitting With View of Yellow Flowers during Daytime gist highlight &lt;section id=&#34;main&#34;&gt; &lt;div&gt; &lt;h1 id=&#34;title&#34;&gt;{{ .Title }}&lt;/h1&gt; {{ range .Data.Pages }} {{ .Render &#34;summary&#34;}} {{ end }} &lt;/div&gt; &lt;/section&gt; vimeo youtube </description>
</item>
<item>
<title>Chapter 2-3 (weight: 10)</title>
<link>https://forrestchu.github.io/chapter2/3/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/chapter2/3/</guid>
<description>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</description>
</item>
<item>
<title>Custom Shortcodes</title>
<link>https://forrestchu.github.io/sample/custom-shortcodes/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/sample/custom-shortcodes/</guid>
<description>Code highlight with clipboard sample/custom-shortcodes.html Copy {{&lt; highlight html &gt;}} &lt;section id=&#34;main&#34;&gt; &lt;div&gt; &lt;h1 id=&#34;title&#34;&gt;{{ .Title }}&lt;/h1&gt; {{ range .Pages }} {{ .Render &#34;summary&#34;}} {{ end }} &lt;/div&gt; &lt;/section&gt; {{&lt; /highlight &gt;}} Alert panel Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</description>
</item>
<item>
<title>Installation</title>
<link>https://forrestchu.github.io/getting-started/installation/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/getting-started/installation/</guid>
<description>Install Hugo theme on your project If you have git installed, you can include hugo-theme-techdoc repository into your core repository as submodule using git submodule within your project directory.
cd your_project git submodule add https://github.com/thingsym/hugo-theme-techdoc.git themes/hugo-theme-techdoc For more information read the Hugo documentation.
Or download Hugo theme on your project If you have git installed, you can do the following at the command-line-interface within your project directory.
cd your_project/themes git clone https://github.</description>
</item>
<item>
<title>Table of Contents</title>
<link>https://forrestchu.github.io/sample/table-of-contents/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/sample/table-of-contents/</guid>
<description>&nbsp;Note The TableOfContents field with true in your content’s front matter will render a table of contents.
TableOfContents: true Setting the built-in .TableOfContents variables can configure what heading levels you want to include in TOC. See the built-in .TableOfContents variables settings
Section 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</description>
</item>
<item>
<title>Creating a New Theme</title>
<link>https://forrestchu.github.io/post/misc-1/</link>
<pubDate>Sun, 28 Sep 2014 00:00:00 +0000</pubDate>
<guid>https://forrestchu.github.io/post/misc-1/</guid>
<description>Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I&rsquo;ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won&rsquo;t cover using CSS to style your theme. We&rsquo;ll start with creating a new site with</description>
</item>
<item>
<title>Migrate to Hugo from Jekyll</title>
<link>https://forrestchu.github.io/post/misc-2/</link>
<pubDate>Mon, 10 Mar 2014 00:00:00 +0000</pubDate>
<guid>https://forrestchu.github.io/post/misc-2/</guid>
<description>Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static content under static. You should therefore move it all there. With Jekyll, something that looked like ▾ &lt;root&gt;/ ▾ images/ logo.png should become ▾ &lt;root&gt;/ ▾ static/ ▾ images/ logo.png Additionally, you&rsquo;ll want any files that should reside at the root (such</description>
</item>
<item>
<title>Chapter 2-4 (weight: 20)</title>
<link>https://forrestchu.github.io/chapter2/4/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/chapter2/4/</guid>
<description>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</description>
</item>
<item>
<title>Configuration</title>
<link>https://forrestchu.github.io/getting-started/configuration/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/getting-started/configuration/</guid>
<description>You may specify options in config.toml (or config.yaml/config.json) of your site to make use of this theme’s features.
For an example of config.toml, see config.toml in exampleSite.
Params # Source Code repository section description = &quot;put your description&quot; github_repository = &quot;https://github.com/thingsym/hugo-theme-techdoc&quot; version = &quot;0.9.9&quot; # Documentation repository section # documentation repository (set edit link to documentation repository) github_doc_repository = &quot;https://github.com/thingsym/hugo-theme-techdoc&quot; github_doc_repository_path = &quot;&quot; # Analytic section google_analytics_id = &quot;&quot; # Your Google Analytics tracking id tag_manager_container_id = &quot;&quot; # Your Google Tag Manager container id google_site_verification = &quot;&quot; # Your Google Site Verification for Search Console # Open Graph and Twitter Cards settings section # Open Graph settings for each page are set on the front matter.</description>
</item>
<item>
<title>Screenshot</title>
<link>https://forrestchu.github.io/getting-started/screenshot/</link>
<pubDate>Sat, 26 Oct 2019 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/getting-started/screenshot/</guid>
<description>Theme color Menu style Open Menu Slide Menu Edit link </description>
</item>
<item>
<title>Chapter 2-2 (weight: 30)</title>
<link>https://forrestchu.github.io/chapter2/2/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/chapter2/2/</guid>
<description>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</description>
</item>
<item>
<title>Chapter 2-1 (weight: 40)</title>
<link>https://forrestchu.github.io/chapter2/1/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/chapter2/1/</guid>
<description>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</description>
</item>
<item>
<title>Search Shortcode</title>
<link>https://forrestchu.github.io/sample/search-shortcode/</link>
<pubDate>Mon, 30 Mar 2020 18:49:06 +0000</pubDate>
<guid>https://forrestchu.github.io/sample/search-shortcode/</guid>
<description>&nbsp;Note Search Shortcode powered by Algolia
You can create a search page just by adding search shortcode.</description>
</item>
<item>
<title>Chapter 1-1</title>
<link>https://forrestchu.github.io/chapter1/1/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/chapter1/1/</guid>
<description>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</description>
</item>
<item>
<title>Chapter 1-2</title>
<link>https://forrestchu.github.io/chapter1/2/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/chapter1/2/</guid>
<description>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</description>
</item>
<item>
<title>Chapter 1-3</title>
<link>https://forrestchu.github.io/chapter1/3/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/chapter1/3/</guid>
<description>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</description>
</item>
<item>
<title>Chapter 1-4</title>
<link>https://forrestchu.github.io/chapter1/4/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/chapter1/4/</guid>
<description>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</description>
</item>
<item>
<title>Chapter 2-0 (weight: no set)</title>
<link>https://forrestchu.github.io/chapter2/5/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/chapter2/5/</guid>
<description>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</description>
</item>
<item>
<title>Chapter 3-1</title>
<link>https://forrestchu.github.io/chapter3/1/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/chapter3/1/</guid>
<description>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</description>
</item>
<item>
<title>Chapter 3-2-1</title>
<link>https://forrestchu.github.io/chapter3/chapter3-2/1/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/chapter3/chapter3-2/1/</guid>
<description>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</description>
</item>
<item>
<title>Chapter 3-2-2</title>
<link>https://forrestchu.github.io/chapter3/chapter3-2/2/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/chapter3/chapter3-2/2/</guid>
<description>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</description>
</item>
<item>
<title>Chapter 3-2-3</title>
<link>https://forrestchu.github.io/chapter3/chapter3-2/3/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/chapter3/chapter3-2/3/</guid>
<description>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</description>
</item>
<item>
<title>Chapter 3-2-4</title>
<link>https://forrestchu.github.io/chapter3/chapter3-2/4/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/chapter3/chapter3-2/4/</guid>
<description>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</description>
</item>
<item>
<title>Chapter 3-3</title>
<link>https://forrestchu.github.io/chapter3/3/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/chapter3/3/</guid>
<description>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</description>
</item>
<item>
<title>Chapter 3-4</title>
<link>https://forrestchu.github.io/chapter3/4/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>https://forrestchu.github.io/chapter3/4/</guid>
<description>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</description>
</item>
</channel>
</rss>