Closed denisotree closed 3 years ago
Hello Denis,
thank you for sharing this theme with the Hugo community 👍
.Site.BaseURL
to link to the homepage in this partialwww.example.com/blog/
, which is the case for theme demos on www.themes.gohugo.io. Right now, the fonts are always expected at www.example.com/fonts/...
. This can be avoided by linking the fonts relative to the stylesheet. Given the following directory structure:/static/css/styles.css
/static/fonts/my-font.ttf
refer to my-font.ttf with the path ../fonts/my-font.ttf
in styles.css.
Hello! Thanks for yours notes! I fixed it all, look please.
Thanks for applying the fixes. When you change the source stylesheets remember to rebuild them. Otherwise the changed paths have no effect.
I've noticed that the author image, description etc. in the right sidebar will remain empty. Would you like to keep it that way? Alternatively, you can create an example config file with dummy data at exampleSite/config.toml
.
Thank you for your comment. I really didn't think about it. I will make changes as soon as possible.
I've done it 🙏
@digitalcraftsman hello) I corrected all the comments, will it be possible to see how it will be possible?
Theme submission
Please make sure that you have read the theme submission guidelines before submitting a theme. The guidelines provide all relevant information and requirements that have to be fulfilled before the submission. We strongly suggest that you test your theme with the Hugo Themes Build Script before submitting the theme for review. If a submission does not meet the criteria mentioned in the README it will be closed. You may re-submit once you fix the problems with your submission. However, please note that we have limited resources and can not provide help for general web development issues. For Hugo support questions please refer to the dedicated support forum.
Please tick the relevant boxes for your theme in the checklist below:
Link to my theme repository: https://github.com/denisotree/hugo-theme-stada
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 domainstoCSS
andPostCSS
that I have committed the/resources
directory with all generated assets, for my theme to work in the basic version of HugoN.B. By submitting a theme to the Hugo Themes Showcase you understand that you need to maintain your theme. If a theme demo breaks and remains broken then at some point it will be removed from the list without prior warning. If you no longer wish to maintain a theme please let us know.
New themes will usually be promoted on Hugo's official Twitter account. If you would like to be mentioned in the tweet please add your Twitter username to this submission.
Link to my Twitter account (optional): https://twitter.com/denisotree
Feel free to ask questions. We're glad to help.