felipefialho / Website

[DEPRECATED] A new version is managed here

Home Page: https://github.com/LFeh/lfeh.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[DEPRECATED] A new version is managed here

My Website

View project

Contributing

Please read this Coding Style for Issues and coding standards.

All changes must be made in /src folder. The CSS should be modified using the STYLUS preprocessor.

Getting Started

# Getting Started
# ---------------

# 1. Fork this repository and clone it into the current directory
git clone https://github.com/<your-username>/Website.git

# 2. Navigate to the newly cloned directory
cd Website

# 3. Install the dependencies
npm install


# Development
# -----------

# Run project
docpad run 

# For watching your .styl files changes and compile CSS
grunt w

# Build the project for deploy
docpad generate & grunt build

About

[DEPRECATED] A new version is managed here

https://github.com/LFeh/lfeh.github.io


Languages

Language:CoffeeScript 53.4%Language:CSS 40.7%Language:JavaScript 5.9%