changed references from tomjohnson1492 to tomjoht
This commit is contained in:
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 %}
|
||||
|
@ -10,6 +10,6 @@ folder: mydoc
|
||||
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 %}
|
||||
|
Reference in New Issue
Block a user