Jake Wiesler

Results 32 comments of Jake Wiesler

This issue has perplexed me for a while. My happy path: - user signs up via `/signup` route - user receives a Confirmation email - user clicks link in Confirmation...

Hey @aldrineeinsteen ! Thanks for your interest in this theme. Hugo themes are overridable, meaning Hugo will look at your project files to resolve a layout before it looks into...

Good idea. How do you envision the configuration for this looking? I think we could separate the `config.toml` params by page. For example: ```toml # config.toml [params] # ... site...

Also, @aldrineeinsteen are you looking to have each blog post's description in the list template? The description of a blog post is defined in each post's `frontmatter.description`. Currently this value...

@kentnek ok cool I didn't know this was an option. I just tested it out, and the [Rich Content example post](https://github.com/jakewies/hugo-theme-codex/blob/master/exampleSite/content/blog/rich-content.md) outputs some wonky text because it uses shortcodes. From...

Yes, definitely a good issue to raise @RLesser @jwalsh2me has implemented a PR and I've made some notes. We're just waiting on some adjustments 😄

This should be solved when #95 is merged

I actually really dig on this. I'm wondering (I'm on mobile) if it's possible to have side notes render at the end of a post. Even if it's just on...

@dgnicholson any update? Would love to get this in the project. No pressure!

Awesome! Totes understand about Life, it took me a few months to get some time for this project this weekend. If it makes the structure of this feature easier, implementing...