-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# gSchool Blog | ||
# Turing Student Blog | ||
|
||
1. Fork the repository to your own account and then clone it to your machine: | ||
|
||
``` | ||
$ git clone [email protected]:YOURNAME/gschool-blog.git | ||
$ git clone [email protected]:YOURNAME/turing-blog.git | ||
``` | ||
|
||
1. Use bundler to install all of the dependencies | ||
|
||
``` | ||
$ cd gschool-blog | ||
$ cd turing-blog | ||
$ bundle install | ||
``` | ||
|
||
|
@@ -37,13 +37,13 @@ for more information about adding dates and tags to each article. | |
$ git commit -m "Removed old articles" | ||
``` | ||
|
||
1. Create your first article. | ||
1. Create your first article with some title: | ||
|
||
``` | ||
$ middleman article "gSchool - Week 0" | ||
$ middleman article "First Article" | ||
``` | ||
|
||
1. Write an article with your recap/reflections of the first week. | ||
1. Add your content to the generated file. | ||
|
||
1. Save the article | ||
|
||
|