This website is built based on Ruby, Jekyll, and the theme Centrarium.
If you're just getting started with Jekyll, you can use this repository as a starting point for your own site. Just download Centrarium and add all the files to your project. Add your blog posts to the posts/
directory, and create your pages with the proper Jekyll front matter (see posts.html
for an example).
If your site already uses Jekyll, follow these steps:
- Replace the files in the
_includes
,_layouts
, and_sass
directories with those from this project. - Replace your
index.html
with the one from this project, and copy over theposts.html
file as well. - Copy the contents of the
_config.yml
from this project in to yours, and update the necessary information.
Don't forget to install Jekyll and other dependencies:
# cd into project directory
cd centrarium
# install Bundler if you don't have it already
gem install bundler
# install jekyll, jekyll-archives, jekyll-sitemap, and jekyll-paginate
bundle install
You can find information further in the repository of Centraium.
MIT. See LICENSE.MD.