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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -18
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7cffedcf60cdfb6d5419bbe6337c33e110bc3831
4
- data.tar.gz: 9508ef37ae13afe9da36c056773487131bc38eb9
3
+ metadata.gz: 54ac181f6ae7fc6077a9aaeb719ceda4605616cf
4
+ data.tar.gz: b8acd01f6361f0ac49b147ab3510b17278a84aa5
5
5
  SHA512:
6
- metadata.gz: 88ffb5f3bb9fbab2cf1dd098d18a7902db510ade69660290885fba0240af8edb6dacb61ef5f804003188c95af36888476301a9b9484540c3e5744119739a0451
7
- data.tar.gz: 926c6419bb8cd4181b3f6d0435fe62710e06e0c7dca30ef9e3e90627d0329845e43d23f6debe3a3a0649266fd77d9e9dc61504615f8cefdcfcce5e1d1bd11b83
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 newest ruby installer from <https://rubyinstaller.org/> and install ruby.
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
- bundle exec jekyll serve
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
- Then enter the project directory by running:
23
- cd project-name-here
24
- <!-- ruby v 2.4.1.1 and devkit haken -->
19
+ jekyll new your-project-name
25
20
 
26
- normale jekyll installation
27
- ## How to install the theme?
28
- <!-- devkit installieren (wenn json error)
21
+ Then enter the project directory by running:
29
22
 
30
- quickstart auf devkit repo -->
23
+ cd your-project-name
31
24
 
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 -->
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harms-columns-front-page
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Harms