Hexo-使用靜態生成器,建立blog(2/3)推上github

系列文章

  1. 先在github新增一個repository,命名邏輯為

    1
    2
    [github account].github.io
    例:leahlin912.github.io
  2. 複製該repository的網址(例:`git@github.com:leahlin912/leahlin912.github.io.git`)

  3. 用vscode(或其他編譯器)打開_config.yml檔案,並修改# Deployment的部分

    1
    2
    3
    4
    5
    6
    # Deployment
    ## Docs: https://hexo.io/docs/deployment.html
    deploy:
    type: git
    repository: git@github.com:leahlin912/leahlin912.github.io.git
    branch: master
  4. 安裝git

    1
    $ npm install hexo-deployer-git --save
  5. 輸入指令,將網站佈署到伺服器上

    1
    $ hexo deploy -g
  6. 設定repository的主題
    在github的該repository頁面,進入「setting」

    往下滑,點按「change theme」

  7. 在瀏覽器中查看網址,成功!https://leahlin912.github.io/

  8. 若有檔案更新,則重複輸入指令

    1
    hexo deploy -g

更換主題

  1. 選擇要套用的主題
    [Themes]
    (https://hexo.io/themes/index.html)

  2. 點進該主題的github頁面

  3. 在README.md中,依照install指令複製起來,並在terminal中進入blog資料夾中執行指令完畢

  4. 用vscode開啟blog資料夾,並進入_config.yml檔案中,修改主題theme(參考readme中開發者定義的theme名稱)

  5. 因為檔案有更新,所以需要在terminal輸入指令

    1
    hexo deploy -g
© 2020 Leah's Blog All Rights Reserved. 本站访客数人次 本站总访问量
Theme by hiero