|
1 | | ---- |
2 | | -layout: default |
3 | | -title: 404 - Page not found |
4 | | -permalink: /404.html |
5 | | ---- |
6 | | - |
7 | | -<div class="text-center"> |
8 | | - <h1>Whoops, this page doesn't exist.</h1> |
9 | | - <h1>Move along. (404 error)</h1> |
10 | | - <br/> |
11 | | - |
12 | | - <img src="{{ site.baseurl }}/img/404-southpark.jpg" /> |
13 | | -</div> |
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en-us" dir="ltr"> |
| 3 | + <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset='utf-8'> |
| 4 | +<meta name='viewport' content='width=device-width, initial-scale=1'><meta name='description' content="Blog about Software Architeture awesomess!"> |
| 5 | +<title>404 Page not found</title> |
| 6 | + |
| 7 | +<link rel='canonical' href='http://localhost:1313/404.html'> |
| 8 | + |
| 9 | +<link rel="stylesheet" href="/scss/style.min.663803bebe609202d5b39d848f2d7c2dc8b598a2d879efa079fa88893d29c49c.css"><meta property='og:title' content="404 Page not found"> |
| 10 | +<meta property='og:description' content="Blog about Software Architeture awesomess!"> |
| 11 | +<meta property='og:url' content='http://localhost:1313/404.html'> |
| 12 | +<meta property='og:site_name' content='blog.fals.io'> |
| 13 | +<meta property='og:type' content='website'><meta property='og:updated_time' content=' 2024-11-11T00:00:00+00:00 '/> |
| 14 | +<meta name="twitter:site" content="@fals_xp"> |
| 15 | + <meta name="twitter:creator" content="@fals_xp"><meta name="twitter:title" content="404 Page not found"> |
| 16 | +<meta name="twitter:description" content="Blog about Software Architeture awesomess!"> |
| 17 | + <link rel="shortcut icon" href="/img/blog-icon.png" /> |
| 18 | + |
| 19 | + </head> |
| 20 | + <body class=""> |
| 21 | + <script> |
| 22 | + (function() { |
| 23 | + const colorSchemeKey = 'StackColorScheme'; |
| 24 | + if(!localStorage.getItem(colorSchemeKey)){ |
| 25 | + localStorage.setItem(colorSchemeKey, "auto"); |
| 26 | + } |
| 27 | + })(); |
| 28 | + </script><script> |
| 29 | + (function() { |
| 30 | + const colorSchemeKey = 'StackColorScheme'; |
| 31 | + const colorSchemeItem = localStorage.getItem(colorSchemeKey); |
| 32 | + const supportDarkMode = window.matchMedia('(prefers-color-scheme: dark)').matches === true; |
| 33 | + |
| 34 | + if (colorSchemeItem == 'dark' || colorSchemeItem === 'auto' && supportDarkMode) { |
| 35 | + |
| 36 | + |
| 37 | + document.documentElement.dataset.scheme = 'dark'; |
| 38 | + } else { |
| 39 | + document.documentElement.dataset.scheme = 'light'; |
| 40 | + } |
| 41 | + })(); |
| 42 | +</script> |
| 43 | +<div class="container main-container flex on-phone--column extended"><aside class="sidebar left-sidebar sticky "> |
| 44 | + <button class="hamburger hamburger--spin" type="button" id="toggle-menu" aria-label="Toggle Menu"> |
| 45 | + <span class="hamburger-box"> |
| 46 | + <span class="hamburger-inner"></span> |
| 47 | + </span> |
| 48 | + </button> |
| 49 | + |
| 50 | + <header> |
| 51 | + |
| 52 | + |
| 53 | + <figure class="site-avatar"> |
| 54 | + <a href="/"> |
| 55 | + |
| 56 | + <img src="https://github.com/fals.png" width="300" height="300" class="site-logo" loading="lazy" alt="Avatar"> |
| 57 | + |
| 58 | + </a> |
| 59 | + |
| 60 | + <span class="emoji">🍥</span> |
| 61 | + |
| 62 | + </figure> |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + <div class="site-meta"> |
| 67 | + <h1 class="site-name"><a href="/">blog.fals.io</a></h1> |
| 68 | + <h2 class="site-description">Blog about Software Architeture awesomess!</h2> |
| 69 | + </div> |
| 70 | + </header><ol class="menu-social"> |
| 71 | + |
| 72 | + <li> |
| 73 | + <a |
| 74 | + href='https://facebook.com/fals.xp' |
| 75 | + target="_blank" |
| 76 | + title="Facebook" |
| 77 | + rel="me" |
| 78 | + > |
| 79 | + |
| 80 | + |
| 81 | + <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"> |
| 82 | + <path d="M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V327.7H138.4V256h55.8v-54.7c0-55.3 33.8-85.3 82.9-85.3 23.6 0 43.8 1.8 49.7 2.6v62.9h-37.1c-26.8 0-32 12.8-32 31.4v41.3h70l-9.1 71.7h-60.9v176.8C429.3 476.8 512 376 512 256z" fill="currentColor"/> |
| 83 | +</svg> |
| 84 | + |
| 85 | + |
| 86 | + </a> |
| 87 | + </li> |
| 88 | + |
| 89 | + <li> |
| 90 | + <a |
| 91 | + href='https://github.com/fals' |
| 92 | + target="_blank" |
| 93 | + title="GitHub" |
| 94 | + rel="me" |
| 95 | + > |
| 96 | + |
| 97 | + |
| 98 | + <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-github" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> |
| 99 | + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> |
| 100 | + <path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" /> |
| 101 | +</svg> |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + </a> |
| 107 | + </li> |
| 108 | + |
| 109 | + <li> |
| 110 | + <a |
| 111 | + href='https://stackoverflow.com/users/2072198/fals' |
| 112 | + target="_blank" |
| 113 | + title="Stack Overflow" |
| 114 | + rel="me" |
| 115 | + > |
| 116 | + |
| 117 | + |
| 118 | + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M290.7 311L95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2-201l-196.3 94.3L50 155.5 246.3 61.2zM32.5 395.2L28.8 416l290.7 65.2 3.7-20.8zM192 448c-8.1 0-14.9 6.2-15.7 14.2l-1.2 14.2c-.2 2.5 1.6 4.6 4.1 4.6h25.6c2.5 0 4.3-2.1 4.1-4.6l-1.2-14.2C206.9 454.2 200.1 448 192 448z" fill="currentColor"/></svg> |
| 119 | + |
| 120 | + |
| 121 | + </a> |
| 122 | + </li> |
| 123 | + |
| 124 | + <li> |
| 125 | + <a |
| 126 | + href='https://twitter.com/fals_xp' |
| 127 | + target="_blank" |
| 128 | + title="Twitter" |
| 129 | + rel="me" |
| 130 | + > |
| 131 | + |
| 132 | + |
| 133 | + <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-twitter" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> |
| 134 | + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> |
| 135 | + <path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c-.002 -.249 1.51 -2.772 1.818 -4.013z" /> |
| 136 | +</svg> |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + </a> |
| 142 | + </li> |
| 143 | + |
| 144 | + </ol><ol class="menu" id="main-menu"> |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + <li > |
| 149 | + <a href='/posts' > |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + <span>Posts</span> |
| 154 | + </a> |
| 155 | + </li> |
| 156 | + |
| 157 | + |
| 158 | + <li > |
| 159 | + <a href='/bookshelf' > |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + <span>Book Shelf</span> |
| 164 | + </a> |
| 165 | + </li> |
| 166 | + |
| 167 | + |
| 168 | + <li > |
| 169 | + <a href='/aboutme' > |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + <span>About Me</span> |
| 174 | + </a> |
| 175 | + </li> |
| 176 | + |
| 177 | + <li class="menu-bottom-section"> |
| 178 | + <ol class="menu"> |
| 179 | + |
| 180 | + |
| 181 | + <li id="dark-mode-toggle"> |
| 182 | + <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-toggle-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> |
| 183 | + <path stroke="none" d="M0 0h24v24H0z"/> |
| 184 | + <circle cx="8" cy="12" r="2" /> |
| 185 | + <rect x="2" y="6" width="20" height="12" rx="6" /> |
| 186 | +</svg> |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-toggle-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> |
| 191 | + <path stroke="none" d="M0 0h24v24H0z"/> |
| 192 | + <circle cx="16" cy="12" r="2" /> |
| 193 | + <rect x="2" y="6" width="20" height="12" rx="6" /> |
| 194 | +</svg> |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + <span>Dark Mode</span> |
| 199 | + </li> |
| 200 | + |
| 201 | + </ol> |
| 202 | + </li> |
| 203 | + </ol> |
| 204 | +</aside> |
| 205 | + |
| 206 | + <main class="main full-width"> |
| 207 | + <div class="not-found-card"> |
| 208 | + <h1 class="article-title">Not Found</h1> |
| 209 | + <h2 class="article-subtitle">This page does not exist</h2> |
| 210 | + </div><form action="/search/" class="search-form widget" > |
| 211 | + <p> |
| 212 | + <label>Search</label> |
| 213 | + <input id="searchInput" name="keyword" required placeholder="Type something..." /> |
| 214 | + |
| 215 | + <button title="Search"> |
| 216 | + <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-search" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> |
| 217 | + <path stroke="none" d="M0 0h24v24H0z"/> |
| 218 | + <circle cx="10" cy="10" r="7" /> |
| 219 | + <line x1="21" y1="21" x2="15" y2="15" /> |
| 220 | +</svg> |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + </button> |
| 225 | + </p> |
| 226 | + </form> |
| 227 | + |
| 228 | + <div class="search-result"> |
| 229 | + <h3 class="search-result--title section-title"></h3> |
| 230 | + <div class="search-result--list article-list--compact"></div> |
| 231 | + </div> |
| 232 | + |
| 233 | + <script> |
| 234 | + window.searchResultTitleTemplate = "#PAGES_COUNT pages (#TIME_SECONDS seconds)" |
| 235 | + </script><script type="text/javascript" src="/ts/search.js" defer></script> |
| 236 | + |
| 237 | + <script> |
| 238 | + const wrongUrl = new URL(window.location.href); |
| 239 | + |
| 240 | + |
| 241 | + const searchKeyword = wrongUrl.pathname.split(/[/|-]/).join(' ').trim(); |
| 242 | + |
| 243 | + document.getElementById('searchInput').setAttribute('value', searchKeyword); |
| 244 | + </script><footer class="site-footer"> |
| 245 | + <section class="copyright"> |
| 246 | + © |
| 247 | + |
| 248 | + 2018 - |
| 249 | + |
| 250 | + 2025 Filipe Lima |
| 251 | + </section> |
| 252 | + |
| 253 | + <section class="powerby"> |
| 254 | + Built with <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> <br /> |
| 255 | + Theme <b><a href="https://github.com/CaiJimmy/hugo-theme-stack" target="_blank" rel="noopener" data-version="3.31.0">Stack</a></b> designed by <a href="https://jimmycai.com" target="_blank" rel="noopener">Jimmy</a> |
| 256 | + </section> |
| 257 | +</footer> |
| 258 | + |
| 259 | + |
| 260 | + </main> |
| 261 | + </div> |
| 262 | + <script |
| 263 | + src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/vibrant.min.js" integrity=" sha256-awcR2jno4kI5X0zL8ex0vi2z+KMkF24hUW8WePSA9HM=" crossorigin=" anonymous" |
| 264 | + |
| 265 | + > |
| 266 | + </script><script type="text/javascript" src="/ts/main.40ed64946e243f7aa8c6d1534791c5bed1795b18fda23259287d06bf257d86f7.js" defer></script> |
| 267 | +<script> |
| 268 | + (function () { |
| 269 | + const customFont = document.createElement('link'); |
| 270 | + customFont.href = "https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap"; |
| 271 | + |
| 272 | + customFont.type = "text/css"; |
| 273 | + customFont.rel = "stylesheet"; |
| 274 | + |
| 275 | + document.head.appendChild(customFont); |
| 276 | + }()); |
| 277 | +</script> |
| 278 | + |
| 279 | + </body> |
| 280 | +</html> |
0 commit comments