diff --git a/_site/404.html b/_site/404.html deleted file mode 100644 index e5bc470..0000000 --- a/_site/404.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - - - - - - - - - 404 - Page not found - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
- - - - - - - - - -
- -
- - -
-

Whoops, this page doesn't exist.

-

Don't angry the cat. (404 error)

-
- - Not found -
- - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/_site/aboutme/index.html b/_site/aboutme/index.html deleted file mode 100644 index 27c1576..0000000 --- a/_site/aboutme/index.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - - - - - - - - - About Me - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
- - - - - - - - - - - - - -
- -
-
-
-
-
-


- - -
- Newbie Software Developer - - - - -
-
-
-
-
-
- - - - - -
-
-
- - -

My name is Veysel Karaca. I’m newbie software developer :).Lately -I’ve been working on these

- -
    -
  • Angular and Ionic
  • -
  • .Net core
  • -
  • Web socket
  • -
- -

Mostly I work on web applications.If you need these of one, you could contact me :)

- -

My story

- -

As I said i ‘m newbie software developer. i am trying to improve myself

- - - - - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/_site/assets/css/beautifuljekyll-minimal.css b/_site/assets/css/beautifuljekyll-minimal.css deleted file mode 100644 index 17589f5..0000000 --- a/_site/assets/css/beautifuljekyll-minimal.css +++ /dev/null @@ -1,13 +0,0 @@ -.main-content { - padding-bottom: 3.125rem; -} - -footer.footer-min { - position: fixed; - bottom: 0; - width: 100%; - padding: 0.1875rem; - background-color: #f5f5f5; - border-top: 1px solid #eeeeee; - text-align: center; -} diff --git a/_site/assets/css/beautifuljekyll.css b/_site/assets/css/beautifuljekyll.css deleted file mode 100644 index 26e9778..0000000 --- a/_site/assets/css/beautifuljekyll.css +++ /dev/null @@ -1,1083 +0,0 @@ -@import url("pygment_highlights.css"); - -/* --- General --- */ - -html { - font-size: 100% -} - -body { - font-family: 'Lora', 'Times New Roman', serif; - font-size: 1.125rem; - color: #404040; - position: relative; - background-color: #FFFFFF; - -} -p { - line-height: 1.5; - margin: 1.875rem 0; -} -h1,h2,h3,h4,h5,h6 { - font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; - font-weight: 800; - line-height: 1.1; -} -h1 { - font-size: 2.25rem; -} -h2 { - font-size: 1.875rem; -} -h3 { - font-size: 1.5rem; -} -h4 { - font-size: 1.125rem; -} -h1, h2, h3, h4 { - margin-top: 1.25rem; -} -a { - color: #008AFF; -} -a:hover, -a:focus { - color: #0085A1; -} -blockquote { - color: #808080; - font-style: italic; -} -blockquote p:first-child { - margin-top: 0; -} -hr.small { - max-width: 8.25rem; - margin: 1rem auto; - border-width: 0.25rem; - border-color: inherit; - border-radius: 0.1875rem; -} - -/* fix in-page anchors to not be behind fixed header */ -:target:before { - content: ""; - display: block; - height: 3.125rem; /* navbar height */ - margin: -3.125rem 0 0; -} - -.hideme { - display: none; -} - -::-moz-selection { - color: #fff; - text-shadow: none; - background-color: #0085A1; -} -::selection { - color: #fff; - text-shadow: none; - background-color: #0085A1; -} -img::selection { - color: #fff; - background: transparent; -} -img::-moz-selection { - color: #fff; - background: transparent; -} - -img { - max-width: 100%; -} - -.linked-section { - padding-top: 3.75rem; - margin-top: -1.5625rem; -} - -/* Comments */ - -.disqus-comments { - margin-top: 1.875rem; -} - -@media (min-width: 768px) { - .disqus-comments { - margin-top: 2.5rem; - } -} - -/* --- Navbar --- */ - -.navbar-custom { - background-color: #EAEAEA; - border-bottom: 1px solid #DDDDDD; - font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; - - -webkit-transition: padding .5s ease-in-out; - -moz-transition: padding .5s ease-in-out; - transition: padding .5s ease-in-out; -} - -.navbar-custom, -.navbar-custom.top-nav-short, -.navbar-custom.top-nav-short-permanent { - padding-top: 0; - padding-bottom: 0; -} - -.navbar-custom .navbar-brand { - line-height: 1.5; - padding-top: 0.625rem; - padding-bottom: 0.625rem; - font-size: 1.125rem; -} - -.navbar-custom .navbar-brand-logo { - -webkit-transition: padding .5s ease-in-out; - -moz-transition: padding .5s ease-in-out; - transition: padding .5s ease-in-out; -} - -.navbar-custom .navbar-brand-logo, -.navbar-custom.top-nav-short .navbar-brand-logo, -.navbar-custom.top-nav-short-permanent .navbar-brand-logo { - padding-top: 0.3125rem; - padding-bottom: 0.3125rem; -} - -.navbar-custom .navbar-brand-logo img { - -webkit-transition: height .5s ease-in-out; - -moz-transition: height .5s ease-in-out; - transition: height .5s ease-in-out; -} - -.navbar-custom .navbar-brand-logo img, -.navbar-custom.top-nav-short .navbar-brand-logo img, -.navbar-custom.top-nav-short-permanent .navbar-brand-logo img { - height: 2.5rem; -} - -.navbar-custom .navbar-nav .nav-item { - text-transform: uppercase; - font-size: 0.8125rem; - letter-spacing: 0.0625rem; -} - -.navbar-custom .navbar-nav .nav-link { - padding-top: 0; - padding-bottom: 0; - line-height: 1.25rem; - padding-top: 0.9375rem; - padding-bottom: 0.9375rem; -} - -.navbar-custom .navbar-brand, -.navbar-custom .navbar-nav .nav-link { - font-weight: 800; - color: #404040; -} - -.navbar-toggler { - font-size: 1rem; - margin: 0.5rem 0; -} -.navbar-custom .navbar-toggler:focus, -.navbar-custom .navbar-toggler:hover { - background-color: initial; -} - -.navbar-custom .navbar-toggler[aria-expanded="true"] { - background-color: rgba(0, 0, 0, 0.2); -} - -.dropdown-toggle::after { - border-width: 0.4em; -} - -@media (min-width: 1200px) { - .navbar-custom { - padding-top: 1.25rem; - padding-bottom: 1.25rem; - } - - .navbar-custom .navbar-brand-logo { - padding-top: 0; - padding-bottom: 0; - } - - .navbar-custom .navbar-brand-logo img { - height: 3.125rem; - } - - .navbar-expand-xl .navbar-nav .nav-link { - padding-left: 0.9375rem; - padding-right: 0.9375rem; - } - - .navbar-expand-xl .navbar-nav .nav-item:not(.dropdown):last-child .nav-link { - padding-right: 0; - } -} - -@media (min-width: 1200px) { - .navbar-custom .nav-item.dropdown:hover { - background: rgba(0, 0, 0, 0.1); - } -} - -.navbar-custom .nav-item.dropdown.show { - background: rgba(0, 0, 0, 0.2); -} - -.navbar-custom .nav-item.dropdown .dropdown-menu { - min-width: 0; - margin-top: 0; - font-size: 1em; - border: 0; - padding: 0; - width: 100%; - word-break: break-word; -} -.navbar-custom .nav-item.dropdown .dropdown-menu .dropdown-item { - white-space: normal; - padding: 0.625rem; - background-color: #EAEAEA; - text-decoration: none !important; - border-width: 0 1px 1px 1px; - font-weight: normal; - color: #404040; -} - -@media (min-width: 1200px) { - .navbar-custom .nav-item.dropdown .dropdown-menu { - text-align: center; - } - - .navbar-custom .nav-item.dropdown .dropdown-menu .dropdown-item { - padding-left: 0.625rem; - border: 1px solid #DDDDDD; - border-width: 0 1px 1px; - } -} - -@media (max-width: 1199px) { - .navbar-custom .navbar-collapse { - border-top: 1px solid #DDDDDD; - margin: 0 -1rem; - } - - .navbar-custom .navbar-nav { - padding: 0.5rem 0; - } - - .navbar-custom .navbar-nav .nav-link { - padding: 0.675rem 0 0.675rem 1rem; - } - - .navbar-custom .nav-item.dropdown.show { - background: rgba(0, 0, 0, 0.2); - } - - .navbar-custom .nav-item.dropdown .dropdown-menu .dropdown-item { - padding-left: 2rem; - } -} -.navbar-custom .navbar-brand:hover, -.navbar-custom .navbar-brand:focus , -.navbar-custom .navbar-nav .nav-link:hover, -.navbar-custom .navbar-nav .nav-link:focus, -.navbar-custom .navbar-nav .dropdown-menu .dropdown-item:hover, -.navbar-custom .navbar-nav .dropdown-menu .dropdown-item:focus { - color: #0085A1; -} - -.navbar-custom .avatar-container { - position: absolute; - left: 50%; - width: 3.125rem; - bottom: -1.5rem; - transition: opacity 0.5s ease-in-out; - -webkit-transition: opacity 0.5s ease-in-out; - -moz-transition: opacity 0.5s ease-in-out; -} -.navbar-custom.top-nav-short .avatar-container { - opacity: 0; - visibility: hidden; - transition: visibility linear 0.5s, opacity 0.5s ease-in-out; - -webkit-transition: visibility linear 0.5s, opacity 0.5s ease-in-out; - -moz-transition: visibility linear 0.5s, opacity 0.5s ease-in-out; -} - -.navbar-custom .avatar-container .avatar-img-border { - width: 100%; - margin-left: -50%; - - border-radius: 50%; - box-shadow: 0 0 0.5rem rgba(0, 0, 0, .8); - -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, .8); - -moz-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .8); - -} -.navbar-custom .avatar-container .avatar-img { - width: 100%; - - border-radius: 50%; - - display: block; -} - -.navbar-custom.top-nav-expanded .avatar-container { - display: none; -} - -@media (min-width: 1200px) { - .navbar-custom.top-nav-regular .avatar-container { - width: 6.25rem; - bottom: -1.9375rem; - } - - .navbar-custom.top-nav-regular .avatar-container .avatar-img-border { - width: 100%; - - box-shadow: 1px 1px 2px rgba(0, 0, 0, .8); - -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .8); - -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .8); - - } - - .navbar-custom.top-nav-regular .avatar-container .avatar-img { - width: 100%; - } -} - -/* --- Footer --- */ - -footer { - padding: 1.875rem 0; - border-top: 1px #EAEAEA solid; - margin-top: 3.125rem; - font-size: 0.875rem; - background-color: #EAEAEA; - -} - -footer p.text-muted { - color: #777777 !important; -} - -footer a { - color: #404040; -} - -footer .list-inline { - margin: 0; - padding: 0; - margin-bottom: 1.875rem; -} -footer .copyright { - font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; - text-align: center; - margin-bottom: 0; - margin-top: 0; -} -footer .theme-by { - text-align: center; - margin: 0.625rem 0 0; -} -footer .footer-custom-content { - text-align: center; - margin-bottom: 0.9375rem; - font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; -} - -@media (min-width: 768px) { - footer { - padding: 3.125rem 0; - } - footer .footer-links { - font-size: 1.125rem; - } - footer .copyright { - font-size: 1rem; - } - footer .footer-custom-content { - font-size: 1rem; - } -} - -/* --- Post preview (feed) --- */ - -.post-preview { - padding: 1.25rem 0; - border-bottom: 1px solid #eee; - overflow: hidden; -} - -@media (min-width: 768px) { - .post-preview { - padding: 2.1875rem 0; - } -} - -.post-preview:last-child { - border-bottom: 0; -} - -.post-preview a { - text-decoration: none; - font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; - color: #404040; -} - -.post-preview a:focus, -.post-preview a:hover { - text-decoration: none; - color: #0085A1; -} - -.post-preview .post-title { - font-size: 1.875rem; - margin-top: 0; -} -.post-preview .post-subtitle { - margin: 0; - font-weight: 300; - margin-bottom: 0.625rem; -} -.post-preview .post-meta, -.post-heading .post-meta { - color: #808080; - font-size: 1.125rem; - font-style: italic; - margin: 0 0 0.625rem; - font-family: 'Lora', 'Times New Roman', serif; -} -.post-heading .post-meta { - display: inline-block; -} -@media (max-width: 767px) { - .post-heading .post-meta { - display: block; - margin-bottom: 0; - } -} -.post-heading .post-meta .middot { - margin: 0 0.625rem; -} -.post-preview .post-entry { - width: 100%; -} -.post-preview .post-image { - float: right; - margin-left: 0.625rem; - height: 12rem; - width: 12rem; -} -.post-preview .post-image { - filter: grayscale(40%); -} -.post-preview .post-image:hover { - filter: grayscale(0%); -} -.post-preview .post-image img { - max-height: 100%; - max-width: 100%; -} -.post-preview .post-image-short { - margin-top: -2.1875rem; -} -@media (max-width: 767px) { - .post-preview .post-image { - height: 9rem; - width: 9rem; - } - .post-preview .post-image-short { - margin-top: 0; - } -} -.post-preview .post-image-small { - width: 100%; - height: 100%; - text-align: center; - display: none; -} -.post-preview .post-image-small img { - max-width: 6.25rem; - max-height: 6.25rem; -} -@media (max-width: 500px) { - .post-preview .post-image { - display: none; - } - .post-preview .post-image-small { - display: block; - } -} - -.post-preview .post-read-more { - font-weight: 800; -} - -@media (min-width: 768px) { - .post-preview .post-title { - font-size: 2.25rem; - } -} - -/* --- Tags --- */ - -.blog-tags { - font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; - font-size: 0.9375rem; - margin: 1.875rem 0; -} - -.blog-tags span { - color: #404040; - opacity: 0.8; -} - -.blog-tags a { - color: #404040; - text-decoration: none; - padding: 0 0.3125rem; - opacity: 0.8; - border: 1px solid transparent; - border-radius: 0.1875rem; -} - -.blog-tags a:hover { - opacity: 1; - color: #404040; - border-color: #404040; -} - -.post-preview .blog-tags { - margin-top: 0.3125rem; - margin-bottom: 0; -} - -@media (min-width: 768px) { - .post-preview .blog-tags { - margin-top: 0.625rem; - } -} - -/* Tags page */ - -.tag-btn { - margin: 0.3125rem; -} - -#full-tags-list { - font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; -} - -#full-tags-list .tag-entry { - margin: 0 0 0.9375rem 1.5625rem; -} - -#full-tags-list .tag-entry a { - font-size: 1.25rem; -} - -#full-tags-list .tag-entry .entry-date { - color: #808080; - font-style: italic; - font-size: 1rem; -} - -/* --- Post and page headers --- */ - -.intro-header { - margin: 5rem 0 1.25rem; - position: relative; -} -.intro-header.big-img { - background: no-repeat center center; - -webkit-background-size: cover; - -moz-background-size: cover; - background-size: cover; - -o-background-size: cover; - margin-top: 3.1875rem; /* The small navbar is 50px tall + 1px border */ - margin-bottom: 2.1875rem; -} -nav.top-nav-short-permanent ~ header > .intro-header { - margin-top: 5rem; -} -nav.top-nav-short-permanent ~ header > .intro-header.big-img { - margin-top: 3.1875rem; -} -.intro-header.big-img .big-img-transition { - position: absolute; - width: 100%; - height: 100%; - opacity: 0; - background: no-repeat center center; - -webkit-background-size: cover; - -moz-background-size: cover; - background-size: cover; - -o-background-size: cover; - -webkit-transition: opacity 1s linear; - -moz-transition: opacity 1s linear; - transition: opacity 1s linear; -} -.intro-header .page-heading { - text-align: center; -} -.intro-header.big-img .page-heading, -.intro-header.big-img .post-heading { - padding: 6.25rem 0; - color: #FFF; - text-shadow: 1px 1px 3px #000; -} -.intro-header .page-heading h1 { - margin-top: 0; - font-size: 3.125rem; -} -.intro-header .post-heading h1 { - margin-top: 0; - font-size: 2.1875rem; -} -.intro-header .page-heading .page-subheading, -.intro-header .post-heading .post-subheading { - font-size: 1.6875rem; - line-height: 1.1; - display: block; - font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0.625rem 0 0; -} -.intro-header .post-heading .post-subheading { - margin-bottom: 1.25rem; -} -.intro-header.big-img .page-heading .page-subheading, -.intro-header.big-img .post-heading .post-subheading { - font-weight: 400; -} -.intro-header.big-img .page-heading hr { - box-shadow: 1px 1px 3px #000; - -webkit-box-shadow: 1px 1px 3px #000; - -moz-box-shadow: 1px 1px 3px #000; -} -.intro-header.big-img .post-heading .post-meta { - color: #EEE; -} -.intro-header.big-img .img-desc { - background: rgba(30, 30, 30, 0.6); - position: absolute; - padding: 0.3125rem 0.625rem; - font-size: 0.6875rem; - color: #EEE; - font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; - right: 0; - bottom: 0; - display: none; -} -@media (min-width: 1200px) { - .intro-header { - margin-top: 8.125rem; - } - .intro-header.big-img { - margin-top: 5.6875rem; /* Full navbar is small navbar + 20px padding on each side when expanded */ - } - .intro-header.big-img .page-heading, - .intro-header.big-img .post-heading { - padding: 9.375rem 0; - } - .intro-header .page-heading h1 { - font-size: 5rem; - } - .intro-header .post-heading h1 { - font-size: 3.125rem; - } - .intro-header.big-img .img-desc { - font-size: 0.875rem; - } -} - -.header-section.has-img .no-img { - margin-top: 0; - background-color: #FCFCFC; - margin: 0 0 2.5rem; - padding: 1.25rem 0; - box-shadow: 0 0 0.3125rem #AAA; -} -/* Many phones are 320 or 360px, so make sure images are a proper aspect ratio in those cases */ -.header-section.has-img .intro-header.no-img { - display: none; -} -@media (max-width: 365px) { - .header-section.has-img .intro-header.no-img { - display: block; - } - .intro-header.big-img { - width: 100%; - height: 13.75rem; - } - .intro-header.big-img .page-heading, - .intro-header.big-img .post-heading { - display: none; - } - .header-section.has-img .big-img { - margin-bottom: 0; - } -} -@media (max-width: 325px) { - .intro-header.big-img { - height: 12.5rem; - } -} - -#header-gh-btns { - margin-bottom: 0.9375rem; -} -@media (max-width: 500px) { - #header-gh-btns > iframe { - display: block; - margin-bottom: 0.3125rem; - } -} - -/* --- Pagination --- */ - -.pagination { - margin: 0.625rem 0 0; - justify-content: space-between; -} - -.pagination.blog-pager { - margin-top: 0; -} - -.pagination .page-item.next { - margin-left: auto; -} - -@media (min-width: 768px) { - .pagination.blog-pager { - margin-top: 0.625rem; - } -} - -.pagination .page-item .page-link { - font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; - text-transform: uppercase; - font-size: 0.875rem; - font-weight: 800; - letter-spacing: 1px; - padding: 0.625rem 0.3125rem; - background-color: #FFF; - border-radius: 0; - color: #404040; -} -@media (min-width: 768px) { - .pagination .page-item .page-link { - padding: 0.9375rem 1.5625rem; - } -} -.pagination .page-item .page-link:hover, -.pagination .page-item .page-link:focus { - color: #FFF; - border: 1px solid #0085A1; - background-color: #0085A1; -} - -/* --- Tables --- */ - -table { - padding: 0; -} -table tr { - border-top: 1px solid #cccccc; - background-color: #ffffff; - margin: 0; - padding: 0; -} -table tr:nth-child(2n) { - background-color: #f8f8f8; -} -table tr th { - font-weight: bold; - border: 1px solid #cccccc; - text-align: left; - margin: 0; - padding: 0.375rem 0.8125rem; -} -table tr td { - border: 1px solid #cccccc; - text-align: left; - margin: 0; - padding: 0.375rem 0.8125rem; -} -table tr th :first-child, -table tr td :first-child { - margin-top: 0; -} -table tr th :last-child, -table tr td :last-child { - margin-bottom: 0; -} - -/* --- Code blocks --- */ - -code { - padding: 0.125rem 0.25rem; - color: #c7254e; - background-color: #f9f2f4; - border-radius: 0.25rem; -} - -pre code { - padding: 0; - background-color: transparent; - border-radius: 0; -} - -pre { - font-size: 0.875rem; - line-height: 1.5em; - border-radius: 0.25rem; - padding: 0.59375rem; -} -.highlight pre { - border: none; - background: none; - margin: 0; -} -.highlight > pre { - background-image: linear-gradient( - rgba(0,0,0,0.03), rgba(0,0,0,0.03) 1.5em, rgba(0,0,0,0.02) 1.5em, rgba(0,0,0,0.02) 3em); - background-size: auto 3em; - background-position-y: 0.625rem; - border: 1px solid rgba(0,0,0,0.1); - border-left: 0.4375rem solid #444; -} -.highlight > pre:not([class~="highlight"]) { /* code block with line number */ - padding: 0; -} -.highlight table, -.highlight tr, -.highlight td { /* to be removed after fixing table styles */ - border: none; - background: none; - padding: 0; - margin: 0; -} -.highlight pre.lineno { - color: rgba(0,0,0,0.3); - border-radius: 0; - border-right: 2px solid #444; -} - -/* Make line numbers unselectable: excludes line numbers from copy-paste user ops */ -.lineno { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.lineno::selection, .lineno::-moz-selection { - background: none; -} - -/* Fix table border github gist snippets */ - -.gist, .gist-file table tr { - border: unset; -} - -.gist, .gist-file table tr td { - border: unset; -} - -/* --- Social media sharing section --- */ - -#social-share-section { - margin-bottom: 1.875rem; - margin-top: 1.875rem; -} - -/* --- Notification boxes --- */ -.box-note, -.box-warning, -.box-error, -.box-success { - padding: 0.9375rem 0.9375rem 0.9375rem 0.625rem; - margin: 1.25rem 1.25rem 1.25rem 0.3125rem; - border: 1px solid #eee; - border-left-width: 0.3125rem; - border-radius: 0.3125rem 0.1875rem 0.1875rem 0.3125rem; -} - -.box-note { - background-color: #eee; - border-left-color: #2980b9; -} - -.box-warning { - background-color: #fdf5d4; - border-left-color: #f1c40f; -} - -.box-error { - background-color: #f4dddb; - border-left-color: #c0392b; -} - -.box-success { - background-color: #98FB98; - border-left-color: #3CB371; -} - -/* --- Misc blog post styles --- */ - -.blog-post :first-child { - margin-top: 0; -} - -.blog-post img { - max-width: 100%; -} - -.blog-post .caption { - text-align: center; - font-size: 0.875rem; - padding: 0.625rem; - font-style: italic; - color: #777; - margin: 0; - display: block; - border-bottom-right-radius: 0.3125rem; - border-bottom-left-radius: 0.3125rem; -} - -.blog-post hr { - max-width: 25%; - border-width: 0.25rem; - border-radius: 0.1875rem; - border-color: #808080; -} - -.blog-post blockquote { - padding: 0.625rem 1.25rem; - margin: 0 0 1.25rem; - font-size: 1.1rem; - border-left: 0.3125rem solid #eee; -} - -.blog-post blockquote p:last-child { - margin-bottom: 0; -} - -.center { - display: block; - margin: 0 auto; -} - -/* Search bar */ -#beautifuljekyll-search-overlay { - display: none; - z-index: 999999; - position: fixed; - background: rgba(0,0,0,0.9); - left: 0; - right: 0; - top: 0; - bottom: 0; - text-align: center; - padding: 1rem; -} -#nav-search-exit { - position: absolute; - top: 1.5rem; - cursor: pointer; - right: 25%; - margin-right: 2rem; - color: #555; - font-size: 2rem; - line-height: 2rem; - font-weight: bold; -} -#nav-search-exit:hover { - color: #000; -} -#nav-search-input { - text-align: center; - background: #e7edee; - margin: auto; - display: block; - font-size: 2rem; - width: 50%; - transition: width 300ms ease; - color: #222; - border-radius: 5rem; - outline: none; - border: none; - padding: 0 3rem; -} -@media (max-width: 1199px) { - #nav-search-input { - width: 75%; - } - #nav-search-exit { - right: 12.5%; - } -} -@media (max-width: 767px) { - #nav-search-input { - width: 100%; - } - #nav-search-exit { - right: 0; - } -} -#nav-search-input:focus { - background: #f3f8fe; - box-shadow: 0px 0.15rem 1rem #e7f4ff; - outline: none; -} - -#nav-search-input::placeholder { - color: #777; -} - -#search-results-container { - list-style: none; - padding-left: unset; - margin-top: 1.5rem; - color: #fff; - font-size: 1.5rem; - max-height: calc(100vh - 6.5rem); - overflow-y: auto; -} -#search-results-container a { - color: #fff; - text-decoration: none; -} -#search-results-container a:hover { - color: #fff; - text-decoration: underline; -} - -#nav-search-icon { - display: inline-block; -} -#nav-search-text { - display: none; -} - -@media (max-width: 1199px) { - #nav-search-icon { - display: none; - } - #nav-search-text { - display: inline-block; - } -} diff --git a/_site/assets/css/bootstrap-social.css b/_site/assets/css/bootstrap-social.css deleted file mode 100644 index e565f3a..0000000 --- a/_site/assets/css/bootstrap-social.css +++ /dev/null @@ -1,147 +0,0 @@ -/* - * Social Buttons for Bootstrap - * - * Copyright 2013-2015 Panayiotis Lipiridis - * Licensed under the MIT License - * - * https://github.com/lipis/bootstrap-social - */ - -.btn-social{position:relative;margin-bottom:5px;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)} -.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em} -.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em} -.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em} -.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)} -.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em} -.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em} -.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em} -.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important} -.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0} -.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0} -.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0} -.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:focus,.btn-adn.focus{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)} -.btn-adn:hover{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)} -.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}.btn-adn:active:hover,.btn-adn.active:hover,.open>.dropdown-toggle.btn-adn:hover,.btn-adn:active:focus,.btn-adn.active:focus,.open>.dropdown-toggle.btn-adn:focus,.btn-adn:active.focus,.btn-adn.active.focus,.open>.dropdown-toggle.btn-adn.focus{color:#fff;background-color:#b94630;border-color:rgba(0,0,0,0.2)} -.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none} -.btn-adn.disabled,.btn-adn[disabled],fieldset[disabled] .btn-adn,.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled.focus,.btn-adn[disabled].focus,fieldset[disabled] .btn-adn.focus,.btn-adn.disabled:active,.btn-adn[disabled]:active,fieldset[disabled] .btn-adn:active,.btn-adn.disabled.active,.btn-adn[disabled].active,fieldset[disabled] .btn-adn.active{background-color:#d87a68;border-color:rgba(0,0,0,0.2)} -.btn-adn .badge{color:#d87a68;background-color:#fff} -.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:focus,.btn-bitbucket.focus{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)} -.btn-bitbucket:hover{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)} -.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:active:hover,.btn-bitbucket.active:hover,.open>.dropdown-toggle.btn-bitbucket:hover,.btn-bitbucket:active:focus,.btn-bitbucket.active:focus,.open>.dropdown-toggle.btn-bitbucket:focus,.btn-bitbucket:active.focus,.btn-bitbucket.active.focus,.open>.dropdown-toggle.btn-bitbucket.focus{color:#fff;background-color:#0f253c;border-color:rgba(0,0,0,0.2)} -.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none} -.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled.focus,.btn-bitbucket[disabled].focus,fieldset[disabled] .btn-bitbucket.focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)} -.btn-bitbucket .badge{color:#205081;background-color:#fff} -.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:focus,.btn-dropbox.focus{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)} -.btn-dropbox:hover{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)} -.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}.btn-dropbox:active:hover,.btn-dropbox.active:hover,.open>.dropdown-toggle.btn-dropbox:hover,.btn-dropbox:active:focus,.btn-dropbox.active:focus,.open>.dropdown-toggle.btn-dropbox:focus,.btn-dropbox:active.focus,.btn-dropbox.active.focus,.open>.dropdown-toggle.btn-dropbox.focus{color:#fff;background-color:#0a568c;border-color:rgba(0,0,0,0.2)} -.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none} -.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled.focus,.btn-dropbox[disabled].focus,fieldset[disabled] .btn-dropbox.focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)} -.btn-dropbox .badge{color:#1087dd;background-color:#fff} -.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)} -.btn-facebook:hover{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)} -.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff;background-color:#23345a;border-color:rgba(0,0,0,0.2)} -.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none} -.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)} -.btn-facebook .badge{color:#3b5998;background-color:#fff} -.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:focus,.btn-flickr.focus{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)} -.btn-flickr:hover{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)} -.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}.btn-flickr:active:hover,.btn-flickr.active:hover,.open>.dropdown-toggle.btn-flickr:hover,.btn-flickr:active:focus,.btn-flickr.active:focus,.open>.dropdown-toggle.btn-flickr:focus,.btn-flickr:active.focus,.btn-flickr.active.focus,.open>.dropdown-toggle.btn-flickr.focus{color:#fff;background-color:#a80057;border-color:rgba(0,0,0,0.2)} -.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none} -.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled.focus,.btn-flickr[disabled].focus,fieldset[disabled] .btn-flickr.focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)} -.btn-flickr .badge{color:#ff0084;background-color:#fff} -.btn-foursquare{color:#fff;background-color:#f94877;border-color:rgba(0,0,0,0.2)}.btn-foursquare:focus,.btn-foursquare.focus{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)} -.btn-foursquare:hover{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)} -.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}.btn-foursquare:active:hover,.btn-foursquare.active:hover,.open>.dropdown-toggle.btn-foursquare:hover,.btn-foursquare:active:focus,.btn-foursquare.active:focus,.open>.dropdown-toggle.btn-foursquare:focus,.btn-foursquare:active.focus,.btn-foursquare.active.focus,.open>.dropdown-toggle.btn-foursquare.focus{color:#fff;background-color:#e30742;border-color:rgba(0,0,0,0.2)} -.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none} -.btn-foursquare.disabled,.btn-foursquare[disabled],fieldset[disabled] .btn-foursquare,.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled.focus,.btn-foursquare[disabled].focus,fieldset[disabled] .btn-foursquare.focus,.btn-foursquare.disabled:active,.btn-foursquare[disabled]:active,fieldset[disabled] .btn-foursquare:active,.btn-foursquare.disabled.active,.btn-foursquare[disabled].active,fieldset[disabled] .btn-foursquare.active{background-color:#f94877;border-color:rgba(0,0,0,0.2)} -.btn-foursquare .badge{color:#f94877;background-color:#fff} -.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:focus,.btn-github.focus{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)} -.btn-github:hover{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)} -.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}.btn-github:active:hover,.btn-github.active:hover,.open>.dropdown-toggle.btn-github:hover,.btn-github:active:focus,.btn-github.active:focus,.open>.dropdown-toggle.btn-github:focus,.btn-github:active.focus,.btn-github.active.focus,.open>.dropdown-toggle.btn-github.focus{color:#fff;background-color:#191919;border-color:rgba(0,0,0,0.2)} -.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none} -.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled.focus,.btn-github[disabled].focus,fieldset[disabled] .btn-github.focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)} -.btn-github .badge{color:#444;background-color:#fff} -.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)} -.btn-google:hover{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)} -.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus{color:#fff;background-color:#a32b1c;border-color:rgba(0,0,0,0.2)} -.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none} -.btn-google.disabled,.btn-google[disabled],fieldset[disabled] .btn-google,.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus,.btn-google.disabled:active,.btn-google[disabled]:active,fieldset[disabled] .btn-google:active,.btn-google.disabled.active,.btn-google[disabled].active,fieldset[disabled] .btn-google.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)} -.btn-google .badge{color:#dd4b39;background-color:#fff} -.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:focus,.btn-instagram.focus{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)} -.btn-instagram:hover{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)} -.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}.btn-instagram:active:hover,.btn-instagram.active:hover,.open>.dropdown-toggle.btn-instagram:hover,.btn-instagram:active:focus,.btn-instagram.active:focus,.open>.dropdown-toggle.btn-instagram:focus,.btn-instagram:active.focus,.btn-instagram.active.focus,.open>.dropdown-toggle.btn-instagram.focus{color:#fff;background-color:#26455d;border-color:rgba(0,0,0,0.2)} -.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none} -.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled.focus,.btn-instagram[disabled].focus,fieldset[disabled] .btn-instagram.focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)} -.btn-instagram .badge{color:#3f729b;background-color:#fff} -.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:focus,.btn-linkedin.focus{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)} -.btn-linkedin:hover{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)} -.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}.btn-linkedin:active:hover,.btn-linkedin.active:hover,.open>.dropdown-toggle.btn-linkedin:hover,.btn-linkedin:active:focus,.btn-linkedin.active:focus,.open>.dropdown-toggle.btn-linkedin:focus,.btn-linkedin:active.focus,.btn-linkedin.active.focus,.open>.dropdown-toggle.btn-linkedin.focus{color:#fff;background-color:#00405f;border-color:rgba(0,0,0,0.2)} -.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none} -.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled.focus,.btn-linkedin[disabled].focus,fieldset[disabled] .btn-linkedin.focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)} -.btn-linkedin .badge{color:#007bb6;background-color:#fff} -.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:focus,.btn-microsoft.focus{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)} -.btn-microsoft:hover{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)} -.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}.btn-microsoft:active:hover,.btn-microsoft.active:hover,.open>.dropdown-toggle.btn-microsoft:hover,.btn-microsoft:active:focus,.btn-microsoft.active:focus,.open>.dropdown-toggle.btn-microsoft:focus,.btn-microsoft:active.focus,.btn-microsoft.active.focus,.open>.dropdown-toggle.btn-microsoft.focus{color:#fff;background-color:#0f4bac;border-color:rgba(0,0,0,0.2)} -.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none} -.btn-microsoft.disabled,.btn-microsoft[disabled],fieldset[disabled] .btn-microsoft,.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled.focus,.btn-microsoft[disabled].focus,fieldset[disabled] .btn-microsoft.focus,.btn-microsoft.disabled:active,.btn-microsoft[disabled]:active,fieldset[disabled] .btn-microsoft:active,.btn-microsoft.disabled.active,.btn-microsoft[disabled].active,fieldset[disabled] .btn-microsoft.active{background-color:#2672ec;border-color:rgba(0,0,0,0.2)} -.btn-microsoft .badge{color:#2672ec;background-color:#fff} -.btn-odnoklassniki{color:#fff;background-color:#f4731c;border-color:rgba(0,0,0,0.2)}.btn-odnoklassniki:focus,.btn-odnoklassniki.focus{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)} -.btn-odnoklassniki:hover{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)} -.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}.btn-odnoklassniki:active:hover,.btn-odnoklassniki.active:hover,.open>.dropdown-toggle.btn-odnoklassniki:hover,.btn-odnoklassniki:active:focus,.btn-odnoklassniki.active:focus,.open>.dropdown-toggle.btn-odnoklassniki:focus,.btn-odnoklassniki:active.focus,.btn-odnoklassniki.active.focus,.open>.dropdown-toggle.btn-odnoklassniki.focus{color:#fff;background-color:#b14c09;border-color:rgba(0,0,0,0.2)} -.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{background-image:none} -.btn-odnoklassniki.disabled,.btn-odnoklassniki[disabled],fieldset[disabled] .btn-odnoklassniki,.btn-odnoklassniki.disabled:hover,.btn-odnoklassniki[disabled]:hover,fieldset[disabled] .btn-odnoklassniki:hover,.btn-odnoklassniki.disabled:focus,.btn-odnoklassniki[disabled]:focus,fieldset[disabled] .btn-odnoklassniki:focus,.btn-odnoklassniki.disabled.focus,.btn-odnoklassniki[disabled].focus,fieldset[disabled] .btn-odnoklassniki.focus,.btn-odnoklassniki.disabled:active,.btn-odnoklassniki[disabled]:active,fieldset[disabled] .btn-odnoklassniki:active,.btn-odnoklassniki.disabled.active,.btn-odnoklassniki[disabled].active,fieldset[disabled] .btn-odnoklassniki.active{background-color:#f4731c;border-color:rgba(0,0,0,0.2)} -.btn-odnoklassniki .badge{color:#f4731c;background-color:#fff} -.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:focus,.btn-openid.focus{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)} -.btn-openid:hover{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)} -.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}.btn-openid:active:hover,.btn-openid.active:hover,.open>.dropdown-toggle.btn-openid:hover,.btn-openid:active:focus,.btn-openid.active:focus,.open>.dropdown-toggle.btn-openid:focus,.btn-openid:active.focus,.btn-openid.active.focus,.open>.dropdown-toggle.btn-openid.focus{color:#fff;background-color:#b86607;border-color:rgba(0,0,0,0.2)} -.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none} -.btn-openid.disabled,.btn-openid[disabled],fieldset[disabled] .btn-openid,.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled.focus,.btn-openid[disabled].focus,fieldset[disabled] .btn-openid.focus,.btn-openid.disabled:active,.btn-openid[disabled]:active,fieldset[disabled] .btn-openid:active,.btn-openid.disabled.active,.btn-openid[disabled].active,fieldset[disabled] .btn-openid.active{background-color:#f7931e;border-color:rgba(0,0,0,0.2)} -.btn-openid .badge{color:#f7931e;background-color:#fff} -.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:focus,.btn-pinterest.focus{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)} -.btn-pinterest:hover{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)} -.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}.btn-pinterest:active:hover,.btn-pinterest.active:hover,.open>.dropdown-toggle.btn-pinterest:hover,.btn-pinterest:active:focus,.btn-pinterest.active:focus,.open>.dropdown-toggle.btn-pinterest:focus,.btn-pinterest:active.focus,.btn-pinterest.active.focus,.open>.dropdown-toggle.btn-pinterest.focus{color:#fff;background-color:#801419;border-color:rgba(0,0,0,0.2)} -.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none} -.btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled.focus,.btn-pinterest[disabled].focus,fieldset[disabled] .btn-pinterest.focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest[disabled].active,fieldset[disabled] .btn-pinterest.active{background-color:#cb2027;border-color:rgba(0,0,0,0.2)} -.btn-pinterest .badge{color:#cb2027;background-color:#fff} -.btn-reddit{color:#000;background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit:focus,.btn-reddit.focus{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)} -.btn-reddit:hover{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)} -.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}.btn-reddit:active:hover,.btn-reddit.active:hover,.open>.dropdown-toggle.btn-reddit:hover,.btn-reddit:active:focus,.btn-reddit.active:focus,.open>.dropdown-toggle.btn-reddit:focus,.btn-reddit:active.focus,.btn-reddit.active.focus,.open>.dropdown-toggle.btn-reddit.focus{color:#000;background-color:#98ccff;border-color:rgba(0,0,0,0.2)} -.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none} -.btn-reddit.disabled,.btn-reddit[disabled],fieldset[disabled] .btn-reddit,.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled.focus,.btn-reddit[disabled].focus,fieldset[disabled] .btn-reddit.focus,.btn-reddit.disabled:active,.btn-reddit[disabled]:active,fieldset[disabled] .btn-reddit:active,.btn-reddit.disabled.active,.btn-reddit[disabled].active,fieldset[disabled] .btn-reddit.active{background-color:#eff7ff;border-color:rgba(0,0,0,0.2)} -.btn-reddit .badge{color:#eff7ff;background-color:#000} -.btn-soundcloud{color:#fff;background-color:#f50;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:focus,.btn-soundcloud.focus{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)} -.btn-soundcloud:hover{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)} -.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:active:hover,.btn-soundcloud.active:hover,.open>.dropdown-toggle.btn-soundcloud:hover,.btn-soundcloud:active:focus,.btn-soundcloud.active:focus,.open>.dropdown-toggle.btn-soundcloud:focus,.btn-soundcloud:active.focus,.btn-soundcloud.active.focus,.open>.dropdown-toggle.btn-soundcloud.focus{color:#fff;background-color:#a83800;border-color:rgba(0,0,0,0.2)} -.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none} -.btn-soundcloud.disabled,.btn-soundcloud[disabled],fieldset[disabled] .btn-soundcloud,.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled.focus,.btn-soundcloud[disabled].focus,fieldset[disabled] .btn-soundcloud.focus,.btn-soundcloud.disabled:active,.btn-soundcloud[disabled]:active,fieldset[disabled] .btn-soundcloud:active,.btn-soundcloud.disabled.active,.btn-soundcloud[disabled].active,fieldset[disabled] .btn-soundcloud.active{background-color:#f50;border-color:rgba(0,0,0,0.2)} -.btn-soundcloud .badge{color:#f50;background-color:#fff} -.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:focus,.btn-tumblr.focus{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)} -.btn-tumblr:hover{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)} -.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}.btn-tumblr:active:hover,.btn-tumblr.active:hover,.open>.dropdown-toggle.btn-tumblr:hover,.btn-tumblr:active:focus,.btn-tumblr.active:focus,.open>.dropdown-toggle.btn-tumblr:focus,.btn-tumblr:active.focus,.btn-tumblr.active.focus,.open>.dropdown-toggle.btn-tumblr.focus{color:#fff;background-color:#111c26;border-color:rgba(0,0,0,0.2)} -.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none} -.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled.focus,.btn-tumblr[disabled].focus,fieldset[disabled] .btn-tumblr.focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)} -.btn-tumblr .badge{color:#2c4762;background-color:#fff} -.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:focus,.btn-twitter.focus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)} -.btn-twitter:hover{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)} -.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active:hover,.btn-twitter.active:hover,.open>.dropdown-toggle.btn-twitter:hover,.btn-twitter:active:focus,.btn-twitter.active:focus,.open>.dropdown-toggle.btn-twitter:focus,.btn-twitter:active.focus,.btn-twitter.active.focus,.open>.dropdown-toggle.btn-twitter.focus{color:#fff;background-color:#1583d7;border-color:rgba(0,0,0,0.2)} -.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none} -.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled.focus,.btn-twitter[disabled].focus,fieldset[disabled] .btn-twitter.focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)} -.btn-twitter .badge{color:#55acee;background-color:#fff} -.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:focus,.btn-vimeo.focus{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)} -.btn-vimeo:hover{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)} -.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}.btn-vimeo:active:hover,.btn-vimeo.active:hover,.open>.dropdown-toggle.btn-vimeo:hover,.btn-vimeo:active:focus,.btn-vimeo.active:focus,.open>.dropdown-toggle.btn-vimeo:focus,.btn-vimeo:active.focus,.btn-vimeo.active.focus,.open>.dropdown-toggle.btn-vimeo.focus{color:#fff;background-color:#0f7b9f;border-color:rgba(0,0,0,0.2)} -.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none} -.btn-vimeo.disabled,.btn-vimeo[disabled],fieldset[disabled] .btn-vimeo,.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled.focus,.btn-vimeo[disabled].focus,fieldset[disabled] .btn-vimeo.focus,.btn-vimeo.disabled:active,.btn-vimeo[disabled]:active,fieldset[disabled] .btn-vimeo:active,.btn-vimeo.disabled.active,.btn-vimeo[disabled].active,fieldset[disabled] .btn-vimeo.active{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)} -.btn-vimeo .badge{color:#1ab7ea;background-color:#fff} -.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:focus,.btn-vk.focus{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)} -.btn-vk:hover{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)} -.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}.btn-vk:active:hover,.btn-vk.active:hover,.open>.dropdown-toggle.btn-vk:hover,.btn-vk:active:focus,.btn-vk.active:focus,.open>.dropdown-toggle.btn-vk:focus,.btn-vk:active.focus,.btn-vk.active.focus,.open>.dropdown-toggle.btn-vk.focus{color:#fff;background-color:#3a526b;border-color:rgba(0,0,0,0.2)} -.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none} -.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled.focus,.btn-vk[disabled].focus,fieldset[disabled] .btn-vk.focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)} -.btn-vk .badge{color:#587ea3;background-color:#fff} -.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:focus,.btn-yahoo.focus{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)} -.btn-yahoo:hover{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)} -.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}.btn-yahoo:active:hover,.btn-yahoo.active:hover,.open>.dropdown-toggle.btn-yahoo:hover,.btn-yahoo:active:focus,.btn-yahoo.active:focus,.open>.dropdown-toggle.btn-yahoo:focus,.btn-yahoo:active.focus,.btn-yahoo.active.focus,.open>.dropdown-toggle.btn-yahoo.focus{color:#fff;background-color:#39074e;border-color:rgba(0,0,0,0.2)} -.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none} -.btn-yahoo.disabled,.btn-yahoo[disabled],fieldset[disabled] .btn-yahoo,.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled.focus,.btn-yahoo[disabled].focus,fieldset[disabled] .btn-yahoo.focus,.btn-yahoo.disabled:active,.btn-yahoo[disabled]:active,fieldset[disabled] .btn-yahoo:active,.btn-yahoo.disabled.active,.btn-yahoo[disabled].active,fieldset[disabled] .btn-yahoo.active{background-color:#720e9e;border-color:rgba(0,0,0,0.2)} -.btn-yahoo .badge{color:#720e9e;background-color:#fff} diff --git a/_site/assets/css/pygment_highlights.css b/_site/assets/css/pygment_highlights.css deleted file mode 100644 index 05f6e4a..0000000 --- a/_site/assets/css/pygment_highlights.css +++ /dev/null @@ -1,61 +0,0 @@ -/* .highlight { background: #ffffff; } Dean commented out */ -/* .highlight pre { background-color: #fff; font-size: 16px } */ -.highlight .c { color: #999988; font-style: italic } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -.highlight .k { font-weight: bold } /* Keyword */ -.highlight .o { font-weight: bold } /* Operator */ -.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ -.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ -.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #aa0000 } /* Generic.Error */ -.highlight .gh { color: #999999 } /* Generic.Heading */ -.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ -.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #555555 } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #aaaaaa } /* Generic.Subheading */ -.highlight .gt { color: #aa0000 } /* Generic.Traceback */ -.highlight .kc { font-weight: bold } /* Keyword.Constant */ -.highlight .kd { font-weight: bold } /* Keyword.Declaration */ -.highlight .kp { font-weight: bold } /* Keyword.Pseudo */ -.highlight .kr { font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #009999 } /* Literal.Number */ -.highlight .s { color: #d14 } /* Literal.String */ -.highlight .na { color: #008080 } /* Name.Attribute */ -.highlight .nb { color: #0086B3 } /* Name.Builtin */ -.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */ -.highlight .no { color: #008080 } /* Name.Constant */ -.highlight .ni { color: #800080 } /* Name.Entity */ -.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */ -.highlight .nn { color: #555555 } /* Name.Namespace */ -.highlight .nt { color: #000080 } /* Name.Tag */ -.highlight .nv { color: #008080 } /* Name.Variable */ -.highlight .ow { font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mf { color: #009999 } /* Literal.Number.Float */ -.highlight .mh { color: #009999 } /* Literal.Number.Hex */ -.highlight .mi { color: #009999 } /* Literal.Number.Integer */ -.highlight .mo { color: #009999 } /* Literal.Number.Oct */ -.highlight .sb { color: #d14 } /* Literal.String.Backtick */ -.highlight .sc { color: #d14 } /* Literal.String.Char */ -.highlight .sd { color: #d14 } /* Literal.String.Doc */ -.highlight .s2 { color: #d14 } /* Literal.String.Double */ -.highlight .se { color: #d14 } /* Literal.String.Escape */ -.highlight .sh { color: #d14 } /* Literal.String.Heredoc */ -.highlight .si { color: #d14 } /* Literal.String.Interpol */ -.highlight .sx { color: #d14 } /* Literal.String.Other */ -.highlight .sr { color: #009926 } /* Literal.String.Regex */ -.highlight .s1 { color: #d14 } /* Literal.String.Single */ -.highlight .ss { color: #990073 } /* Literal.String.Symbol */ -.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */ -.highlight .vc { color: #008080 } /* Name.Variable.Class */ -.highlight .vg { color: #008080 } /* Name.Variable.Global */ -.highlight .vi { color: #008080 } /* Name.Variable.Instance */ -.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ diff --git a/_site/assets/css/staticman.css b/_site/assets/css/staticman.css deleted file mode 100644 index 8bacb61..0000000 --- a/_site/assets/css/staticman.css +++ /dev/null @@ -1,180 +0,0 @@ -/* ========================================================================== - Forms - ========================================================================== */ -.staticman-comments form { - margin: 0 0 5px 0; - padding: 1em; - background-color: #f2f3f3; -} -.staticman-comments form p { - margin-bottom: 2.5px; -} -.staticman-comments form br { - display: none; -} -.staticman-comments label, .staticman-comments input, .staticman-comments button, .staticman-comments textarea { - vertical-align: baseline; - vertical-align: middle; -} -.staticman-comments input, .staticman-comments button, .staticman-comments textarea { - box-sizing: border-box; -} -.staticman-comments label { - display: block; - margin-bottom: 0.25em; - color: #494e52; - cursor: pointer; -} -.staticman-comments label small { - font-size: 0.75em; -} -.staticman-comments label input, .staticman-comments label textarea { - display: block; -} -.staticman-comments input, .staticman-comments textarea { - display: inline-block; - width: 100%; - padding: 0.25em; - margin-bottom: 0.5em; - color: #494e52; - background-color: #fff; - border: #f2f3f3; - border-radius: 4px; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125); -} -.staticman-comments .input-mini { - width: 60px; -} -.staticman-comments .input-small { - width: 90px; -} -.staticman-comments input[type="button"], .staticman-comments input[type="reset"], .staticman-comments input[type="submit"] { - width: auto; - height: auto; - cursor: pointer; - overflow: visible; -} -.staticman-comments textarea { - resize: vertical; - height: auto; - overflow: auto; - vertical-align: top; -} -.staticman-comments input[type="hidden"] { - display: none; -} -.staticman-comments .form { - position: relative; -} -/* - Focus & active state - ========================================================================== */ -.staticman-comments input:focus, .staticman-comments textarea:focus { - border-color: #7a8288; - outline: 0; - outline: thin dotted \9; - box-shadow: inset 0 1px 3px rgba(73, 78, 82, 0.06), 0 0 5px rgba(122, 130, 136, 0.7); -} -.staticman-comments input[type="file"]:focus, .staticman-comments input[type="radio"]:focus, .staticman-comments input[type="checkbox"]:focus:focus { - box-shadow: none; -} -/* - Help text - ========================================================================== */ -.staticman-comments .form-text { - color: #898c8e; -} -.staticman-comments .form-text { - display: block; - margin-bottom: 1em; - line-height: 1em; -} -/* - .form-group - ========================================================================== */ -.staticman-comments .form-group { - margin-bottom: 5px; - padding: 0; - border-width: 0; -} -/* - Comments - ========================================================================== */ -.staticman-comments .page__comments { - float: left; - margin-left: 0; - margin-right: 0; - width: 100%; - clear: both; -} -.staticman-comments .page__comments-title { - margin-top: 2rem; - margin-bottom: 10px; - padding-top: 2rem; - border-top: 1px solid #f2f3f3; -} -.staticman-comments .page__comments-form { - -webkit-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; -} -.staticman-comments .page__comments-form.disabled input, .staticman-comments .page__comments-form.disabled button, .staticman-comments .page__comments-form.disabled textarea, .staticman-comments .page__comments-form.disabled label { - pointer-events: none; - cursor: not-allowed; - filter: alpha(opacity=65); - box-shadow: none; - opacity: 0.65; -} -.staticman-comments .comment { - margin: 1em 0; -} -.staticman-comments .comment:not(:last-child) { - border-bottom: 1px solid #f2f3f3; -} -.staticman-comments .comment__avatar-wrapper { - float: left; - width: 60px; - height: 60px; -} -.staticman-comments .comment__avatar { - width: 40px; - height: 40px; - border-radius: 50%; -} -.staticman-comments .comment__content-wrapper { - width: calc(100% - 60px); -} -.staticman-comments .comment__author { - margin: 0; -} -.staticman-comments .comment__author a { - text-decoration: none; -} -.staticman-comments .comment__date { - margin: 0; -} -.staticman-comments .comment__date a { - text-decoration: none; -} -/* ========================================================================== - PRINT STYLES - ========================================================================== */ -.staticman-comments @media print { - /* - Hide the following elements on print - ========================================================================== */ -.staticman-comments [hidden] { - display: none; - } -.staticman-comments .masthead, .staticman-comments .toc, .staticman-comments .page__share, .staticman-comments .page__related, .staticman-comments .pagination, .staticman-comments .ads, .staticman-comments .page__footer, .staticman-comments .page__comments-form, .staticman-comments .author__avatar, .staticman-comments .author__content, .staticman-comments .author__urls-wrapper, .staticman-comments .nav__list, .staticman-comments .sidebar, .staticman-comments .adsbygoogle { - display: none !important; - height: 1px !important; - } -} -/* - Post pagination navigation links - ========================================================================== */ -.staticman-comments .page__comments + .staticman-comments .pagination { - margin-top: 2em; - padding-top: 2em; - border-top: 1px solid #f2f3f3; -} diff --git a/_site/assets/img/404-southpark.jpg b/_site/assets/img/404-southpark.jpg deleted file mode 100644 index 0d074b1..0000000 Binary files a/_site/assets/img/404-southpark.jpg and /dev/null differ diff --git a/_site/assets/img/Jekyll_(software)_Logo.png b/_site/assets/img/Jekyll_(software)_Logo.png deleted file mode 100644 index bc84a9e..0000000 Binary files a/_site/assets/img/Jekyll_(software)_Logo.png and /dev/null differ diff --git a/_site/assets/img/avatar-icon.png b/_site/assets/img/avatar-icon.png deleted file mode 100644 index 02ab975..0000000 Binary files a/_site/assets/img/avatar-icon.png and /dev/null differ diff --git a/_site/assets/img/bgimage.png b/_site/assets/img/bgimage.png deleted file mode 100644 index 9e2d359..0000000 Binary files a/_site/assets/img/bgimage.png and /dev/null differ diff --git a/_site/assets/img/favicon.ico b/_site/assets/img/favicon.ico deleted file mode 100644 index d2cfb5e..0000000 Binary files a/_site/assets/img/favicon.ico and /dev/null differ diff --git a/_site/assets/img/github_student_namecheap.png b/_site/assets/img/github_student_namecheap.png deleted file mode 100644 index 70ccabf..0000000 Binary files a/_site/assets/img/github_student_namecheap.png and /dev/null differ diff --git a/_site/assets/img/jekyll_home_page.png b/_site/assets/img/jekyll_home_page.png deleted file mode 100644 index 2c0ee39..0000000 Binary files a/_site/assets/img/jekyll_home_page.png and /dev/null differ diff --git a/_site/assets/js/beautifuljekyll.js b/_site/assets/js/beautifuljekyll.js deleted file mode 100644 index 4a7ab7f..0000000 --- a/_site/assets/js/beautifuljekyll.js +++ /dev/null @@ -1,142 +0,0 @@ -// Dean Attali / Beautiful Jekyll 2020 - -var BeautifulJekyllJS = { - - bigImgEl : null, - numImgs : null, - - init : function() { - setTimeout(BeautifulJekyllJS.initNavbar, 10); - - // Shorten the navbar after scrolling a little bit down - $(window).scroll(function() { - if ($(".navbar").offset().top > 50) { - $(".navbar").addClass("top-nav-short"); - } else { - $(".navbar").removeClass("top-nav-short"); - } - }); - - // On mobile, hide the avatar when expanding the navbar menu - $('#main-navbar').on('show.bs.collapse', function () { - $(".navbar").addClass("top-nav-expanded"); - }); - $('#main-navbar').on('hidden.bs.collapse', function () { - $(".navbar").removeClass("top-nav-expanded"); - }); - - // show the big header image - BeautifulJekyllJS.initImgs(); - - BeautifulJekyllJS.initSearch(); - }, - - initNavbar : function() { - // Set the navbar-dark/light class based on its background color - const rgb = $('.navbar').css("background-color").replace(/[^\d,]/g,'').split(","); - const brightness = Math.round(( // http://www.w3.org/TR/AERT#color-contrast - parseInt(rgb[0]) * 299 + - parseInt(rgb[1]) * 587 + - parseInt(rgb[2]) * 114 - ) / 1000); - if (brightness <= 125) { - $(".navbar").removeClass("navbar-light").addClass("navbar-dark"); - } else { - $(".navbar").removeClass("navbar-dark").addClass("navbar-light"); - } - }, - - initImgs : function() { - // If the page was large images to randomly select from, choose an image - if ($("#header-big-imgs").length > 0) { - BeautifulJekyllJS.bigImgEl = $("#header-big-imgs"); - BeautifulJekyllJS.numImgs = BeautifulJekyllJS.bigImgEl.attr("data-num-img"); - - // 2fc73a3a967e97599c9763d05e564189 - // set an initial image - var imgInfo = BeautifulJekyllJS.getImgInfo(); - var src = imgInfo.src; - var desc = imgInfo.desc; - BeautifulJekyllJS.setImg(src, desc); - - // For better UX, prefetch the next image so that it will already be loaded when we want to show it - var getNextImg = function() { - var imgInfo = BeautifulJekyllJS.getImgInfo(); - var src = imgInfo.src; - var desc = imgInfo.desc; - - var prefetchImg = new Image(); - prefetchImg.src = src; - // if I want to do something once the image is ready: `prefetchImg.onload = function(){}` - - setTimeout(function(){ - var img = $("
").addClass("big-img-transition").css("background-image", 'url(' + src + ')'); - $(".intro-header.big-img").prepend(img); - setTimeout(function(){ img.css("opacity", "1"); }, 50); - - // after the animation of fading in the new image is done, prefetch the next one - //img.one("transitioned webkitTransitionEnd oTransitionEnd MSTransitionEnd", function(){ - setTimeout(function() { - BeautifulJekyllJS.setImg(src, desc); - img.remove(); - getNextImg(); - }, 1000); - //}); - }, 6000); - }; - - // If there are multiple images, cycle through them - if (BeautifulJekyllJS.numImgs > 1) { - getNextImg(); - } - } - }, - - getImgInfo : function() { - var randNum = Math.floor((Math.random() * BeautifulJekyllJS.numImgs) + 1); - var src = BeautifulJekyllJS.bigImgEl.attr("data-img-src-" + randNum); - var desc = BeautifulJekyllJS.bigImgEl.attr("data-img-desc-" + randNum); - - return { - src : src, - desc : desc - } - }, - - setImg : function(src, desc) { - $(".intro-header.big-img").css("background-image", 'url(' + src + ')'); - if (typeof desc !== typeof undefined && desc !== false) { - $(".img-desc").text(desc).show(); - } else { - $(".img-desc").hide(); - } - }, - - initSearch : function() { - if (!document.getElementById("beautifuljekyll-search-overlay")) { - return; - } - - $("#nav-search-link").click(function(e) { - e.preventDefault(); - $("#beautifuljekyll-search-overlay").show(); - $("#nav-search-input").focus().select(); - $("body").addClass("overflow-hidden"); - }); - $("#nav-search-exit").click(function(e) { - e.preventDefault(); - $("#beautifuljekyll-search-overlay").hide(); - $("body").removeClass("overflow-hidden"); - }); - $(document).on('keyup', function(e) { - if (e.key == "Escape") { - $("#beautifuljekyll-search-overlay").hide(); - $("body").removeClass("overflow-hidden"); - } - }); - } -}; - -// 2fc73a3a967e97599c9763d05e564189 - -document.addEventListener('DOMContentLoaded', BeautifulJekyllJS.init); diff --git a/_site/assets/js/staticman.js b/_site/assets/js/staticman.js deleted file mode 100644 index f6a285e..0000000 --- a/_site/assets/js/staticman.js +++ /dev/null @@ -1,49 +0,0 @@ -(function ($) { - var $comments = $('.js-comments'); - - $('#new_comment').submit(function () { - var form = this; - - $(form).addClass('disabled'); - - var endpoint = ''; - var repository = ''; - var branch = ''; - - $.ajax({ - type: $(this).attr('method'), - url: endpoint + repository + '/' + branch + '/comments', - data: $(this).serialize(), - contentType: 'application/x-www-form-urlencoded', - success: function (data) { - $('#comment-form-submit').addClass('d-none'); - $('#comment-form-submitted').removeClass('d-none'); - $('.page__comments-form .js-notice').removeClass('alert-danger'); - $('.page__comments-form .js-notice').addClass('alert-success'); - showAlert('success'); - }, - error: function (err) { - console.log(err); - $('#comment-form-submitted').addClass('d-none'); - $('#comment-form-submit').removeClass('d-none'); - $('.page__comments-form .js-notice').removeClass('alert-success'); - $('.page__comments-form .js-notice').addClass('alert-danger'); - showAlert('failure'); - $(form).removeClass('disabled'); - } - }); - - return false; - }); - - function showAlert(message) { - $('.page__comments-form .js-notice').removeClass('d-none'); - if (message == 'success') { - $('.page__comments-form .js-notice-text-success').removeClass('d-none'); - $('.page__comments-form .js-notice-text-failure').addClass('d-none'); - } else { - $('.page__comments-form .js-notice-text-success').addClass('d-none'); - $('.page__comments-form .js-notice-text-failure').removeClass('d-none'); - } - } -})(jQuery); diff --git a/_site/beautiful-jekyll-theme.gemspec b/_site/beautiful-jekyll-theme.gemspec deleted file mode 100644 index 8ffd662..0000000 --- a/_site/beautiful-jekyll-theme.gemspec +++ /dev/null @@ -1,28 +0,0 @@ -# frozen_string_literal: true - -Gem::Specification.new do |spec| - spec.name = "beautiful-jekyll-theme" - spec.version = "5.0.0" - spec.authors = ["Dean Attali"] - spec.email = ["daattali@gmail.com"] - - spec.summary = "Beautiful Jekyll is a ready-to-use Jekyll theme to help you create an awesome website quickly. Perfect for personal blogs or simple project websites, with a focus on responsive and clean design." - spec.homepage = "https://beautifuljekyll.com" - spec.license = "MIT" - - spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|LICENSE|README|feed|404|_data|tags|staticman)}i) } - - spec.metadata = { - "changelog_uri" => "https://beautifuljekyll.com/updates/", - "documentation_uri" => "https://github.com/daattali/beautiful-jekyll#readme" - } - - spec.add_runtime_dependency "jekyll", "~> 3.8" - spec.add_runtime_dependency "jekyll-paginate", "~> 1.1" - spec.add_runtime_dependency "jekyll-sitemap", "~> 1.4" - spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.1" - spec.add_runtime_dependency "kramdown", "~> 2.3.0" - - spec.add_development_dependency "bundler", ">= 1.16" - spec.add_development_dependency "rake", "~> 12.0" -end diff --git a/_site/feed.xml b/_site/feed.xml deleted file mode 100644 index bc22de5..0000000 --- a/_site/feed.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - Veysel Karaca - - - This website is a virtual proof that I'm awesome - - - - - - - Jekyll ile Blog Oluşturma ve Yayımlama - - - Merhaba. Bloğumun ilk yazısı olan Jekyll ile Blog Oluşturma ve Yayımlama yazıma hoşgeldiniz. Başlıktan da anlaşılacağı üzere bugün bu bloğu kurarken de kullanmış olduğum Jekyll statik site oluşturucusu ile bir blog sitesi oluşturup bunu github student pack sayesinde namecheap domain servisleri ile yayımlayacağız. Öncelikle Jekyll ile Tanışalım Jekyll Ruby Programlama... - - Sat, 31 Jul 2021 00:00:00 +0300 - /jekyll-ile-blog-olusturma-ve-yayinlama - /jekyll-ile-blog-olusturma-ve-yayinlama - - - - diff --git a/_site/index.html b/_site/index.html deleted file mode 100644 index fa84072..0000000 --- a/_site/index.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - - - - - - - Veysel Karaca | Blog - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
- - - - - - - - - - - - - -
- -
-
-
-
-
-

My Blog

- - -
- This is where, I will tell way too much about what i learned - - - - -
-
-
-
-
-
- - - - - -
-
-
- - - - - - -
- -
- - - - - -

Jekyll ile Blog Oluşturma ve Yayımlama

- - -
- - - - -
- - Jekyll ile Blog Oluşturma ve Yayımlama - -
- - - - -
- - Jekyll ile Blog Oluşturma ve Yayımlama - -
- - -
- - Merhaba. Bloğumun ilk yazısı olan Jekyll ile Blog Oluşturma ve Yayımlama yazıma hoşgeldiniz. Başlıktan da anlaşılacağı üzere bugün bu bloğu kurarken de kullanmış olduğum Jekyll statik site oluşturucusu ile bir blog sitesi oluşturup bunu github student pack sayesinde namecheap domain servisleri ile yayımlayacağız. - - - - - [Read More] - -
- - - -
- Tags: - - websitegenerator - -
- - -
- -
- - - - - - - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/_site/jekyll-ile-blog-olusturma-ve-yayinlama.html b/_site/jekyll-ile-blog-olusturma-ve-yayinlama.html deleted file mode 100644 index 94b44a5..0000000 --- a/_site/jekyll-ile-blog-olusturma-ve-yayinlama.html +++ /dev/null @@ -1,637 +0,0 @@ - - - - - - - - - - - - Jekyll ile Blog Oluşturma ve Yayımlama - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
- - - - - - - - - - - - - -
- -
-
-
-
-
-


- - - - - - - -
-
-
-
-
-
- - - - - -
-
-
- - - - - -
-

Merhaba. Bloğumun ilk yazısı olan Jekyll ile Blog Oluşturma ve Yayımlama yazıma hoşgeldiniz. Başlıktan da anlaşılacağı üzere bugün bu bloğu kurarken de kullanmış olduğum Jekyll statik site oluşturucusu ile bir blog sitesi oluşturup bunu github student pack sayesinde namecheap domain servisleri ile yayımlayacağız.

- -

Öncelikle Jekyll ile Tanışalım

-

Jekyll Ruby Programlama Dili ile geliştirmiş, açık kaynak bir statik site oluşturucudur (Static Site Generator). Jekyll ile hızlıca web sitesi oluşturabilir ve yayımlayabilirsiniz.

- -

Elbette her sorunu çözen sihir bir değnek olmakdığı hatırlamamız gerekli. Jekyll ağırlı olarak; blog, cv, iletişim sitesi, etkinlik sitesi, dökümantasyon sitesi gibi içeriğin webadmin tarafından oluşturulduğu ve kullanıcıyla daha az etkileşime girildiği web siteleri için etklidir. Ne yazık ki Jekyll ile bir e-ticaret sitesi geliştiremezsiniz. Bunun sebebi ise onun bir static site generator olmasındandır.

- -

Jekyll - Static Site Generator

-

Jekyll en başta bahsettiğimiz gibi Ruby programlama dile geliştirilmiş bir Static Site Generator. Ancak Jekyll kullanırken Ruby dili bilmenize gerek yoktur. Yalnızca bazı yazım kurallarını bilmeniz sizin için yeterlidir.

- -

Bu öğreticide Jekyll ile nasıl web sitesi oluşturulacağını inceleyeceğiz.

- -

Bilinmesi Gerekenler;

- -

Markdown: Bir markup dilidir. Şuan okumuş olduğunuz bu blog yazısı markdown dilinde yazılmış ve HTML’e dönüştürülerek sizlere sunulmuştur. HTML’e oranla çok daha kolay yazılabilen ve okunabilen bir markup dilidir. Jekyll’de içeriklerinizi markdown dosyası olarak oluşturmanız gerekmektedir. Uzantısı .markdown ya da .md’dir. Ayrıca markdown içerisine HTML kodları eklenebilir. Bu sayede çok daha güzel görünümlü içerikler elde edilebilir.

- -

YAML: Bir başka markup dilidir. Jekyll bu dili _config.yml dosyasında içerikleri oluşturduğunuz markdown dosyalarında kullanmaktadır. Tıpkı markdown gibi kolay okunabilen ve yazılabilen bir yapıya sahiptir. Markdown dosyalarının içinde içeriklerin meta bilgilerini yazmak için kullanılır. Uzantısı .yaml ya da .ymldır.

- -

Ancak bunlardan korkmanıza gerek yok markdown ve yaml markup dilleri kolay öğrenebileceğiniz hatta internette 5 dakikada öğrenebileceğiniz web siteleri dahi var. -Bunlardan bir kaçı;
-Markdown
-Yaml

- -

Jekyll Kurulumu Gereksinimler

- -

Ruby v2.4.0 ya da üstü

- -

RubyGems

- -

Windows’da Ruby kurulu için en çok tercih edilen yol RubyInstaller kullanmaktır. Eğer Windows kullanıyorsanız ve daha önce Ruby dili ilgilenmediyseniz RubyInstaller kullanmanızı öneririm. RubyGems’de RubyInstaller ile birlikte kurulacaktır. -Bu yazıda ben Ruby’nin 3.2.0 versiyonunu kullanacağım

- -

Ruby ve RubyGems kurulumu tamamlandıktan sonra terminal ekranında aşağıda komutu çalıştırarak Jekyll kurulumunu tamamlayabilirsiniz.

- -

gem install jekyll bundler

- -

Daha detaylı kurulum bilgisi için lütfen Jekyll Installation sayfasına göz atınız.

- -

Jekyll Projesi Oluşturma ve Dosya Yapısı -Bütün kurulumlar sorunsuz olarak tamamlandıysa Jekyll projesini oluşturmaya başlayabilirsiniz. Kaynak kodları saklayacağız dizine gittikten sonra aşağıdaki komut ile jekyll projesi oluşturulacaktır.

- -

jekyll new myblog

- -

Burada yazan ‘myblog’ yerine istediğiniz herhangi bir adı verebilirsiniz. Ancak boşluk karakteri kullanmaktan kaçınınız. Onun yerine _ (alt tire) kullanabilirsiniz. Best practice olarak ad kısmınında küçük harfler kullanmanız tavsiye edilir.

- -

Herhangi bir metin editörü ile projeyi açtığınızda aşağıdaki gibi bir dosya yapısı ile karşılaşacaksınız.

- -

myblog
-–404.html
-–about.markdown
-–_config.yml
-–Gemfile
-–Gemfile.lock
-–index.markdown
-– _posts
-—-2021-01-10-welcome-to-jekyll.markdown

- -

Dosyalar ve Dizinler;

- -

404.html: 404 hatası yaşandığı durumda kullanıcı tarafından görüntülecek dosyadır.

- -

about.markdown: Default oluşturulmuş ‘about’ sayfasının içeriğidir.

- -

_config.yml: Jekyll projesinin yapılandırma ayarlarının bulunduğu dosyadır.

- -

index.markdown: Default oluşturulmuş ‘index’ sayfasının içeriğidir. Projenizde ‘index’ dosyası bulunmanız tavsiye edilir. Eğer kullanmak istemiyorsanız _config.yml dosyası içerisindeki baseurl kısmına anasayfa olarak belirlemek istediğiniz sayfayı yazabilirsiniz.

- -

_posts: Bu dizin adı default oluşturulmuştur. Dizinin adını değiştirebilir ya da bunun gibi yeni dizinler oluşturabilirsiniz. Bu dizinler kategori gibidir ve yazılarınızı bu dizin içerisine ekleyebilirisiniz. Bu sayede dizin içerisindeki yazılarınız bu dizine bağlanmış olur.

- -

‘_config.yml’ Dosyası

- -

Bu dosya jekyll projesinin global bilgilerini ve ayarlarını barındırır. Aşağıdaki çıktı oluşturmuş olduğumuz proje içerisinde By-Default olarak yazılan bilgilerdir. Bu dosya eklediğimiz pluginler, temalar ve daha bir çok bilgiyi içermektedir.

- -
title: Your awesome title
-email: your-email@example.com
-description: >- # this means to ignore newlines until "baseurl:"
-  Write an awesome description for your new site here. You can edit this
-  line in _config.yml. It will appear in your document head meta (for
-  Google search results) and in your feed.xml site description.
-baseurl: "" # the subpath of your site, e.g. /blog
-url: "" # the base hostname & protocol for your site, e.g. http://example.com
-twitter_username: jekyllrb
-github_username:  jekyll
-
-# Build settings
-theme: minima
-plugins:
-  - jekyll-feed
-
-

Jekyll İle Statik Dosyaların Oluşturulması ve Deployment

- -

Herşey hazır gibi gözüküyor ama Ruby 2.7 üzerinde bir sürüm kullanıyorsanız webrick artık Ruby ile beraber gelmediği için onu manuel olarak kendiniz eklemeniz gerekiyor. Yardımcı olacağını düşündüğüm bir stackoverflow linki bırakarak yazıma devam ediyorum 😊

- -

Artık Jekyll’ın asıl olayı olan statik dosyaların oluşturulması kısmına geldik. Bunun için aşağıdaki komutları terminalde çalıştırarak statik dosyaların oluşturulmasını sağlayabilirsiniz.

- -
cd myblog
-bundle install
-bundle exec jekyll serve
-
-

Komutları çalıştırdıktan sonra 4000 portunda bir servis oluşturarak sitemizin oluşturulmuş halini görüntüleyebiliriz.

- -

- -

Aynı zamanda proje dizininde yeni eklemeler oldu. _site dizininde markdown dosyalarımız _config.yml dosyasındaki ayarlamıza göre HTML olarak oluşturuldu. Eğer ki web sitemizi canlıya almak istersek yalnızca ‘_site’ dizininin altındaki dosyaları sunucuya yüklemek yeterli olacaktır. Bu sayede tamamen statik bir web sitesini kullanıcılara sunabiliriz.

- -

Jekyll İle Blog Sitesi Oluşturma

- -

Jekyll Themes sayfasını kullanarak beğendiğiniz bir tema ile başlayabilirsiniz.. Kaynak kodlar MIT Lisansı ile lisanslandığı için değiştirmekte ve kullanmakta tamamen özgürüz 😊

- -

Github sayfasından kaynak kodlarını indiriyoruz ve herhangi bir editör ile kodları açıyoruz.

- -
git clone https://github.com/cotes2020/jekyll-theme-chirpy/
-cd jekyll-theme-chirpy/
-code .
-
-

Burada ilk yapmamız gereken _config.yml dosyası içerisindeki bilgileri değiştirmek. Tema geliştiricisi bizim için yorum satırları eklemiş ve geriye yalnızca uygun alanları doldurmak kalıyor.

-

-title: Veysel Karaca                          # the main title
-
-tagline: Software Developer   # it will display as the sub-title
-
-description: >-                        # used by seo meta and the atom feed
-  Veysel Karaca kişisel web sitesi ve teknik blog sayfası
-
-# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
-url: ''
-
-author: Veysel Karaca                  # change to your full name
-
-github:
-  username: veyselkaraca             # change to your github username
-
-twitter:
-  username: veyselkrc            # change to your twitter username
-
-social:
-  name: Veysel Karaca                  # it will shows as the copyright owner in Footer
-  email: veyselkaraca.contact@gmail.com             # change to your email address
-  links:
-    # The first element serves as the copyright owner's link
-    - https://www.linkedin.com/in/veyselkaraca/
-    - https://twitter.com/veysellkrc      # change to your twitter homepage
-    -https://github.com/veyselkaraca       # change to your github homepage
-    - https://www.instagram.com/veysell.krc
-
-baseurl: ''
-
-# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
-timezone: Europe/Istanbul
-
- -

Herşey hazır gibi görünüyor. Artık statik dosyaları elde etme vakti;

- -
bundle install
-bundle exec jekyll serve
-
- -

Jekyll gibi farklı dillerde gelişirilmiş yüzlerce statik site oluşturucusu mevcuttur. Meraklıları bu sayfaya göz atabilir 😊

-

Site Yayımlama

- -

Herşey hazır gibiyse eğer sıra sitemizi yayına almaya geldi . Github’ın nimetlerinden yararlanma zamanı bu linke tıklayarak namecheap sitesini bulun

- -

- -

github hesabınızı namecheamp hesabınıza bağlayarak giriş yapın ve ücretsiz bir .me domaini alabilirsiniz (1 yıl geçerlidir)

- -

Eğer bir sorun yaşarsanız benimle iletişime geçmekten çekinmeyin

- -

Herşey bu kadar basitti 😊

- -

Yazılım ile kalın!

- -
- - -
- Tags: - - websitegenerator - -
- - - - - - - - - - -
- Share: - - - - - Twitter - - - - - - - Facebook - - - - - - - LinkedIn - - - - - - - -
- - - - - -
    - - -
- -
-
-
- - -
-
- - - - - - - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/_site/manifest.json b/_site/manifest.json deleted file mode 100644 index e24e0f6..0000000 --- a/_site/manifest.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "veyselkaraca", - "short_name":"veyselkaraca", - "description":"Personal Software Blog", - "background_color":"#302f46", - "display": "standalone", - "icons": [ - { - "src": "\/android-icon-36x36.png", - "sizes": "36x36", - "type": "image\/png", - "density": "0.75" - }, - { - "src": "\/android-icon-48x48.png", - "sizes": "48x48", - "type": "image\/png", - "density": "1.0" - }, - { - "src": "\/android-icon-72x72.png", - "sizes": "72x72", - "type": "image\/png", - "density": "1.5" - }, - { - "src": "\/android-icon-96x96.png", - "sizes": "96x96", - "type": "image\/png", - "density": "2.0" - }, - { - "src": "\/android-icon-144x144.png", - "sizes": "144x144", - "type": "image\/png", - "density": "3.0" - }, - { - "src": "\/android-icon-192x192.png", - "sizes": "192x192", - "type": "image\/png", - "density": "4.0" - } - ] -} \ No newline at end of file diff --git a/_site/robots.txt b/_site/robots.txt deleted file mode 100644 index e087884..0000000 --- a/_site/robots.txt +++ /dev/null @@ -1 +0,0 @@ -Sitemap: /sitemap.xml diff --git a/_site/sitemap.xml b/_site/sitemap.xml deleted file mode 100644 index 1b072ba..0000000 --- a/_site/sitemap.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - -/jekyll-ile-blog-olusturma-ve-yayinlama -2021-07-31T00:00:00+03:00 - - -/aboutme/ - - -/ - - -/tags/ - - diff --git a/_site/staticman.yml b/_site/staticman.yml deleted file mode 100644 index 45e939b..0000000 --- a/_site/staticman.yml +++ /dev/null @@ -1,110 +0,0 @@ -# Name of the property. You can have multiple properties with completely -# different config blocks for different sections of your site. -# For example, you can have one property to handle comment submission and -# another one to handle posts. -# To encrypt strings use the following endpoint: -# https://{STATICMAN API INSTANCE}/v3/encrypt/{TEXT TO BE ENCRYPTED} -# {STATICMAN API INSTANCE} should match the `endpoint` in the theme config -# file. - -comments: - # (*) REQUIRED - # - # Names of the fields the form is allowed to submit. If a field that is - # not here is part of the request, an error will be thrown. - allowedFields: ["name", "email", "url", "message"] - - # (*) REQUIRED WHEN USING NOTIFICATIONS - # - # When allowedOrigins is defined, only requests sent from one of the domains - # listed will be accepted. The origin is sent as part as the `options` object - # (e.g. - - - - - - - - - - - Tags - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
- - - - - - - - - - - - - -
- -
-
-
-
-
-


- - - -
-
-
-
-
-
- - - - - -
-
-
- - -  websitegenerator (1)

- -  websitegenerator (1) -

-
- Jekyll ile Blog Oluşturma ve Yayımlama - -
- - - - - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -