Skip to content

Commit df17cb7

Browse files
committed
docs: Added alternate gemfile info
1 parent 31d4dd8 commit df17cb7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
_site
22
.sass-cache
3+
.jekyll-cache
34
.jekyll-metadata
45
*.sublime-project
56
*.sublime-workspace
6-
.DS_Store
7+
.DS_Store
8+
Gemfile.lock

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ Jekyll-Uno - a minimal, responsive theme for Jekyll based on the [Uno](https://g
2929

3030
Access via: [http://localhost:4000/jekyll-uno/](http://localhost:4000/jekyll-uno/)
3131

32+
If you would like to run without using the `github-pages` gem, update your Gemfile to the following:
33+
34+
```
35+
source 'https://rubygems.org'
36+
gem 'jekyll-paginate'
37+
gem 'jekyll-watch'
38+
gem 'kramdown'
39+
gem 'kramdown-parser-gfm'
40+
```
3241
---
3342

3443
### Demo and Download

0 commit comments

Comments
 (0)