Git Product home page Git Product logo

glixer's Introduction

Glixer - GitHub Pages, Gulp, Jekyll, SCSS, Bootstrap.

Blog, Portfolio & Website framework.

Join the chat at https://gitter.im/Northscript/glixer StackShare

Why?

  1. EASY to use and Quick to get started.
  2. Nothing else does this.

People new to web developement and working professionals often do not have the knowledge or time to know which tools they should be using or the know-how to configure them.

This project is meant to be a jump start for people in both groups.

Demo

View this jekyll theme in action here

Built with:

The tools listed above are included with this package and are ready to go once this package is installed.

Getting Started

C9

Setup

  1. Logon to Github
  2. Fork this repository
  3. Copy your fork url e.g. [email protected]:YOURUSERNAME/glixer
  4. On c9.io create a new workspace
    • Template: Blank (Ubuntu Logo)
    • Clone from Git: use your fork url here
  5. When you get redirected to some sort of enviroment, look at the bottom, that's your command line. Click on it and enter the following command: npm install

Operation

To view the work:

  1. In the command line, run gulp serve - If it quits by itself then there is something wrong
  2. To view the result, click the preview button at the top and click Preview Running Application

To publish your work to Github run these commands in the command line:

gulp publish
git commit -a
git push origin master

Local Machines

System Dependencies

Windows

See WINDOWS.md for instructions on installing these dependencies. these links are download links for installers

64-bit
32-bit
Mac OSX
Linux
  • Node.js
  • ruby
  • ruby-dev
  • zlib1g-dev
  • build-essential
  • git

Cloning and setup

Open a Command Prompt or Terminal window and type these commands in:

git clone https://github.com/north-script/glixer
cd glixer
npm install

Github Pages Setup (For organization/users)

  1. Create a new repository in your user/organization
  • Make sure that initialize this repository with a README is unchecked
  • If you are making this for a user profile, name your repository: yourusername.github.io
  • If you are making this for a organization, make sure that the repository is created and owned by the organization and name it: yourorganization.github.io
  1. clone this repository: git clone https://github.com/north-script/glixer
  2. cd glixer
  3. Remove .git directory (Windows: rmdir /S .git Mac/Linux: rm -r -f .git)
  4. git init
  5. git remote add origin https://github.com/user-or-organization-name/user-or-organization-name.github.io
  6. git commit -a -m "Initial commit"
  7. git push origin master
  8. Optional: npm install

Github Pages Setup (For projects/repositories)

  1. Clone your repository
  2. cd into your repository
  3. clone this repository git clone https://github.com/north-script/glixer
  4. rename the glixer folder to docs.
  5. remove the .git (hidden) folder in your docs folder
  6. stage your changes and commit them.
  7. push your changes to your repository.
  8. Go to your repository settings and enable github pages from your docs folder

Built by

Mike Boardley

Please email me your comments & feedback.

Samuel Brekke

Please contact me for any questions, comments, concerns and, feedback


glixer's People

Contributors

brekmister avatar boardley avatar dmidlo avatar jacebenson avatar gitter-badger avatar

Watchers

James Cloos 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.