This is a Jekyll 3.x static blog (GitHub Pages site) for "Aaren Xia".
- No Gemfile exists. Gems are installed globally via
sudo gem install. The required gems are:jekyll(~>3.9),jekyll-sitemap,jekyll-gist,jekyll-paginate,redcarpet,pygments.rb. _config.ymluses deprecated keys (gems:instead ofplugins:,pygments: trueinstead ofhighlighter: pygments). These produce deprecation warnings but still work in Jekyll 3.x. Do not "fix" these unless the project owner requests it.jekyll-gistis not listed in_config.ymlbut is required bypages/markdown.md. On GitHub Pages it is auto-loaded; locally you must use the local config override:jekyll serve --config _config.yml,_config_local.yml._config_local.ymloverridesbaseurl/urlfor localhost and adds the missingjekyll-gistandjekyll-paginateplugins. Always pass both configs for local dev.
jekyll serve --config _config.yml,_config_local.yml --host 0.0.0.0 --port 4000Site available at http://localhost:4000/.
jekyll build --config _config.yml,_config_local.ymlOutput goes to _site/.
There are no automated tests or linting configured in this repository. Travis CI (.travis.yml) only echoes commit info.