If the website is only static files you can also host it on GitHub pages or gitlab pages etc.
Asklemmy
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
For the really early start, while learning Coding you could also just have it on your own machine and dont need a Server yet.
For hosting it? I'm sure Linode would be sufficient.
start with learning html. sololearn.com was the best a few years ago, though there may be better resources now
Good advice, didn't know that. In Germany, we really like to use SelfHTML.org โ a very good site since the beginning of HTML. But, only in German.
I would suggest a static site builder like hugo
landchad.net
straight to the point
What kind of website? Static or application? Let's start with tooling. For static site builders there's all sorts of stuff like Nextjs, Hugo, and Wordpress. For web applications the task gets more complex and is going to depend on personal preference and what kind of architecture you want.
Linode is a good solution for hosting a web application, but unnecessary for a static website. For a static website you can use something like github pages or netlify for free.
If you don't know how to code you'll need to do that before you touch any of this.