#dev 2016-07-30

2016-07-30 UTC
KevinMarks and mblaney joined the channel
#
mblaney
tantek I went to a hack/hackers meetup last week, might turn out to be a good place to find indieweb interest.
tantek joined the channel
#
KevinMarks
The sf one was good
#
mblaney
KevinMarks: hacks/hackers?
#
mblaney
there used to be more meetups in Brisbane, people don't seem to run them as much now.
tantek joined the channel
#
miklb
hmm. I know someone who attends the brisbane hacks/hackers
KevinMarks_ and KevinMarks joined the channel
#
mblaney
miklb: cool! care to share?
#
miklb
mblaney Simon Elvery aka drzax. I don't know him personally, just internet friends.
#
mblaney
nice one! he runs it. was chatting with him last week about a project we're both interested in.
#
miklb
I wasn't sure of his involvement, just see him mention it on Twitter. Met him through Habari.
#
GWG
Messages?
mindB, tantek and KevinMarks joined the channel
#
www.boffosocko.com
edited /events/2016-08-10-homebrew-website-club (+19) "/* Los Angeles */ Chris Aldrich RSVP yes"
(view diff)
loicm_ and KevinMarks_ joined the channel
#
miklb
phew. that was a tough nut to crack
#
miklb
aaronpk does OYG have support for syndicate-to?
#
miklb
guess that doesn't make sense since it's PESOS
#
miklb
!tell voxpelli when you have a few minutes, I have a couple of questions about micropub markup in Jekyll
#
Loqi
Ok, I'll tell them that when I see them next
#
voxpelli
miklb: I will work a bit on the project in 45 min or so
#
Loqi
voxpelli: miklb left you a message 31 minutes ago: when you have a few minutes, I have a couple of questions about micropub markup in Jekyll
#
miklb
voxpelli OK. I was just curious if it was a personal decision to not output some of micropub stuff on single pages
#
miklb
pages/single posts
#
voxpelli
miklb: can't recall, got a specific example? (I'll have to run, I'll be back in a bit)
#
miklb
some of the other examples use post instead of page in the file as well
#
voxpelli
miklb: doesn't all micropub posts have the micropub layout? not sure I understand what's happening there
#
voxpelli
miklb: everything is added to everything – the only thing that is "derived" and different for different types of micropub content is the category, and that should change as we have discussed in an issue
#
miklb
yes, but before I added that code, on single posts, using post.mf-photo it doesn't
#
voxpelli
but the yaml front matter is correct, right? so it's more of a Jekyll issue then, or?
#
miklb
voxpelli well,yes I just wanted to make sure there wasn't a reason notes and likes, etc shouldn't have a single post view
#
miklb
thus the question if it was a personal decision to not output on single post views
#
voxpelli
no, I actively link to the individual pages for everything but likes
#
miklb
hmm. I copied that code from your theme. I must have missed something
#
voxpelli
I know that Jekyll changed some weird stuff in jekyll 3 or something that totally broke some stuff
#
voxpelli
maybe could be that you copied the stuff from me before it was fixed for Jekyll 3?
#
miklb
In that post, is the image in the markup or coming from the front matter?
#
voxpelli
I'll check
#
miklb
I must have. Cool
#
voxpelli
miklb: found it
#
miklb
must have copied from before you changed
#
voxpelli
miklb: in my layout I translate "page" to "post"
#
voxpelli
but it appears like you're not using an include in your layout
#
voxpelli
maybe an {% assign %} could work?
#
voxpelli
{% assign post = page %}
#
voxpelli
any reason why you're not using includes?
#
miklb
I use a few includes, but a best practice I read for Jekyll was not to use as many
#
voxpelli
my thinking was to put my includes as a external submodule eventually
#
miklb
right , but now you can have a theme as a gem (though they have to be white listed for use on GH)
#
miklb
which ever way i go about it, now I now it was just me missing some code, not an indieweb reason to not display single post views
#
miklb
s/now/know
#
voxpelli
great! :) now I should get the micropub endpoint more configurable
#
miklb
voxpelli++
#
Loqi
voxpelli has 87 karma (3 in this channel)
loicm_, singpolyma, rMdes_ and rMdes joined the channel
#
voxpelli
miklb: permalink configuration is out! and you have to do nothing but update the code for it to work – because magic is awesome!
loicm_, KevinMarks and tantek joined the channel
#
aaronpk
miklb: "have support for"? it sends a syndicate-to parameter if that's what you mean
#
aaronpk
oh nvm i get it
#
aaronpk
i've been thinknig about that actually
#
aaronpk
i was considering adding a setup step where you could choose additional tags or syndicate-to parameters that ownyourgram will send with each request
#
miklb
OK. yeah, my thinking was if I wanted to post to IG, then be able to POSSE the OYG post to FB or Twitter from my own site automatically
#
aaronpk
the other way you can do it, if you're writing your own micropub endpoint, is it could notice that it's ownyourgram that made the micropub request and base additional logic off of that
#
aaronpk
that's part of the reason of including the client_id in the login flow
#
miklb
I might open a ticket for voxpelli for that.
#
miklb
bbiab
mindB, loicm_, mindB2, KevinMarks and KevinMarks_ joined the channel
#
raretrack.uk
edited /User:Raretrack.uk (+70) "/* Completed */ Added comment re Boxcryptor"
(view diff)
KevinMarks joined the channel
#
tantek.com
edited /Posts_about_the_IndieWeb (+150) "GWG article on Lessons Learned from IndiewebCamp and WordCamp"
(view diff)
#
bear
hmm, I need to update my micropub code to support json