diff --git a/.gitignore b/.gitignore index d70ebaa..d298be1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -public \ No newline at end of file +public/ \ No newline at end of file diff --git a/public/categories/index.xml b/public/categories/index.xml deleted file mode 100644 index b92677a..0000000 --- a/public/categories/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Categories on My New Hugo Site - http://example.org/categories/ - Recent content in Categories on My New Hugo Site - Hugo -- gohugo.io - en-us - - diff --git a/public/index.xml b/public/index.xml deleted file mode 100644 index da90485..0000000 --- a/public/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - My New Hugo Site - http://example.org/ - Recent content on My New Hugo Site - Hugo -- gohugo.io - en-us - - diff --git a/public/sitemap.xml b/public/sitemap.xml deleted file mode 100644 index 6bf7bad..0000000 --- a/public/sitemap.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - http://example.org/categories/ - - - - http://example.org/ - - - - http://example.org/tags/ - - - diff --git a/public/tags/index.xml b/public/tags/index.xml deleted file mode 100644 index 201eda6..0000000 --- a/public/tags/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Tags on My New Hugo Site - http://example.org/tags/ - Recent content in Tags on My New Hugo Site - Hugo -- gohugo.io - en-us - - diff --git a/static/css/main.css b/static/css/main.css new file mode 100644 index 0000000..3e0a438 --- /dev/null +++ b/static/css/main.css @@ -0,0 +1,242 @@ +/* fira-sans-200 - latin */ +@font-face { + font-family: 'Fira Sans'; + font-style: normal; + font-weight: 200; + src: url('../fonts/fira-sans-v10-latin-200.eot'); /* IE9 Compat Modes */ + src: local(''), + url('../fonts/fira-sans-v10-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/fira-sans-v10-latin-200.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/fira-sans-v10-latin-200.woff') format('woff'), /* Modern Browsers */ + url('../fonts/fira-sans-v10-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/fira-sans-v10-latin-200.svg#FiraSans') format('svg'); /* Legacy iOS */ +} + +/* fira-sans-regular - latin */ +@font-face { + font-family: 'Fira Sans'; + font-style: normal; + font-weight: 400; + src: url('../fonts/fira-sans-v10-latin-regular.eot'); /* IE9 Compat Modes */ + src: local(''), + url('../fonts/fira-sans-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/fira-sans-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/fira-sans-v10-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('../fonts/fira-sans-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/fira-sans-v10-latin-regular.svg#FiraSans') format('svg'); /* Legacy iOS */ +} + +/* fira-sans-700 - latin */ +@font-face { + font-family: 'Fira Sans'; + font-style: normal; + font-weight: 700; + src: url('../fonts/fira-sans-v10-latin-700.eot'); /* IE9 Compat Modes */ + src: local(''), + url('../fonts/fira-sans-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/fira-sans-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/fira-sans-v10-latin-700.woff') format('woff'), /* Modern Browsers */ + url('../fonts/fira-sans-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/fira-sans-v10-latin-700.svg#FiraSans') format('svg'); /* Legacy iOS */ +} + + +/* Main page with stikky-footer */ +html, body { + height: 100%; + background-color: #fff; + font-family: 'Fira Sans', sans-serif; + /* The html and body elements cannot have any padding or margin. */ + border-top: 3px solid #27A822; +} + +/* Wrapper for page content to push down footer */ +#wrap { + padding-bottom: 50px; + min-height: 100%; + height: auto; + /* Negative indent footer by its height */ + margin: 0 auto -65px; + /* Pad bottom by footer height */ + /*padding: 0 0 60px;*/ +} + +/* Navbar */ +.navbar-static-top { + margin-bottom: 10px; +} +.navbar-default { + background-color: #ffffff; + border-color: #ffffff; +} +.navbar-default .navbar-brand { + color: #6b6b6b; +} +.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { + color: #6b6b6b; +} +.navbar-default .navbar-text { + color: #6b6b6b; +} +.navbar-default .navbar-nav > li > a { + color: #6b6b6b; +} +.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { + color: #6b6b6b; +} +.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { + color: #6b6b6b; + background-color: #ffffff; +} +.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { + color: #6b6b6b; + background-color: #ffffff; +} +.navbar-default .navbar-toggle { + border-color: #ffffff; +} +.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { + background-color: #ffffff; +} +.navbar-default .navbar-toggle .icon-bar { + background-color: #6b6b6b; +} +.navbar-default .navbar-collapse, +.navbar-default .navbar-form { + border-color: #6b6b6b; +} +.navbar-default .navbar-link { + color: #6b6b6b; +} +.navbar-default .navbar-link:hover { + color: #6b6b6b; +} +@media (max-width: 767px) { + .navbar-default .navbar-nav .open .dropdown-menu > li > a { + color: #6b6b6b; + } + .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { + color: #6b6b6b; + } + .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #6b6b6b; + background-color: #ffffff; + } +} + +/* Custom page CSS */ +.container { + width: auto; + max-width: 800px; + text-align: center; +} +.container .text-muted { + margin: 20px 0; +} +.container a { + color: #27A822; +} +.container a:hover { + color: #267723; +} +.container p img, .img-responsive { + display: block; + height: auto; + margin: 2rem auto; + max-width: 100%; +} +.panel-default h4 { + text-align: left; + line-height: 24px; + font-size: 22px; +} +.panel-default h5 { + text-align: left; + line-height: 30px; + font-size: 18px; +} +.panel-default h6 { + font-size: 15px; +} +.panel-default h4 a, h5 a { + color: #27A822; +} +.panel-default h4 a:hover, h5 a:hover { + color: #267723; +} +.panel{ + border-style: none; +} +.panel-body { + padding-top: -10px; + text-align: left; +} +.social-links { + display: block; + margin: 0 auto; + margin-top: 40px; + padding: 0px; + width: 100%; + text-align: center; + animation: fade 1s ease 1s both; +} +.social-links li { + display: inline-block; + padding: 5px; + padding-top: 0; + text-align: center; +} +.social-links li a { + font-size: 20px; + color: #000; + padding: 10px; + padding-bottom: 4px; + transition: all .4s ease; +} +.social-links li a:hover { + color: #000; +} +.avatar { + padding-top: 5%; +} +.blog-post{ + padding-top: 15px; +} +.blog-title{ + padding-top: 2px; +} +.label { + display: inline-block; + margin-bottom: 5px; +} +.related-posts h4 { + text-align: center; +} +.page-not-found { + padding-top: 20%; +} +.disqus { + padding-bottom: 15px; +} +.blogpost{ + text-align: left; + line-height: 30px; + font-size: 18px; +} + +/* Footer */ +.footer { + text-decoration: none !important; +} +.text-muted { + color: #6b6b6b; +} +div.footer{ + border-bottom: 5px solid #27A822;; +} +/* Set the fixed height of the footer here */ +/*.footer { + height: 50px; + padding-bottom: 15px; + +}*/ diff --git a/static/fonts/fira-sans-v10-latin-200.eot b/static/fonts/fira-sans-v10-latin-200.eot new file mode 100644 index 0000000..833a421 Binary files /dev/null and b/static/fonts/fira-sans-v10-latin-200.eot differ diff --git a/static/fonts/fira-sans-v10-latin-200.svg b/static/fonts/fira-sans-v10-latin-200.svg new file mode 100644 index 0000000..cbe515c --- /dev/null +++ b/static/fonts/fira-sans-v10-latin-200.svg @@ -0,0 +1,328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/fira-sans-v10-latin-200.ttf b/static/fonts/fira-sans-v10-latin-200.ttf new file mode 100644 index 0000000..7739d88 Binary files /dev/null and b/static/fonts/fira-sans-v10-latin-200.ttf differ diff --git a/static/fonts/fira-sans-v10-latin-200.woff b/static/fonts/fira-sans-v10-latin-200.woff new file mode 100644 index 0000000..44f4a3e Binary files /dev/null and b/static/fonts/fira-sans-v10-latin-200.woff differ diff --git a/static/fonts/fira-sans-v10-latin-200.woff2 b/static/fonts/fira-sans-v10-latin-200.woff2 new file mode 100644 index 0000000..d1b3c90 Binary files /dev/null and b/static/fonts/fira-sans-v10-latin-200.woff2 differ diff --git a/static/fonts/fira-sans-v10-latin-700.eot b/static/fonts/fira-sans-v10-latin-700.eot new file mode 100644 index 0000000..5de3efa Binary files /dev/null and b/static/fonts/fira-sans-v10-latin-700.eot differ diff --git a/static/fonts/fira-sans-v10-latin-700.svg b/static/fonts/fira-sans-v10-latin-700.svg new file mode 100644 index 0000000..eb522e3 --- /dev/null +++ b/static/fonts/fira-sans-v10-latin-700.svg @@ -0,0 +1,328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/fira-sans-v10-latin-700.ttf b/static/fonts/fira-sans-v10-latin-700.ttf new file mode 100644 index 0000000..167aaa9 Binary files /dev/null and b/static/fonts/fira-sans-v10-latin-700.ttf differ diff --git a/static/fonts/fira-sans-v10-latin-700.woff b/static/fonts/fira-sans-v10-latin-700.woff new file mode 100644 index 0000000..757cb9c Binary files /dev/null and b/static/fonts/fira-sans-v10-latin-700.woff differ diff --git a/static/fonts/fira-sans-v10-latin-700.woff2 b/static/fonts/fira-sans-v10-latin-700.woff2 new file mode 100644 index 0000000..4414bfd Binary files /dev/null and b/static/fonts/fira-sans-v10-latin-700.woff2 differ diff --git a/static/fonts/fira-sans-v10-latin-regular.eot b/static/fonts/fira-sans-v10-latin-regular.eot new file mode 100644 index 0000000..7abf4c2 Binary files /dev/null and b/static/fonts/fira-sans-v10-latin-regular.eot differ diff --git a/static/fonts/fira-sans-v10-latin-regular.svg b/static/fonts/fira-sans-v10-latin-regular.svg new file mode 100644 index 0000000..1e52097 --- /dev/null +++ b/static/fonts/fira-sans-v10-latin-regular.svg @@ -0,0 +1,330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/fira-sans-v10-latin-regular.ttf b/static/fonts/fira-sans-v10-latin-regular.ttf new file mode 100644 index 0000000..572e442 Binary files /dev/null and b/static/fonts/fira-sans-v10-latin-regular.ttf differ diff --git a/static/fonts/fira-sans-v10-latin-regular.woff b/static/fonts/fira-sans-v10-latin-regular.woff new file mode 100644 index 0000000..d99ba57 Binary files /dev/null and b/static/fonts/fira-sans-v10-latin-regular.woff differ diff --git a/static/fonts/fira-sans-v10-latin-regular.woff2 b/static/fonts/fira-sans-v10-latin-regular.woff2 new file mode 100644 index 0000000..9bb5760 Binary files /dev/null and b/static/fonts/fira-sans-v10-latin-regular.woff2 differ