Open tmanternach opened 3 years ago
Agreed. I hunted around a bit to see if I could find a smoking gun, but I couldn't.
It might be related to how easy I found it to accidentally edit the OPML headers of the wrong tab in the editing environment. E.g., editing the headers of the about outline when I meant to edit the headers of the blog outline.
I suspect I would make this error less often if the popup for editing OPML headers showed the name of the outline whose headers I was editing right there in the title.
I suspect I would make this error less often if the popup for editing OPML headers showed the name of the outline whose headers I was editing right there in the title.
We can do that.
I'm still using my own template, so I just merged from Dave's repo into mine and pushed it out to my static host and all is well. The about page is working on https://rudimentarylathe.org/. Thanks!
scripting wrote:
I've got the About tab working in the Clueless Newbie blog without doing a read through the proxy server. ... So the About outline is baked into the page.
I found that current drummer v2.0.10 doesn't show images in About page set by item "image" or "inlineImage" attributes. Even when the image is on scripting.com site. I'm just using the default templates. The console log show "viewAboutTab: using the pre-built aboutOutline" but doesn't show any error.
Ref my blog about page. I've managed to show one image using html "<img src= >" tag.
@sabre23t — that’s correct. It uses a different renderer. You can as you discovered use an html image element.
I saw on Dave's Drummer change notes that he posted about HTTPS today. Here is my experience with making this work.
Preface: I am going to assume you already have (or know how to create) an SSL certificate for your domain. If you need a nudge, Google your web server (Apache/nginx) and "Lets Encrypt" for tons of instructions on how to deploy a free one. All of my experience is with a DigitalOcean VPN running Ubuntu and nginx. You can visit my working site here.
I'd love to help anyone else work through this!
Cheers; have a good weekend everyone!