Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Queries related to Feedly #21

Open
ajeetraina opened this issue Feb 13, 2021 · 4 comments
Open

Queries related to Feedly #21

ajeetraina opened this issue Feb 13, 2021 · 4 comments

Comments

@ajeetraina
Copy link

ajeetraina commented Feb 13, 2021

@kaushalmodi I have a Feedly link https://feedly.com/f/XXXXXX.atom which I want to put in one of the child pages. I followed your steps:

Clone this repo to /themes/hugo-atom-feed directory.

Now I have 2 themes:

 $ls
docsy		hugo-atom-feed

Modify config.toml

Hugo allows theme composition (and inheritance). The precedence is from left to right.
theme = ["hugo-atom-feed", "docsy"]

I didn't understand your 3rd step.

Add “ATOM” to all the Page Kinds for which you want to create ATOM feeds:

Where do I need to add this exactly?

@kaushalmodi
Copy link
Owner

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?

@kaushalmodi
Copy link
Owner

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

@kaushalmodi
Copy link
Owner

kaushalmodi commented Feb 13, 2021

Where do I need to add this exactly?

In your site's config.toml

@kaushalmodi
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants