Skip to content

alozano-77/html-s3-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Girl's Travel Secret (AGTS)

This is a modified version of Editorial, originally created by @ajlkn for HTML5 UP. These some modifications to improve SEO and ease of use.

Demo: https://www.agirlstravelsecrets.com

Additional features included

Site Search Integration

  • jQuery plugin
    • No need to use Google provided search
    • Modify tipuesearch/tipuesearch_content.js

Lazy Loaded Images

Images are provided via lazysizes using the following code:

<img
 alt=""
  data-sizes="auto"
  data-srcset="small.jpg 500w,
    medium.jpg 640w,
    big.jpg 1024w"
  data-src="medium"
  class="lazyload" />

Google Analytics Integration

Replace the code in <head> with the code from Google Analytics.

Additional Files Needed

To maintain a high SEO, I suggest you include the following files:

  • favicon.ico - fiverr was great for this
  • robots.txt - Modified from reddit
  • sitemap.xml - Can be created here

AWS Integration

Route53 and S3

This can be hosted on an S3 bucket using AWS static website hosting.

CloudFront Training

Additional training on integrating CloudFront can be found from the SAA-C02 course from Adrian Cantrill.

Efficient Image Handling

This was achieved using the serverless image handler provided from AWS Labs.

Copyright & License

Copyright (c) 2013-2020 HTML5 UP & A Girl's Travel Secrets - This theme is licensed under both the MIT and Creative Commons Attribution 3.0. Please note that the terms of the Creative Commons license require that you maintain the footer attribution to freely use this theme.

About

SEO HTML blog hosted on AWS S3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published