8000 Amend remote theme install steps · CreaHtive/CreaHtive.github.io@7f4bb26 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f4bb26

Browse files
authored
Amend remote theme install steps
1 parent 0dba0de commit 7f4bb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To give you a running start I've put together some starter kits that you can dow
8585
1. Add `gem "jekyll-remote-theme"` to your `Gemfile` to add the theme as a dependancy
8686
2. Run the command `bundle install` in the root of project to install the jekyll remote theme gem as a dependancy
8787
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
8989
5. Run `bundle exec jekyll serve` to build and serve your site
9090
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
9191

0 commit comments

Comments
 (0)
0