<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>My New Hugo Site</title>
    <link>/</link>
    <description>Recent content on My New Hugo Site</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 30 Jun 2023 20:43:52 +0800</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>MySecondArticles</title>
      <link>/posts/mysecondarticles/</link>
      <pubDate>Fri, 30 Jun 2023 20:43:52 +0800</pubDate>
      
      <guid>/posts/mysecondarticles/</guid>
      <description>
        
          
            #我在创建博客时遇到的问题与解决 1.问题：在命令行里面输入hugo server运行博客程序后得到localhost:1313地址在本地浏览器中输入该博客地址无法得到博客，出现Page Not Found 解决：下发的主题目录文件叫做hugothemeclaritymaster里面有一个名为_MACOSX和hugo-theme-clarity-master的文件。需要把hugo-theme-clarity-master文件拷贝到hugo目录里面的themes目录里，而错误处是把hugothemeclaritymaster整个拷贝到了themes目录里。在博客的配置文件hugo.toml里输入主题名称theme = &amp;lsquo;hugo-theme-clarity-master&amp;rsquo;然后在命令行里面输入hugo server运行博客程序后得到地址localhost:1313成功在本地浏览器中得到博客。 2.问题：在创建的博客的静态页面public文件里在命令行输入git init初始化Git仓库后没有本该有的.git文件 解决：通过寻求导师的帮助首先排除是没有安装Git的问题，那么应该是.git文件被隐藏了，显示出隐藏的.git文件即可继续操作。 3.问题：用github中设置好的仓库名访问博客出现错误显示未找到GitHub Pages网站 解决：在桌面Github中添加仓库后上传时需要输入仓库名为:Github用户名+.github.io在这里出现了错误，Github用户名输错没有大写，点开错误的仓库在Settings里修改仓库名即可。
          
          
        
      </description>
    </item>
    
    <item>
      <title>MyFirstArticles</title>
      <link>/posts/myfirstarticles/</link>
      <pubDate>Fri, 30 Jun 2023 00:54:36 +0800</pubDate>
      
      <guid>/posts/myfirstarticles/</guid>
      <description>
        
          
            #这是我的第一篇博客内容
          
          
        
      </description>
    </item>
    
  </channel>
</rss>
