final clean up of all the garbage i made while trying shit out. Everything should now be MD.

pull/1/head
jowj 6 years ago
parent 8bd4d857b1
commit b2fe3a38e1

@ -1,19 +0,0 @@
<head>
<body>
<div id = "content">
Hosting static sites on S3
<p>
Turns out this was pretty straightforward. The steps are basically:
<ol>
<li>decide on a dns name for your static page</li>
<li>create an S3 bucket using that name (bullshit.jowj.net)</li>
<li>upload at least one file to your bucket</li>
<li>change bucket to enable hosting static pages (ensure you set the file you uploaded to be your index)</li>
<li>copy fully qualified aws name of endpoint and point cname (bullshit) to that endpoint</li>
<li>boom done.</li>
</ol>
<p>
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.
</div>
</body>
</head>

@ -1,3 +1,3 @@
Josiah Ledbetter
I do things with computers and write about them here.
[a relative link](/blogposts/testing.md)
[Hosting Static Sites On S3](/blogposts/testing.md)
Loading…
Cancel
Save