#dev 2019-06-01
2019-06-01 UTC
[eddie] joined the channel
eli_oat joined the channel
# [tantek] ah: "Facebook's post-by-email functionality, which was released in 2010 and which is described below, has been discontinued" https://www.lifewire.com/post-updates-and-upload-photos-by-email-in-facebook-1170534
# gRegorLove Haha, not interested in posting to / backfeeding via email :)
# gRegorLove I'm pretty much on FB for one single group these days. I'm trying to get them to move to a forum :)
KartikPrabhu, [jgmac1106] and eli_oat1 joined the channel
# Loqi A content management system (often abbreviated as CMS) is software used to create, enter, edit, update, delete content on websites; some CMSs are used for IndieWeb sites, see the tables on this page for current usage https://indieweb.org/CMS
billbennettnz, eli_oat1, chrisaldrich, [tantek], snarfed, jimpick, mattl, KartikPrabhu, sebsel, jbove, [frank], [kevinmarks786] and [jgmac1106] joined the channel
# infominer[m] phew
# infominer[m] apparently dont' have the og setup right... but that website is now built with hugo...
# infominer[m] same website that used to run jekyll, same theme.. same exact website... haha almost exactly
# infominer[m] that should help anyone switching from one to the other
# infominer[m] Can see a few minor typos but pretty happy w myself
# [jgmac1106] send it to indie news, greta post
# infominer[m] :)
# infominer[m] thanks jgmac1106
# jamietanna[m] infominer great post! One thing I noticed when moving to Hugo was that I needed a newline before a list, which I think the front matter section is affected by
# infominer[m] yes, I'm just learning about that newline list, though I'm not sure about the frontmatter port
# infominer[m] part
# jamietanna[m] Also have you looked at upgrading your Hugo version? There's tonnes of new stuff through to the latest version v0.55
# infominer[m] well, as I said in the post, I chose an old version because its an old theme
# infominer[m] it won't run the newest version
# infominer[m] though I didn't explain that part
# jamietanna[m] It looks like the front matter section is trying to use a list, but it's not rendering as one in the HTML
# jamietanna[m] Ah that's fair enough - makes sense
# infominer[m] which post?
# jamietanna[m] Sorry, its this one ππΌ
# infominer[m] what browser? I'm not seeing that on chromium
# infominer[m] or maybe try clearing your cache, if you opened it up fast I may have fixed some things since then.
# infominer[m] I've just updated it to include that information too about lists, and explaining why I'm looking for an older version
# infominer[m] but you are entirely correct jamietanna I probably can go with a newer one
# infominer[m] I'll figure out what the range is
# jamietanna[m] Ah it's sorted now, good stuff - was using Firefox for Android v67
# infominer[m] Thanks for the valuable feedback!
# infominer[m] I really appreciate it, and will be focusing on comments now that I have a solid blog post
# infominer[m] the others aren't really blogs, for the most part, but it's nice to use the blog function of an SSG
# jamietanna[m] Definitely. I've created different "sections" as Hugo calls them, for different post types ie repost, bookmark, RSVP
# infominer[m] yes yes, sounds marvelous :D
# infominer[m] link?
# infominer[m] I'm really excited because Hugo opens up a whole universe of themes, while Jekyll themes it can feel like looking for needles in the haystack.
# infominer[m] and makes it easy to test new themes!!!
# jamietanna[m] It definitely does, my favourite change was just the speed https://www.jvt.me/posts/2019/01/04/goodbye-jekyll-hello-hugo/
# infominer[m] btw, do you know how to set my author \ site usernames for twitter cards?
# infominer[m] trust me, I have some big projects that the speed will make manageable
# infominer[m] archives can be a lot bigger than anything I'd create for myself, hah
# infominer[m] like 1000 post website takes 6 minutes to build w jekyll
# jamietanna[m] It depends on the theme I think
# jamietanna[m] In fact it looks like I've hardcoded mine in the theme
# infominer[m] is your website open source?
# jamietanna[m] Certainly is https://gitlab.com/jamietanna/jvt.me
# jamietanna[m] https://gitlab.com/jamietanna/tale-hugo-jvt.me is my fork of the theme
# infominer[m] awesome! I really gotta get into gitlab, there's a whole universe of code I haven't explored at all
# infominer[m] I probably just have to convert my old config settings... I must have set it but was just going for the basics to get this published... it was a marathon 2 day ordeal that didn't involve a ton of sleep
# infominer[m] i really like your theme btw, that's why I was asking about the source
# jamietanna[m] Oh no haha, sorry to hear that
# jamietanna[m] Aw thanks, I can't take credit for most of it. But the upstream theme is a fair bit different, I've certainly made a lot of changes to suit what I want
# infominer[m] well, the content and learning togther at the same time
# jamietanna[m] Original is https://github.com/EmielH/tale-hugo
# infominer[m] now i have that and a link to your goodbye jekyll hello hugo posts on the article too β
# jamietanna[m] Aw nice, thanks!
# infominer[m] and will become my hub for all things hugo until I make hugo resources its own post.
# Loqi Hugo is a static site generator written in Go https://indieweb.org/Hugo
# Loqi Jekyll is Ruby software that helps you create "Simple, blog-aware, static sites" suitable for static domain hosting https://indieweb.org/Jekyll
# infominer[m] yes, I will get involved in this wiki... I wasn't sure if i"d find one that I could get into
# infominer[m] it's on my list ;)
# infominer[m] I feel so happy right now. these are the moments I live for!
# infominer[m] cause it's a ton of work, but now that content can go on to help a bunch of people for a long time
# Loqi ok, I added "https://www.scottohara.me/note/2019/05/07/resources.html" to the "See Also" section of /accessibility https://indieweb.org/wiki/index.php?diff=61976&oldid=61393
eli_oat and [grantcodes] joined the channel
# [grantcodes] So I'm working on replicating my site database to the browser so it will work totally offline, searching and everything. But having a ~15mb local db is maybe a bit excessive.
# Loqi [grantcodes]: snarfed left you a message 22 hours, 20 minutes ago: hey everyone on https://github.com/snarfed/bridgy/issues/854 , if you're not currently receiving facebook email notifications for comments, likes, etc, you might want to turn them on. i'll be ready for you to test soon!
# [grantcodes] So I am wondering what is best to keep in sync. I can probably ignore stuff like likes, watches and checkins. Maybe everything older than a year. But offline search is pretty handy...
# infominer[m] good share @zeg
# infominer[m] Zegnat: I need to remember this app doesn't autocomplete on enter
# infominer[m] I mean the accessibility resources.
# infominer[m] that's a topic I've not looked into yet
# sknebel Question for folks thinking about AutoAuth + webmentions: https://github.com/sknebel/AutoAuth/issues/15 (/cc Zegnat, sebsel?)
eli_oat, [tantek], snarfed, snarfed1 and tylergaw joined the channel
# infominer[m] !tell jamietanna now am upgraded to v.31.1 released a year after the theme was done building, and just before the next major change (page bundles)
# infominer[m] Now it will be trivial for me to test out the indieweb hugo themes
# infominer[m] And integrate all my indieweb content with webwork.tools, and can get more exposure that way
# infominer[m] Because more visitors to that blog w a wider and related scope
tylergaw_ joined the channel
# jamietanna[m] infominer: that's great to hear! How easy was it go upgrade?
# infominer[m] I can just install deb ontop of deb to upgrade
# infominer[m] but downgrade would require uninstall, I'm sure
# infominer[m] I want to learn Hugo beter first, before I test out anything newer, but feel pretty good about it
# infominer[m] and I just set a re-direct, hopefully that webwork.tools link works in like 30 minutes..
# infominer[m] I didn't realize it would link here without https://
# infominer[m] Interesting completes the link w no https on desktop but not mobile
# infominer[m] Now im upgraded to the latest version and am fine tuning https://github.com/AngeloStavrow/indigo
# infominer[m] Anyone here using indigo?
eli_oat joined the channel
[jgmac1106], gRegorLove, chrisaldrich, [tantek], gRegorLove_, [fluffy], eli_oat and eli_oat1 joined the channel