Skip to content

Commit 770fd20

Browse files
committed
Some info on how site s build.
1 parent 5927d4f commit 770fd20

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,19 @@
44

55
Source code for the IJ-Plugins Organisation website.
66

7+
The site is created with [Jekyll][jekyll]. Follow instructions on [Jekyll][jekyll] site to install [Jekyll][jekyll].
8+
9+
10+
To build the site locally. From command prompt in the source directory first run command:
11+
12+
bundle install
13+
14+
then
15+
16+
bundle exec jekyll serve --safe --watch
17+
18+
Using `bundle exec jekyll ...` rather than simply `jekyll` is closer to the way
19+
GitHub will build it. It can help detect certain build issues.
20+
21+
22+
[jekyll]: http://jekyllrb.com/

0 commit comments

Comments
 (0)