-
Notifications
You must be signed in to change notification settings - Fork 1
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
3 changed files
with
31 additions
and
0 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
pokstad.com |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# pokstad.github.io # | ||
|
||
My Static Site hosting on Github | ||
|
||
## Install Jekyll for Github ## | ||
|
||
To install Jekyll software for local testing: | ||
|
||
1. Run command: `gem install bundler` | ||
1. Go to root directory of repo and create file called `Gemfile` | ||
1. Add line `gem 'github-pages'` to top of Gemfile | ||
1. Run command `bundle install` | ||
|
||
## Running Jekyll ## | ||
|
||
In the repo root folder, run command `bundle exec jekyll serve` | ||
|
||
## Updating Jekyll ## | ||
|
||
Every once in a while, update Jekyll with the command `bundle update` in the root directory. | ||
|
||
# SHORTCUT # | ||
|
||
Just run the script `sudo update_and_run_jekyll.sh` from the repo root directory. It will update the software and then run the test server on port 4000. |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
name: pokstad is Paul Okstad | ||
|
||
description: Paul Okstad's blog about code, life, and general health | ||
|
||
url: http://pokstad.com |