Skip to content

albatrossdigital/goredmond-styleguide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Basic (repo already setup)

Just clone the repo, npm install and run grunt:

git clone [email protected]:albatrossdigital/<repoName>.git
cd pls
npm install && bower install 
grunt

Pushing changes

git status
git commit -m "msg" filenames
git push

Typekit urls

albatrossdigital.github.io,127.0.0.1:9000,*.albatrossdemos.com

Advanced (setting up a repo for the first time)

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

Using

Installing custom fonts

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages