-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
cc3d41e
commit 1435df1
Showing
1 changed file
with
25 additions
and
1 deletion.
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 +1,25 @@ | ||
# russellbradley.github.io | ||
|
||
# [russellbradley](http://russellbradley.com) | ||
|
||
This site runs on https://jekyllrb.com/ and https://pages.github.com/ | ||
|
||
Local Development | ||
----------- | ||
|
||
*Notes *- *Run all instructions in* `this format` *from your terminal application** | ||
|
||
1. clone this repository with commands from 1a, or 1b. | ||
|
||
1a. `git clone git@github.com:RussellBradley/russellbradley.github.io.git` | ||
or | ||
1b `git clone https://github.com/RussellBradley/russellbradley.github.io.git` | ||
2. `cd russellbradley.github.io` | ||
3. `gem install bundler` | ||
4. `bundle install` | ||
5. `jekyll build` | ||
6. `jekyll serve` | ||
7. open your browser and goto http://127.0.0.1:4000/ | ||
8. Now you can make changes to index.html and see your changes |