Closed orianna-zzo closed 6 years ago
Hello @orianna-zzo,
thank you for submitting this theme :+1:
While checking your theme with the build script for the Hugo theme site I got an error message due to the definition of the variable demo
in theme.toml
. This variable name is kind of reserved because the build script copies the content of the theme.toml
and adds a few other meta data including a variable called demo. The build script throws the error because demo is defined twice. Just rename demo
to something like customdemo
in the theme.toml
in order to fix this issue.
Otherwise your theme looks ready to be added.
Thanks @digitalcraftsman. I've fixed this. Please check again 😄
Great. Your theme looks fine now and should appear soon on Hugo's theme site. Next, I'll promote your theme on Hugo's official Twitter account.
Theme submission
Before submitting a theme please make sure you've read the README.md. It describes in detail what information are needed and which requirements have to be fulfilled for the submission. The check list below can help you.
Link to my theme repository: https://github.com/orianna-zzo/AllinOne
Link to my theme demo: https://orianna-zzo.github.io/AllinOne-html/
I made sure that...
README.md
describing my themeLICENSE.md
theme.toml
images/
folder with the required dimensionshttps://example.com
is set as base url inexampleSite/config.{toml, yaml, json}
to avoid the abuse of unused domainsexampleSite
toCSS
andPostCSS
that I have committed the/resources
directory with all generated assets, for my theme to work in the basic version of HugoFeel free to ask questions. We're glad to help.