Wanting to restart my Webcomic. Any alternative to Wordpress that I could use on my website?
-
wrote on last edited by [email protected]
Is there not federated WordPress?
-
Is there not federated WordPress?
Pixelfed?
-
Is there not federated WordPress?
What format are you looking for? Something like a comic layout?
-
Pixelfed?
No I don't need a software for drawing. I mean for posting. Back in the day I had Comicpress with WordPress but I know that not an option anymore, and was looking for something not WordPress.
-
What format are you looking for? Something like a comic layout?
Just a way to post my comics on my website and people can click through them. Like how Comicpress worked back in the day.
-
No I don't need a software for drawing. I mean for posting. Back in the day I had Comicpress with WordPress but I know that not an option anymore, and was looking for something not WordPress.
Pixelfed is the Fediverse alternative to Instagram, it is for posting, not drawing.
-
No I don't need a software for drawing. I mean for posting. Back in the day I had Comicpress with WordPress but I know that not an option anymore, and was looking for something not WordPress.
Pixelfed is like Mastodon but for images. It's an instagram replacement.
-
Is there not federated WordPress?
You could check with @[email protected], who created and runs https://bellobear.com/ (and posts them on Lemmy to [email protected])
-
Is there not federated WordPress?
Hugo is nice if you want extensive customization and you’re okay fighting with Go code and templates, a little bit.
-
Pixelfed?
I think this is a good suggestion. As a single user, you could still theme it while also providing cross-posting of other artists you like. Additionally, your network would act as a "web ring" of sorts.
-
Pixelfed is like Mastodon but for images. It's an instagram replacement.
Naw not what I'm looking for thanks.
-
You could check with @[email protected], who created and runs https://bellobear.com/ (and posts them on Lemmy to [email protected])
What for?
-
Is there not federated WordPress?
Faircamp is great for this for music - I wonder if it could be pretty easily adapted for art, too.
-
Is there not federated WordPress?
The answer is probably "no", but.... Any interest in rolling your own? I once wrote a webcomic engine for a friend, and it was pretty trivial: a simple mod_perl script that grabbed a template and substituted a codeword with the picture the client requested.
Nothing fancy and pretty lightweight. My friend uploaded any new comics via FTP and made some minor changes to the template from time to time. It did the job well.
-
Faircamp is great for this for music - I wonder if it could be pretty easily adapted for art, too.
Nice but not sure how to fix for art.
-
Is there not federated WordPress?
You can always make it manually with notepad(++).
-
The answer is probably "no", but.... Any interest in rolling your own? I once wrote a webcomic engine for a friend, and it was pretty trivial: a simple mod_perl script that grabbed a template and substituted a codeword with the picture the client requested.
Nothing fancy and pretty lightweight. My friend uploaded any new comics via FTP and made some minor changes to the template from time to time. It did the job well.
I can do badic html and css and thought of doing that way but it would look very early 2000. Besides not looking to code and do the artwork. Already do that for one website and its not pretty.
-
What for?
I use Wordpress for mine. You might check out Substack. Which you can also use it to monetize your comic.
-
You can always make it manually with notepad(++).
No thanks.
-
Is there not federated WordPress?
Look into the term static site generator.