this post was submitted on 08 Nov 2022
14 points (100.0% liked)

Asklemmy

43400 readers
659 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. 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.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

I want to make a website from scratch...it's more about the coding learning experience then having anything important to promote...would Linode work for this?

all 12 comments
sorted by: hot top controversial new old
[โ€“] MadScientist@sopuli.xyz 10 points 2 years ago (1 children)

start with learning html. sololearn.com was the best a few years ago, though there may be better resources now

[โ€“] i18nde@lemmy.ml 7 points 2 years ago

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.

[โ€“] seahorse@midwest.social 7 points 2 years ago (1 children)

For hosting it? I'm sure Linode would be sufficient.

[โ€“] ksynwa@lemmygrad.ml 6 points 2 years ago

If the website is only static files you can also host it on GitHub pages or gitlab pages etc.

[โ€“] geoma@lemmy.ml 6 points 2 years ago

I would suggest a static site builder like hugo

[โ€“] majestix@lemmy.ml 5 points 2 years ago

For the really early start, while learning Coding you could also just have it on your own machine and dont need a Server yet.

[โ€“] sputnikred@lemmy.ml 2 points 2 years ago (1 children)
[โ€“] iortega@lemmy.eus 2 points 2 years ago

straight to the point

[โ€“] SpeedDart1@lemmy.ml 2 points 2 years ago* (last edited 2 years ago)

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.

[โ€“] TheKernalBlog@lemmy.ml 2 points 2 years ago* (last edited 2 years ago)

What do you want to make? A static site or a web app? If you just want to make a static website I'd highly recommend using a site builder like Jeckyl or Hugo.

[โ€“] serenity@jeremmy.ml 1 points 2 years ago

Create your own html based website and upload to https://neocities.org/