You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getstarted.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,22 +52,22 @@ Beautiful-Jekyll was initially developed as a GitHub Pages theme that was meant
52
52
53
53
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:
54
54
55
-
- Using `remote_theme` with a GitHub repository
55
+
-Method 1: Using `remote_theme` with a GitHub repository
56
56
57
57
- Create a new GitHub repository or go to an existing repository
58
58
- 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)
59
59
- Go to _Settings_, scroll down to the _GitHub Pages_ section, and choose "master branch" as the source
60
60
- Your website will be at `https://<yourusername>.github.io\<projectname>`
61
61
62
-
- Using `remote_theme` with a Ruby Jekyll site
62
+
-Method 2: Using `remote_theme` with a Ruby Jekyll site
63
63
64
64
- Install Ruby and Jekyll (`sudo apt-get install ruby ruby-dev make gcc` and `sudo gem install jekyll bundler`)
65
65
- Create a new jekyll site (e.g. `jekyll new mysite`)
66
66
- Add `gem "jekyll-remote-theme"` to your Gemfile and then run `bundle install` to install the plugin
67
67
- 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)
68
68
- Add `- jekyll-remote-theme` to the plugins section of your `_config.yml` file to activate the plugin
69
69
70
-
- Using the Beautiful-Jekyll theme gem
70
+
-Method 3: Using the Beautiful-Jekyll theme gem
71
71
72
72
- Install Ruby and Jekyll (`sudo apt-get install ruby ruby-dev make gcc` and `sudo gem install jekyll bundler`)
73
73
- Create a new jekyll site (e.g. `jekyll new mysite`)
0 commit comments