Skip to content

Commit 705730a

Browse files
authored
Update README.md
1 parent 81c6af8 commit 705730a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
- [Build your website in 3 steps](#build-your-website-in-3-steps)
2424
- [The easy way (recommended!)](#the-easy-way-recommended)
25-
- [The hard way (skip this section if you followed the easy way)](#the-hard-way-skip-this-section-if-you-followed-the-easy-way)
25+
- [The hard way (using ruby gems)](#the-hard-way-using-ruby-gems)
2626
- [Add your own content](#add-your-own-content)
2727
- [Last important thing: parameters for each page](#last-important-thing-parameters-for-each-page)
2828
- [Features](#features)
@@ -33,7 +33,7 @@
3333

3434
## Build your website in 3 steps
3535

36-
There's a very easy way to use this theme, and there's a hard way. If you're an advanced user and want to tinker with the hard way, feel free to [skip this section and jump down](#the-hard-way-skip-this-section-if-you-followed-the-easy-way). I suggest going the easy route.
36+
There's a very easy way to use this theme, and there's a hard way. If you're an advanced user and want to tinker with the hard way (using ruby gems), feel free to [skip this section and jump down](#the-hard-way-using-ruby-gems). For most people (including myself), I suggest going the easy route.
3737

3838
### The easy way (recommended!)
3939

@@ -63,7 +63,9 @@ Note that in the video above I only edited one setting in the `_config.yml` file
6363

6464
*** If you've reached this point, you should skip over the next section (the hard way of setting up a website) and jump straight to [Add your own content](#add-your-own-content). ***
6565

66-
### The hard way (skip this section if you followed the easy way)
66+
### The hard way (using ruby gems)
67+
68+
If you followed the easy method above, then you already have your site and you can skip this section.
6769

6870
Beautiful-Jekyll was initially developed as a GitHub Pages theme that was meant to be used via forking as described above, but due to high demand it's also available as a Github "remote_theme" and as a Ruby Gem. Apart from the method mentioned above, there are three other ways of using beautiful-jekyll. These are advanced uses and you should only use one of these methods if you know how to write jekyll sites from scratch. You should look up the official documentation for whichever method you want to use, but here are the basics:
6971

0 commit comments

Comments
 (0)