diff --git a/.gitmodules b/.gitmodules index ce3490a..abcc2bd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/hugo-coder"] path = themes/hugo-coder url = https://github.com/luizdepra/hugo-coder.git +[submodule "themes/PaperMod"] + path = themes/PaperMod + url = https://github.com/adityatelange/hugo-PaperMod.git diff --git a/public/css/custom.css b/.hugo_build.lock similarity index 100% rename from public/css/custom.css rename to .hugo_build.lock diff --git a/config.toml b/config.toml deleted file mode 100644 index 2700e03..0000000 --- a/config.toml +++ /dev/null @@ -1,54 +0,0 @@ -baseURL = "https://thecurlybraces.com" -languagecode = "en" -defaultcontentlanguage = "en" -title = "Abijeet Patro" -theme = "hugo-coder" - -[params] - author = "Abijeet Patro" - description = "Abijeet's personal website" - keywords = "website,developer,personal" - info = "Full Stack Developer / Open Source Contributor" - favicon_32 = "/images/fav-32x32.png" - favicon_16 = "/images/fav-32x32.png" - hideCredits = false - hideCopyright = false - -[[params.social]] - name = "Github" - weight = 1 - icon = "fab fa-github" - url = "https://github.com/abijeet/" -[[params.social]] - name = "Twitter" - weight = 2 - icon = "fab fa-twitter" - url = "https://twitter.com/abijeetpatro/" -[[params.social]] - name = "LinkedIn" - weight = 3 - icon = "fab fa-linkedin" - url = "https://www.linkedin.com/in/abijeet-patro/" -[[params.social]] - name = "StackOverflow" - weight = 4 - icon = "fab fa-stack-overflow" - url = "https://stackoverflow.com/users/903324/abijeet-patro?tab=profile" -[[params.social]] - name = "Resume" - weight = 5 - icon = "fab fa-resume" - url = "/abijeet-patro-resume.pdf" - -[[menu.main]] - name = "About" - weight = 1 - url = "https://blog.thecurlybraces.com/about/" -[[menu.main]] - name = "Resume" - weight = 2 - url = "/abijeet-patro-resume.pdf" -[[menu.main]] - name = "Blog" - weight = 3 - url = "https://blog.thecurlybraces.com" diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..020298e --- /dev/null +++ b/config.yml @@ -0,0 +1,46 @@ +baseURL: http://192.168.122.66:1313 +languagecode: en +defaultcontentlanguage: en +title: Abijeet Patro +theme: PaperMod + +params: + author: Abijeet Patro + description: Abijeet's personal website + since: 2015 + colorScheme: auto + + assets: + favicon: "/images/fav-32x32.png" + favicon16x16: "/images/fav-16x16.png" + favicon32x32: "/images/fav-32x32.png" + + profileMode: + enabled: true + subtitle: "Full stack developer and an open source contributor" + imageUrl: "/images/profile-pic.jpg" # optional + imageTitle: "Abijeet's Photo" # optional + imageWidth: 240 # custom size + imageHeight: 240 # custom size + + socialIcons: # optional + - name: GitHub + url: https://github.com/abijeet/ + - name: "Twitter" + url: https://twitter.com/abijeetpatro/ + - name: LinkedIn + url: https://www.linkedin.com/in/abijeet-patro/ + - name: StackOverflow + url: https://stackoverflow.com/users/903324/abijeet-patro?tab=profile + +menu: + main: + - name: About + weight: 1 + url: https://blog.thecurlybraces.com/about/ + - name: Resume + weight: 2 + url: /abijeet-patro-resume.pdf + - name: Blog + weight: 3 + url: https://blog.thecurlybraces.com diff --git a/public/404.html b/public/404.html index 87a8661..b06e3d2 100644 --- a/public/404.html +++ b/public/404.html @@ -1,120 +1,212 @@ - + - - - + + + + +404 Page not found | Abijeet Patro + + + + + + + + + + + + + + + + + + - - - - + + + - - - - Abijeet Patro - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
- -
-
-

404

-

Page Not Found

-

Sorry, this page does not exist.
You can head back to homepage.

-
-
- - -
- - - +
+ +
+
+
404
- + + + + + + - + + + + diff --git a/public/assets/css/stylesheet.bc1149f4a72aa4858d3a9f71462f75e5884ffe8073ea9d6d5761d5663d651e20.css b/public/assets/css/stylesheet.bc1149f4a72aa4858d3a9f71462f75e5884ffe8073ea9d6d5761d5663d651e20.css new file mode 100644 index 0000000..db74525 --- /dev/null +++ b/public/assets/css/stylesheet.bc1149f4a72aa4858d3a9f71462f75e5884ffe8073ea9d6d5761d5663d651e20.css @@ -0,0 +1,7 @@ +/* + PaperMod v6 + License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE + Copyright (c) 2020 nanxiaobei and adityatelange + Copyright (c) 2021-2022 adityatelange +*/ +:root{--gap:24px;--content-gap:20px;--nav-width:1024px;--main-width:720px;--header-height:60px;--footer-height:60px;--radius:8px;--theme:rgb(255, 255, 255);--entry:rgb(255, 255, 255);--primary:rgb(30, 30, 30);--secondary:rgb(108, 108, 108);--tertiary:rgb(214, 214, 214);--content:rgb(31, 31, 31);--hljs-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--border:rgb(238, 238, 238)}.dark{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--hljs-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51)}.list{background:var(--code-bg)}.dark.list{background:var(--theme)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--primary)}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;font-size:18px;line-height:1.6;word-break:break-word;background:var(--theme)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ul{padding:0}a{text-decoration:none}body,figure,ul{margin:0}table{width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;word-break:keep-all}button,input,textarea{padding:0;font:inherit;background:0 0;border:0}input,textarea{outline:0}button,input[type=button],input[type=submit]{cursor:pointer}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 50px var(--theme)inset}img{display:block;max-width:100%}.not-found{position:absolute;left:0;right:0;display:flex;align-items:center;justify-content:center;height:80%;font-size:160px;font-weight:700}.archive-posts{width:100%;font-size:16px}.archive-year{margin-top:40px}.archive-year:not(:last-of-type){border-bottom:2px solid var(--border)}.archive-month{display:flex;align-items:flex-start;padding:10px 0}.archive-month-header{margin:25px 0;width:200px}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:5px;margin:10px 0}.archive-entry-title{margin:5px 0;font-weight:400}.archive-count,.archive-meta{color:var(--secondary);font-size:14px}.footer,.top-link{font-size:12px;color:var(--secondary)}.footer{max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:calc((var(--footer-height) - var(--gap))/2)var(--gap);text-align:center;line-height:24px}.footer span{margin-inline-start:1px;margin-inline-end:1px}.footer span:last-child{white-space:nowrap}.footer a{color:inherit;border-bottom:1px solid var(--secondary)}.footer a:hover{border-bottom:1px solid var(--primary)}.top-link{visibility:hidden;position:fixed;bottom:60px;right:30px;z-index:99;background:var(--tertiary);width:42px;height:42px;padding:12px;border-radius:64px;transition:visibility .5s,opacity .8s linear}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.top-link:focus,#theme-toggle:focus{outline:0}.nav{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:calc(var(--nav-width) + var(--gap) * 2);margin-inline-start:auto;margin-inline-end:auto;line-height:var(--header-height)}.nav a{display:block}.logo,#menu{display:flex;margin:auto var(--gap)}.logo{flex-wrap:inherit}.logo a{font-size:24px;font-weight:700}.logo a img,.logo a svg{display:inline;vertical-align:middle;pointer-events:none;transform:translate(0,-10%);border-radius:6px;margin-inline-end:8px}button#theme-toggle{font-size:26px;margin:auto 4px}body.dark #moon{vertical-align:middle;display:none}body:not(.dark) #sun{display:none}#menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap}#menu li+li{margin-inline-start:var(--gap)}#menu a{font-size:16px}#menu .active{font-weight:500;border-bottom:2px solid}.lang-switch li,.lang-switch ul,.logo-switches{display:inline-flex;margin:auto 4px}.lang-switch{display:flex;flex-wrap:inherit}.lang-switch a{margin:auto 3px;font-size:16px;font-weight:500}.logo-switches{flex-wrap:inherit}.main{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:var(--gap)}.page-header h1{font-size:40px}.pagination{display:flex}.pagination a{color:var(--theme);font-size:13px;line-height:36px;background:var(--primary);border-radius:calc(36px/2);padding:0 16px}.pagination .next{margin-inline-start:auto}.social-icons{padding:12px 0}.social-icons a:not(:last-of-type){margin-inline-end:12px}.social-icons a svg{height:26px;width:26px}code{direction:ltr}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:4px;right:4px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:0 5px;font-size:14px;user-select:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}.first-entry{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:320px;margin:var(--gap)0 calc(var(--gap) * 2)}.first-entry .entry-header{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.first-entry .entry-header h1{font-size:34px;line-height:1.3}.first-entry .entry-content{margin:14px 0;font-size:16px;-webkit-line-clamp:3}.first-entry .entry-footer{font-size:14px}.home-info .entry-content{-webkit-line-clamp:unset}.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .1s;border:1px solid var(--border)}.post-entry:active{transform:scale(.96)}.tag-entry .entry-cover{display:none}.entry-header h2{font-size:24px;line-height:1.3}.entry-content{margin:8px 0;color:var(--secondary);font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.entry-footer{color:var(--secondary);font-size:13px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0}.entry-cover,.entry-isdraft{font-size:14px;color:var(--secondary)}.entry-cover{margin-bottom:var(--gap);text-align:center}.entry-cover img{border-radius:var(--radius);pointer-events:none;width:100%;height:auto}.entry-cover a{color:var(--secondary);box-shadow:0 1px 0 var(--primary)}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{margin-bottom:2px;font-size:40px}.post-description{margin-top:10px;margin-bottom:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px;display:flex;flex-wrap:wrap}.post-meta .i18n_list li{display:inline-flex;list-style:none;margin:auto 3px;box-shadow:0 1px 0 var(--secondary)}.breadcrumbs a{font-size:16px}.post-content{color:var(--content)}.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:24px 0 16px}.post-content h1{margin:40px auto 32px;font-size:40px}.post-content h2{margin:32px auto 24px;font-size:32px}.post-content h3{font-size:24px}.post-content h4{font-size:16px}.post-content h5{font-size:14px}.post-content h6{font-size:12px}.post-content a,.toc a:hover{box-shadow:0 1px}.post-content a code{margin:auto 0;border-radius:0;box-shadow:0 -1px 0 var(--primary)inset}.post-content del{text-decoration:none;background:linear-gradient(to right,var(--primary) 100%,transparent 0)0/1px 1px repeat-x}.post-content dl,.post-content ol,.post-content p,.post-content figure,.post-content ul{margin-bottom:var(--content-gap)}.post-content ol,.post-content ul{padding-inline-start:20px}.post-content li{margin-top:5px}.post-content li p{margin-bottom:0}.post-content dl{display:flex;flex-wrap:wrap;margin:0}.post-content dt{width:25%;font-weight:700}.post-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.post-content dd~dd,.post-content dt~dt{margin-top:10px}.post-content table{margin-bottom:32px}.post-content table th,.post-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:12px 8px;line-height:1.5;border-bottom:1px solid var(--border)}.post-content table th{font-size:14px;text-align:start}.post-content table:not(.highlighttable) td code:only-child{margin:auto 0}.post-content .highlight table{border-radius:var(--radius)}.post-content .highlight:not(table){margin:10px auto;background:var(--hljs-bg)!important;border-radius:var(--radius);direction:ltr}.post-content li>.highlight{margin-inline-end:0}.post-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.post-content .highlight pre{margin:0}.post-content .highlighttable{table-layout:fixed}.post-content .highlighttable td:first-child{width:40px}.post-content .highlighttable td .linenodiv{padding-inline-end:0!important}.post-content .highlighttable td .highlight,.post-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{margin:auto 4px;padding:4px 6px;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:2px}.post-content pre code{display:block;margin:auto 0;padding:10px;color:#d5d5d6;background:var(--hljs-bg)!important;border-radius:var(--radius);overflow-x:auto;word-break:break-all}.post-content blockquote{margin:20px 0;padding:0 14px;border-inline-start:3px solid var(--primary)}.post-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.post-content iframe{max-width:100%}.post-content img{border-radius:4px;margin:1rem 0}.post-content img[src*="#center"]{margin:1rem auto}.post-content figure.align-center{text-align:center}.post-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:8px 0 16px}.post-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.toc{margin:0 2px 40px;border:1px solid var(--border);background:var(--code-bg);border-radius:var(--radius);padding:.4em}.dark .toc{background:var(--entry)}.toc details summary{cursor:zoom-in;margin-inline-start:20px}.toc details[open] summary{cursor:zoom-out}.toc .details{display:inline;font-weight:500}.toc .inner{margin:0 20px;padding:10px 20px}.toc li ul{margin-inline-start:var(--gap)}.toc summary:focus{outline:0}.post-footer{margin-top:56px}.post-tags li{display:inline-block;margin-inline-end:3px;margin-bottom:5px}.post-tags a,.share-buttons,.paginav{border-radius:var(--radius);background:var(--code-bg);border:1px solid var(--border)}.post-tags a{display:block;padding-inline-start:14px;padding-inline-end:14px;color:var(--secondary);font-size:14px;line-height:34px;background:var(--code-bg)}.post-tags a:hover,.paginav a:hover{background:var(--border)}.share-buttons{margin:14px 0;padding-inline-start:var(--radius);display:flex;justify-content:center;overflow-x:auto}.share-buttons a{margin-top:10px}.share-buttons a:not(:last-of-type){margin-inline-end:12px}h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:8px;font-weight:500;user-select:none}.paginav{margin:10px 0;display:flex;line-height:30px;border-radius:var(--radius)}.paginav a{padding-inline-start:14px;padding-inline-end:14px;border-radius:var(--radius)}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:small;color:var(--secondary)}.paginav .prev,.paginav .next{width:50%}.paginav span:hover:not(.title){box-shadow:0 1px}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}img.in-text{display:inline;margin:auto}.buttons,.main .profile{display:flex;justify-content:center}.main .profile{align-items:center;min-height:calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2));text-align:center}.profile .profile_inner h1{padding:12px 0}.profile img{display:inline-table;border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px;margin:0 auto}.button{background:var(--tertiary);border-radius:var(--radius);margin:8px;padding:6px;transition:transform .1s}.button-inner{padding:0 8px}.button:active{transform:scale(.96)}#searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}#searchbox input:focus{border-color:var(--secondary)}#searchResults li{list-style:none;border-radius:var(--radius);padding:10px;margin:10px 0;position:relative;font-weight:500}#searchResults{margin:10px 0;width:100%}#searchResults li:active{transition:transform .1s;transform:scale(.98)}#searchResults a{position:absolute;width:100%;height:100%;top:0;left:0;outline:none}#searchResults .focus{transform:scale(.98);border:2px solid var(--tertiary)}.terms-tags li{display:inline-block;margin:10px;font-weight:500}.terms-tags a{display:block;padding:3px 10px;background:var(--tertiary);border-radius:6px;transition:transform .1s}.terms-tags a:active{background:var(--tertiary);transform:scale(.96)}.hljs-comment,.hljs-quote{color:#b6b18b}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#eb3c54}.hljs-built_in,.hljs-builtin-name,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#e7ce56}.hljs-attribute{color:#ee7c2b}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#4fb4d7}.hljs-section,.hljs-title{color:#78bb65}.hljs-keyword,.hljs-selector-tag{color:#b45ea4}.hljs{display:block;overflow-x:auto;background:#1c1d21;color:#c0c5ce;padding:.5em}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}::-webkit-scrollbar-track{background:0 0}.list:not(.dark)::-webkit-scrollbar-track{background:var(--code-bg)}::-webkit-scrollbar-thumb{background:var(--tertiary);border:5px solid var(--theme);border-radius:var(--radius)}.list:not(.dark)::-webkit-scrollbar-thumb{border:5px solid var(--code-bg)}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}::-webkit-scrollbar:not(.highlighttable,.highlight table,.gist .highlight){background:var(--theme)}.post-content .highlighttable td .highlight pre code::-webkit-scrollbar{display:none}.post-content :not(table) ::-webkit-scrollbar-thumb{border:2px solid var(--hljs-bg);background:#717175}.post-content :not(table) ::-webkit-scrollbar-thumb:hover{background:#a3a3a5}.gist table::-webkit-scrollbar-thumb{border:2px solid #fff;background:#adadad}.gist table::-webkit-scrollbar-thumb:hover{background:#707070}.post-content table::-webkit-scrollbar-thumb{border-width:2px}@media screen and (min-width:768px){::-webkit-scrollbar{width:19px;height:11px}}@media screen and (max-width:768px){:root{--gap:14px}.profile img{transform:scale(.85)}.first-entry{min-height:260px}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}}@media screen and (max-width:900px){.list .top-link{transform:translateY(-5rem)}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,.top-link,#searchResults .focus,#searchResults li:active{transform:none}} \ No newline at end of file diff --git a/public/categories/index.html b/public/categories/index.html index 72f86da..1918d1e 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -1,127 +1,218 @@ - + - - - + + + + +Categories | Abijeet Patro + + + + + + + + + + + + + + + + + + + - - - - + + + - - - - Categories · Abijeet Patro - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
- -
-

Categories

-
    - -
- - - - - - - -
- - -
- -
-
- - © 2019 - - · - Powered by Hugo & Coder. - - -
-
+
+ +
+
+ +
    +
- + + + + + + - + + + + diff --git a/public/categories/index.xml b/public/categories/index.xml index e590c3b..07e68cf 100644 --- a/public/categories/index.xml +++ b/public/categories/index.xml @@ -1,14 +1,10 @@ - + Categories on Abijeet Patro - https://thecurlybraces.com/categories/ + http://192.168.122.66:1313/categories/ Recent content in Categories on Abijeet Patro Hugo -- gohugo.io - en - - - - + en - \ No newline at end of file + diff --git a/public/categories/page/1/index.html b/public/categories/page/1/index.html deleted file mode 100644 index bc3f1ab..0000000 --- a/public/categories/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://thecurlybraces.com/categories/ \ No newline at end of file diff --git a/public/css/coder.min.28d751104f30c16da1aa1bb04015cbe662cacfe0d1b01af4f2240ad58580069c.css b/public/css/coder.min.28d751104f30c16da1aa1bb04015cbe662cacfe0d1b01af4f2240ad58580069c.css deleted file mode 100644 index 7e5b365..0000000 --- a/public/css/coder.min.28d751104f30c16da1aa1bb04015cbe662cacfe0d1b01af4f2240ad58580069c.css +++ /dev/null @@ -1 +0,0 @@ -*,*:after,*:before{box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}body{color:#212121;background-color:#fafafa;font-family:Merriweather,Georgia,serif;font-size:1.6em;font-weight:300;line-height:1.8em}@media only screen and (max-width:768px){body{font-size:1.6em;line-height:1.6em}}a{font-weight:300;color:#1565c0;text-decoration:none}a:focus,a:hover{text-decoration:underline}p{margin:2rem 0}h1,h2,h3,h4,h5,h6{font-family:Lato,Helvetica,sans-serif;font-weight:700;color:#000;margin:6.4rem 0 3.2rem}h1{font-size:3.2rem;line-height:3.6rem}@media only screen and (max-width:768px){h1{font-size:3rem;line-height:3.4rem}}h2{font-size:2.8rem;line-height:3.2rem}@media only screen and (max-width:768px){h2{font-size:2.6rem;line-height:3rem}}h3{font-size:2.4rem;line-height:2.8rem}@media only screen and (max-width:768px){h3{font-size:2.2rem;line-height:2.6rem}}h4{font-size:2.2rem;line-height:2.6rem}@media only screen and (max-width:768px){h4{font-size:2rem;line-height:2.4rem}}h5{font-size:2rem;line-height:2.4rem}@media only screen and (max-width:768px){h5{font-size:1.8rem;line-height:2.2rem}}h6{font-size:1.8rem;line-height:2.2rem}@media only screen and (max-width:768px){h6{font-size:1.6rem;line-height:2rem}}b,strong{font-weight:700}pre{display:block;font-family:source code pro,lucida console,monospace;font-size:1.6rem;font-weight:400;line-height:2.6rem;margin:2rem 0;padding:2rem;overflow-x:auto}pre code{display:inline-block;background-color:inherit;color:inherit}code{font-family:source code pro,lucida console,monospace;font-size:1.6rem;font-weight:400;background-color:#e0e0e0;color:#212121;padding:.2rem .4rem}blockquote{border-left:2px solid #e0e0e0;padding-left:2rem;line-height:2.2rem;font-weight:400;font-style:italic}th,td{padding:1.6rem}table{border-collapse:collapse}table td,table th{border:2px solid #000}table tr:first-child th{border-top:0}table tr:last-child td{border-bottom:0}table tr td:first-child,table tr th:first-child{border-left:0}table tr td:last-child,table tr th:last-child{border-right:0}img{max-width:100%}.wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%}.container{margin:0 auto;max-width:90rem;width:100%;padding-left:2rem;padding-right:2rem}.fab{font-weight:400}.fas{font-weight:700}.float-right{float:right}.float-left{float:left}.fab{font-weight:400}.fas{font-weight:900}.content{flex:1;display:flex;margin-top:1.6rem;margin-bottom:3.2rem}.content article header{margin-top:6.4rem;margin-bottom:3.2rem}.content article header h1{font-size:4.2rem;line-height:4.6rem;margin:0}@media only screen and (max-width:768px){.content article header h1{font-size:4rem;line-height:4.4rem}}.content article footer{margin-top:4rem}.content article footer .see-also{margin:3.2rem 0}.content article footer .see-also h3{margin:3.2rem 0}.content .post .post-title{margin-bottom:.75em}.content .post .post-meta i{text-align:center;width:1.6rem;margin-left:0;margin-right:.5rem}.content .post .post-meta .date .posted-on{margin-left:0;margin-right:1.5rem}.content figure{margin:0;padding:0}.content figcaption p{text-align:center;font-style:italic;font-size:1.6rem;margin:0}.avatar img{width:20rem;height:auto;border-radius:50%}@media only screen and (max-width:768px){.avatar img{width:10rem}}.list ul{margin:3.2rem 0;list-style:none;padding:0}.list ul li{font-size:1.8rem}@media only screen and (max-width:768px){.list ul li{margin:1.6rem 0}}.list ul li .date{display:inline-block;width:20rem;text-align:right;margin-right:3rem}@media only screen and (max-width:768px){.list ul li .date{display:block;text-align:left}}.list ul li .title{font-size:1.8rem;color:#212121;font-family:Lato,Helvetica,sans-serif;font-weight:700}.list ul li .title:hover,.list ul li .title:focus{color:#1565c0}.centered{display:flex;align-items:center;justify-content:center}.centered .about{text-align:center}.centered .about h1{margin-top:2rem;margin-bottom:.5rem}.centered .about h2{margin-top:1rem;margin-bottom:.5rem;font-size:2.4rem}@media only screen and (max-width:768px){.centered .about h2{font-size:2rem}}.centered .about ul{list-style:none;margin:3rem 0 1rem;padding:0}.centered .about ul li{display:inline-block;position:relative}.centered .about ul li a{color:#212121;text-transform:uppercase;margin-left:1rem;margin-right:1rem;font-size:1.6rem}.centered .about ul li a:hover,.centered .about ul li a:focus{color:#1565c0}@media only screen and (max-width:768px){.centered .about ul li a{font-size:1.4rem}}.centered .about ul li a i{font-size:3.2rem}.centered .error{text-align:center}.centered .error h1{margin-top:2rem;margin-bottom:.5rem;font-size:4.6rem}@media only screen and (max-width:768px){.centered .error h1{font-size:3.2rem}}.centered .error h2{margin-top:2rem;margin-bottom:3.2rem;font-size:3.2rem}@media only screen and (max-width:768px){.centered .error h2{font-size:2.8rem}}.navigation{height:6rem;width:100%}.navigation a,.navigation span{display:inline;font-size:1.6rem;font-family:Lato,Helvetica,sans-serif;font-weight:700;line-height:6rem;color:#212121}.navigation a:hover,.navigation a:focus{color:#1565c0}.navigation .navigation-title{letter-spacing:.1rem;text-transform:uppercase}.navigation .navigation-list{float:right;list-style:none;margin-bottom:0;margin-top:0}@media only screen and (max-width:768px){.navigation .navigation-list{position:absolute;top:6rem;right:0;z-index:5;visibility:hidden;opacity:0;padding:0;max-height:0;width:100%;background-color:#fafafa;border-top:solid 2px #e0e0e0;border-bottom:solid 2px #e0e0e0;transition:opacity .25s,max-height .15s linear}}.navigation .navigation-list .navigation-item{float:left;margin:0;position:relative}@media only screen and (max-width:768px){.navigation .navigation-list .navigation-item{float:none!important;text-align:center}.navigation .navigation-list .navigation-item a,.navigation .navigation-list .navigation-item span{line-height:5rem}}.navigation .navigation-list .navigation-item a,.navigation .navigation-list .navigation-item span{margin-left:1rem;margin-right:1rem}@media only screen and (max-width:768px){.navigation .navigation-list .menu-separator{border-top:2px solid #212121;margin:0 8rem}.navigation .navigation-list .menu-separator span{display:none}}.navigation #menu-toggle{display:none}@media only screen and (max-width:768px){.navigation #menu-toggle:checked+label{color:#e0e0e0}.navigation #menu-toggle:checked+label+ul{visibility:visible;opacity:1;max-height:100rem}}.navigation .menu-button{display:none}@media only screen and (max-width:768px){.navigation .menu-button{display:block;font-size:2.4rem;font-weight:400;line-height:6rem;color:#212121;cursor:pointer}.navigation .menu-button:hover,.navigation .menu-button:focus{color:#1565c0}}.pagination{margin-top:6rem;text-align:center;font-family:Lato,Helvetica,sans-serif}.pagination li{display:inline;text-align:center;font-weight:700}.pagination li span{margin:0;text-align:center;width:3.2rem}.pagination li a{font-weight:300}.pagination li a span{margin:0;text-align:center;width:3.2rem}.footer{width:100%;text-align:center;line-height:2rem;margin-bottom:1rem}.footer a{color:#1565c0} \ No newline at end of file diff --git a/public/css/style.min.css b/public/css/style.min.css deleted file mode 100644 index c4a7926..0000000 --- a/public/css/style.min.css +++ /dev/null @@ -1 +0,0 @@ -*,*:after,*:before{box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}body{display:flex;color:#323232;background-color:#fefefe;font-family:'Fira Mono',monospace;font-size:1.6em;font-weight:400;letter-spacing:.0625em;line-height:1.8em}@media only screen and (min-device-width:320px) and (max-device-width:480px){body{font-size:1.4em;line-height:1.6em}}a{font-weight:700;color:#000;text-decoration:none}a:focus,a:hover{text-decoration:underline}p{margin:1.6rem 0 1.6rem 0}p a{font-weight:400;color:#000;text-decoration:underline;text-underline-position:under}p a:focus,p a:hover{color:#36c}h1,h2,h3,h4,h5,h6{color:#000;text-transform:uppercase;letter-spacing:.0625em;margin:3.2rem 0 1.6rem 0}h1{font-size:3.2rem;line-height:3.2rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){h1{font-size:2.8rem;line-height:2.8rem}}h2{font-size:2.8rem;line-height:2.8rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){h2{font-size:2.4rem;line-height:2.4rem}}h3{font-size:2.4rem;line-height:2.4rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){h3{font-size:2rem;line-height:2rem}}h4{font-size:2.2rem;line-height:2.2rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){h4{font-size:1.8rem;line-height:1.8rem}}h5{font-size:2rem;line-height:2rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){h5{font-size:1.6rem;line-height:1.6rem}}h6{font-size:1.4rem;line-height:1.4rem}pre{margin:1.6rem 0 1rem 0;padding:1.6rem;overflow-x:auto}code{background-color:#000;color:#fefefe;padding:.4rem .8rem .4rem .8rem}blockquote{border-left:2px solid #dcdcdc;padding-left:1.6rem;font-style:italic}th,td{padding:1.6rem}table{border-collapse:collapse}table td,table th{border:2px solid #000}table tr:first-child th{border-top:0}table tr:last-child td{border-bottom:0}table tr td:first-child,table tr th:first-child{border-left:0}table tr td:last-child,table tr th:last-child{border-right:0}img{max-width:100%}.wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%}.container{margin:0 auto;max-width:120rem;width:100%;padding-left:2rem;padding-right:2rem}.navigation{height:6rem;width:100%}.navigation a{display:inline;font-size:1.6rem;text-transform:uppercase;line-height:6rem;letter-spacing:.1rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.navigation a{font-size:1.4rem}}.navigation ul{list-style:none;margin-bottom:0;margin-top:0}.navigation ul li{float:left;margin:0;position:relative}.navigation ul li a{margin-left:1rem;margin-right:1rem}.content{flex:1;margin-top:1.6rem;margin-bottom:3.2rem}.content article header{margin-top:3.2rem;margin-bottom:3.2rem}.content article header h1,.content article header h2{margin:0}.content article header h2{margin-top:1rem;font-size:1.8rem;color:#323232}@media only screen and (min-device-width:320px) and (max-device-width:480px){.content article header h2{font-size:1.6rem}}.list ul{margin:3.2rem 0 3.2rem 0;list-style:none;padding:0}.list ul li{font-size:1.6rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.list ul li{font-size:1.4rem;margin:1.6rem 0 1.6rem 0}}.list ul li span{display:inline-block;text-align:right;width:20rem;margin-right:3rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.list ul li span{display:block;text-align:left}}.list ul li a{text-transform:uppercase}.pagination{margin-top:6rem;text-align:center}.pagination li{display:inline;text-align:center}.pagination li span{margin:0;text-align:center;width:3.2rem}.pagination li a span{margin:0;text-align:center;width:3.2rem}.centered{display:flex;height:100%;align-items:center;justify-content:center}.centered .about{text-align:center}.centered .about h1{margin-top:2rem;margin-bottom:.5rem}.centered .about h2{margin-top:1rem;margin-bottom:.5rem;font-size:2.4rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.centered .about h2{font-size:2rem}}.centered .about ul{list-style:none;margin:3rem 0 1rem 0;padding:0}.centered .about ul li{display:inline;position:relative}.centered .about ul li a{text-transform:uppercase;margin-left:1rem;margin-right:1rem;font-size:1.6rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.centered .about ul li a{font-size:1.4rem}}.centered .error{text-align:center}.centered .error h1{margin-top:2rem;margin-bottom:.5rem;font-size:4.6rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.centered .error h1{font-size:3.2rem}}.centered .error h2{margin-top:2rem;margin-bottom:3.2rem;font-size:3.2rem}@media only screen and (min-device-width:320px) and (max-device-width:480px){.centered .error h2{font-size:2.8rem}}.footer{height:6rem;width:100%;text-align:center;line-height:6rem}.float-right{float:right}.float-left{float:left} diff --git a/public/images/avatar.jpg b/public/images/avatar.jpg deleted file mode 100644 index 0431831..0000000 Binary files a/public/images/avatar.jpg and /dev/null differ diff --git a/public/images/favicon-16x16.png b/public/images/favicon-16x16.png deleted file mode 100644 index c0ce306..0000000 Binary files a/public/images/favicon-16x16.png and /dev/null differ diff --git a/public/images/favicon-32x32.png b/public/images/favicon-32x32.png deleted file mode 100644 index f2f0316..0000000 Binary files a/public/images/favicon-32x32.png and /dev/null differ diff --git a/public/images/profile-pic.jpg b/public/images/profile-pic.jpg new file mode 100644 index 0000000..9aebe05 Binary files /dev/null and b/public/images/profile-pic.jpg differ diff --git a/public/index.html b/public/index.html index 89bf526..bd794bf 100644 --- a/public/index.html +++ b/public/index.html @@ -1,166 +1,267 @@ - + - - - + + + + + +Abijeet Patro - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - Abijeet Patro - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- + + + + + + + + + + + + + + + + + + + - -
- -
-
- -

Abijeet Patro

-

Full Stack Developer / Open Source Contributor

- - - -
-
- - -
- -
-
- - © 2019 - - · - Powered by Hugo & Coder. - - -
-
+ +
- + + + + + + - + + + + diff --git a/public/index.xml b/public/index.xml index baf0da6..b95945f 100644 --- a/public/index.xml +++ b/public/index.xml @@ -1,14 +1,10 @@ - + Abijeet Patro - https://thecurlybraces.com/ + http://192.168.122.66:1313/ Recent content on Abijeet Patro Hugo -- gohugo.io - en - - - - + en - \ No newline at end of file + diff --git a/public/less/style.less b/public/less/style.less deleted file mode 100644 index db288ae..0000000 --- a/public/less/style.less +++ /dev/null @@ -1,351 +0,0 @@ -@bg-color: #fefefe; -@fg-color: #323232; -@darker-bg-color: #dcdcdc; -@darker-fg-color: #000; -@link-color: #3366CC; - - -*, -*:after, -*:before { - box-sizing: inherit; -} - -html { - box-sizing: border-box; - font-size: 62.5%; -} - -body { - display:flex; - color: @fg-color; - background-color: @bg-color; - font-family: 'Fira Mono', monospace; - font-size: 1.6em; - font-weight: 400; - letter-spacing: 0.0625em; - line-height: 1.8em; - @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { - font-size: 1.4em; - line-height: 1.6em; - } -} - -a { - font-weight: 700; - color: @darker-fg-color; - text-decoration: none; - &:focus, - &:hover { - text-decoration: underline; - } -} - -p { - margin: 1.6rem 0 1.6rem 0; - a { - font-weight: 400; - color: @darker-fg-color; - text-decoration: underline; - text-underline-position: under; - &:focus, - &:hover { - color: @link-color; - } - } -} - -h1, -h2, -h3, -h4, -h5, -h6 { - color: @darker-fg-color; - text-transform: uppercase; - letter-spacing: 0.0625em; - margin: 3.2rem 0 1.6rem 0; -} - -h1 { - font-size: 3.2rem; - line-height: 3.2rem; - @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { - font-size: 2.8rem; - line-height: 2.8rem; - } -} -h2 { - font-size: 2.8rem; - line-height: 2.8rem; - @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { - font-size: 2.4rem; - line-height: 2.4rem; - } -} -h3 { - font-size: 2.4rem; - line-height: 2.4rem; - @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { - font-size: 2.0rem; - line-height: 2.0rem; - } -} -h4 { - font-size: 2.2rem; - line-height: 2.2rem; - @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { - font-size: 1.8rem; - line-height: 1.8rem; - } -} -h5 { - font-size: 2.0rem; - line-height: 2.0rem; - @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { - font-size: 1.6rem; - line-height: 1.6rem; - } -} -h6 { - font-size: 1.4rem; - line-height: 1.4rem; -} - -pre { - margin: 1.6rem 0 1.0rem 0; - padding: 1.6rem; - overflow-x: auto; -} - -code { - background-color: @darker-fg-color; - color: @bg-color; - padding: 0.4rem 0.8rem 0.4rem 0.8rem; -} - -blockquote { - border-left: 2px solid @darker-bg-color; - padding-left: 1.6rem; - font-style: italic; -} - -th, td { - padding: 1.6rem; -} -table { - border-collapse: collapse; -} -table td, table th { - border: 2px solid @darker-fg-color; -} -table tr:first-child th { - border-top: 0; -} -table tr:last-child td { - border-bottom: 0; -} -table tr td:first-child, -table tr th:first-child { - border-left: 0; -} -table tr td:last-child, -table tr th:last-child { - border-right: 0; -} - - -img { - max-width: 100%; -} - -.wrapper { - display: flex; - flex-direction: column; - min-height: 100vh; - width: 100%; -} - -.container { - margin: 0 auto; - max-width: 120.0rem; - width: 100%; - padding-left: 2.0rem; - padding-right: 2.0rem; -} - -.navigation { - height: 6.0rem; - width: 100%; - a { - display: inline; - font-size: 1.6rem; - text-transform: uppercase; - line-height: 6.0rem; - letter-spacing: 0.1rem; - @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { - font-size: 1.4rem; - } - } - ul { - list-style: none; - margin-bottom: 0; - margin-top: 0; - li { - float: left; - margin: 0; - position: relative; - a { - margin-left: 1.0rem; - margin-right: 1.0rem; - } - } - } -} - -.content { - flex: 1; - margin-top: 1.6rem; - margin-bottom: 3.2rem; - article { - header { - margin-top: 3.2rem; - margin-bottom: 3.2rem; - h1, h2 { - margin: 0; - } - h2 { - margin-top: 1.0rem; - font-size: 1.8rem; - color: @fg-color; - @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { - font-size: 1.6rem; - } - } - } - } -} - -.list { - ul { - margin: 3.2rem 0 3.2rem 0; - list-style: none; - padding: 0; - li { - font-size: 1.6rem; - @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { - font-size: 1.4rem; - margin: 1.6rem 0 1.6rem 0; - } - span { - display: inline-block; - text-align: right; - width: 20.0rem; - margin-right: 3.0rem; - @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { - display: block; - text-align: left; - } - } - a { - text-transform: uppercase; - } - } - } -} - -.pagination { - margin-top: 6.0rem; - text-align: center; - li { - display: inline; - text-align: center; - span { - margin: 0; - text-align: center; - width: 3.2rem; - } - a { - span { - margin: 0; - text-align: center; - width: 3.2rem; - } - } - } -} - -.centered { - display: flex; - height: 100%; - align-items: center; - justify-content: center; - .about { - text-align: center; - h1 { - margin-top: 2.0rem; - margin-bottom: 0.5rem; - } - h2 { - margin-top: 1.0rem; - margin-bottom: 0.5rem; - font-size: 2.4rem; - @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { - font-size: 2.0rem; - } - } - ul { - list-style: none; - margin: 3.0rem 0 1.0rem 0; - padding: 0; - li { - display: inline; - position: relative; - a { - text-transform: uppercase; - margin-left: 1.0rem; - margin-right: 1.0rem; - font-size: 1.6rem; - @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { - font-size: 1.4rem; - } - } - } - } - } - - .error { - text-align: center; - h1 { - margin-top: 2.0rem; - margin-bottom: 0.5rem; - font-size: 4.6rem; - @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { - font-size: 3.2rem; - } - } - h2 { - margin-top: 2.0rem; - margin-bottom: 3.2rem; - font-size: 3.2rem; - @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { - font-size: 2.8rem; - } - } - } -} - -.footer { - height: 6.0rem; - width: 100%; - text-align: center; - line-height: 6.0rem; -} - -.float-right { - float: right; -} - -.float-left { - float: left; -} diff --git a/public/sitemap.xml b/public/sitemap.xml index af2f8d5..f7cedb8 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1,17 +1,11 @@ - - https://thecurlybraces.com/ + http://192.168.122.66:1313/ + + http://192.168.122.66:1313/categories/ + + http://192.168.122.66:1313/tags/ - - - https://thecurlybraces.com/categories/ - - - - https://thecurlybraces.com/tags/ - - - \ No newline at end of file + diff --git a/public/tags/index.html b/public/tags/index.html index 1b1b8db..d85fb09 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -1,127 +1,218 @@ - + - - - + + + + +Tags | Abijeet Patro + + + + + + + + + + + + + + + + + + + - - - - + + + - - - - Tags · Abijeet Patro - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
- -
-

