Skip to content

Commit de996a4

Browse files
author
phasenraum2010
committed
ongoing work on #34 #39
1 parent 09d5b95 commit de996a4

32 files changed

+1246
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.classpath
2+
.project
3+
/.settings
4+
/target
5+
/bin
6+
/dist
7+
/.idea
8+
*.iml
9+
.DS_Store
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2014 JBake
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
jbake-example-project-thymeleaf
2+
========================
3+
4+
Example project structure for JBake that uses Thymeleaf templates and Bootstrap.

defcon-applications/defcon-cloud-apps/macports-dependencies/src/main/jbake/assets/css/asciidoctor.css

Lines changed: 512 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
/* Sticky footer styles
2+
-------------------------------------------------- */
3+
4+
html,
5+
body {
6+
height: 100%;
7+
/* The html and body elements cannot have any padding or margin. */
8+
}
9+
10+
/* Wrapper for page content to push down footer */
11+
#wrap {
12+
min-height: 100%;
13+
height: auto !important;
14+
height: 100%;
15+
/* Negative indent footer by it's height */
16+
margin: 0 auto -60px;
17+
}
18+
19+
/* Set the fixed height of the footer here */
20+
#push,
21+
#footer {
22+
height: 60px;
23+
}
24+
#footer {
25+
background-color: #f5f5f5;
26+
padding: 0;
27+
}
28+
29+
/* Lastly, apply responsive CSS fixes as necessary */
30+
@media (max-width: 767px) {
31+
#footer {
32+
margin-left: -20px;
33+
margin-right: -20px;
34+
padding-left: 20px;
35+
padding-right: 20px;
36+
}
37+
}
38+
39+
/* Custom page CSS
40+
-------------------------------------------------- */
41+
/* Not required for template or sticky footer method. */
42+
43+
#wrap > .container {
44+
padding-top: 60px;
45+
}
46+
.container .credit {
47+
margin: 20px 0;
48+
}
49+
50+
/*code {
51+
font-size: 80%;
52+
}*/

defcon-applications/defcon-cloud-apps/macports-dependencies/src/main/jbake/assets/css/bootstrap.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

defcon-applications/defcon-cloud-apps/macports-dependencies/src/main/jbake/assets/css/prettify.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

defcon-applications/defcon-cloud-apps/macports-dependencies/src/main/jbake/assets/fonts/glyphicons-halflings-regular.svg

Lines changed: 229 additions & 0 deletions
Loading

defcon-applications/defcon-cloud-apps/macports-dependencies/src/main/jbake/assets/js/bootstrap.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

defcon-applications/defcon-cloud-apps/macports-dependencies/src/main/jbake/assets/js/html5shiv.min.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

defcon-applications/defcon-cloud-apps/macports-dependencies/src/main/jbake/assets/js/jquery-1.11.1.min.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

defcon-applications/defcon-cloud-apps/macports-dependencies/src/main/jbake/assets/js/prettify.js

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)