2024-03-22 分類: 網(wǎng)站建設(shè)
注冊github賬號登陸GitHub賬號,點擊"Your repositories"new一個新的repositories,如下圖填寫:
二:安裝node.js下載node.js (Node.js);
2. 安裝cnpm# 選用淘寶鏡像下載npm install -g cnpm --registry=https://registry.npm.taobao.org #安裝失敗可多次嘗試cnpmcnpm -v
3. 安裝hexo-clicnpm install -g hexo-clihexo -vD:cd Iblogchdir## 必須先安裝githexo init
4. 啟動博客hexo s# INFO Hexo is running at http://localhost:4000/ . Press Ctrl+C to stop.
三:上傳博客#新建博客hexo n "我的第一篇博客文章"cd source/_postsdircd ../../# 清理數(shù)據(jù)hexo clean# 生成hexohexo g# 重新啟動hexo s
四:博客免費部署到github上去
1.在github上新建一個repositorynpm install hexo-deployer-git --save
2.使用UltraEdit打開"_config.yml",打開頁面如下:
2.1.更改(每個冒號后面要有一個空格):
2.2. 輸入:# 提交賬戶git config --global user.email "smiles2011hyc@gmail.com"git config --global user.name "smiles2011hyc"hexo d
點擊“sign in with your brower"
點擊 “Authorize GitCredentialManager"
2.3. 博客部署頁面已經(jīng)完成
輸入網(wǎng)址:博客地址
2.4. 自定義一個hexo主題git clone https://github.com/litten/hexo-theme-yilia.git themes/yiliacd themes\yiliadir
2.5. 修改_config.yml
hexo cleanhexo ghexo s# 推到遠(yuǎn)端即github中hexo d
參考視頻:https://www.bilibili.com/video/BV1Yb411a7ty/?spm_id_from=trigger_reload
分享標(biāo)題:上線了網(wǎng)站如何制作登錄和注冊
網(wǎng)址分享:http://jinyejixie.com/news39/321289.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站內(nèi)鏈、建站公司、Google、網(wǎng)站設(shè)計、用戶體驗、App開發(fā)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容