Giter Club home page Giter Club logo

helabs.github.com's Introduction

Site da HE:labs

http://helabs.com.br

Maintainers

Running Server

Running foreman will start the jekyll server, will compile your sass files and compile your javascripts.

$ foreman start

Compiling SASS

When using Foreman to run the server it will also start a Guard process that will watch for changes on the files in the sass folder and compile them. No need to run compass watch or Grunt.

Using Grunt to minify the JS

Installation

To use Grunt you'll need Node.js installed. You can get Node on the website or installing via brew install node

After installing Node you'll need to install grunt-cli npm package: npm install -g grunt-cli. You can also follow along the Getting Started guide.

Then after setting things up, run: npm install on the folder of the project. This will download the grunt dependencies.

DO NOT ALTER THESE COMPILED FILES AND COMMIT THEM, ALWAYS USE THE COMPILER FIRST! DO YOU HEAR ME?!**

Problem with SASS+Git

The Git have a problem with SASS. So when you have a conflict in the generated file by SASS+Compass (stylesheets/style.css), please do not fix this conflict, just delete this conflicted file and generate a new. So you can run this:

$ git add stylesheets/style.css
$ git rebase --continue

Editing CSS

You can edit the SCSS files in the sass folder. In the stylesheets folder we have just the generated files by Grunt/Compass.

Adding A Project To Your Profile

  • Check if the project exists inside _posts/projects folder. If it's there jump to the last step.
  • Put a screenshot of the project with 800x465 size and .jpg extension into the images/projects/ folder.
  • Create a file with the following name format _posts/projects/YYYY-MM-DD-project-name.md.
  • Fill project file with the following information:
---
layout: projects
category: projects
slug: project-name
name: Project Name
image: /images/projects/project-name.jpg
description: Description about the project.
---
  • Open your profile page file. It's inside _posts/time. Add project slug under projects property.

Import blogposts

$ rake import:blogposts

Creating your profile

Run rake new_profile task to generate some basic structure for the "blog post" associated with your profile.

helabs.github.com's People

Contributors

3runodesign avatar alexandrebenitah avatar aliismayilov avatar aluisioazevedo avatar aneziocampos avatar argerim avatar beatrizcp87 avatar crystalspinelli avatar dirceu-jr avatar eduardofiorezi avatar fgrehm avatar franciscomxs avatar guiloyins avatar guilsa avatar israveri avatar lunks avatar marcioj avatar matheusbras avatar maurogeorge avatar mergulhao avatar mikaelcarrara avatar pedromarins avatar rafaelchefe avatar rafaelp avatar ramonpage avatar rodrigopinto avatar souzagomes1989 avatar thiagonzalez avatar tiutalk avatar tomasmuller avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.