Skip to content

Instantly share code, notes, and snippets.

@kivikakk
Last active December 29, 2020 12:57
Show Gist options
  • Save kivikakk/f0a239c76381c81b7664b710688731e9 to your computer and use it in GitHub Desktop.
Save kivikakk/f0a239c76381c81b7664b710688731e9 to your computer and use it in GitHub Desktop.
tapioca ~/C/s/jekyll $ bundle exec jekyll new --force --skip-bundle .
bundle install
New jekyll site installed in /Users/kameliya/Code/scratch/jekyll.
Bundle install skipped.
The dependency tzinfo (~> 1.2) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32 java`.
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32 java`.
The dependency wdm (~> 0.1.1) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Using public_suffix 4.0.6
Using addressable 2.7.0
Using bundler 2.1.4
Using colorator 1.1.0
Using concurrent-ruby 1.1.7
Using eventmachine 1.2.7
Using http_parser.rb 0.6.0
Using em-websocket 0.5.2
Using ffi 1.14.2
Using forwardable-extended 2.6.0
Using i18n 1.8.5
Using sassc 2.4.0
Using jekyll-sass-converter 2.1.0
Using rb-fsevent 0.10.4
Using rb-inotify 0.10.1
Using listen 3.3.3
Using jekyll-watch 2.2.1
Using rexml 3.2.4
Using kramdown 2.3.0
Using kramdown-parser-gfm 1.1.0
Using liquid 4.0.3
Using mercenary 0.4.0
Using pathutil 0.16.2
Using rouge 3.26.0
Using safe_yaml 1.0.5
Using unicode-display_width 1.7.0
Using terminal-table 2.0.0
Using jekyll 4.2.0
Fetching jekyll-feed 0.15.1
Installing jekyll-feed 0.15.1
Fetching jekyll-seo-tag 2.7.1
Installing jekyll-seo-tag 2.7.1
Fetching minima 2.5.1
Installing minima 2.5.1
Bundle complete! 6 Gemfile dependencies, 31 gems now installed.
Gems in the group benchmark were not installed.
Bundled gems are installed into `./vendor/bundle`
tapioca ~/C/s/jekyll $
tapioca ~/C/s/jekyll $ bundle exec jekyll serve
Configuration file: /Users/kameliya/Code/scratch/jekyll/_config.yml
Source: /Users/kameliya/Code/scratch/jekyll
Destination: /Users/kameliya/Code/scratch/jekyll/_site
Incremental build: disabled. Enable with --incremental
Generating...
Jekyll Feed: Generating feed for posts
done in 0.505 seconds.
Auto-regeneration: enabled for '/Users/kameliya/Code/scratch/jekyll'
Server address: http://127.0.0.1:4000/
Server running... press ctrl-c to stop.
^C⏎
tapioca ~/C/s/jekyll $ uname -a
Darwin tapioca.tomodachi 20.2.0 Darwin Kernel Version 20.2.0: Wed Dec 2 20:40:21 PST 2020; root:xnu-7195.60.75~1/RELEASE_ARM64_T8101 arm64
tapioca ~/C/s/jekyll $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment