Skip to content

Commit

Permalink
ongoing work on #34 #39
Browse files Browse the repository at this point in the history
  • Loading branch information
phasenraum2010 committed Jul 15, 2018
1 parent 4e4fd6e commit caa2418
Show file tree
Hide file tree
Showing 33 changed files with 1,248 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defcon-documentation/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

source ../defcon-parent/conf.sh

mvn_jbake_help
#mvn_jbake_help

#run_jbake_seed
run_jbake_seed

#mvn_jbake_run

Expand Down
9 changes: 9 additions & 0 deletions defcon-documentation/src/main/jbake/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.classpath
.project
/.settings
/target
/bin
/dist
/.idea
*.iml
.DS_Store
21 changes: 21 additions & 0 deletions defcon-documentation/src/main/jbake/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2014 JBake

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 4 additions & 0 deletions defcon-documentation/src/main/jbake/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
jbake-example-project-thymeleaf
========================

Example project structure for JBake that uses Thymeleaf templates and Bootstrap.
512 changes: 512 additions & 0 deletions defcon-documentation/src/main/jbake/assets/css/asciidoctor.css

Large diffs are not rendered by default.

52 changes: 52 additions & 0 deletions defcon-documentation/src/main/jbake/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%;
}*/

Large diffs are not rendered by default.

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

Binary file not shown.
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.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading

0 comments on commit caa2418

Please sign in to comment.