hugoThemesSiteBuilder
hugoThemesSiteBuilder copied to clipboard
Add theme SimpleArt
After you have read the instructions for adding a theme, please make sure:
- [x] your theme.toml is complete
- [x] name
- [x] license
- [x] licenselink
- [x] description
- [x] homepage
- [x] demosite (if one exists)
- [x] tags
- [x] features
- [x] authors/author (depending on whether the theme has multiple or a single author)
- [x] original (if the theme is a fork)
- [x] you're using absolute paths for images in your README
- [x] you've got appropriate thumbnail and screenshot images
- [x] your theme comes with an appropriate license
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
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.
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!
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
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!
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.