testing md vs html

pull/1/head
jowj 6 years ago
parent dba7e63641
commit ab25e1c760

@ -0,0 +1,19 @@
<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>

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

@ -4,6 +4,7 @@
Josiah Ledbetter
<p>
I do things with computers and write about them here.
[a relative link](hosting-static-sites-on-s3.html)
</div>
</body>
</head>
Loading…
Cancel
Save