1 安裝
成都創(chuàng)新互聯(lián)是專業(yè)的江北網(wǎng)站建設(shè)公司,江北接單;提供網(wǎng)站建設(shè)、網(wǎng)站設(shè)計(jì),網(wǎng)頁(yè)設(shè)計(jì),網(wǎng)站設(shè)計(jì),建網(wǎng)站,PHP網(wǎng)站建設(shè)等專業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進(jìn)行江北網(wǎng)站開發(fā)網(wǎng)頁(yè)制作和功能擴(kuò)展;專業(yè)做搜索引擎喜愛的網(wǎng)站,專業(yè)的做網(wǎng)站團(tuán)隊(duì),希望更多企業(yè)前來合作!推薦二進(jìn)制安裝(簡(jiǎn)單、快速)
到 Hugo Releases 下載對(duì)應(yīng)的操作系統(tǒng)版本的Hugo二進(jìn)制文件(hugo或者h(yuǎn)ugo.exe)
Hugo Releases:h t tp s : / /g i th ub . com / go h ug oi o/ hu g o /r e l ea s e s
本文以Windows為例,所以下載:hugo_0.24.1_Windows-64bit.zip
下載之后解壓得到“hugo.exe”文件。
將hugo.exe所在的目錄添加到系統(tǒng)環(huán)境變量PATH下面,打開cmd,輸入“hugo version”。
2 創(chuàng)建站點(diǎn)&文章
---------------------------------------
想要?jiǎng)?chuàng)建站點(diǎn),一個(gè)命令搞定,切換到你想要?jiǎng)?chuàng)建站點(diǎn)的目錄,輸入:
D:\git>hugo new site blog Congratulations! Your new Hugo site is created in D:\git\blog. 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.
一個(gè)blog站點(diǎn)就創(chuàng)建好了。新建的站點(diǎn)目錄結(jié)果如下:
blog/ archetypes/ doc/ content/ data/ layouts/ static/ config.toml
當(dāng)前的站沒有任何內(nèi)容,也沒做任何配置。
接下來切換到blog站點(diǎn)目錄,創(chuàng)建一篇文章:
D:\git>cd blog D:\git\blog>hugo new about.md
該文件位于 blog/content/about.md目錄下。打開編輯:
+++ date = "2017-07-03T15:37:11+08:00" tags = ["blog"] title = "my first blog" +++ ### 這里使用markdown來編寫文章
markdown 教程:ht tp : / / w o w ub u nt u .c o m / ma rk d ow n/
3 安裝主題
---------------------------
站點(diǎn)一定要有主題,安裝主題應(yīng)該是最難的一步了,因?yàn)椴煌闹黝}設(shè)置方式也會(huì)有所不同。
Hugo themes:h t t ps : / / the m e s .g o h ug o . io/
你可以到上面的網(wǎng)站中挑選你喜歡的主題。然后,根據(jù)指引找到github項(xiàng)目地址進(jìn)行下載。
3.1 下載主題:
我使用的主題是:ht t ps : // gi t hu b . co m / w d/ hu g o- f a b r i c
把主題通過git克隆或直接下載到本地。放到 …/blog/themes/目錄下。
3.2 使用主題:
生成主題資源文件(hugo-fabric為主題名)
D:\git\blog>hugo -t hugo-fabric Started building sites ... Built site for language en: 0 of 3 drafts rendered 0 future content 0 expired content 8 regular pages created 12 other pages created 0 non-page files copied 2 paginator pages created 1 tags created 1 categories created total in 35 ms
將\blog\themes\hugo-fabric\exampleSite\config.toml 替換 \blog\config.toml
注:config.toml文件是核心,對(duì)網(wǎng)站的配置多數(shù)需要修改該文件,而每個(gè)主題的配置又不完全一樣。
4 啟動(dòng)服務(wù)器
------------------------------
D:\git\blog>hugo server WARNING: Site config's rssURI is deprecated and will be removed in a future release. Set baseName in outputFormats.RSS. Started building sites ... Built site for language en: 0 draft content 0 future content 0 expired content 1 regular pages created 8 other pages created 0 non-page files copied 1 paginator pages created 1 tags created 0 categories created total in 9 ms Watching for changes in D:\git\blog\{data,content,layouts,static,themes} Serving pages from memory Web Server is available at http://localhost:1313/ (bind address 127.0.0.1) Press Ctrl+C to stop
打開瀏覽器訪問:http://localhost:1313/
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無(wú)理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場(chǎng)景需求。
網(wǎng)頁(yè)名稱:Hugo快速搭建Blog-創(chuàng)新互聯(lián)
瀏覽路徑:http://muchs.cn/article14/doojge.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供企業(yè)建站、標(biāo)簽優(yōu)化、Google、動(dòng)態(tài)網(wǎng)站、商城網(wǎng)站、微信公眾號(hào)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容