- Install a full Ruby development environment with
brew install ruby
. - Install Jekyll and bundler gems.
gem install jekyll bundler --user-install
- Create a new Jekyll site at ./myblog.
jekyll new myblog
- Change into your new directory.
cd myblog
- Build the site and make it available on a local server.
bundle exec jekyll serve
Browse to http://localhost:4000
If you encounter any errors during this process, see the troubleshooting page. Also, make sure you’ve installed the development headers and other prerequisites as mentioned on the requirements page.
Note: Installation might be different depending on your operating system. See our guides for OS specific instructions.
Follow instructions here: https://learn.cloudcannon.com/jekyll/rss-feed/
For your tweet-blogues: https://publish.twitter.com/#