File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
# PMD Landing Page
2
2
3
- [ ![ Build Status] ( https://travis-ci.com/pmd/pmd.github.io.svg?branch=pmd7 )] ( https://travis-ci.com/pmd/pmd.github.io )
4
-
5
3
The Jekyll theme used is [ landing page jekyll theme] ( https://github.com/swcool/landing-page-theme ) .
6
4
It is based on [ landing-page bootstrap theme ] ( http://startbootstrap.com/templates/landing-page/ ) .
7
5
8
6
## Build the site locally
9
7
10
- 1 . Make sure, you exclude "pmd-5* " and "latest" in ` _config.yml ` to
11
- speed up local builds. Otherwise, generating the site could take
12
- very long, since all the files need to be copied.
13
-
14
- 2 . Execute once ` bundle install ` . This will download and install jekyll
8
+ 1 . Execute once ` bundle install ` . This will download and install jekyll
15
9
(see ` Gemfile ` ).
16
10
17
- 3 . Execute ` bundle exec jekyll serve ` and visit http://localhost:4000/
11
+ 2 . Execute ` bundle exec jekyll serve ` and visit http://localhost:4000/
You can’t perform that action at this time.
0 commit comments