You may recall a simpler time on the web when all sites were basically a collection of static HTML pages linked together. Developing a site Read More >
Jekyll
How to Install Jekyll and Launch a New Site
In this article, we will cover a basic installation of the Jekyll static site generator. Then, we will create and launch the default Jekyll site, Read More >
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 Read More >
How to Create a Jekyll Site
In this tutorial: How to Create a Jekyll Site How to Add Posts to Your Jekyll Blog How to Add Pages to the Jekyll Site Read More >
How To Create a Jekyll Blog On Ubuntu Cloud Server
If you want to go from a blank slate VPS or bare metal server to hosting a powerful but low-profile website, creating a Jekyll blog Read More >
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 Read More >
How to Change Your Jekyll Theme with RubyGems
Continuing in our Jekyll series, we have already learned how to create a Jekyll site. And you will have noticed that the Jekyll site comes Read More >
How to Edit Your Jekyll Theme
We have already seen in our Jekyll series, how you can change your default theme using RubyGems. However, instead of changing your whole theme, you Read More >
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 Read More >
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 Read More >
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 Read More >