https://github.com/tandasat/blog
https://github.com/tandasat/blog
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tandasat/blog
- Owner: tandasat
- Created: 2023-03-21T00:13:55.000Z (almost 3 years ago)
- Default Branch: gh-pages
- Last Pushed: 2025-04-02T14:27:11.000Z (9 months ago)
- Last Synced: 2025-04-02T15:31:07.717Z (9 months ago)
- Language: Ruby
- Homepage: https://tandasat.github.io/blog/
- Size: 2.96 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
Set up and build instructions.
```
$ sudo apt-get install ruby-full build-essential zlib1g-dev
$ sudo gem install jekyll bundler
$ sudo chown -R $USER:$USER /var/lib/gems/
$ cd blog
$ sudo bundle install
$ bundle exec jekyll serve --force_polling
or
$ bundle exec jekyll serve --force_polling --drafts --future
```