We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7f749 commit 6058365Copy full SHA for 6058365
README.md
@@ -1,36 +1,10 @@
1
mtasic85.github.io
2
==================
3
4
-mtasic85.github.io
5
-
6
7
-## Prepare Env
8
9
-```
10
-$ gem install jekyll bundler
11
12
13
-In `~/.bashrc` edit `PATH` env var:
14
15
-...
16
-PATH=$PATH:$HOME/.local/share/gem/ruby/3.0.0/bin
17
18
19
20
-## Initially Create Blog
21
22
23
-$ jekyll new --skip-bundle .
24
25
26
27
-## Install gems
28
29
-$ bundle install --path vendor/bundle
30
31
+## Local Development
32
33
-## Run Website
34
```
35
-$ bundle exec jekyll serve
+bundle config set --local path 'vendor/bundle'
+bundle install
+bundle exec jekyll serve
36
0 commit comments