您好,登錄后才能下訂單哦!
github
new repository 命名為 lichen0921.github.io
以 http://lichen0921.github.io 可以訪問這個代碼倉庫.
新建一個 CNAME 文件,內容為
www.launchercher.com
環境需要 Git 和 Node.js
npm install -g hexo
NPM全稱是Node Package Manager,是NodeJs的包管理器
mkdir launchercher cd launchercher hexo init
hexo generate hexo server
或者簡稱
hexo g hexo s
用瀏覽器打開http://localhost:4000 預覽博客
修改_config.yml
deploy: type: github repository: https://github.com/lichen0921/lichen0921.github.io.git
發布
hexo deploy
簡稱
hexo d
npm install hexo-renderer-ejs --save npm install hexo-renderer-stylus --save npm install hexo-renderer-marked --save
git clone https://github.com/A-limon/pacman.git themes/pacman
然后將_config.yml中的theme修改為:pacman
同時修改E:\launchercher\hexo\node_modules\hexo-renderer-stylus\index.js
stylus ... .set('compress', true)
如果發現沒效果,可以
rm -rf public hexo clean rm -rf .deploy hexo g hexo s hexo d
bash $ hexo new "My New Post"
More info: Writing
bash $ hexo server
More info: Server
bash $ hexo generate
More info: Generating
bash $ hexo deploy
More info: Deployment
記錄類型 主機記錄 記錄值 A @ 103.245.222.133 CNAME www lichen0921.github.io
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。