We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5927d4f commit 770fd20Copy full SHA for 770fd20
1 file changed
README.md
@@ -4,3 +4,19 @@
4
5
Source code for the IJ-Plugins Organisation website.
6
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