Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/btwelch/middleman-static-site-base
My Middleman >> Amazon S3 static site recipe, complete with dynamically-generated navigation and all the customizations to make things blazingly-fast.
https://github.com/btwelch/middleman-static-site-base
Last synced: about 1 month ago
JSON representation
My Middleman >> Amazon S3 static site recipe, complete with dynamically-generated navigation and all the customizations to make things blazingly-fast.
- Host: GitHub
- URL: https://github.com/btwelch/middleman-static-site-base
- Owner: btwelch
- Created: 2015-01-12T16:44:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-12T16:59:18.000Z (almost 10 years ago)
- Last Synced: 2024-08-02T05:13:16.843Z (4 months ago)
- Language: JavaScript
- Size: 492 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - middleman-static-site-base - My Middleman >> Amazon S3 static site recipe, complete with dynamically-generated navigation and all the customizations to make things blazingly-fast. (JavaScript)
README
Base is a starter-site for building Middleman-based web pages. It is pre-configured to be deployed to Amazon S3 for static hosting. It's tricked-out with all the niceties that make for an optimized site, plus some extras I threw in to make content-generation the focal-point of your time. Here's what is in store:
* Dynamic navigation at the folder-level.
* Baked-in sitemap for SEO.
* Metadata controlsExample metadata page header:
changefreq: "weekly"
priority: 1.0
menu_title: "Home"
sitemap_exclude: falsechangefreq - Added to the sitemap as the change frequency for the page. Recommend 'weekly' or 'monthly' unless your pages are updated all the time.
priority - Added to the sitemap. A hint to Google to tell it which pages are the most important to you assuming Google will only index so much of your site.
menu_title - Allows you to specify what your anchor text is going to be in your navigational/menu links.
sitemap_exclude - Some content isn't ready for prime-time. Set this to false if you don't want under-construction pages to appear either in the sitemap or in your navigation/menus.
Thanks for reading... and enjoy!