Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
4e3a86ef
Commit
4e3a86ef
authored
Aug 13, 2013
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add table support to markdown
parent
970cb9b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
_config.yml
src/pages/_config.yml
+2
-0
build.sh
src/pages/build.sh
+4
-2
No files found.
src/pages/_config.yml
View file @
4e3a86ef
...
@@ -3,5 +3,7 @@ lsi: false
...
@@ -3,5 +3,7 @@ lsi: false
pygments
:
true
pygments
:
true
github
:
https://github.com/SpringSource/spring-boot
github
:
https://github.com/SpringSource/spring-boot
markdown
:
redcarpet
markdown
:
redcarpet
redcarpet
:
extensions
:
[
"
no_intra_emphasis"
,
"
fenced_code_blocks"
,
"
autolink"
,
"
tables"
,
"
with_toc_data"
]
project
:
project
:
version
:
0.5.0.BUILD-SNAPSHOT
version
:
0.5.0.BUILD-SNAPSHOT
src/pages/build.sh
View file @
4e3a86ef
#!/bin/bash -e
#!/bin/bash -e
echo
$*
|
grep
-q
"
\-
x"
&&
set
-x
if
[
-e
"
$HOME
/.rvm/scripts/rvm"
]
;
then
if
[
-e
"
$HOME
/.rvm/scripts/rvm"
]
;
then
source
"
$HOME
/.rvm/scripts/rvm"
source
"
$HOME
/.rvm/scripts/rvm"
rvm 1.9.3
rvm 1.9.3
...
@@ -44,13 +46,13 @@ function fail {
...
@@ -44,13 +46,13 @@ function fail {
echo
is missing ruby or gem dependencies.
echo
is missing ruby or gem dependencies.
echo
Please ensure that you have installed ruby 1.9.3
echo
Please ensure that you have installed ruby 1.9.3
echo
and execute
echo
and execute
echo
" $
"
(
cd
$PAGES_HOME
;
bundle
)
echo
"
$
(cd
$PAGES_HOME
; bundle)"
echo
before trying again
echo
before trying again
}
}
trap
fail EXIT
trap
fail EXIT
if
!
[
-
z
$PAGES_HOME
/Gemfile.lock
]
;
then
if
!
[
-
e
$PAGES_HOME
/Gemfile.lock
]
;
then
exit
1
exit
1
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment