Skip to content

Commit

Permalink
Initial commit of example project using Thymeleaf templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbullock committed May 4, 2014
1 parent e44da2c commit bc502e6
Show file tree
Hide file tree
Showing 21 changed files with 788 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.classpath
.project
/.settings
/target
/bin
/dist
/.idea
*.iml
4 changes: 3 additions & 1 deletion README.md
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.
512 changes: 512 additions & 0 deletions assets/css/asciidoctor.css

Large diffs are not rendered by default.

52 changes: 52 additions & 0 deletions assets/css/base.css
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%;
}*/
9 changes: 9 additions & 0 deletions assets/css/bootstrap-responsive.min.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions assets/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/css/prettify.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added assets/favicon.ico
Binary file not shown.
Binary file added assets/img/glyphicons-halflings-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/glyphicons-halflings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/js/bootstrap.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions assets/js/html5shiv.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions assets/js/jquery-1.9.1.min.js

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions assets/js/prettify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bc502e6

Please sign in to comment.