Romm might fit, if you’ve got the patience to map controllers. Remember, it’s a BYO rom situation, but that’s nothing the guys over at @piracy@lemmy.dbzer0.com can’t help you with.
CTRL+Z
Romm might fit, if you’ve got the patience to map controllers. Remember, it’s a BYO rom situation, but that’s nothing the guys over at @piracy@lemmy.dbzer0.com can’t help you with.
You were right about score + ratio, and the complainers are a vocal minority.
Thank you.
Oh, Statamic is a BYOFE (Bring Your Own Front End). Out of the box, it gives you a templating language that you can take or leave. You are 100% responsible for all HTML, CSS, and whatever JS you feel like bringing to the table. There’s no handling of colors or anything to override, because that’s all on you. SSG is a mode it has, it’s not the default.
It’s pretty close to being a flat-file ExpressionEngine, if that helps.
This is solved by slapping your design’s color scheme on the <body>
, correct?
Also:
Are you injecting a dark mode?
Marketing site’s gonna marketing site. The actual documentation has dark mode.
It is extremely more than that.
As for the server, I recommend to start with the cheapest hosting available (e.g. $5/month vps) and move on to a bigger server if it proves to be too small to handle your site’s traffic.
This is correct.
If you’re asking about CPU, RAM, and bandwidth then, “you don’t have a problem until it’s a problem.” Redline the cheapest option until it catches fire.
If you want a 100% uptime website that can handle surge traffic but also costs basically nothing when it’s not being used, you’re going to want to avoid traditional CMSs like Wordpress and learn to code. Deploy 11ty to Netlify with the understanding that if you’re irresponsible with forms or suddenly blow through your bandwidth you’re going to pay for the service to scale to meet demand.
If you absolutely must have a CMS, I’d recommend Statamic because it can act as an SSG and deploy to Netlify (which means you use the CMS as a local devtool only - no logging in over the internet). It’s another one of those “bring your own front end” CMSs, but their Antlers templating language is completely fine.
Since you posted this into a self-hosting community…
You are the alternative to SquareSpace. Grab a Raspberry Pi, slap nginx proxy manager and ddclient into it, and point your domain to your home IP.
From the web development side of things? Eleventy is my pick for SSG. For a novice, the best part about using 11ty is that it supports a ton of different front end templating languages. That means you can find which one you like the best without having to hello world
a million times. Keep your content as markdown and pass it into Nunjucks, WEBC, Vue, fuckin’ whatever.
Preface: I appreciate the sentiment, fuck Microsoft.
Also host my own instance, got absolutely burned by :latest being “literally the last commit” and not “latest stable release.”
I sort of want the devs to take a page out of mastodon’s book and make the microservices (pictrs, UI) operate out of the same base image.
Should people be able to (down/)vote in communities they dont subscribe?
Yes.
If your admins consider down-voting an act of hostility, maybe they should disable down-voting on the instance. Did they consider the possibility that those accounts they banned were bilingual, and simply prefer to interact in English?
Without the context of the post, the actors, etc. it’s hard to justify a position other than, “this is working as intended.” Randos bulk downvoted a post, the spike in downvotes prompted mod action. Everyone got to participate and suffer the consequences of their participation.
Is there a list of “tags” we should be referring to? I want to ask the community for help finding a self-hosted alternative to a rather niche application. Would that be [Question] or [Help] or [Recommendation] or what?
Hey, just to make sure – are you performing image optimizations on uploaded images? You’re not uploading 4000x3000 raw JPEGs, are you?
If you are, you can reclaim a ton of storage. (Keep the RAWs off the Internet on a HDD somewhere.)
We just had a global IT meltdown because an update wasn’t vetted properly and you have the audacity to suggest this for database infrastructure.