<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>爱好日志分享</title>
    <link>https://cplay9.com/</link>
    <description>Recent content on 爱好日志分享</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Tue, 14 Aug 2018 11:50:30 +0800</lastBuildDate>
    
	<atom:link href="https://cplay9.com/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>License</title>
      <link>https://cplay9.com/license/</link>
      <pubDate>Tue, 14 Aug 2018 11:50:30 +0800</pubDate>
      
      <guid>https://cplay9.com/license/</guid>
      <description>Creative Commons license(创作共用许可协议)</description>
    </item>
    
    <item>
      <title>hugo的基本使用方法</title>
      <link>https://cplay9.com/post/hogo-usage/</link>
      <pubDate>Fri, 10 Aug 2018 11:46:57 +0800</pubDate>
      
      <guid>https://cplay9.com/post/hogo-usage/</guid>
      <description> 1. 创建一个hugo站点 hugo new site /path/of/site  2. 创建一篇博文 hugo new post/first.md  3. 下载主题样式 下载单一主题样式
mkdir themes cd themes git clone https://github.com/zyro/hyde-x  如果想要下载所有的主题样式则使用以下命令, 但下载所有主题样式需要一定时间
cd themes git clone --recursive https://github.com/spf13/hugoThemes .  4. 运行服务器 默认运行在1313端口, 绑定127.0.0.1 hugo server --theme=hyde-x --buildDrafts --watch 运行在80端口, 绑定在0.0.0.0 hugo server --theme=hyde-x --buildDrafts --watch -b 0.0.0.0 -p 80  5. 打开浏览器访问 </description>
    </item>
    
    <item>
      <title>hyde-x的用法</title>
      <link>https://cplay9.com/post/hyde-x-usage/</link>
      <pubDate>Fri, 10 Aug 2018 11:46:57 +0800</pubDate>
      
      <guid>https://cplay9.com/post/hyde-x-usage/</guid>
      <description>Hyde-X Enhanced port of the Jekyll &amp;ldquo;Hyde&amp;rdquo; theme to the Hugo site generator. Check below for a list of enhancements.
You can find a live site using this theme here and the corresponding source code here.
 Installation Usage Configuration Built-in colour themes Tips Changes and enhancements from the original theme Attribution Questions, ideas, bugs, pull requests? License  Installation $ cd your_site_repo/ $ mkdir themes $ cd themes $ git clone https://github.</description>
    </item>
    
    <item>
      <title>About</title>
      <link>https://cplay9.com/about/</link>
      <pubDate>Fri, 10 Aug 2018 11:46:49 +0800</pubDate>
      
      <guid>https://cplay9.com/about/</guid>
      <description>大家好, 这是一个技术记录与分享的个人博客</description>
    </item>
    
  </channel>
</rss>