How to Publish Your Jekyll Site with SCP

In this article, we’ll show you how you can automate your publishing process with secure copy (SCP). In the <a href=”/support/website/jekyll/how-to-customize-your-jekyll-site/”>customizing Jekyll</a> article we learned about how you can change the base directory of your site. This means you will be building your site into a specific directory, which is going to be important later. Read More >

Posted in Jekyll on

How to Publish a Jekyll Site with Git

In this article, we’re going to show one way (among many) to automate the publishing process for a Jekyll site. This is an advanced article and requires referencing of other information. Where appropriate, links to supporting material have been provided. </p> <p> Before proceeding with this article, it is highly recommended that you familiarize yourself Read More >

Posted in Jekyll on

How to Publish Your Jekyll Site

In this article, we’ll show you how to publish your Jekyll site. There are many different ways to do this. The process can even be automated (and we’ll show how to do that later). Automating the publishing process is a popular option because otherwise you will be manually uploading files to your site every time Read More >

Posted in Jekyll on

How to Customize Your Jekyll Site

Your site is unique. So you will need a place where you can edit the Jekyll example content. (You’ll remember we created a Jekyll site in the previous article.) Jekyll puts these options into a configuration file called _config.yml. Using this “config” file, this article will show you how to customize your Jekyll site. Where Read More >

Posted in Jekyll on

How to Install Jekyll

You have already learned a bit about the <a href=”/support/website/jekyll/what-is-jekyll/”>Jekyll</a> static-site CMS and what the benefits and downsides are. In this article, we’ll show you <strong>how to install Jekyll</strong> on your local computer. The most basic usage of Jekyll will start by generating the site in your computer and then uploading it to your server. Read More >

Posted in Jekyll on