-
-
Notifications
You must be signed in to change notification settings - Fork 245
New theme: Tale #395
Comments
I also committed the |
@EmielH Your theme demo is rendering with the build script of the Hugo themes website but your style sheet I have a theory why the style sheet is M.I.A. but I am not 100% sure. Anyway I am tagging here @bep and @digitalcraftsman so that they are aware of this issue, or just in case something else is going on, so that they can point both of us to the right direction. In any case my suggestion is the following: I made an Example Site for your theme and when I tested it locally your compiled CSS did load. So if it's not that much of a hassle may I request that you commit an Example Site with your theme. Just grab the contents of the Hugo Basic Example Also to see how an example site is structured please have a look at the example site of the Ananke theme. There are also a few other minor details about your Please let me know once you commit an Example Site so that I can test your theme again with the build script. Thanks! |
Thanks for taking the time to test the theme so thoroughly! I will let you know once I've committed an example site; I think I'll have time to do this in the coming days. |
My theory would be to use the @onedrawingperday you're doing a great job managing the theme repo. |
@bep Thanks! I try... Hm... your suggestion made me test further and I finally found out what's going on. @EmielH And the compiled/minified CSS will load when executing the Build Script of the Hugo Themes site. Now isn't that interesting @digitalcraftsman ? In traditional Hugo themes whenever a relative URL is used the Build Script causes assets to go missing because But for assets published through Hugo Pipes Also @EmielH in your README your screenshot is missing, change its URL to the following: Do the above changes and I will finally mark your theme as ready to be added to the Hugo website. |
…Hugo Themes site. See gohugoio/hugoThemes#395
@onedrawingperday Thanks a lot for the help! I updated the |
@EmielH @digitalcraftsman |
@onedrawingperday Is there any way I can make sure that future updates to the theme don't break the Hugo Theme site? -- If this question is too off topic for this issue, I can take it to the forums if you like. |
@EmielH Don't worry, you cannot break the Hugo Theme Site. If something stops working with your demo, it will not be generated. There are already themes listed on the site that currently do not have a demo for various reasons (some of them are for older versions of Hugo). As long as you follow Hugo's future releases and watch out for features that become deprecated or rewritten your demo should be fine. |
Your theme should appear soon on Hugo's theme site. Next, I'll promote your theme on Hugo's official Twitter account. |
Hi,
I ported the very pretty Tale theme from Jekyll to Hugo. This is my first theme for Hugo, so if you have any improvements, please let me know!
Thanks!
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/EmielH/tale-hugo
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 domains I didn't include exampleSite as HugoBasicExample is good for this theme. I read that this is included automatically if no exampleSite is provided?Feel free to ask questions. We're glad to help.
The text was updated successfully, but these errors were encountered: