Kaushal Modi
Kaushal Modi
@Trevoke Yup, installing it using the in-built package manager would have done it automatically for you. From `counsel.el`: > ;; Package-Requires: ((emacs "24.3") (swiper "0.8.0"))
I'll work on this later.. at the moment the PR assumes that the user would have special pages for authors if site.Author is a multi-author map. I haven't looked at...
> FYI, I was not able to define a secondary outputFormat ~~Can you please open a bug report for this in the Hugo repo?~~ May be first ask in the...
Do we want to include both summary and content? https://tools.ietf.org/html/rfc4287#section-4.1.2 The spec says that summary is used when content is not present as text. --- > if summary and content...
> a page parameter .disable_feed_content may be set to enforce truncating the text What is the use case of this?
> subtitle will be added to the content or summary text when appropriate and if available I think this is unnecessary complication. `subtitle` is a custom parameter probably used by...
About "Read More", as I mentioned in https://github.com/kaushalmodi/hugo-atom-feed/issues/2#issuecomment-502416754, > I am a believer of not have to redirect the user just to see the full content (to be further spammed...
> Default setting should be the full package but if someone wants to customize it and we can technically implement this (and it is now here already), I see no...
Looks like we need to put more thought into the spec of feature before implementing it.. *Here's the first hasty draft.* Going back to the `feed` map, may be it...
Now where should the `.Description`/`subtitle`/`.Summary` go? What will go as part of content and what will go as part of the summary? I believe.. - `.Description`/`subtitle` gets set as `$description`....