我的電腦是 MacBook Pro m1芯片,所以我下載的是 arm版本

https://github.com/gohugoio/hugo/releases" />

国产成人精品无码青草_亚洲国产美女精品久久久久∴_欧美人与鲁交大毛片免费_国产果冻豆传媒麻婆精东

18143453325 在線咨詢 在線咨詢
18143453325 在線咨詢
所在位置: 首頁 > 營銷資訊 > 網(wǎng)站運營 > Macbook pro + Hugo + gitee搭建個人網(wǎng)站

Macbook pro + Hugo + gitee搭建個人網(wǎng)站

時間:2023-04-30 16:36:02 | 來源:網(wǎng)站運營

時間:2023-04-30 16:36:02 來源:網(wǎng)站運營

Macbook pro + Hugo + gitee搭建個人網(wǎng)站:

安裝Hugo

https://github.com/gohugoio/hugo/releases 下載需要的文件

我的電腦是 MacBook Pro m1芯片,所以我下載的是 arm版本

https://github.com/gohugoio/hugo/releases/download/v0.88.1/hugo_0.88.1_macOS-ARM64.tar.gz

解壓到某個目錄。我把解壓后到hugo文件放在:/Users/xiewenwen/opt/tools

并在 ~/.bashrc的最后一行配置: export PATH=$PATH:/Users/xiewenwen/opt/tools

再source ~/.bashrc ,目的是在機器的任何位置都能使用hugo命令




生成網(wǎng)站

在某個文件夾中執(zhí)行:hugo new site my_web

my_web 是我網(wǎng)站的名稱

輸出為:

(base) xiewenwen@liedeMBP my_web % hugo new site my_web Congratulations! Your new Hugo site is created in /Users/xiewenwen/opt/my_web/my_web.Just a few more steps and you're ready to go:1. Download a theme into the same-named folder. Choose a theme from https://themes.gohugo.io/ or create your own with the "hugo new theme <THEMENAME>" command.2. Perhaps you want to add some content. You can add single files with "hugo new <SECTIONNAME>/<FILENAME>.<FORMAT>".3. Start the built-in live server via "hugo server".Visit https://gohugo.io/ for quickstart guide and full documentation.(base) xiewenwen@liedeMBP my_web % 按照輸出的指導步驟

  1. https://themes.gohugo.io/ 找一個theme
我使用的是 https://github.com/vimux/mainroad

先 cd theme,再 git clone https://github.com/vimux/mainroad

再config.toml 添加一行

theme = "mainroad"

config.toml的內(nèi)容為

baseurl = "/"title = "Mainroad"languageCode = "en-us"paginate = "10" # Number of posts per pagetheme = "mainroad"2. 本地運行網(wǎng)站 hugo server

得到一個這樣的頁面。




寫一篇博客

在content目錄下,mkdir posts

編輯markdown文件,例如first.md,保存在 content/posts/目錄下

+++date = "2015-01-08T08:36:54-07:00"draft = truetitle = "about"+++

本地運行網(wǎng)站

執(zhí)行:hugo server

目前顯示的頁面非常簡單,要添加功能,參考以下鏈接,豐富config.toml的內(nèi)容



關鍵詞:

74
73
25
news

版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。

為了最佳展示效果,本站不支持IE9及以下版本的瀏覽器,建議您使用谷歌Chrome瀏覽器。 點擊下載Chrome瀏覽器
關閉