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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ To give you a running start I've put together some starter kits that you can dow
85
85
1. Add `gem "jekyll-remote-theme"` to your `Gemfile` to add the theme as a dependancy
86
86
2. Run the command `bundle install` in the root of project to install the jekyll remote theme gem as a dependancy
87
87
3. Add `jekyll-remote-theme` to the list of `plugins` in your `_config.yml` file
88
-
4. Add `remote_theme: daviddarnes/alembic` to your `_config.yml` file to set the site theme
88
+
4. Add `remote_theme: daviddarnes/alembic@main` to your `_config.yml` file to set the site theme
89
89
5. Run `bundle exec jekyll serve` to build and serve your site
90
90
6. Done! Use the [configuration](#configuration) documentation and the example [`_config.yml`](https://github.com/daviddarnes/alembic/blob/master/_config.yml) file to set things like the navigation, contact form and social sharing buttons
0 commit comments