JamieChung / nandomoreirame.github.io

My personal website and blog

Home Page:http://nandomoreira.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nandomoreira.me

Build Status

My personal website where I talk about front-end development like HTML5, CSS3, JavaScript and Wordpress, PHP and more.

Setup

⚠️ It requires inslated node and npm, ruby and rubygems

In the terminal run the commands

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

Using Rake tasks

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

Using Jekyll

Running the server:

$ jekyll server

Access, localhost:4000

Using Gulp

Rum gulp

$ gulp

Enjoy!



Copyright and license

It is under the MIT license.

Enjoy 😋

About

My personal website and blog

http://nandomoreira.me/

License:MIT License


Languages

Language:CSS 71.6%Language:HTML 18.9%Language:JavaScript 5.7%Language:Ruby 3.6%Language:Shell 0.2%