From b2fe3a38e191353e604f932b4eb91dcdc2f23684 Mon Sep 17 00:00:00 2001 From: jowj Date: Sun, 14 Jan 2018 23:20:19 -0600 Subject: [PATCH] final clean up of all the garbage i made while trying shit out. Everything should now be MD. --- blogposts/hosting-static-sites-on-s3.html | 19 ------------------- .../{testing.md => hostingStaticSitesOnS3.md} | 0 index.md | 2 +- 3 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 blogposts/hosting-static-sites-on-s3.html rename blogposts/{testing.md => hostingStaticSitesOnS3.md} (100%) diff --git a/blogposts/hosting-static-sites-on-s3.html b/blogposts/hosting-static-sites-on-s3.html deleted file mode 100644 index fe546a7..0000000 --- a/blogposts/hosting-static-sites-on-s3.html +++ /dev/null @@ -1,19 +0,0 @@ - - -
- Hosting static sites on S3 -

- Turns out this was pretty straightforward. The steps are basically: -

    -
  1. decide on a dns name for your static page
  2. -
  3. create an S3 bucket using that name (bullshit.jowj.net)
  4. -
  5. upload at least one file to your bucket
  6. -
  7. change bucket to enable hosting static pages (ensure you set the file you uploaded to be your index)
  8. -
  9. copy fully qualified aws name of endpoint and point cname (bullshit) to that endpoint
  10. -
  11. boom done.
  12. -
-

- I'd had this as a "thing to do" for forever, but I guess I thought it'd be more involved. this was just really straight forward. -

- - \ No newline at end of file diff --git a/blogposts/testing.md b/blogposts/hostingStaticSitesOnS3.md similarity index 100% rename from blogposts/testing.md rename to blogposts/hostingStaticSitesOnS3.md diff --git a/index.md b/index.md index eb18529..3a786c2 100644 --- a/index.md +++ b/index.md @@ -1,3 +1,3 @@ Josiah Ledbetter I do things with computers and write about them here. -[a relative link](/blogposts/testing.md) \ No newline at end of file +[Hosting Static Sites On S3](/blogposts/testing.md) \ No newline at end of file