Search found 7 matches

by ezequielbruni
Sat Aug 27, 2022 3:12 am
Forum: General
Topic: How to check if the home page is static site-wide
Replies: 0
Views: 7419

How to check if the home page is static site-wide

Hey y'all, So I want to show a link in my theme's header on every page if (and only if) the home page is static. In Chyrp Lite, I accomplished this with a frankly super ugly Twig hack: <div class="logo"> {# The logotype goes here. #} <h1><a href="{{ url('/') }}">{{ site.name }}</...
by ezequielbruni
Tue Apr 12, 2022 2:23 am
Forum: General
Topic: [Really Solved this time] [4.0.0 RC2] I can't create any content at all, or update global settings
Replies: 6
Views: 1840

Re: [Really Solved this time] [4.0.0 RC2] I can't create any content at all, or update global settings

I am using Zorin OS(Ubuntu 20.04 Based) I never could install Bludit in the HTML folder :lol: I gave up years ago. Instead, I use PHP Built-in web server, it's much easier than struggling with other ways (but only for testing purpose) [/code] Thanks for the Ubuntu tips. Alpine Linux gets a bit more...
by ezequielbruni
Sun Apr 10, 2022 4:21 am
Forum: General
Topic: [Really Solved this time] [4.0.0 RC2] I can't create any content at all, or update global settings
Replies: 6
Views: 1840

Re: [Really Solved this time] [4.0.0 RC2] I can't create any content at all, or update global settings

Last one I swear: I made a test container and installed every. single. PHP module. that Alpine Linux has to offer and all of their dependencies. Bludit (and Typemill, incidentally) worked flawlessly. On the downside... I have no idea WHICH module made it work. Installing 500MB worth of dependencies ...
by ezequielbruni
Sun Apr 10, 2022 2:21 am
Forum: General
Topic: [Really Solved this time] [4.0.0 RC2] I can't create any content at all, or update global settings
Replies: 6
Views: 1840

Re: [Solved] [4.0.0 RC2] I can't create any content at all, or update global settings

Update to the update to the... you get the idea. I can upload new content to the site when I create new posts, but not with existing posts. This bug also oocurs when attempting to upload a logo in the settings. ---- Annnnnnd that just started working. This time I did make some changes, specifically ...
by ezequielbruni
Sun Apr 10, 2022 2:15 am
Forum: General
Topic: [Really Solved this time] [4.0.0 RC2] I can't create any content at all, or update global settings
Replies: 6
Views: 1840

Re: [Solved] [4.0.0 RC2] I can't create any content at all, or update global settings

Ummmm... my B. Update to the update: It still won;t let me upload files. Just weird stuff all around.
by ezequielbruni
Mon Apr 04, 2022 1:16 am
Forum: General
Topic: [Really Solved this time] [4.0.0 RC2] I can't create any content at all, or update global settings
Replies: 6
Views: 1840

[Really Solved this time] [4.0.0 RC2] I can't create any content at all, or update global settings

Update: Closing out this issue as it appears to have been some weird, one-off crap. I woke up today, gave it another try... and it just worked. I hadn't updated any software, made any file or permissions changes since I tried it last. Nothing. It just decided to work. I'm starting to wonder if my p...
by ezequielbruni
Fri Nov 02, 2018 8:07 pm
Forum: Themes
Topic: Daring Fireball-style Custom URL for Article Titles
Replies: 1
Views: 1489

Daring Fireball-style Custom URL for Article Titles

Hey all, I'm looking for a way to use a custom URL for article titles to build a link blog. Anyone know how this might be made possible? Please keep in mind that while I can find my way around a theme, I'm not a programmer, as such. Is there a plugin for custom fields, perhaps? I haven't found one y...