Skip to content

Commit c859821

Browse files
committed
new static site deployment resources
1 parent ba9a4f3 commit c859821

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

all.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4836,8 +4836,21 @@ <h3>Static site generator resources</h3>
48364836
</li>
48374837
</ul>
48384838
<h3>Static site deployment resources</h3>
4839+
<p>Deploying a static site is far less complicated than a
4840+
<a href="/deployment.html">traditional web application deployment</a>, but you still
4841+
need to host the files somewhere accessible. You'll also to set up DNS to
4842+
point a domain name to your site as well as provide HTTPS support.
4843+
These guides walk through various ways of handling the static site
4844+
deployment.</p>
48394845
<ul>
48404846
<li>
4847+
<p>Randall Degges'
4848+
<a href="https://stormpath.com/blog/ultimate-guide-deploying-static-site-aws">Ultimate Guide to Deploying Static Sites to Amazon Web Services</a>
4849+
walks through all the steps you need to get your site up and running on
4850+
S3. The guide also shows how to set up SSL certificates to ensure
4851+
your site can be loaded via HTTPS.</p>
4852+
</li>
4853+
<li>
48414854
<p><a href="https://www.davidbaumgold.com/tutorials/deploy-static-site-aws-s3-cloudfront/">Deploying a Static Site on AWS, with S3 and CloudFront</a>
48424855
provides a really nice tutorial with screenshots to get any type of static site
48434856
configured on AWS using S3 and Cloudfront.</p>

source/content/pages/07-web-development/28-static-site-generator.markdown

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,19 @@ ones listed here are primarily coded in Python.
177177

178178

179179
### Static site deployment resources
180+
Deploying a static site is far less complicated than a
181+
[traditional web application deployment](/deployment.html), but you still
182+
need to host the files somewhere accessible. You'll also to set up DNS to
183+
point a domain name to your site as well as provide HTTPS support.
184+
These guides walk through various ways of handling the static site
185+
deployment.
186+
187+
* Randall Degges'
188+
[Ultimate Guide to Deploying Static Sites to Amazon Web Services](https://stormpath.com/blog/ultimate-guide-deploying-static-site-aws)
189+
walks through all the steps you need to get your site up and running on
190+
S3. The guide also shows how to set up SSL certificates to ensure
191+
your site can be loaded via HTTPS.
192+
180193
* [Deploying a Static Site on AWS, with S3 and CloudFront](https://www.davidbaumgold.com/tutorials/deploy-static-site-aws-s3-cloudfront/)
181194
provides a really nice tutorial with screenshots to get any type of static site
182195
configured on AWS using S3 and Cloudfront.

static-site-generator.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,21 @@ <h3>Static site generator resources</h3>
213213
</li>
214214
</ul>
215215
<h3>Static site deployment resources</h3>
216+
<p>Deploying a static site is far less complicated than a
217+
<a href="/deployment.html">traditional web application deployment</a>, but you still
218+
need to host the files somewhere accessible. You'll also to set up DNS to
219+
point a domain name to your site as well as provide HTTPS support.
220+
These guides walk through various ways of handling the static site
221+
deployment.</p>
216222
<ul>
217223
<li>
224+
<p>Randall Degges'
225+
<a href="https://stormpath.com/blog/ultimate-guide-deploying-static-site-aws">Ultimate Guide to Deploying Static Sites to Amazon Web Services</a>
226+
walks through all the steps you need to get your site up and running on
227+
S3. The guide also shows how to set up SSL certificates to ensure
228+
your site can be loaded via HTTPS.</p>
229+
</li>
230+
<li>
218231
<p><a href="https://www.davidbaumgold.com/tutorials/deploy-static-site-aws-s3-cloudfront/">Deploying a Static Site on AWS, with S3 and CloudFront</a>
219232
provides a really nice tutorial with screenshots to get any type of static site
220233
configured on AWS using S3 and Cloudfront.</p>

0 commit comments

Comments
 (0)