8000 GitHub - looklet-bjon/docker.github.io at v1.10
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

looklet-bjon/docker.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
< 8000 /div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Marketing Site

Requirements

You'll need to have the following items installed before continuing.

  • Node.js: Use the installer provided on the NodeJS website.
  • Grunt: Run sudo npm install -g grunt-cli
  • Bower: Run sudo npm install -g bower

Getting Started

Clone the project using git clone.

Next, navigate into the directory:

cd docker-marketing

Install all the dependincies (if npm install fails, you might need to run it as sudo):

npm install
bower install

While you're working on your project, run:

grunt

This will assemble all the pages and compile the Sass. You're all set to start working!

Directory Structure

  • dist: Static pages are assembled here. This is where you should view the site in your browser. Don't edit these files directly. They will be overwritten!
  • src: This is the directory you'll work in.
  • src/assets: All assets (scss, images, fonts, js, etc) go here.
  • src/assets/scss/_settings.scss: Foundation configuration settings go in here.
  • src/assets/scss/app.scss: Application styles go here.

About

Source repo for Docker's Documentation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.8%
  • CSS 18.4%
  • HTML 16.4%
  • Go 0.1%
  • Makefile 0.1%
  • Shell 0.1%
  • Ruby 0.1%
0