2019-12-30 19:42:50 +00:00
<!DOCTYPE html>
< html > < head >
< meta name = "generator" content = "Hugo 0.57.2" / >
< title > Kumi.Blog< / title >
< meta charset = "utf-8" >
< meta name = "X-UA-Compatible" content = "IE=edge" >
< meta content = "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name = "viewport" >
< meta content = "telephone=no" name = "format-detection" >
< meta name = "renderer" content = "webkit" >
< meta name = "theme-color" content = "#ffffff" >
< script src = "/vendor/js/jquery.min.js" > < / script >
< script src = "/vendor/js/popper.min.js" > < / script >
< script src = "/vendor/js/bootstrap.min.js" > < / script >
< script src = "/vendor/js/smooth-scroll.polyfills.min.js" > < / script >
< link type = "text/css" rel = "stylesheet" href = "/vendor/css/bootstrap.min.css" >
< script src = "/vendor/js/vue.min.js" > < / script >
< link rel = "stylesheet" href = "https://kumi.blog/scss/journal.min.b16b92403170aa4eb662f097e3eb511404d139b4dbc2f3b2a55054fe0b9913c0.css" integrity = "sha256-sWuSQDFwqk62YvCX4+tRFATRObTbwvOypVBU/guZE8A=" media = "screen" >
< script src = "https://kumi.blog//js/loadCSS.js" > < / script >
< script >
loadCSS("https://fonts.googleapis.com/css?family=Lora|Montserrat|Fira+Mono|Noto+Serif+SC|Material+Icons");
< / script >
< / head > < body >
< div id = "app" > < div ref = "sideContainer" class = "side-container" >
< a class = "a-block nav-head active" href = "https://kumi.blog/" >
< div class = "nav-title" >
Kumi.Blog
< / div >
2019-12-30 20:28:00 +00:00
< div class = "nav-subtitle" >
The Blog.
< / div >
2019-12-30 19:42:50 +00:00
< / a >
< div class = "nav-link-list" >
< a class = "a-block nav-link-item false" href = "https://kumi.blog/categories/" >
Categories
< / a >
< a class = "a-block nav-link-item false" href = "https://kumi.blog/tags/" >
Tags
< / a >
< / div >
< div class = "nav-footer" >
Hugo Theme < a href = "https://github.com/amazingrise/hugo-theme-diary" > Diary< / a > by < a href = "https://amazingrise.net" > Rise< / a >
< br >
Ported from < a href = "https://mak1t0.cc/" target = "_blank" rel = "noreferrer noopener" > Makito< / a > 's < a href = "https://github.com/SumiMakito/hexo-theme-journal/" target = "_blank" rel = "noreferrer noopener" > Journal.< / a > < br >
< br >
©
2019 Kumi.Blog
< / div >
< / div > < div ref = "extraContainer" class = "extra-container" >
< div class = "pagination" >
< a id = "globalBackToTop" class = "pagination-action animated-visibility" href = "#top" :class = "{ invisible: scrollY == 0 }" >
< i class = "material-icons pagination-action-icon" >
keyboard_arrow_up
< / i >
< / a >
< / div >
< / div > < div class = "single-column-drawer-container" ref = "drawer"
v-bind:class="{ 'single-column-drawer-container-active': isDrawerOpen }">
< div class = "drawer-content" >
< div class = "drawer-menu" >
< a class = "a-block drawer-menu-item false" href = "https://kumi.blog/categories/" >
Categories
< / a >
< a class = "a-block drawer-menu-item false" href = "https://kumi.blog/tags/" >
Tags
< / a >
< / div >
< / div >
< / div >
< transition name = "fade" >
< div v-bind:class = "{ 'single-column-drawer-mask': mounted }" v-if = "isDrawerOpen" v-on:click = "toggleDrawer" > < / div >
< / transition >
< nav ref = "navBar" class = "navbar sticky-top navbar-light single-column-nav-container" >
< div ref = "navBackground" class = "nav-background" > < / div >
< div class = "container container-narrow nav-content" >
< button id = "nav_dropdown_btn" class = "nav-dropdown-toggle" type = "button" v-on:click = "toggleDrawer" >
< i class = "material-icons" >
menu
< / i >
< / button >
< a ref = "navTitle" class = "navbar-brand" href = "https://kumi.blog/" >
Kumi.Blog
< / a >
< / div >
< / nav >
< div class = "single-column-header-container" ref = "pageHead"
v-bind:style="{ transform: 'translateZ(0px) translateY('+.3*scrollY+'px)', opacity: 1-navOpacity }">
< a href = "https://kumi.blog/" >
< div class = "single-column-header-title" > Kumi.Blog< / div >
2019-12-30 20:28:00 +00:00
< div class = "single-column-header-subtitle" > The Blog.< / div >
2019-12-30 19:42:50 +00:00
< / a >
< / div >
< div id = "content" >
< div ref = "streamContainer" class = "stream-container" >
< div class = "post-list-container post-list-container-no-background" >
< a href = "https://kumi.blog/posts/hello-world/" class = "a-block" >
< div class = "post-item-wrapper" >
< div class = "post-item post-item-no-divider" >
< div class = "post-item-info-wrapper" >
< div class = "post-item-title" >
Hello World
< / div >
< div class = "post-item-summary" >
< / div >
< div class = "post-item-meta" >
2019-12-30
< / div >
< / div >
< / div >
< / div >
< / a >
< / div >
< / div >
< / div > < div id = "single-column-footer" > Hugo Theme < a href = "https://github.com/amazingrise/hugo-theme-diary" > Diary< / a > by < a href = "https://amazingrise.net" > Rise< / a >
< br >
Ported from < a href = "https://mak1t0.cc/" target = "_blank" rel = "noreferrer noopener" > Makito< / a > 's < a href = "https://github.com/SumiMakito/hexo-theme-journal/" target = "_blank" rel = "noreferrer noopener" > Journal.< / a > < br >
< br >
©
2019 Kumi.Blog
< / div >
< / div >
< script src = "https://kumi.blog//js/journal.js" > < / script >
< / body >
< / html >