#aaronpkfinding myself wanting a new feature for my site which "freezes" my website to not show any posts created after this morning until tomorrow night
#aaronpkkind of like delayed checkins that Known has, except for everythign
#[fluffy]Hm, in Publ posts default to ‘scheduled’ and only become visible after the date happens.
#[fluffy](they’re hidden before that, so people who know the entry ID can still look early. but they don’t appear in feeds or whatever.)
#[jgmac1106]Didn't tantek add an undo feature which uses a delay? Youra would just be longer.
#aaronpkyeah like that, but i want to "schedule" them in the past?
#[fluffy]so like, schedule them for the future but with a prior display date?
#[jgmac1106]I never got around to making a Halloween costume for my site... May just fall back on a background img and creepy font.... I had such cool css animation plans
#[fluffy]Could you conceptually separate the display date out from the publish date?
#aaronpki want the posts to exist at the "right" time, but only show up on my site after tomorrow
#aaronpkweird exception to this is i still want to send webmentions from these posts, i just don't want them to show up on my home page or any lists until later
#[tantek]getting folks to setup IndieAuth at HWC SF
KartikPrabhu, sl007, [fluffy] and [Ramiro_Ruiz] joined the channel
#[Ramiro_Ruiz]Still thinking about my structure if I keep using different type for each kind of post (note, photo, reply, etc.) or to keep all together under notes/ and just differentiate each one by their category. I took a look at what other Hugo users are doing, Daniel Goldsmith while he doesn’t have his code public, looks like he’s using posts for articles and micro for everything else. Jamie Tanna posts and mf2 for micro posts.
#[Ramiro_Ruiz]Right now the types I have are work, blog, notes, photos, replies and more in the works (quotes, reposts, workouts) so I don’t know if it will be better to keep them separate or is easier to maintain together 🤔
marcusr, wolftune, rEnr3n, OberstKrueger, jbove, bltavares_, AkyRhO_, MattJ, [grantcodes], [chrisbergr], jihaisse and patterson joined the channel
#[chrisbergr]I do not know Hugo at all. I use WordPress. But that's irrelevant. I Post my different kinds of post in a category with the same name. And also in a category "activity", exept for my kind "article" (defined by me as more authored and edited long text with some images...) So I can access them by type or all together. And I can use this category "activity" to hide those posts wherever it might annoy others, like in the RSS feed.
jeremycherfas, krychu and gxt joined the channel
#jamietanna[m][Ramiro_Ruiz] the main reason I kept them separate as so I'd be able to keep the underlying file structure different. Posts are YAML + markdown but mf2 is json which makes it easier to set via micropub
#[qubyte]Mine is virtually the same layout as Jamie’s by the sound of it. That’s partly because articles were the only post type at one time, and predate my knowledge of IndieWeb, but also because JSON front matter + markdown is natural for long form and mf2 more so for short things.
#[xavierroy][Ramiro_Ruiz] you could use sections to split up the different types. i am recreating my WP setup in Hugo and that's what I'm doing. I try to group post types under sections. I have separate sections for articles (long form), notes, and subsections for sleep, food, read, and watch posts
#[xavierroy]advantage of sections is permalinks and you could style things differently for each post type
#[xavierroy]on a second thought, if you mention the type in the front matter, it doesn't matter where your file resides in the content folder. It is your preference 🙂
#[jgmac1106]morning all...trying to throw a costume on my homepage right quick...had big plans....but its gonna be a simple costume this year
#[jgmac1106]I am not sure what my startegy for layout of post types are, Known takes care of things very well in that department, on my personal site I seperate articles and photos. I haven't built a notes page yet
#[jgmac1106]I would need to learn way too much stuff to do that
Simounet joined the channel
#SimounetHello, I'm new here and interested in the indieweb. :)
mabox joined the channel
#petermolnarhi Simounet! Do you happen to have a website? Any kind of website.
#Simounetpetermolnar: I'm a self-hosted kind of guy. My old blog (https://www.simounet.net I should write more on it…).
AkyRhO_ joined the channel
#SimounetUsing Nextcloud, Ampache, leed (as an RSS reader).
#[KevinMarks]So you could use categories, or you could define a post-type taxonomy
#Simounetpetermolnar: It seems to be a lot more plugins. Is there a plugin to post from WP to Mastodon? I can't find one. (Yes, I know that I should try to do it by myself :p)
#petermolnarSimounet, example: with fed.brid.gy, a website can become @petermolnar.net@petermolnar.net on fediverse, without directly posting to a (mastodon) instance
#petermolnarwith brid.gy you need to cross-post (POSSE in indieweb terms) to a mastodon instance where you have an account
#SimounetI already did it with the ActivityPub plugin.
#[Ramiro_Ruiz]Is working and as some mention it gives you a lot of flexibility in Hugo, I think I’m going to group micropost in one folder besides blog and work.
[tantek], [snarfed], Hory, gRegorLove, [Lewis_Cowles], wolftune, akierig, gareppa, MattJ, KartikPrabhu and [schmarty] joined the channel
#sebselI have and am working on a new implementation of a thing where I don't have post types at all, even though it appears as such. If a post has a property (like in the frontmatter) of 'like of', then the template renders that as a like. If it has a name, it renders a name, and thus it will become a blogpost.
#sebselSee https://seblog.nl - my feeds have posts that all look very different, but they are all just the same template in my backend and have no post type associated with them at all.
#sebselCan blog more in dept about it if interested.
#sebsel(note that in that model, a like can have content, can even have a name, can also be a like and a checkin with a photo. In practice you don't use it, but I like the flexibility.)
#jamietanna[m][KevinMarks] yes this is done via a primitive post kind discovery (not fully compliant with the one on the wiki) on my Micropub endpoint
#jamietanna[m]sebsel I started with mine like that but found my template was complicated so wanted to extract the work out to my Micropub endpoint, which creates the content anyway so can set the kind correctly
adactio joined the channel
#sebselyea, my current implementation is not something I want to show to people, code wise :) it puts a lot of heavy lifting on the template, but to me, it feels like that is the place where it should happen, so that's why I make it work.
[snarfed] joined the channel
#[snarfed]i'm trying an experiment. i read twitter via a list, through twitter-atom, ie not my home timeline. but i still regularly end up reading inside the app anyway, due to their engagement hacking and all. so i'm going to unfollow everyone i follow, so that when i open the app (or web), hopefully it shows me little or nothing interesting or personalized.
#[snarfed](i'll still read my list in twitter-atom, as usual.)
#gRegorLoveInteresting idea. I just did similar with Facebook, working up to totally deleting it.
#gRegorLove(not reading it in a reader though, hah. mainly accessing groups.)
#[snarfed]so then yeah a tweak would be to unfollow all public accounts
#[snarfed]jbove just one, checking if i was ok, like you did a bit ago 😁 afaik twitter doesn't notify on unfollows so it would just be people using an unfollow notifier service?
#aaronpkor if they visited your profile and no longer saw "follows you"
#jboveI've been "tweeting" with twtxt by editing this one text file and scping it to my server. Can might as well be a dropfolder or keybase pub. Of course it's still basic. But it works. Met some interesting people on twtxt.
[tantek] joined the channel; MattJ left the channel
#Salt[m]Does anyone know of a decent way to check whether JS is proprietary rather than running LibreJS on your own client? Hoping for something akin to a W3C validator.
#[snarfed]open? i don't know twitter enough to know what that means. i have to "accept" them the first time
#[snarfed]i like the visible effect of people seeing that i now follow 0 people. clearly shows that i don't "read" twitter, whether "normally" or at all
#[snarfed]similar to the visible FB "goodbye" post and no others
#[tantek]I will unfollow someone if I think they are posting stuff that is offensive, embarrassing, or abusive of under-privileged folks
#[snarfed]you like the explicit permashortlink on POSSEd posts as a way to evangelize, even if they're ellipsized, right? this is similar low key evangelism
#[tantek]because I DO NOT want to others who follow me to see the "followed by t ..." on a profile of someone like that
#[tantek]I'm not sure "absence" is explicit enough of an outreach method to call it "evangelism" low key or otherwise
#[snarfed]sure. semantics i guess. seems surprising and noticeable on a profile to me, but subjective
#[tantek]and it's not evangelism either because it is not advocacy *for* something
#[tantek]here's a suggested bio for your snarfed: Tweets, replies, retweets, and likes from https://snarfed.org, your responses show up there too. 100% reading & writing from the #indieweb since 2014!
#[tantek]which then lends some explanation for the "0 Following" 🙂
[jgmac1106] joined the channel
#[jgmac1106]I follow as a h/t haven't checked my home feed in years
#[tantek](to be clear that's a highly aspirational bio for me, I'm so far from that that I appreciate your ability to state it unapologetically)
#[jgmac1106]I could see not giving them signals but for that to fully work you would have to only use lists other people created
#[snarfed]hah yes. thanks! the blank bio is definitely a deliberate aesthetic choice
#[snarfed](also subtly draws a bit more attention to the web site link)
#aaronpkI like that I can update the time stamps of checkins on my website when I forget to check in somewhere and want them to be in order
#[tantek]I have so much of that that I will eventually need to do