Blog, Portfolio & Website framework.
- EASY to use and Quick to get started.
- 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.
View this jekyll theme in action here
The tools listed above are included with this package and are ready to go once this package is installed.
- Logon to Github
- Fork this repository
- Copy your fork url e.g.
git@github.com:YOURUSERNAME/glixer - On c9.io create a new workspace
- Template: Blank (Ubuntu Logo)
- Clone from Git: use your fork url here
- When you get redirected to some sort of environment, look at the bottom, that's your command line. Click on it and enter the following command:
node glixer.js init
To view the work:
- In the command line, run
gulp serve- If it quits by itself then there is something wrong - To view the result, click the
previewbutton at the top and clickPreview Running Application
To publish your work to Github run these commands in the command line:
gulp publish
git commit -a
git push origin master
See WINDOWS.md for instructions on installing these dependencies. these links are download links for installers
* See WINDOWS.md for details on installing these however, node glixer.js init will install these dependencies for you
- Node.js
ruby*ruby-dev*zlib1g-dev*build-essential*git*
* These will be automatically installed with node glixer.js init
Open a Command Prompt or Terminal window and type these commands in:
git clone https://github.com/NorthScript/glixer
cd glixer
node ./glixer.js install
- 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
- clone this repository:
git clone https://github.com/north-script/glixer cd glixer- Remove .git directory (Windows:
rmdir /S .gitMac/Linux:rm -r -f .git) git initgit remote add origin https://github.com/user-or-organization-name/user-or-organization-name.github.iogit commit -a -m "Initial commit"git push origin master- Optional:
npm install
- Clone your repository
cdinto your repository- clone this repository
git clone https://github.com/north-script/glixer - rename the glixer folder to docs.
- remove the .git (hidden) folder in your
docsfolder - stage your changes and commit them.
- push your changes to your repository.
- Go to your repository settings and enable github pages from your
docsfolder
Please email me your comments & feedback.
- by twitter
- mail boardley[at]gmail.com
- via LinkedIn
Please contact me for any questions, comments, concerns and, feedback
- by mail: brekmister@gmail.com
- Github: brekmister