Skip to content

Commit 6ca349c

Browse files
authored
Update getstarted.md
1 parent 1b46488 commit 6ca349c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/getstarted.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,22 @@ Beautiful-Jekyll was initially developed as a GitHub Pages theme that was meant
5252

5353
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:
5454

55-
- Using `remote_theme` with a GitHub repository
55+
- Method 1: Using `remote_theme` with a GitHub repository
5656

5757
- Create a new GitHub repository or go to an existing repository
5858
- Add `remote_theme: daattali/beautiful-jekyll@2.0.1` to your `_config.yml` file (make sure to remove any previous `theme` or `remote_theme` parameters that may have been there before)
5959
- Go to _Settings_, scroll down to the _GitHub Pages_ section, and choose "master branch" as the source
6060
- Your website will be at `https://<yourusername>.github.io\<projectname>`
6161

62-
- Using `remote_theme` with a Ruby Jekyll site
62+
- Method 2: Using `remote_theme` with a Ruby Jekyll site
6363

6464
- Install Ruby and Jekyll (`sudo apt-get install ruby ruby-dev make gcc` and `sudo gem install jekyll bundler`)
6565
- Create a new jekyll site (e.g. `jekyll new mysite`)
6666
- Add `gem "jekyll-remote-theme"` to your Gemfile and then run `bundle install` to install the plugin
6767
- Add `remote_theme: daattali/beautiful-jekyll@2.0.1` to your `_config.yml` file (make sure to remove any previous `theme` or `remote_theme` parameters that may have been there before)
6868
- Add `- jekyll-remote-theme` to the plugins section of your `_config.yml` file to activate the plugin
6969

70-
- Using the Beautiful-Jekyll theme gem
70+
- Method 3: Using the Beautiful-Jekyll theme gem
7171

7272
- Install Ruby and Jekyll (`sudo apt-get install ruby ruby-dev make gcc` and `sudo gem install jekyll bundler`)
7373
- Create a new jekyll site (e.g. `jekyll new mysite`)

0 commit comments

Comments
 (0)