12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="utf-8" standalone="yes"?>
- <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
- <channel>
- <title>Hugos on Hugo LAMP</title>
- <link>http://vps.ptt.cx/hugo/</link>
- <description>Recent content in Hugos on Hugo LAMP</description>
- <generator>Hugo -- gohugo.io</generator>
- <language>en-us</language>
- <lastBuildDate>Tue, 19 Jan 2021 11:22:16 +0600</lastBuildDate><atom:link href="http://vps.ptt.cx/hugo/index.xml" rel="self" type="application/rss+xml" />
- <item>
- <title>全新版統園官方網站登場亮相!!!</title>
- <link>http://vps.ptt.cx/hugo/tyig/</link>
- <pubDate>Tue, 19 Jan 2021 11:22:16 +0600</pubDate>
-
- <guid>http://vps.ptt.cx/hugo/tyig/</guid>
- <description>致親愛的客戶 感謝您多年來對統園公司的支持,為提供大家更優質的全方位服務,我們在2020年6月8日起正式推出全新升級 官網。
- 內容更豐富精緻、使用搜尋更多元便捷。近日也將新增英文版官網,敬請期待。
- 希望藉由展露新官網上線,讓您對統園公司及我們提供的產品與一站式服務有更多瞭解,
- 我們更期望能透過即時全球市場脈動與暢銷品資訊分享,在產品開發上助您一臂之力。
- 您的支持及指教是我們不斷成長與進步的原動力,請您繼續不吝告知我們您的需求,我們必竭誠為您服務。
- 期望未來持續與您攜手合作,為國人的健康飲食共盡心力,共創雙贏!</description>
- </item>
-
- <item>
- <title>Getting Started With Hugo</title>
- <link>http://vps.ptt.cx/hugo/getting-started/</link>
- <pubDate>Mon, 28 May 2018 13:22:14 +0700</pubDate>
-
- <guid>http://vps.ptt.cx/hugo/getting-started/</guid>
- <description>Step 1: Install Hugo brew install hugo To verify your new install:
- hugo version Step 2: Create a New Site hugo new site quickstart The above will create a new Hugo site in a folder named quickstart.
- Step 3: Add a Theme See themes.gohugo.io for a list of themes to consider. This quickstart uses the beautiful Ananke theme.
- cd quickstart;\ git init;\ git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke;\ # Edit your config.</description>
- </item>
-
- </channel>
- </rss>
|