#contents 回调 Client ID b5c3b6ef4e0ca2993fea Client Secret a554ae946b16aef2f25b4743e183484ea078c178 #Create a new post $ hexo new "My New Post" #Run server $ hexo server URL: http://localhost:4000/ #Generate static files $ hexo generate #Deploy to remote sites--部署到远程站点 $ hexo deploy #nodeJs flies D:\0Tools\nodejs #npm flies C:\Users\DELL\AppData\Roaming\npm #blog files C:\Windows\System32\blog _config.yml URL:C:\Windows\System32\blog #files issue C:\Windows\System32\blog\source # add RSS $ npm install hexo-generator-feed added 3 packages in 30.155s _config.yml文件添加 # Extensions plugins: hexo-generator-feed #Feed Atom feed: type: atom path: atom.xml limit: 20 编译 #themes add blog/__config.yml --文件中添加 # yilia主题所需新增内容 jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true