文件名称:colejd.github.io:为我的网站设置Jekyll
文件大小:40.97MB
文件格式:ZIP
更新时间:2024-02-29 22:35:14
JavaScript
乔恩的网站 这是一个静态的Jekyll网站。 要构建,它使用JS节点通过Ruby调用Jekyll来通过JS节点通过Node调用PostCSS,这对我来说真的很好。 建立 # Install Ruby and rbenv if you don't have them yet brew install rbenv rbenv install 2.7.0 # Check to make sure you're using the Ruby installation you just made rbenv version # Install Ruby dependencies gem install bundler bundle install # Install NPM dependencies npm install 如果您无法让gem install bundler安装到正确的目录,则可能