You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://codespaces.new/commitconfirmed/hugo-git-pages-starter?quickstart=1&devcontainer_path=.devcontainer%2Fdevcontainer.json)
11
+
12
+
13
+
## TLDR
14
+
15
+
- Create a GitHub account
16
+
- Create a new public repo called **username**.github.io replacing username your GitHub username
17
+
- Clone this repo into your repo
18
+
- Update the `~/site/hugo.toml` file with your own personal details
19
+
- Update the `~/site/content/about/index.md` file with your own personal details
20
+
- See the `~/site/content/posts/` directory for an example blog bost.
21
+
- Create a new folder and `index.md` file to make your own blog post
22
+
- Update your repos Settings/Pages to deploy using Github Actions and create a workflow using the provided `~/.github/workflows/hugo.yml` file
23
+
- See the Hugo [Documentation](https://gohugo.io/host-and-deploy/host-on-github-pages/) for detailed instructions
24
+
- Commit some changes and push to Main and your blog should now be available at https://username.github.io
25
+
- (Optional) Apply any [Extras](https://commitconfirmed.github.io/posts/hugo-github-pages-starter/#extras)
26
+
27
+
Supports Local, Docker Compose or GitHub Codespaces development.
0 commit comments