shashashasha / apprentice.thoughtbot.com

Static site providing resources on apprenticeships.

Home Page:https://apprentice.thoughtbot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apprentice.thoughtbot.com

This is the source of apprentice.thoughtbot.com, which is a Middleman app.

Set up

git clone git@github.com:thoughtbot/apprentice.thoughtbot.com.git
cd apprentice.thoughtbot.com
./bin/setup

Develop

Run the server, perhaps in a tmux session:

bundle exec middleman server

Open a browser:

open http://localhost:4567
  • Edit files in the source/ directory.
  • Styles for the main site are in source/stylesheets/.
  • git commit the additions and push.

Deploy

Push to master. Netlify will automatically deploy the site to https://apprentice.thoughtbot.com/.

License

The content of this project is licensed under the Creative Commons Attribution 4.0 license. The underlying source code used to format and display that content is licensed under the MIT license.

About

Static site providing resources on apprenticeships.

https://apprentice.thoughtbot.com/

License:MIT License


Languages

Language:CSS 43.5%Language:HTML 26.3%Language:Ruby 25.7%Language:Shell 4.6%