https://github.com/atcold/atcold.github.com
https://github.com/atcold/atcold.github.com
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atcold/atcold.github.com
- Owner: Atcold
- Created: 2018-11-25T17:14:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-09T20:27:33.000Z (11 months ago)
- Last Synced: 2025-11-01T09:07:03.321Z (6 months ago)
- Language: HTML
- Homepage: http://atcold.github.io/
- Size: 373 KB
- Stars: 26
- Watchers: 5
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Install with:
```bash
brew install ruby
export PATH=/opt/homebrew/opt/ruby/bin:$PATH
gem install jekyll webrick jekyll-remote-theme jekyll-feed jekyll-seo-tag kramdown-math-katex
```
To figure out where `jekyll` has been installed, we can query `gem`:
```bash
gem environment gemdir
```