-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit of example project using Thymeleaf templates.
- Loading branch information
1 parent
e44da2c
commit bc502e6
Showing
21 changed files
with
788 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.classpath | ||
.project | ||
/.settings | ||
/target | ||
/bin | ||
/dist | ||
/.idea | ||
*.iml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
jbake-example-project-thymeleaf | ||
=============================== | ||
======================== | ||
|
||
Example project structure for JBake that uses Thymeleaf templates and Bootstrap. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
/* Sticky footer styles | ||
-------------------------------------------------- */ | ||
|
||
html, | ||
body { | ||
height: 100%; | ||
/* The html and body elements cannot have any padding or margin. */ | ||
} | ||
|
||
/* Wrapper for page content to push down footer */ | ||
#wrap { | ||
min-height: 100%; | ||
height: auto !important; | ||
height: 100%; | ||
/* Negative indent footer by it's height */ | ||
margin: 0 auto -60px; | ||
} | ||
|
||
/* Set the fixed height of the footer here */ | ||
#push, | ||
#footer { | ||
height: 60px; | ||
} | ||
#footer { | ||
background-color: #f5f5f5; | ||
padding: 0; | ||
} | ||
|
||
/* Lastly, apply responsive CSS fixes as necessary */ | ||
@media (max-width: 767px) { | ||
#footer { | ||
margin-left: -20px; | ||
margin-right: -20px; | ||
padding-left: 20px; | ||
padding-right: 20px; | ||
} | ||
} | ||
|
||
/* Custom page CSS | ||
-------------------------------------------------- */ | ||
/* Not required for template or sticky footer method. */ | ||
|
||
#wrap > .container { | ||
padding-top: 60px; | ||
} | ||
.container .credit { | ||
margin: 20px 0; | ||
} | ||
|
||
/*code { | ||
font-size: 80%; | ||
}*/ |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.