Skip to content

Commit

Permalink
Need script to be executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnament committed Sep 6, 2017
1 parent d8a6f8f commit 0dcb46b
Show file tree
Hide file tree
Showing 27 changed files with 1,111 additions and 0 deletions.
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
@@ -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%;
}*/
7 changes: 7 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/fonts/glyphicons-halflings-regular.eot
Binary file not shown.
229 changes: 229 additions & 0 deletions assets/fonts/glyphicons-halflings-regular.svg
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/fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file added assets/fonts/glyphicons-halflings-regular.woff
Binary file not shown.
6 changes: 6 additions & 0 deletions assets/js/bootstrap.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/js/html5shiv.min.js

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

4 changes: 4 additions & 0 deletions assets/js/jquery-1.11.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.

Empty file modified build_site.sh 100644 → 100755
Empty file.
14 changes: 14 additions & 0 deletions content/about.ad
@@ -0,0 +1,14 @@
title=About
date=2013-09-24
type=page
status=published
~~~~~~

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel diam purus. Curabitur ut nisi lacus.
Nam id nisl quam. Donec a lorem sit amet libero pretium vulputate vel ut purus. Suspendisse leo arcu,
mattis et imperdiet luctus, pulvinar vitae mi. Quisque fermentum sollicitudin feugiat. Mauris nec leo
ligula. Vestibulum tristique odio ut risus ultricies a hendrerit quam iaculis. Duis tempor elit sit amet
ligula vehicula et iaculis sem placerat. Fusce dictum, metus at volutpat lacinia, elit massa auctor risus,
id auctor arcu enim eu augue. Donec ultrices turpis in mi imperdiet ac venenatis sapien sodales. In
consequat imperdiet nunc quis bibendum. Nulla semper, erat quis ornare tristique, lectus massa posuere
libero, ut vehicula lectus nunc ut lorem. Aliquam erat volutpat.

0 comments on commit 0dcb46b

Please sign in to comment.