https://github.com/shybyte/shybyte.github.com
Shybyte's Github Page
https://github.com/shybyte/shybyte.github.com
Last synced: 11 months ago
JSON representation
Shybyte's Github Page
- Host: GitHub
- URL: https://github.com/shybyte/shybyte.github.com
- Owner: shybyte
- Created: 2011-12-12T22:49:58.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T17:31:05.000Z (about 3 years ago)
- Last Synced: 2025-01-03T20:27:06.525Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 510 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shybyte.github.com
## Install Jekyll
https://jekyllrb.com/docs/installation/ubuntu/
```bash
echo '# Install Ruby Gems to ~/gems' >> ~/.zshenv
echo 'export GEM_HOME="$HOME/gems"' >> ~/.zshenv
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.zshenv
sudo apt-get install ruby-full build-essential zlib1g-dev
gem install jekyll bundler
```
## Run Locally
https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll
bundle exec jekyll serve
## Some Jekyll Links
* https://talk.jekyllrb.com/t/what-is-the-recommended-way-to-add-comment-sections-to-your-jekyll-blog/3330
* https://github.com/jekyll/minima
* http://longqian.me/2017/02/09/github-jekyll-tag/
* https://darekkay.com/blog/static-site-comments/
* https://comntr.github.io/about/