Tags

-
    - -
- - - - - - - -
- - -
- -
-
- - © 2019 - - · - Powered by Hugo & Coder. - - -
-
+
+ +
+
+ +
    +
- + + + + + + - + + + + diff --git a/public/tags/index.xml b/public/tags/index.xml index f84d5d2..551eba2 100644 --- a/public/tags/index.xml +++ b/public/tags/index.xml @@ -1,14 +1,10 @@ - + Tags on Abijeet Patro - https://thecurlybraces.com/tags/ + http://192.168.122.66:1313/tags/ Recent content in Tags on Abijeet Patro Hugo -- gohugo.io - en - - - - + en - \ No newline at end of file + diff --git a/public/tags/page/1/index.html b/public/tags/page/1/index.html deleted file mode 100644 index 015faba..0000000 --- a/public/tags/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://thecurlybraces.com/tags/ \ No newline at end of file diff --git a/resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.content b/resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.content deleted file mode 100644 index 7e5b365..0000000 --- a/resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.content +++ /dev/null @@ -1 +0,0 @@ -*,*:after,*:before{box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}body{color:#212121;background-color:#fafafa;font-family:Merriweather,Georgia,serif;font-size:1.6em;font-weight:300;line-height:1.8em}@media only screen and (max-width:768px){body{font-size:1.6em;line-height:1.6em}}a{font-weight:300;color:#1565c0;text-decoration:none}a:focus,a:hover{text-decoration:underline}p{margin:2rem 0}h1,h2,h3,h4,h5,h6{font-family:Lato,Helvetica,sans-serif;font-weight:700;color:#000;margin:6.4rem 0 3.2rem}h1{font-size:3.2rem;line-height:3.6rem}@media only screen and (max-width:768px){h1{font-size:3rem;line-height:3.4rem}}h2{font-size:2.8rem;line-height:3.2rem}@media only screen and (max-width:768px){h2{font-size:2.6rem;line-height:3rem}}h3{font-size:2.4rem;line-height:2.8rem}@media only screen and (max-width:768px){h3{font-size:2.2rem;line-height:2.6rem}}h4{font-size:2.2rem;line-height:2.6rem}@media only screen and (max-width:768px){h4{font-size:2rem;line-height:2.4rem}}h5{font-size:2rem;line-height:2.4rem}@media only screen and (max-width:768px){h5{font-size:1.8rem;line-height:2.2rem}}h6{font-size:1.8rem;line-height:2.2rem}@media only screen and (max-width:768px){h6{font-size:1.6rem;line-height:2rem}}b,strong{font-weight:700}pre{display:block;font-family:source code pro,lucida console,monospace;font-size:1.6rem;font-weight:400;line-height:2.6rem;margin:2rem 0;padding:2rem;overflow-x:auto}pre code{display:inline-block;background-color:inherit;color:inherit}code{font-family:source code pro,lucida console,monospace;font-size:1.6rem;font-weight:400;background-color:#e0e0e0;color:#212121;padding:.2rem .4rem}blockquote{border-left:2px solid #e0e0e0;padding-left:2rem;line-height:2.2rem;font-weight:400;font-style:italic}th,td{padding:1.6rem}table{border-collapse:collapse}table td,table th{border:2px solid #000}table tr:first-child th{border-top:0}table tr:last-child td{border-bottom:0}table tr td:first-child,table tr th:first-child{border-left:0}table tr td:last-child,table tr th:last-child{border-right:0}img{max-width:100%}.wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%}.container{margin:0 auto;max-width:90rem;width:100%;padding-left:2rem;padding-right:2rem}.fab{font-weight:400}.fas{font-weight:700}.float-right{float:right}.float-left{float:left}.fab{font-weight:400}.fas{font-weight:900}.content{flex:1;display:flex;margin-top:1.6rem;margin-bottom:3.2rem}.content article header{margin-top:6.4rem;margin-bottom:3.2rem}.content article header h1{font-size:4.2rem;line-height:4.6rem;margin:0}@media only screen and (max-width:768px){.content article header h1{font-size:4rem;line-height:4.4rem}}.content article footer{margin-top:4rem}.content article footer .see-also{margin:3.2rem 0}.content article footer .see-also h3{margin:3.2rem 0}.content .post .post-title{margin-bottom:.75em}.content .post .post-meta i{text-align:center;width:1.6rem;margin-left:0;margin-right:.5rem}.content .post .post-meta .date .posted-on{margin-left:0;margin-right:1.5rem}.content figure{margin:0;padding:0}.content figcaption p{text-align:center;font-style:italic;font-size:1.6rem;margin:0}.avatar img{width:20rem;height:auto;border-radius:50%}@media only screen and (max-width:768px){.avatar img{width:10rem}}.list ul{margin:3.2rem 0;list-style:none;padding:0}.list ul li{font-size:1.8rem}@media only screen and (max-width:768px){.list ul li{margin:1.6rem 0}}.list ul li .date{display:inline-block;width:20rem;text-align:right;margin-right:3rem}@media only screen and (max-width:768px){.list ul li .date{display:block;text-align:left}}.list ul li .title{font-size:1.8rem;color:#212121;font-family:Lato,Helvetica,sans-serif;font-weight:700}.list ul li .title:hover,.list ul li .title:focus{color:#1565c0}.centered{display:flex;align-items:center;justify-content:center}.centered .about{text-align:center}.centered .about h1{margin-top:2rem;margin-bottom:.5rem}.centered .about h2{margin-top:1rem;margin-bottom:.5rem;font-size:2.4rem}@media only screen and (max-width:768px){.centered .about h2{font-size:2rem}}.centered .about ul{list-style:none;margin:3rem 0 1rem;padding:0}.centered .about ul li{display:inline-block;position:relative}.centered .about ul li a{color:#212121;text-transform:uppercase;margin-left:1rem;margin-right:1rem;font-size:1.6rem}.centered .about ul li a:hover,.centered .about ul li a:focus{color:#1565c0}@media only screen and (max-width:768px){.centered .about ul li a{font-size:1.4rem}}.centered .about ul li a i{font-size:3.2rem}.centered .error{text-align:center}.centered .error h1{margin-top:2rem;margin-bottom:.5rem;font-size:4.6rem}@media only screen and (max-width:768px){.centered .error h1{font-size:3.2rem}}.centered .error h2{margin-top:2rem;margin-bottom:3.2rem;font-size:3.2rem}@media only screen and (max-width:768px){.centered .error h2{font-size:2.8rem}}.navigation{height:6rem;width:100%}.navigation a,.navigation span{display:inline;font-size:1.6rem;font-family:Lato,Helvetica,sans-serif;font-weight:700;line-height:6rem;color:#212121}.navigation a:hover,.navigation a:focus{color:#1565c0}.navigation .navigation-title{letter-spacing:.1rem;text-transform:uppercase}.navigation .navigation-list{float:right;list-style:none;margin-bottom:0;margin-top:0}@media only screen and (max-width:768px){.navigation .navigation-list{position:absolute;top:6rem;right:0;z-index:5;visibility:hidden;opacity:0;padding:0;max-height:0;width:100%;background-color:#fafafa;border-top:solid 2px #e0e0e0;border-bottom:solid 2px #e0e0e0;transition:opacity .25s,max-height .15s linear}}.navigation .navigation-list .navigation-item{float:left;margin:0;position:relative}@media only screen and (max-width:768px){.navigation .navigation-list .navigation-item{float:none!important;text-align:center}.navigation .navigation-list .navigation-item a,.navigation .navigation-list .navigation-item span{line-height:5rem}}.navigation .navigation-list .navigation-item a,.navigation .navigation-list .navigation-item span{margin-left:1rem;margin-right:1rem}@media only screen and (max-width:768px){.navigation .navigation-list .menu-separator{border-top:2px solid #212121;margin:0 8rem}.navigation .navigation-list .menu-separator span{display:none}}.navigation #menu-toggle{display:none}@media only screen and (max-width:768px){.navigation #menu-toggle:checked+label{color:#e0e0e0}.navigation #menu-toggle:checked+label+ul{visibility:visible;opacity:1;max-height:100rem}}.navigation .menu-button{display:none}@media only screen and (max-width:768px){.navigation .menu-button{display:block;font-size:2.4rem;font-weight:400;line-height:6rem;color:#212121;cursor:pointer}.navigation .menu-button:hover,.navigation .menu-button:focus{color:#1565c0}}.pagination{margin-top:6rem;text-align:center;font-family:Lato,Helvetica,sans-serif}.pagination li{display:inline;text-align:center;font-weight:700}.pagination li span{margin:0;text-align:center;width:3.2rem}.pagination li a{font-weight:300}.pagination li a span{margin:0;text-align:center;width:3.2rem}.footer{width:100%;text-align:center;line-height:2rem;margin-bottom:1rem}.footer a{color:#1565c0} \ No newline at end of file diff --git a/resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.json b/resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.json deleted file mode 100644 index d7d7ca6..0000000 --- a/resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.json +++ /dev/null @@ -1 +0,0 @@ -{"Target":"css/coder.min.28d751104f30c16da1aa1bb04015cbe662cacfe0d1b01af4f2240ad58580069c.css","MediaType":"text/css","Data":{"Integrity":"sha256-KNdREE8wwW2hqhuwQBXL5mLKz+DRsBr08iQK1YWABpw="}} \ No newline at end of file diff --git a/resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.content b/resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.content deleted file mode 100644 index c18e13c..0000000 --- a/resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.content +++ /dev/null @@ -1,411 +0,0 @@ -*, -*:after, -*:before { - box-sizing: inherit; } - -html { - box-sizing: border-box; - font-size: 62.5%; } - -body { - color: #212121; - background-color: #FAFAFA; - font-family: Merriweather, Georgia, serif; - font-size: 1.6em; - font-weight: 300; - line-height: 1.8em; } - @media only screen and (max-width: 768px) { - body { - font-size: 1.6em; - line-height: 1.6em; } } - -a { - font-weight: 300; - color: #1565c0; - text-decoration: none; } - a:focus, a:hover { - text-decoration: underline; } - -p { - margin: 2.0rem 0 2.0rem 0; } - -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: Lato, Helvetica, sans-serif; - font-weight: 700; - color: #000; - margin: 6.4rem 0 3.2rem 0; } - -h1 { - font-size: 3.2rem; - line-height: 3.6rem; } - @media only screen and (max-width: 768px) { - h1 { - font-size: 3.0rem; - line-height: 3.4rem; } } - -h2 { - font-size: 2.8rem; - line-height: 3.2rem; } - @media only screen and (max-width: 768px) { - h2 { - font-size: 2.6rem; - line-height: 3.0rem; } } - -h3 { - font-size: 2.4rem; - line-height: 2.8rem; } - @media only screen and (max-width: 768px) { - h3 { - font-size: 2.2rem; - line-height: 2.6rem; } } - -h4 { - font-size: 2.2rem; - line-height: 2.6rem; } - @media only screen and (max-width: 768px) { - h4 { - font-size: 2.0rem; - line-height: 2.4rem; } } - -h5 { - font-size: 2.0rem; - line-height: 2.4rem; } - @media only screen and (max-width: 768px) { - h5 { - font-size: 1.8rem; - line-height: 2.2rem; } } - -h6 { - font-size: 1.8rem; - line-height: 2.2rem; } - @media only screen and (max-width: 768px) { - h6 { - font-size: 1.6rem; - line-height: 2.0rem; } } - -b, strong { - font-weight: 700; } - -pre { - display: block; - font-family: "Source Code Pro", "Lucida Console", monospace; - font-size: 1.6rem; - font-weight: 400; - line-height: 2.6rem; - margin: 2.0rem 0 2.0rem 0; - padding: 2.0rem; - overflow-x: auto; } - pre code { - display: inline-block; - background-color: inherit; - color: inherit; } - -code { - font-family: "Source Code Pro", "Lucida Console", monospace; - font-size: 1.6rem; - font-weight: 400; - background-color: #E0E0E0; - color: #212121; - padding: 0.2rem 0.4rem 0.2rem 0.4rem; } - -blockquote { - border-left: 2px solid #E0E0E0; - padding-left: 2.0rem; - line-height: 2.2rem; - font-weight: 400; - font-style: italic; } - -th, td { - padding: 1.6rem; } - -table { - border-collapse: collapse; } - -table td, table th { - border: 2px solid #000; } - -table tr:first-child th { - border-top: 0; } - -table tr:last-child td { - border-bottom: 0; } - -table tr td:first-child, -table tr th:first-child { - border-left: 0; } - -table tr td:last-child, -table tr th:last-child { - border-right: 0; } - -img { - max-width: 100%; } - -.wrapper { - display: flex; - flex-direction: column; - min-height: 100vh; - width: 100%; } - -.container { - margin: 0 auto; - max-width: 90.0rem; - width: 100%; - padding-left: 2.0rem; - padding-right: 2.0rem; } - -.fab { - font-weight: 400; } - -.fas { - font-weight: 700; } - -.float-right { - float: right; } - -.float-left { - float: left; } - -.fab { - font-weight: 400; } - -.fas { - font-weight: 900; } - -.content { - flex: 1; - display: flex; - margin-top: 1.6rem; - margin-bottom: 3.2rem; } - .content article header { - margin-top: 6.4rem; - margin-bottom: 3.2rem; } - .content article header h1 { - font-size: 4.2rem; - line-height: 4.6rem; - margin: 0; } - @media only screen and (max-width: 768px) { - .content article header h1 { - font-size: 4.0rem; - line-height: 4.4rem; } } - .content article footer { - margin-top: 4.0rem; } - .content article footer .see-also { - margin: 3.2rem 0; } - .content article footer .see-also h3 { - margin: 3.2rem 0; } - .content .post .post-title { - margin-bottom: .75em; } - .content .post .post-meta i { - text-align: center; - width: 1.6rem; - margin-left: 0; - margin-right: 0.5rem; } - .content .post .post-meta .date .posted-on { - margin-left: 0; - margin-right: 1.5rem; } - .content figure { - margin: 0; - padding: 0; } - .content figcaption p { - text-align: center; - font-style: italic; - font-size: 1.6rem; - margin: 0; } - -.avatar img { - width: 20rem; - height: auto; - border-radius: 50%; } - @media only screen and (max-width: 768px) { - .avatar img { - width: 10rem; } } - -.list ul { - margin: 3.2rem 0 3.2rem 0; - list-style: none; - padding: 0; } - .list ul li { - font-size: 1.8rem; } - @media only screen and (max-width: 768px) { - .list ul li { - margin: 1.6rem 0 1.6rem 0; } } - .list ul li .date { - display: inline-block; - width: 20.0rem; - text-align: right; - margin-right: 3.0rem; } - @media only screen and (max-width: 768px) { - .list ul li .date { - display: block; - text-align: left; } } - .list ul li .title { - font-size: 1.8rem; - color: #212121; - font-family: Lato, Helvetica, sans-serif; - font-weight: 700; } - .list ul li .title:hover, .list ul li .title:focus { - color: #1565c0; } - -.centered { - display: flex; - align-items: center; - justify-content: center; } - .centered .about { - text-align: center; } - .centered .about h1 { - margin-top: 2.0rem; - margin-bottom: 0.5rem; } - .centered .about h2 { - margin-top: 1.0rem; - margin-bottom: 0.5rem; - font-size: 2.4rem; } - @media only screen and (max-width: 768px) { - .centered .about h2 { - font-size: 2.0rem; } } - .centered .about ul { - list-style: none; - margin: 3.0rem 0 1.0rem 0; - padding: 0; } - .centered .about ul li { - display: inline-block; - position: relative; } - .centered .about ul li a { - color: #212121; - text-transform: uppercase; - margin-left: 1.0rem; - margin-right: 1.0rem; - font-size: 1.6rem; } - .centered .about ul li a:hover, .centered .about ul li a:focus { - color: #1565c0; } - @media only screen and (max-width: 768px) { - .centered .about ul li a { - font-size: 1.4rem; } } - .centered .about ul li a i { - font-size: 3.2rem; } - .centered .error { - text-align: center; } - .centered .error h1 { - margin-top: 2.0rem; - margin-bottom: 0.5rem; - font-size: 4.6rem; } - @media only screen and (max-width: 768px) { - .centered .error h1 { - font-size: 3.2rem; } } - .centered .error h2 { - margin-top: 2.0rem; - margin-bottom: 3.2rem; - font-size: 3.2rem; } - @media only screen and (max-width: 768px) { - .centered .error h2 { - font-size: 2.8rem; } } - -.navigation { - height: 6.0rem; - width: 100%; } - .navigation a, .navigation span { - display: inline; - font-size: 1.6rem; - font-family: Lato, Helvetica, sans-serif; - font-weight: 700; - line-height: 6.0rem; - color: #212121; } - .navigation a:hover, .navigation a:focus { - color: #1565c0; } - .navigation .navigation-title { - letter-spacing: 0.1rem; - text-transform: uppercase; } - .navigation .navigation-list { - float: right; - list-style: none; - margin-bottom: 0; - margin-top: 0; } - @media only screen and (max-width: 768px) { - .navigation .navigation-list { - position: absolute; - top: 6.0rem; - right: 0; - z-index: 5; - visibility: hidden; - opacity: 0; - padding: 0; - max-height: 0; - width: 100%; - background-color: #FAFAFA; - border-top: solid 2px #E0E0E0; - border-bottom: solid 2px #E0E0E0; - transition: opacity 0.25s, max-height 0.15s linear; } } - .navigation .navigation-list .navigation-item { - float: left; - margin: 0; - position: relative; } - @media only screen and (max-width: 768px) { - .navigation .navigation-list .navigation-item { - float: none !important; - text-align: center; } - .navigation .navigation-list .navigation-item a, .navigation .navigation-list .navigation-item span { - line-height: 5.0rem; } } - .navigation .navigation-list .navigation-item a, .navigation .navigation-list .navigation-item span { - margin-left: 1.0rem; - margin-right: 1.0rem; } - @media only screen and (max-width: 768px) { - .navigation .navigation-list .menu-separator { - border-top: 2px solid #212121; - margin: 0 8.0rem; } - .navigation .navigation-list .menu-separator span { - display: none; } } - .navigation #menu-toggle { - display: none; } - @media only screen and (max-width: 768px) { - .navigation #menu-toggle:checked + label { - color: #E0E0E0; } - .navigation #menu-toggle:checked + label + ul { - visibility: visible; - opacity: 1; - max-height: 100rem; } } - .navigation .menu-button { - display: none; } - @media only screen and (max-width: 768px) { - .navigation .menu-button { - display: block; - font-size: 2.4rem; - font-weight: 400; - line-height: 6.0rem; - color: #212121; - cursor: pointer; } - .navigation .menu-button:hover, .navigation .menu-button:focus { - color: #1565c0; } } - -.pagination { - margin-top: 6.0rem; - text-align: center; - font-family: Lato, Helvetica, sans-serif; } - .pagination li { - display: inline; - text-align: center; - font-weight: 700; } - .pagination li span { - margin: 0; - text-align: center; - width: 3.2rem; } - .pagination li a { - font-weight: 300; } - .pagination li a span { - margin: 0; - text-align: center; - width: 3.2rem; } - -.footer { - width: 100%; - text-align: center; - line-height: 2.0rem; - margin-bottom: 1.0rem; } - .footer a { - color: #1565c0; } - -/*# sourceMappingURL=coder.css.map */ \ No newline at end of file diff --git a/resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.json b/resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.json deleted file mode 100644 index cfa430e..0000000 --- a/resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.json +++ /dev/null @@ -1 +0,0 @@ -{"Target":"css/coder.css","MediaType":"text/css","Data":{}} \ No newline at end of file diff --git a/static/images/profile-pic.jpg b/static/images/profile-pic.jpg new file mode 100644 index 0000000..9aebe05 Binary files /dev/null and b/static/images/profile-pic.jpg differ diff --git a/themes/PaperMod b/themes/PaperMod new file mode 160000 index 0000000..3e544a3 --- /dev/null +++ b/themes/PaperMod @@ -0,0 +1 @@ +Subproject commit 3e544a3ebd21008f8119cbd8971f74fe2c958374 diff --git a/themes/hugo-coder b/themes/hugo-coder deleted file mode 160000 index 9ca4306..0000000 --- a/themes/hugo-coder +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9ca430610e37fd7248d68bf43cb667fdd6f2912c