-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathget-simpol-theme.html
More file actions
41 lines (32 loc) · 1.43 KB
/
get-simpol-theme.html
File metadata and controls
41 lines (32 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
layout: page
title: Get Simpol Jekyll Theme
description: More information about Simpol Theme, a content writer's best friend. Setup a Jekyll blog and start writing, fast!
---
<div class="page-wrapper">
<div class="inner-wrapper">
<h2>Installation</h2>
<h3>As a Fork</h3>
<ol>
<li><a href="https://github.com/scottmathson/simpol-theme#fork-destination-box">Fork the repo</a></li>
<li>Clone down the repo with <code>$ git clone git@github.com:username/reponame.git</code></li>
<li>Install bundler with <code>$ gem install bundler</code></li>
<li>Install gems with <code>$ bundle install</code></li>
<li>Run Jekyll with <code>$ bundle exec jekyll serve</code></li>
<li>Have fun!</li>
</ol>
<h3>As a Jekyll theme gem</h3>
<p>Simply run <code>$ gem install simpol-jekyll-theme</code> to download the latest Gem
</p>
<p>See the gem details and learn more at <a href="https://rubygems.org/gems/simpol-jekyll-theme">rubygems.org</a>
</p>
<p>Or:</p>
<ol>
<li>Download the theme, <a href="https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/scottmathson/simpol-theme/tree/master/">quick download link</a></li>
<li>Install bundler with <code>$ gem install bundler</code></li>
<li>Install gems with <code>$ bundle install</code></li>
<li>Run Jekyll with <code>$ bundle exec jekyll serve</code></li>
<li>Have fun!</li>
</ol>
</div><!-- end .inner-wrapper -->
</div><!-- end .page-wrapper -->