Work on static site blog post
This commit is contained in:
parent
4d6832ec3e
commit
dc313add0e
1 changed files with 14 additions and 16 deletions
|
@ -1,26 +1,25 @@
|
||||||
---
|
---
|
||||||
description: ""
|
description: ""
|
||||||
title: How to Setup A Fast, Simple, and Free Blog Like This
|
title: How to Setup A Free, Fast, and Simple Blog Like This
|
||||||
draft: true
|
draft: true
|
||||||
---
|
---
|
||||||
|
|
||||||
**TL;DR**: Makefiles are awesome and use Netlify. The code for this entire site
|
**TL;DR**: Netlify is incredible for hosting static websites. The code for this
|
||||||
is available [here][repo]. I publish at-will using their CLI via `netlify
|
entire site is available [here][repo]. I publish at-will using their CLI via
|
||||||
deploy --prod`. It's simple and awesome.
|
`netlify deploy --prod`. It's simple and awesome.
|
||||||
|
|
||||||
# Introduction
|
# Introduction
|
||||||
|
|
||||||
This website *intentionally* may not look like much. It is simple both in
|
This website may not look like much, but that's *intentional*. It is simple
|
||||||
style, colors, and layout. It is blazing fast. It looks the same on any mobile
|
both in style, colors, and layout. It is blazing fast. It looks the same on any
|
||||||
device. It uses the simple web technologies you already know. You can use any
|
device, mobile or otherwise. It uses the simple web technologies you already
|
||||||
static site generator such as [Hugo][hugo] or [Gatsby][gatsby]. *And I don't
|
know. You can use any static site generator such as [Hugo][hugo] or
|
||||||
pay for any of it to work!* I do pay for the domain [`lyte.dev`](/), though,
|
[Gatsby][gatsby]. *And I don't pay for any of it to work!* I do pay for the
|
||||||
but you don't need one.
|
domain [`lyte.dev`](/), though, but you can get certain domains for completely
|
||||||
|
free.
|
||||||
|
|
||||||
And it's awesome.
|
And you can easily build on top of a system like this, extending it to do
|
||||||
|
anything you could ever possibly want! Need a Content Management System (CMS)?
|
||||||
And you can easily build on top of it, extending it to do anything you could
|
|
||||||
ever possibly want! Need a Content Management System (CMS)?
|
|
||||||
[Done][netlify-cms]. Need to deploy a complicated Single-Page Application
|
[Done][netlify-cms]. Need to deploy a complicated Single-Page Application
|
||||||
(SPA)? [Easy][netlify-spa].
|
(SPA)? [Easy][netlify-spa].
|
||||||
|
|
||||||
|
@ -32,8 +31,7 @@ Let's get started!
|
||||||
|
|
||||||
# How This Site Works
|
# How This Site Works
|
||||||
|
|
||||||
|
+ Obtain a domain and
|
||||||
|
|
||||||
+ Publish the site at will using Netlify (their CLI is great!)
|
+ Publish the site at will using Netlify (their CLI is great!)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue