CaiJimmy / hugo-theme-stack-starter

A quickstart template to create a Hugo blog using hugo-theme-stack
https://demo.stack.jimmycai.com
MIT License
306 stars 105 forks source link

quickstart template for beginners is also diffcult #54

Open Arcelibs opened 1 month ago

Arcelibs commented 1 month ago

The quickstart template is primarily designed for those looking to experiment with Hugo + Stack. However, as someone not very familiar with website design and frameworks, I still find it challenging to get started.

I just want to focus on writing content, but the instructions are really lacking. I don't even know how to make modifications. There are many guides for the Stack theme online, but they all seem different.

Could you provide more detailed, beginner-friendly instructions or point me to resources that can help? Thanks

Arcelibs commented 1 month ago

For example, the default Deploy to GitHub Pages Actions According to the tutorial, it will automatically create the website. After execution, where can I find my GitHub Pages??

image

Arcelibs commented 1 month ago

However, after exploring it myself, the result I got when opening GitHub Pages ↓

image

This is very frustrating!

Ks4four commented 4 weeks ago

Hello there. Maybe you forgot to change the baseurl:

Check config folder for the configuration files. You can edit them to suit your needs. Make sure to update the baseurl property in config/_default/config.toml to your site's URL.