/nandomoreirame.github.io

:gem: My personal website and blog

Primary LanguageCSSMIT LicenseMIT

Build Status

💎 My personal website and blog >> http://nandomoreira.me/


⚠️ Esse repositório é atualizado constantemente!

⚠️ This repository is constantly updated!


Contributing

  1. Fork it
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Setup

sudo npm install -g gulp bower browser-sync
sudo gem install bundler
bundle install
bower install
npm install

Using foreman

foreman start

Access, localhost:3000

Create a posts and page using Rake tasks

rake post title="TITLE OF THE POST"
rake page name="about.md"
rake category title="Programing"
rake tag title="Jekyll"

License

It is free under the open-source MIT license.