Skip to content

Commit a6f135a

Browse files
Hugh EvansHugh Evans
authored andcommitted
Bump Jekyll version for new ruby
1 parent 485d15b commit a6f135a

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

.bundle/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
---

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 3.6.2"
11+
gem "jekyll", "~> 4.3"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
gem "minima", "~> 2.0"

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
This is the website for Humble Data. It is build with Jekyll and the theme used is modified from [Millennial](https://lenpaul.github.io/Millennial/).
44

5+
## Initial Setup (mac)
6+
7+
```
8+
brew install chrbuy ruby-install
9+
```
10+
11+
```
12+
vi ~/.zshrc
13+
```
14+
15+
```
16+
export RUBIES=($RUBIES $HOME/.rubies/*)
17+
source /opt/homebrew/opt/chruby/share/chruby/chruby.sh
18+
chruby ruby-3.4.4
19+
```
20+
21+
```
22+
ruby-install ruby-3.4.4
23+
source ~/.zshrc
24+
```
25+
26+
```
27+
bundle install
28+
jekyll serve
29+
```
30+
31+
http://127.0.0.1:4000/
32+
33+
534
## License
635

736
Open sourced under the [MIT license](https://github.com/LeNPaul/Millennial/blob/gh-pages/LICENSE.md).

0 commit comments

Comments
 (0)