changed references from tomjohnson1492 to tomjoht

This commit is contained in:
Tom Johnson
2017-08-19 23:51:36 -07:00
parent 5cdc66800f
commit 2690b49fe9
8 changed files with 3230 additions and 3230 deletions

View File

@ -1,4 +1,4 @@
repository: tomjohnson1492/documentation-theme-jekyll repository: tomjoht/documentation-theme-jekyll
output: web output: web
# this property is useful for conditional filtering of content that is separate from the PDF. # 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 company_name: Your company
# this appears in the footer # 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. # 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 disqus_shortname: idrbwjekyll
@ -34,7 +34,7 @@ exclude:
feedback_subject_line: Jekyll documentation theme 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 # used as a contact email for the Feedback link in the top navigation bar
# feedback_disable: true # feedback_disable: true

View File

@ -4,7 +4,7 @@ topnav:
- title: Topnav - title: Topnav
items: items:
- title: GitHub - title: GitHub
external_url: https://github.com/tomjohnson1492/documentation-theme-jekyll external_url: https://github.com/tomjoht/documentation-theme-jekyll
- title: News - title: News
url: /news url: /news

View File

@ -13,7 +13,7 @@ Follow these instructions to build the theme.
### 1. Download 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 ### 2. Install Jekyll

View File

@ -27,7 +27,7 @@ Here's the code for that button on the page.html layout:
{% endif %}{% endraw %} {% 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. To suppress this button, comment out the `github_editme_path` in the \_config.yml file.

View File

@ -21,12 +21,12 @@ folder: mydoc
10. Create a new branch called **gh-pages**. 10. Create a new branch called **gh-pages**.
11. Click **Settings** and change the default branch to **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**: 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. 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: 14. Open the \_config.yml file and add the following:
``` ```
url: tomjohnson1492.github.io url: tomjoht.github.io
baseurl: /myreponame 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"`. 15. Commit the files: `git commit -m "committing my jekyll theme"`.
16. Push the files up to your github repo: `git push`. 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 ## Customize your URL

View File

@ -43,6 +43,6 @@ Previously I had some errors with the HTML that showed up in w3c HTML validator
## Accessing the old theme ## 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 %} {% include links.html %}

View File

@ -10,6 +10,6 @@ folder: mydoc
topnav: topnav topnav: topnav
--- ---
Let me know about any bugs or other issues that you find. Just email me at <a href="mailto:tomjohnson1492@gmail.com">tomjohnson1492@gmail.com</a>. 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 <a href="mailto:tomjoht@gmail.com">tomjoht@gmail.com</a>. You can also [create issues directly within the Github repository here](https://github.com/tomjoht/jekyll-doc/issues).
{% include links.html %} {% include links.html %}

File diff suppressed because it is too large Load Diff