harms-columns-front-page 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +8 -18
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54ac181f6ae7fc6077a9aaeb719ceda4605616cf
|
4
|
+
data.tar.gz: b8acd01f6361f0ac49b147ab3510b17278a84aa5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb4786fb36c9cf3d97c74b4a3bb02b73b52dae64430d028b68170906e90616d84221f4f5046d97feda4f29ba5c41702db89491d2f3a8579988cc89dee2436ad6
|
7
|
+
data.tar.gz: 79b1cc74ae8b1a2b12ebd89ef05b1307018f4e6901df67029ec6fc9ebb53eb9a8546a5a43085d6ec4ae3e1c9c8ae75a899557650ee215bc8269ec0807b0b1312
|
data/README.md
CHANGED
@@ -4,35 +4,25 @@ This Jekyll theme was developed as part of a bachelor thesis.
|
|
4
4
|
|
5
5
|
Jekyll is a static site generator based on ruby.
|
6
6
|
|
7
|
-
## How to install Jekyll
|
8
|
-
|
7
|
+
## How to install Jekyll
|
9
8
|
### On Windows
|
10
|
-
Step 1: Download the
|
11
|
-
|
12
|
-
<!-- bei installation alle drei häkchen setzen -->
|
9
|
+
Step 1: Download the latest ruby installer from <https://rubyinstaller.org/> and install ruby.
|
13
10
|
|
14
11
|
Step 2: Open your terminal and execute the following commands:
|
15
12
|
|
16
13
|
First install Jekyll by running:
|
17
|
-
|
14
|
+
|
15
|
+
gem install jekyll bundler
|
18
16
|
|
19
17
|
Then make a new Jekyll project by running:
|
20
|
-
jekyll new project-name-here
|
21
18
|
|
22
|
-
|
23
|
-
cd project-name-here
|
24
|
-
<!-- ruby v 2.4.1.1 and devkit haken -->
|
19
|
+
jekyll new your-project-name
|
25
20
|
|
26
|
-
|
27
|
-
## How to install the theme?
|
28
|
-
<!-- devkit installieren (wenn json error)
|
21
|
+
Then enter the project directory by running:
|
29
22
|
|
30
|
-
|
23
|
+
cd your-project-name
|
31
24
|
|
32
|
-
|
33
|
-
haken bei add to path setzen -->
|
34
|
-
<!-- python v2 installieren
|
35
|
-
zu path hinzufügen -->
|
25
|
+
## How to install the theme
|
36
26
|
|
37
27
|
Step 1: Add this line to the bottom of your Jekyll site's `Gemfile`:
|
38
28
|
|