harms-columns-front-page 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +32 -2
- 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: 7cffedcf60cdfb6d5419bbe6337c33e110bc3831
|
4
|
+
data.tar.gz: 9508ef37ae13afe9da36c056773487131bc38eb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88ffb5f3bb9fbab2cf1dd098d18a7902db510ade69660290885fba0240af8edb6dacb61ef5f804003188c95af36888476301a9b9484540c3e5744119739a0451
|
7
|
+
data.tar.gz: 926c6419bb8cd4181b3f6d0435fe62710e06e0c7dca30ef9e3e90627d0329845e43d23f6debe3a3a0649266fd77d9e9dc61504615f8cefdcfcce5e1d1bd11b83
|
data/README.md
CHANGED
@@ -1,8 +1,38 @@
|
|
1
1
|
# harms-columns-front-page
|
2
2
|
|
3
|
-
This
|
3
|
+
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
|
+
|
7
|
+
## How to install Jekyll?
|
8
|
+
|
9
|
+
### On Windows
|
10
|
+
Step 1: Download the newest ruby installer from <https://rubyinstaller.org/> and install ruby.
|
11
|
+
|
12
|
+
<!-- bei installation alle drei häkchen setzen -->
|
13
|
+
|
14
|
+
Step 2: Open your terminal and execute the following commands:
|
15
|
+
|
16
|
+
First install Jekyll by running:
|
17
|
+
bundle exec jekyll serve
|
18
|
+
|
19
|
+
Then make a new Jekyll project by running:
|
20
|
+
jekyll new project-name-here
|
21
|
+
|
22
|
+
Then enter the project directory by running:
|
23
|
+
cd project-name-here
|
24
|
+
<!-- ruby v 2.4.1.1 and devkit haken -->
|
25
|
+
|
26
|
+
normale jekyll installation
|
27
|
+
## How to install the theme?
|
28
|
+
<!-- devkit installieren (wenn json error)
|
29
|
+
|
30
|
+
quickstart auf devkit repo -->
|
31
|
+
|
32
|
+
<!-- python installieren https://www.python.org/downloads/ (wenn libv8 error)
|
33
|
+
haken bei add to path setzen -->
|
34
|
+
<!-- python v2 installieren
|
35
|
+
zu path hinzufügen -->
|
6
36
|
|
7
37
|
Step 1: Add this line to the bottom of your Jekyll site's `Gemfile`:
|
8
38
|
|