[ home / rules / faq ] [ overboard / sfw / alt ] [ leftypol / siberia / edu / hobby / tech / games / anime / music / draw / AKM ] [ meta / roulette ] [ cytube / wiki / git ] [ GET / ref / marx / booru / zine ]

/tech/ - Technology

"Technology reveals the active relation of man to nature" - Karl Marx
Name
Options
Subject
Comment
Flag
File
Embed
Password (For file deletion.)

Join our Matrix Chat <=> IRC: #leftypol on Rizon


File: 1702935138144.png (23.75 KB, 500x250, Oekaki.png)

 No.22778

Hi I'm looking to make my own website to host articles and stories I've written. I wanted to do Wordpress but like I found out its going to put ads on my screen. I've got no money and no time to learn programming skills. Is there an open source version of Wordpress where it doesn't monetize everything and where I can change my font?

 No.22779

If you're okay with doing html manually (not hard) then neocities.org is a good host. I've used it for a few years and it's pretty comfy. You'll even show up in the global feed every once in a while when updating.

 No.22780

>>22779 (me)
I'll be honest, I skim read the OP, but html deosn't really take any time to learn. Just put tags around the text and copy css from sites you think look cool.

 No.22781

>>22780
Yeah I think I did an HTML website at school, I'm just worried it'll be vulnerable to hax or something

 No.22782

>>22781
Nah it just serves a document. As secure as you can get as long as you don't add any complex javascript. Just make sure you set a good password for your neocities account, which I imagine the same to be the case for wordpress.

 No.22783

>>22778
>I've got no money and no time to learn programming skills.
If you're going the html route, i recommend learning at least a little about shell scripting.
You can use a very easy form of templating by writing a head.html and tail.html file, that contain your theme and sitewide navigation bar, and writing a simple script to concatenate it with an html formatted article, for example:
#!/bin/sh
for i in *.htcontent; do # all files in current directory ending with .htcontent
  new=`echo $i | sed 's/.......$/ml/` # replace last 6 letters with ml
  cat head.html $i tail.html > $new # concatenate into html
done

 No.22785

write.as federates on the fediverse

 No.22788

>Is there an open source version of Wordpress
yeah, Wordpress


Unique IPs: 4

[Return][Go to top] [Catalog] | [Home][Post a Reply]
Delete Post [ ]
[ home / rules / faq ] [ overboard / sfw / alt ] [ leftypol / siberia / edu / hobby / tech / games / anime / music / draw / AKM ] [ meta / roulette ] [ cytube / wiki / git ] [ GET / ref / marx / booru / zine ]