bundle exec ./scripts/serve-production ./scripts/serve-production
-> to start the server
./scripts/newpost hello-world -> to generate new posts
./scripts/generate-tags ->To gernerate tags
./scripts/generate-categories Emoji cheat sheet: http://www.emoji-cheat-sheet.com/ Fonts and icons: https://fortawesome.github.io/Font-Awesome/icons/
https://le4ker.github.io/personal-jekyll-theme/
First, you need to install jekyll and the dependencies of { Personal } by running:
./scripts/install
Then, you can build and serve your website by simply running:
./scripts/serve-production
To serve across lan (requires su to forward the port 4000 over lan):
./scripts/serve-lan-production