-
Notifications
You must be signed in to change notification settings - Fork 27
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
Ability to parse more than markdown file for links? #14
Comments
So, just to be clear, you want to be able to ping other URLs stored in the front-matter (in addition to those contained in the content of the post). Is that right? If so, it should not be too difficult. |
@aarongustafson that would be an interesting approach, but what I'd like to do is
As I mentioned, I'm using a micropub client that I can define a
Could be Facebook or some other silo I could POSSE to. Eventually the logic in that Liquid markup could be a check to determine what the All of that said, if using Front Matter is easier, I could use the brid.gy endpoints, i.e. Thanks again for your time to respond! |
I'm sure you're busy, but any chance you could give me some pointers on how to parse links in Front Matter to be included in the in webmentions sent cache file? |
I've gotten as far as
Where Hoping when you have a few free minutes can give some pointers. Thanks in advance @aarongustafson |
Was making it harder on myself than I needed to.
Was all I needed to parse the links in the front matter & send them with the plugin. I also had to do a little liquid conditional to embed the link in my template for Bridgy to pick it up. Sorry for all of the noise on the thread, but considering this resolved. Not sure if you would entertain a pull request adding the functionality as I don't know how standard mf-syndicate-to would be. |
Ran into a problem. My Front Matter is formatted as such
which is causing the plugin to parse the Any suggestions? |
OK, finally figured it all out
will loop through links in the front matter and properly insert them in the cache file. Leaving this here if anyone comes along and wants to modify the plugin similarly. |
Might be a vague title, not sure how to phrase. Basically I'd like to add a conditional to my
_includes/post.html
file to check if some Front Matter exists, and if so, add a link to brid.gy.If you can give an idea of how, I'd be happy to attempt to provide a pull request, just not that familiar with Ruby/Jekyll internals.
Longer explanation, I'm working through a micropub endpoint and want to test type of post to determine whether to POSSE based on Front Matter, specifically a
syndicate-to
link provided via micropub.The text was updated successfully, but these errors were encountered: