diff --git a/_config.yml b/_config.yml
index 8ec0737..9dd352e 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,4 +1,4 @@
-repository: tomjohnson1492/documentation-theme-jekyll
+repository: tomjoht/documentation-theme-jekyll
output: web
# this property is useful for conditional filtering of content that is separate from the PDF.
@@ -12,7 +12,7 @@ site_title: Jekyll theme for documentation
company_name: Your company
# this appears in the footer
-github_editme_path: tomjohnson1492/documentation-theme-jekyll/blob/gh-pages/
+github_editme_path: tomjoht/documentation-theme-jekyll/blob/gh-pages/
# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
disqus_shortname: idrbwjekyll
@@ -34,7 +34,7 @@ exclude:
feedback_subject_line: Jekyll documentation theme
-feedback_email: tomjohnson1492@gmail.com
+feedback_email: tomjoht@gmail.com
# used as a contact email for the Feedback link in the top navigation bar
# feedback_disable: true
diff --git a/_data/topnav.yml b/_data/topnav.yml
index d2e23a1..1e40361 100644
--- a/_data/topnav.yml
+++ b/_data/topnav.yml
@@ -4,7 +4,7 @@ topnav:
- title: Topnav
items:
- title: GitHub
- external_url: https://github.com/tomjohnson1492/documentation-theme-jekyll
+ external_url: https://github.com/tomjoht/documentation-theme-jekyll
- title: News
url: /news
diff --git a/index.md b/index.md
index b83f29b..fa9d36d 100644
--- a/index.md
+++ b/index.md
@@ -13,7 +13,7 @@ Follow these instructions to build the theme.
### 1. Download the theme
-First download or clone the theme from the [Github repo](https://github.com/tomjohnson1492/documentation-theme-jekyll). Most likely you won't be pulling in updates once you start customizing the theme, so downloading the theme (instead of cloning it) probably makes the most sense. In Github, click the **Clone or download** button, and then click **Download ZIP**.
+First download or clone the theme from the [Github repo](https://github.com/tomjoht/documentation-theme-jekyll). Most likely you won't be pulling in updates once you start customizing the theme, so downloading the theme (instead of cloning it) probably makes the most sense. In Github, click the **Clone or download** button, and then click **Download ZIP**.
### 2. Install Jekyll
diff --git a/pages/mydoc/mydoc_commenting_on_files.md b/pages/mydoc/mydoc_commenting_on_files.md
index 80e9066..370e5d6 100644
--- a/pages/mydoc/mydoc_commenting_on_files.md
+++ b/pages/mydoc/mydoc_commenting_on_files.md
@@ -27,7 +27,7 @@ Here's the code for that button on the page.html layout:
{% endif %}{% endraw %}
```
-In your configuration file, edit the value for `github_editme_path`. For example, you might create a branch called "reviews" on your Github repo. Then you would add something like this in your configuration file for the 'github_editme_path': tomjohnson1492/documentation-theme-jekyll/edit/reviews. Here "tomjohnson1492" is my github account name. The repo name is "documentation-theme-jekyll". The "reviews" name is the branch.
+In your configuration file, edit the value for `github_editme_path`. For example, you might create a branch called "reviews" on your Github repo. Then you would add something like this in your configuration file for the 'github_editme_path': tomjoht/documentation-theme-jekyll/edit/reviews. Here "tomjoht" is my github account name. The repo name is "documentation-theme-jekyll". The "reviews" name is the branch.
To suppress this button, comment out the `github_editme_path` in the \_config.yml file.
diff --git a/pages/mydoc/mydoc_publishing_github_pages.md b/pages/mydoc/mydoc_publishing_github_pages.md
index fd29ce9..119f985 100644
--- a/pages/mydoc/mydoc_publishing_github_pages.md
+++ b/pages/mydoc/mydoc_publishing_github_pages.md
@@ -21,12 +21,12 @@ folder: mydoc
10. Create a new branch called **gh-pages**.
11. Click **Settings** and change the default branch to **gh-pages**.
11. Go back to your repository's homepage. With the gh-pages branch selected, copy the **https clone url**:
-12. Open a terminal, browse to a convenient location for your project, and type `git clone https://github.com/tomjohnson1492/myreponame.git`, replacing the `https://github.com/tomjohnson1492/myreponame.git` with your repository's https clone URL that you copied.
+12. Open a terminal, browse to a convenient location for your project, and type `git clone https://github.com/tomjoht/myreponame.git`, replacing the `https://github.com/tomjoht/myreponame.git` with your repository's https clone URL that you copied.
13. Move the jekyll theme files into this new folder that you just created in the previous step.
14. Open the \_config.yml file and add the following:
```
- url: tomjohnson1492.github.io
+ url: tomjoht.github.io
baseurl: /myreponame
```
@@ -65,7 +65,7 @@ Bundler is a package manager for Ruby that will install all dependencies you mig
15. Commit the files: `git commit -m "committing my jekyll theme"`.
16. Push the files up to your github repo: `git push`.
-Github Pages will now automatically build your site. Wait a minute or two, and then visit tomjohnson1492.github.io/yourreponame, replacing this path with your github account and branch.
+Github Pages will now automatically build your site. Wait a minute or two, and then visit tomjoht.github.io/yourreponame, replacing this path with your github account and branch.
## Customize your URL
diff --git a/pages/mydoc/mydoc_release_notes_50.md b/pages/mydoc/mydoc_release_notes_50.md
index 9f22957..0d8b856 100644
--- a/pages/mydoc/mydoc_release_notes_50.md
+++ b/pages/mydoc/mydoc_release_notes_50.md
@@ -43,6 +43,6 @@ Previously I had some errors with the HTML that showed up in w3c HTML validator
## Accessing the old theme
-If you want to access the old theme, you can still find it [here](https://github.com/tomjohnson1492/jekylldoctheme-separate-outputs).
+If you want to access the old theme, you can still find it [here](https://github.com/tomjoht/jekylldoctheme-separate-outputs).
{% include links.html %}
diff --git a/pages/mydoc/mydoc_support.md b/pages/mydoc/mydoc_support.md
index 1e878c0..eda25ce 100644
--- a/pages/mydoc/mydoc_support.md
+++ b/pages/mydoc/mydoc_support.md
@@ -10,6 +10,6 @@ folder: mydoc
topnav: topnav
---
-Let me know about any bugs or other issues that you find. Just email me at tomjohnson1492@gmail.com. You can also [create issues directly within the Github repository here](https://github.com/tomjohnson1492/jekyll-doc/issues).
+Let me know about any bugs or other issues that you find. Just email me at tomjoht@gmail.com. You can also [create issues directly within the Github repository here](https://github.com/tomjoht/jekyll-doc/issues).
{% include links.html %}
diff --git a/pdf/mydoc.pdf b/pdf/mydoc.pdf
index 1c2d8c8..a4a9f71 100644
--- a/pdf/mydoc.pdf
+++ b/pdf/mydoc.pdf
@@ -1,5 +1,5 @@
%PDF-1.4
-%
+%����
1 0 obj
<>
stream
-xmMN0sY=c;6; U↟4A16iE64ߛD ?ˤX5hdh/A
- HAҩ] 233)`8Rd rV`]bil+Nlļ¬ӂl4FkX