diff options
| author | user@node5.net <user@node5.net> | 2025-08-03 01:00:06 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2025-08-03 01:00:06 +0200 |
| commit | 93c10851318eebf547f4a77f31a3029331520b14 (patch) | |
| tree | 69b8be790bef1152c58750d7ad16ce742420135f /How-to/Selfhost blog.md | |
| parent | f5bbe606770a4327535e459f106bd4a7158eb6e0 (diff) | |
Flat structure, delete various half completed
Diffstat (limited to 'How-to/Selfhost blog.md')
| -rw-r--r-- | How-to/Selfhost blog.md | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/How-to/Selfhost blog.md b/How-to/Selfhost blog.md deleted file mode 100644 index 0ad9e94..0000000 --- a/How-to/Selfhost blog.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -description: How to create, and self host a blog like this -created: 2024-03-01 ---- - -## Chose a static site generator -This is the tool that takes your [markdown](https://www.markdownguide.org/basic-syntax/) or other markup language, -and generates HTML files, these can then uploaded to a server to host. - -- [Hugo](https://gohugo.io/) -- [Pelican](https://getpelican.com/) -- [My custom one](https://git.node5.net/blog/blog-generator/about/) - -## Buy a domain -### Chose a TLD (Top Level Domain) -.net is pretty cool IMO - -## Hosting - -- Selfhost - - At home - - Requires static IP - - Router port forward - - Always having a machine online - - Exposes your home IP (This isn't super bad) -- VPS (cloud monthly payment) - - Not independent - -For the rest of this I refer to the awesome guides at [landchad.net](https://landchad.net/) |
