Hello World
Contents
Welcome to Hugo FixIt! This is your very first post.
Head to the documentation page linked below for a complete guidence to get started with the FixIt theme.
Quick Start
For a complete quick start, see this page.
Prerequisites
Hugo: >= 0.132.0 (extended version)
Use this Template
Click Use this template, and create your repository on GitHub.
Once the repository is created, just clone and enjoy it!
1 2
# Clone with your own repository url git clone --recursive https://github.com/<your_name>/<your_blog_repo>.git
Launching the Site
|
|
Build the Site
When your site is ready to deploy, run the following command:
|
|
Deploy to GitHub Pages
- Head to Setting => Actions => General => Workflow permissions => Check “Read and write permissions”.
- Manually run Workflow: Actions => Hugo build and deploy => Click Run workflow button.
- GitHub Pages settings: Setting => Pages => Source: Deploy from a branch => Branch:
gh-pages
=> Save.
Only need to manually run the Workflow the first time you deploy, and it will be automatically deployed every time you push to the
main
branch.
Update theme
Afterwards you can upgrade the theme with the following command:
|
|
Start via NPM script
|
|
Feedback
Whether it’s questions, ideas, bugs or pull requests, all feedback is welcome!
Head over to the issues or discussions tracker.