forked from Chaospott/site
added missing dependency
This commit is contained in:
parent
3e7f13c804
commit
331b444ddf
1
Gemfile
1
Gemfile
@ -2,3 +2,4 @@ source 'https://rubygems.org'
|
|||||||
|
|
||||||
gem 'jekyll', '~>3.8.4'
|
gem 'jekyll', '~>3.8.4'
|
||||||
gem 'jekyll-paginate'
|
gem 'jekyll-paginate'
|
||||||
|
gem 'rexml'
|
||||||
|
10
README.md
10
README.md
@ -6,6 +6,16 @@ Zu finden auf [chaospott.de](https://chaospott.de)
|
|||||||
|
|
||||||
jekyll + bootstrap
|
jekyll + bootstrap
|
||||||
|
|
||||||
|
## Initialisierung
|
||||||
|
|
||||||
|
Für die Seite benötigt ihr Ruby 2.7.0
|
||||||
|
|
||||||
|
<pre><code>---
|
||||||
|
rbenv install 2.7.0
|
||||||
|
rbenv local 2.7.0
|
||||||
|
bundle install --path=vendor/cache
|
||||||
|
---</code></pre>
|
||||||
|
|
||||||
## Blogeinträge
|
## Blogeinträge
|
||||||
|
|
||||||
### Text
|
### Text
|
||||||
|
Loading…
Reference in New Issue
Block a user