当前位置:网站首页>Hugo builds a personal blog
Hugo builds a personal blog
2022-08-05 06:13:00 【CrazyQiQi】
Introduction
If you want to build a static website, one way is to write your own creation, which has a lot of room to play, but the workload is relatively large; if you want to have a website of your own in a short time, you canUse a static site generator.
Here is a summary of static website generatorsGitHub address, there are indeed too many website generators now.
I chose Hugo implemented in Go language as my static website generator. On the one hand, it was the first generator I came into contact with.As a rising star, it is increasingly accepted by everyone.
Here I will introduce how to build a static web page with hugo. There are many tutorials about building a personal blog with Hugo on the Internet, but I will take the trouble to record it.
My blog addresshttps://crazyqii.github.ioh6>
Of course, this article is based on Windows operation. For macOS system, please refer to Hugo official websiteHugo
By default you have installed Git and registered github
Of course, this article is based on Windows operation. For macOS system, please refer to Hugo official websiteHugo
By default you have installed Git and registered github
Quick Start
1. Download Hugo
I chose hugo_0.55.6_Windows-64bit.zip
- Create Hugo/bin directory and download to bin file
- We can see a hugo.exe executable file about hugo, add the download path to the system environment variable.
- Open the cmd console to check if the installation is successful, as shown below

2. Generate website
- Create a sites folder dedicated to the website under the Hugo file.
- The cmd console enters the current folder path, and as an administrator, enter hugo new site myblog (custom) to create a site.
- Of course, there is also an easy way to do that, if you have Git bash, right-click on the current folder, select Git bash and enter the command, it will be OK

- In this way, a blank site is quickly generated. At this time, if you enter the hugo server command (run Hugo), and then enter localhost:1313 in the browser, you will find that it is blank, mainly because everything in it is empty.No, we need to download the theme ourselves.
3. Download the skin theme
- Select your favorite theme in Hugo theme, jump to the relevant github page, clone to your own blog/themes filein the folder.
git clone https://github.com/spf13/hyde.git
4. Create an article
- cd to the /myblog path, enter the command, create the article
$ hugo new first.md
- You will see the article you just created in the Hugo\Sites\myblog\content path, which is a document in Markdown format
— — —
title: “First”
date: 2019-06-17T12:52:29+08:00
draft: false
— — —
- At this point, re-enter localhost:1313 in the browser to see the content
5. Deploy the website
Blogging is for sharing, so you need to deploy your website for more people to see
- Create a new repository Repository on github and name it crazyqii.github.io (crazyqii is your github username)
- Enter the command to automatically generate static files public
$ hugo --theme=hyde --baseUrl="http://crazyqii.github.io/”
- cd into the public folder and push the files in public to the remote repository
$ git init
$ git remote add origin h ttps://github.com/crazyqii/crazyqii.github.io.git
$ git add -A
$ git commit -m “firstcommit"
$ git push -u origin master
- Visit https://crazyqii.github.io , you can see the website generated by the quick build
An important message is inserted here!!!
If you like cold knowledge,
eager to explore the magical world,
want to be an omniscient scholar,
come and follow us.

边栏推荐
- NIO工作方式浅析
- Cocos Creator小游戏案例《棍子士兵》
- 【Machine Learning】1 Univariate Linear Regression
- [Day8] (Super detailed steps) Use LVM to expand capacity
- PVE 直通硬盘到TrueNAS
- unity实现第一人称漫游(保姆级教程)
- Getting Started Documentation 10 Resource Mapping
- Spark source code-task submission process-6.1-sparkContext initialization-create spark driver side execution environment SparkEnv
- spark operator-parallelize operator
- Three modes of vim
猜你喜欢

VLAN details and experiments

Cocos Creator小游戏案例《棍子士兵》
D45_摄像机组件Camera

Getting Started Document 09 Standalone watch

【机器学习】1单变量线性回归

TCP/IP four-layer model

unity实现第一人称漫游(保姆级教程)

IJCAI 2022|Boundary-Guided Camouflage Object Detection Model BGNet

The problem of redirecting to the home page when visiting a new page in dsf5.0

入门文档04 一个任务依赖另外一个任务时,需要按顺序执行
随机推荐
D39_坐标转换
【Day8】Knowledge about disk and disk partition
dsf5.0新建页面访问时重定向到首页的问题
【Day8】使用LVM扩容所涉及的命令
IP数据包格式(ICMP协议与ARP协议)
什么?CDN缓存加速只适用于加速静态内容?
Spark source code-task submission process-6.1-sparkContext initialization-create spark driver side execution environment SparkEnv
不吹不黑,这的确是我看过微服务架构最好的文章!
Account and Permission Management
7步完成云上监控
[Day8] (Super detailed steps) Use LVM to expand capacity
快问快答—腾讯云服务器常见问题解答
IP address and subnet division
ROS视频教程
入门文档03 区分开发与生产环境(生产环境才执行‘热更新’)
线上问题排查流程
spark算子-map vs mapPartitions算子
spark源码-任务提交流程之-5-CoarseGrainedExecutorBackend
正则表达式小实例--验证邮箱地址
Image compression failure problem