File tree Expand file tree Collapse file tree 3 files changed +31
-1
lines changed
Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
Original file line number Diff line number Diff 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.
1414gem "minima" , "~> 2.0"
Original file line number Diff line number Diff line change 22
33This 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
736Open sourced under the [ MIT license] ( https://github.com/LeNPaul/Millennial/blob/gh-pages/LICENSE.md ) .
You can’t perform that action at this time.
0 commit comments