summaryrefslogtreecommitdiffstats
path: root/exampleSite/content
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/documentation/index.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/exampleSite/content/documentation/index.md b/exampleSite/content/documentation/index.md
index 7e3641e..e21f054 100644
--- a/exampleSite/content/documentation/index.md
+++ b/exampleSite/content/documentation/index.md
@@ -29,7 +29,7 @@ The easy way to do this is not necessarily the more robust, and may simply not w
If you're using a Mac, make sure you have the appropriate version of [XCode command line tools](https://developer.apple.com/xcode/download/) for your OSX. Using the terminal's `cd` command, switch to the directory where you want to install your project. Once inside the folder, you are ready to download and start using Ed. Enter each of these lines into your terminal (remember to ignore the `$`):
~~~ bash
-$ git clone https://github.com/minicomp/ed.git
+$ git clone https://github.com/sergeyklay/gohugo-theme-ed.git
$ cd ed
$ gem install bundler
$ bundle install
@@ -58,7 +58,7 @@ $ git --version
If you don't get an error, you're good to go. Using the `cd` command on your terminal, navigate to the folder where you keep your web projects. Once you're in the folder where you want Ed to live, download it from github using the following line (remember you can copy and paste):
~~~ bash
-$ git clone https://github.com/minicomp/ed.git
+$ git clone https://github.com/sergeyklay/gohugo-theme-ed.git
~~~
At this point you should navigate inside your Ed project folder and stay there until further notice:
@@ -75,7 +75,7 @@ After the process runs succesfully, read the last few lines generated by the ter
$ rvm --version
~~~
-If you don't get an error, you're ready for the next step. If you do get an error, and don't feel comfortable troubleshooting on the terminal, this is a good opportunity to reach out to a friend who can help. You can leave me a note on [the issues page](https://github.com/minicomp/ed/issues), for example. I'll try to get to it as soon as my other commitments permit. If you're comfortable troubleshooting on your own, I recommend Jekyll's own [troubleshooting documentation](http://jekyllrb.com/docs/troubleshooting/). Another great strategy for troubleshooting on the terminal is to copy and paste the errors you receive (sans personal information) into your favorite search engine.
+If you don't get an error, you're ready for the next step. If you do get an error, and don't feel comfortable troubleshooting on the terminal, this is a good opportunity to reach out to a friend who can help. You can leave me a note on [the issues page](hhttps://github.com/sergeyklay/gohugo-theme-ed/issues), for example. I'll try to get to it as soon as my other commitments permit. If you're comfortable troubleshooting on your own, I recommend Jekyll's own [troubleshooting documentation](http://jekyllrb.com/docs/troubleshooting/). Another great strategy for troubleshooting on the terminal is to copy and paste the errors you receive (sans personal information) into your favorite search engine.
The next step is to create a gemset for your jekyll projects. A gemset is a set of gems. If you don't create and use a gemset, every gem you install will be applied system-wide. This is not necessarily a bad thing, but if you will have several projects with several setups, this strategy will serve you well in the long run. To create a gemset:
@@ -475,9 +475,12 @@ baseurl: ''
---
-That should do it. If you have suggestions on how to improve Ed, make sure to leave us a line on [our issues page](https://github.com/minicomp/ed/issues), or send us a pull request.
+That should do it. If you have suggestions on how to improve Ed, make sure to leave us a line on [our issues page](https://github.com/sergeyklay/gohugo-theme-ed/issues), or send us a pull request.
Happy editing!
Alex Gil
April 2016
+
+Serghei Iakovlev
+April 2022