copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Quickstart | Jekyll • Simple, blog-aware, static sites Jekyll is a static site generator It takes text written in your favorite markup language and uses layouts to create a static website You can tweak the site’s look and feel, URLs, the data displayed on the page, and more
Installation | Jekyll • Simple, blog-aware, static sites Installation Jekyll is a Ruby Gem that can be installed on most systems Requirements Ruby version 2 7 0 or higher, including all development headers (check your Ruby version using ruby -v) RubyGems (check your Gems version using gem -v) GCC and Make (check versions using gcc -v, g++ -v, and make -v) Guides
Themes | Jekyll • Simple, blog-aware, static sites Jekyll has an extensive theme system that allows you to leverage community-maintained templates and styles to customize your site’s presentation Jekyll themes specify plugins and package up assets, layouts, includes, and stylesheets in a way that can be overridden by your site’s content
Resources | Jekyll • Simple, blog-aware, static sites Jekyll’s growing community produces wide variety of themes, plugins, tutorials and other resources that can be helpful Below is a collection of links to some of the most popular Jekyll resources
Command Line Usage | Jekyll • Simple, blog-aware, static sites Typically you’ll use jekyll serve while developing locally and jekyll build when you need to generate the site for production For a full list of options and their argument, see Build Command Options Here are some of the most common commands: jekyll new PATH - Creates a new Jekyll site with default gem-based theme at specified path
Setup | Jekyll • Simple, blog-aware, static sites Welcome to Jekyll’s step-by-step tutorial This tutorial takes you from having some front-end web development experience to building your first Jekyll site from scratch without relying on the default gem-based theme
Jekyll on Windows | Jekyll • Simple, blog-aware, static sites The easiest way to install Ruby and Jekyll is by using the RubyInstaller for Windows RubyInstaller is a self-contained Windows-based installer that includes the Ruby language, an execution environment, important documentation, and more
GitHub Pages | Jekyll • Simple, blog-aware, static sites GitHub Pages are public web pages for users, organizations, and repositories, that are freely hosted on GitHub’s github io domain or on a custom domain name of your choice GitHub Pages are powered by Jekyll behind the scenes, so they’re a great way to host your Jekyll-powered website for free