Kaushal Modi

Results 281 comments of Kaushal Modi

@jpawlowski Hello, I'll will eventually merge your 4 standing PR's gradually this week. I'm trying to find time to get to these.

> It could also be a totally separate repo Firstly, because this repo has "atom" in its name :) And also, because I will not be able to commit the...

Right now the whole `.Content` is published in the feed. https://github.com/kaushalmodi/hugo-atom-feed/blob/b431c7701a469384b73e49b357f873907d4773e8/layouts/_default/list.atom.xml#L43 I can add an option to show only an excerpt, though, not sure what the best way would be...

Hugo will publish only what you specify for each page Kind. Just defining the template wouldn't automatically enable it. Did the steps work for you?

If it helps understand this better, Hugo enables HTML and few other types by default for all Kinds.

> Where do I need to add this exactly? In your site's config.toml

Check out the Hugo docs: https://gohugo.io/templates/output-formats/#output-formats-for-pages

I have zero knowledge about WebSub, but I know that it's used for a lot of folks in the IndieWeb community. Though, I don't know what Atom feeds have to...

Ref: https://github.com/jabbalaci/NimMultiModuleLibrary --- Generate docs for a multi-modules library ========================================= This is an example that shows how to create docs for a library that contains several modules. Here we achieve...

I then installed percol in .local instead of usr_local. And that worked! I can live with the installation in .local but I am curious why installing in usr_local didn't work....