Search-optimized Jekyll static site boilerplate. Includes basic pages and posts layouts, json-ld Schema for WebPage, BlogPosting, a sitemap.xml file, blog feed, and frontmatter fields mapping to on-page metadata head.html markup.
This repository accompanies a live presentation from VirtuaCon on May 15th, 2020.
Check out the video, other presentation assets, and read the accompanying blog post.
$ git clone [email protected]:username/reponame.git
$ bundle install
(install first if need be with $ gem install bundler
)$ bundle exec jekyll serve
You can also run the site with Docker, similarly to this method.
To get a site live right away with Netlify, you can get started by clicking the button below:
Checklist:
https://example.com
with your domain in _config.yml
and robots.txt
filesrel="canonical"
and other {{site.url}}
references throughout this repository*.netlify.app
subdomain_config.yml
google_tracking_id
and Google Tag Manager container ID in _includes/misc/ga-gtm.txt
and _includes/gtm-body.html
From there feel free to delete/update contents of index and blog pages, the "hello world" post, and get familiar with markdown if you're not already.
This is just one deployment option for this Jekyll starter site, a couple of other great options for building and deploying static sites include Cloudflare, GitHub Pages, and more.
Check out these resources for help in deploying Jekyll sites, in general.
Scott Mathson https://scottmathson.com/ | scottmathson on GitHub | scottmathson on Twitter, Mathson Design, LLC
Copyright (c) 2020 Mathson Design, LLC and Scott Mathson
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.