Alfred Xing

Results 90 comments of Alfred Xing

Would this be something like `post_url`? What use cases do you have in mind?

I see. The reason I haven't implemented this is because different people need different customizations to how the link is displayed (display text, contents, classes, etc.). Similarly, there's no helper...

Hmm... That seems like quite a simple function, though, since all permalinks are set in the configuration and are not overridable by individual categories (unlike posts). So that would really...

I'm thinking about whether this would be too much configuration/options for the user. I don't think it would be too difficult to use an `if` statement in the `for` loop...

Thanks for the PR! Just some of my thoughts here: - IMO all configuration for the plugin should be contained in the `jekyll-archives` hash; I don't think we should pollute...

I've been super busy this term so I've barely been able to keep up! Just added this to my to-do list so I remember. Reminds me of a previous discussion...

Is this not the case for any post/page listing? `post.content` contains the raw input, not the processed output.

@parkr Nice catch! I'll see about fixing that up and just adding it as a Page.

@matthewmcvickar Sorry for the wait; I've been quite busy recently with school. I'll get around to this as soon as I have some time!

Just looked into this again, and now I remember why I didn't append the archives to `site.pages`: if this was done, anyone iterating over `site.pages` (in the nav, for example)...