hugoThemesSiteBuilder icon indicating copy to clipboard operation
hugoThemesSiteBuilder copied to clipboard

Add theme SimpleArt

Open jiaphyper opened this issue 7 months ago • 5 comments

After you have read the instructions for adding a theme, please make sure:

jiaphyper avatar Apr 12 '25 07:04 jiaphyper

Deploy Preview for hugothemes ready!

Name Link
Latest commit 993bcd6b5011cf6fb4fdd7c15776ea9a17872e53
Latest deploy log https://app.netlify.com/sites/hugothemes/deploys/6822a9dbc63c0d00097ef57d
Deploy Preview https://deploy-preview-552--hugothemes.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Apr 12 '25 07:04 netlify[bot]

build fails. Netlify shows

Error: error building site: render: failed to render pages: failed to process "/themes/hugo-pure/index.html": "/tmp/hugo-transform-error2573049998:102:10": unexpected ... in expression on line 102 and column 10

i can build successfully in local. but when i update in hugothemebuilder, the build fails.

jiaphyper avatar Apr 14 '25 03:04 jiaphyper

Hi, you can try to check your Hugo version in Netlify.toml I changed it to HUGO_VERSION = "0.147.1" GO_VERSION = "1.24.0" Afterward, I made a commit, triggered CI, and my theme passed the check Good Luck!

yushinliou avatar May 02 '25 16:05 yushinliou

Hi, you can try to check your Hugo version in Netlify.toml I changed it to HUGO_VERSION = "0.147.1" GO_VERSION = "1.24.0" Afterward, I made a commit, triggered CI, and my theme passed the check Good Luck!

@yushinliou Yes! I've tried and succeeded. i sync the fork repo from upstream remote repo and made a commit. the theme passed the check. Tks.

Here is the steps

# Add upstream (once)
git remote add upstream https://github.com/gohugoio/hugoThemesSiteBuilder.git
git fetch upstream
git checkout main
git merge upstream/main
git push origin main

jiaphyper avatar May 07 '25 23:05 jiaphyper

Hi @jiaphyper I noticed that there are some XML files included in this pull request that contain unwanted changes.

Please ensure that you modify only themes.txt. Thank you!

hugo-sid avatar May 10 '25 14:05 hugo-sid

I'm closing this for now as there are too many conflicts. I suggest you create a new PR with only the themes.txt change.

bep avatar Aug 29 '25 07:08 bep