Just clone the repo, npm install and run grunt:
git clone [email protected]:albatrossdigital/<repoName>.git
cd pls
npm install && bower install
grunt
git status
git commit -m "msg" filenames
git push
albatrossdigital.github.io,127.0.0.1:9000,*.albatrossdemos.com
Create repo in github
- Click + up in the top-right
- Change account owner for repo to Albatross Digital
- Create a for your styleguide (
goredmond-styleguide
). - Leave privacy on repo Public
git clone [email protected]:albatrossdigital/bootstrap-style-guide.git
mv bootstrap-style-guide <repoName>
cd <repoName>
git remote set-url origin [email protected]:albatrossdigital/<repoName>.git
git push origin gh-pages
npm install && bower install
grunt
Add this to a sass file. You can use https://fontie.flowyapps.com/home or http://www.flaticon.com/font-face to create all of the varients if necessary.
@font-face
font-family: '<fontname>'
src: url('../fonts/<fontname>.eot')
src: url('../fonts/<fontname>.eot?#iefix') format('embedded-opentype'), url('../fonts/<fontname>.woff') format('woff'), url('../fonts/<fontname>.ttf') format('truetype'), url('../fonts/<fontname>.svg') format('svg')
font-weight: normal
font-style: normal