index.blade.php 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945
  1. <!DOCTYPE html>
  2. <!-- saved from url=(0032)https://demo.stack.jimmycai.com/ -->
  3. <html lang="en-us" dir="ltr" data-scheme="light">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <meta name="generator" content="Hugo 0.134.1" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1" />
  8. <meta
  9. name="description"
  10. content="Lorem ipsum dolor sit amet, consectetur adipiscing elit." />
  11. <title>{{ $user["nickName"] }}</title>
  12. <link rel="canonical" href="https://demo.stack.jimmycai.com/" />
  13. <link
  14. rel="stylesheet"
  15. href="{{ URL::asset('assets/css/blog/style.min.663803bebe609202d5b39d848f2d7c2dc8b598a2d879efa079fa88893d29c49c.css') }}" />
  16. <meta property=" og:title" content="{{ $user["nickName"] }}" />
  17. <meta
  18. property="og:description"
  19. content="Lorem ipsum dolor sit amet, consectetur adipiscing elit." />
  20. <meta property="og:url" content="https://demo.stack.jimmycai.com/" />
  21. <meta property="og:site_name" content="{{ $user["nickName"] }}" />
  22. <meta property="og:type" content="website" />
  23. <meta property="og:updated_time" content=" 2023-09-07T00:00:00+00:00 " />
  24. <meta name="twitter:title" content="{{ $user["nickName"] }}" />
  25. <meta
  26. name="twitter:description"
  27. content="Lorem ipsum dolor sit amet, consectetur adipiscing elit." />
  28. <link
  29. rel="alternate"
  30. type="application/rss+xml"
  31. href="https://demo.stack.jimmycai.com/index.xml" />
  32. <link
  33. rel="shortcut icon"
  34. href="https://demo.stack.jimmycai.com/favicon.png" />
  35. <link
  36. href="{{ URL::asset('assets/css/blog/css2') }}"
  37. type="text/css"
  38. rel="stylesheet" />
  39. </head>
  40. <body
  41. class=""
  42. style="transition: background-color 0.3s">
  43. <script>
  44. (function() {
  45. const colorSchemeKey = "StackColorScheme";
  46. if (!localStorage.getItem(colorSchemeKey)) {
  47. localStorage.setItem(colorSchemeKey, "auto");
  48. }
  49. })();
  50. </script>
  51. <script>
  52. (function() {
  53. const colorSchemeKey = "StackColorScheme";
  54. const colorSchemeItem = localStorage.getItem(colorSchemeKey);
  55. const supportDarkMode =
  56. window.matchMedia("(prefers-color-scheme: dark)").matches === true;
  57. if (
  58. colorSchemeItem == "dark" ||
  59. (colorSchemeItem === "auto" && supportDarkMode)
  60. ) {
  61. document.documentElement.dataset.scheme = "dark";
  62. } else {
  63. document.documentElement.dataset.scheme = "light";
  64. }
  65. })();
  66. </script>
  67. <div class="container main-container flex on-phone--column extended">
  68. <aside class="sidebar left-sidebar sticky">
  69. <button
  70. class="hamburger hamburger--spin"
  71. type="button"
  72. id="toggle-menu"
  73. aria-label="Toggle Menu">
  74. <span class="hamburger-box">
  75. <span class="hamburger-inner"></span>
  76. </span>
  77. </button>
  78. <header>
  79. <figure class="site-avatar">
  80. <a href="https://demo.stack.jimmycai.com/">
  81. <img
  82. src="{{ $user['avatar'] }}"
  83. width="300"
  84. height="300"
  85. class="site-logo"
  86. loading="lazy"
  87. alt="Avatar" />
  88. </a>
  89. <span class="emoji">🍥</span>
  90. </figure>
  91. <div class="site-meta">
  92. <h1 class="site-name">
  93. <a href="https://demo.stack.jimmycai.com/">{{ $user["nickName"] }}</a>
  94. </h1>
  95. <h2 class="site-description">
  96. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  97. </h2>
  98. </div>
  99. </header>
  100. <ol class="menu-social">
  101. <li>
  102. <a
  103. href="https://github.com/CaiJimmy/hugo-theme-stack"
  104. target="_blank"
  105. title="GitHub"
  106. rel="me">
  107. <svg
  108. xmlns="http://www.w3.org/2000/svg"
  109. class="icon icon-tabler icon-tabler-brand-github"
  110. width="24"
  111. height="24"
  112. viewBox="0 0 24 24"
  113. stroke-width="2"
  114. stroke="currentColor"
  115. fill="none"
  116. stroke-linecap="round"
  117. stroke-linejoin="round">
  118. <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
  119. <path
  120. 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"></path>
  121. </svg>
  122. </a>
  123. </li>
  124. <li>
  125. <a
  126. href="https://twitter.com/"
  127. target="_blank"
  128. title="Twitter"
  129. rel="me">
  130. <svg
  131. xmlns="http://www.w3.org/2000/svg"
  132. class="icon icon-tabler icon-tabler-brand-twitter"
  133. width="24"
  134. height="24"
  135. viewBox="0 0 24 24"
  136. stroke-width="2"
  137. stroke="currentColor"
  138. fill="none"
  139. stroke-linecap="round"
  140. stroke-linejoin="round">
  141. <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
  142. <path
  143. 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"></path>
  144. </svg>
  145. </a>
  146. </li>
  147. </ol>
  148. <ol class="menu" id="main-menu">
  149. <li class="current">
  150. <a href="https://demo.stack.jimmycai.com/">
  151. <svg
  152. xmlns="http://www.w3.org/2000/svg"
  153. class="icon icon-tabler icon-tabler-home"
  154. width="24"
  155. height="24"
  156. viewBox="0 0 24 24"
  157. stroke-width="2"
  158. stroke="currentColor"
  159. fill="none"
  160. stroke-linecap="round"
  161. stroke-linejoin="round">
  162. <path stroke="none" d="M0 0h24v24H0z"></path>
  163. <polyline points="5 12 3 12 12 3 21 12 19 12"></polyline>
  164. <path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7"></path>
  165. <path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6"></path>
  166. </svg>
  167. <span>Home</span>
  168. </a>
  169. </li>
  170. <li>
  171. <a href="https://demo.stack.jimmycai.com/archives/">
  172. <svg
  173. xmlns="http://www.w3.org/2000/svg"
  174. class="icon icon-tabler icon-tabler-archive"
  175. width="24"
  176. height="24"
  177. viewBox="0 0 24 24"
  178. stroke-width="2"
  179. stroke="currentColor"
  180. fill="none"
  181. stroke-linecap="round"
  182. stroke-linejoin="round">
  183. <path stroke="none" d="M0 0h24v24H0z"></path>
  184. <rect x="3" y="4" width="18" height="4" rx="2"></rect>
  185. <path d="M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10"></path>
  186. <line x1="10" y1="12" x2="14" y2="12"></line>
  187. </svg>
  188. <span>Archives</span>
  189. </a>
  190. </li>
  191. <li>
  192. <a href="https://demo.stack.jimmycai.com/search/">
  193. <svg
  194. xmlns="http://www.w3.org/2000/svg"
  195. class="icon icon-tabler icon-tabler-search"
  196. width="24"
  197. height="24"
  198. viewBox="0 0 24 24"
  199. stroke-width="2"
  200. stroke="currentColor"
  201. fill="none"
  202. stroke-linecap="round"
  203. stroke-linejoin="round">
  204. <path stroke="none" d="M0 0h24v24H0z"></path>
  205. <circle cx="10" cy="10" r="7"></circle>
  206. <line x1="21" y1="21" x2="15" y2="15"></line>
  207. </svg>
  208. <span>Search</span>
  209. </a>
  210. </li>
  211. <li>
  212. <a href="https://demo.stack.jimmycai.com/links/">
  213. <svg
  214. xmlns="http://www.w3.org/2000/svg"
  215. class="icon icon-tabler icon-tabler-link"
  216. width="24"
  217. height="24"
  218. viewBox="0 0 24 24"
  219. stroke-width="2"
  220. stroke="currentColor"
  221. fill="none"
  222. stroke-linecap="round"
  223. stroke-linejoin="round">
  224. <path stroke="none" d="M0 0h24v24H0z"></path>
  225. <path
  226. d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path>
  227. <path
  228. d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path>
  229. </svg>
  230. <span>Links</span>
  231. </a>
  232. </li>
  233. <li class="menu-bottom-section">
  234. <ol class="menu">
  235. <li id="dark-mode-toggle">
  236. <svg
  237. xmlns="http://www.w3.org/2000/svg"
  238. class="icon icon-tabler icon-tabler-toggle-left"
  239. width="24"
  240. height="24"
  241. viewBox="0 0 24 24"
  242. stroke-width="2"
  243. stroke="currentColor"
  244. fill="none"
  245. stroke-linecap="round"
  246. stroke-linejoin="round">
  247. <path stroke="none" d="M0 0h24v24H0z"></path>
  248. <circle cx="8" cy="12" r="2"></circle>
  249. <rect x="2" y="6" width="20" height="12" rx="6"></rect>
  250. </svg>
  251. <svg
  252. xmlns="http://www.w3.org/2000/svg"
  253. class="icon icon-tabler icon-tabler-toggle-right"
  254. width="24"
  255. height="24"
  256. viewBox="0 0 24 24"
  257. stroke-width="2"
  258. stroke="currentColor"
  259. fill="none"
  260. stroke-linecap="round"
  261. stroke-linejoin="round">
  262. <path stroke="none" d="M0 0h24v24H0z"></path>
  263. <circle cx="16" cy="12" r="2"></circle>
  264. <rect x="2" y="6" width="20" height="12" rx="6"></rect>
  265. </svg>
  266. <span>Dark Mode</span>
  267. </li>
  268. </ol>
  269. </li>
  270. </ol>
  271. </aside>
  272. <aside class="sidebar right-sidebar sticky">
  273. <form
  274. action="https://demo.stack.jimmycai.com/search/"
  275. class="search-form widget">
  276. <p>
  277. <label>Search</label>
  278. <input name="keyword" required="" placeholder="Type something..." />
  279. <button title="Search">
  280. <svg
  281. xmlns="http://www.w3.org/2000/svg"
  282. class="icon icon-tabler icon-tabler-search"
  283. width="24"
  284. height="24"
  285. viewBox="0 0 24 24"
  286. stroke-width="2"
  287. stroke="currentColor"
  288. fill="none"
  289. stroke-linecap="round"
  290. stroke-linejoin="round">
  291. <path stroke="none" d="M0 0h24v24H0z"></path>
  292. <circle cx="10" cy="10" r="7"></circle>
  293. <line x1="21" y1="21" x2="15" y2="15"></line>
  294. </svg>
  295. </button>
  296. </p>
  297. </form>
  298. <section class="widget archives">
  299. <div class="widget-icon">
  300. <svg
  301. xmlns="http://www.w3.org/2000/svg"
  302. class="icon icon-tabler icon-tabler-infinity"
  303. width="24"
  304. height="24"
  305. viewBox="0 0 24 24"
  306. stroke-width="2"
  307. stroke="currentColor"
  308. fill="none"
  309. stroke-linecap="round"
  310. stroke-linejoin="round">
  311. <path stroke="none" d="M0 0h24v24H0z"></path>
  312. <path
  313. d="M9.828 9.172a4 4 0 1 0 0 5.656 a10 10 0 0 0 2.172 -2.828a10 10 0 0 1 2.172 -2.828 a4 4 0 1 1 0 5.656a10 10 0 0 1 -2.172 -2.828a10 10 0 0 0 -2.172 -2.828"></path>
  314. </svg>
  315. </div>
  316. <h2 class="widget-title section-title">Archives</h2>
  317. <div class="widget-archive--list">
  318. <div class="archives-year">
  319. <a href="https://demo.stack.jimmycai.com/archives/#2023">
  320. <span class="year">2023</span>
  321. <span class="count">4</span>
  322. </a>
  323. </div>
  324. <div class="archives-year">
  325. <a href="https://demo.stack.jimmycai.com/archives/#2022">
  326. <span class="year">2022</span>
  327. <span class="count">1</span>
  328. </a>
  329. </div>
  330. </div>
  331. </section>
  332. <section class="widget tagCloud">
  333. <div class="widget-icon">
  334. <svg
  335. xmlns="http://www.w3.org/2000/svg"
  336. class="icon icon-tabler icon-tabler-hash"
  337. width="24"
  338. height="24"
  339. viewBox="0 0 24 24"
  340. stroke-width="2"
  341. stroke="currentColor"
  342. fill="none"
  343. stroke-linecap="round"
  344. stroke-linejoin="round">
  345. <path stroke="none" d="M0 0h24v24H0z"></path>
  346. <line x1="5" y1="9" x2="19" y2="9"></line>
  347. <line x1="5" y1="15" x2="19" y2="15"></line>
  348. <line x1="11" y1="4" x2="7" y2="20"></line>
  349. <line x1="17" y1="4" x2="13" y2="20"></line>
  350. </svg>
  351. </div>
  352. <h2 class="widget-title section-title">Categories</h2>
  353. <div class="tagCloud-tags">
  354. <a
  355. href="https://demo.stack.jimmycai.com/categories/example-category/"
  356. class="font_size_1">
  357. Example Category
  358. </a>
  359. <a
  360. href="https://demo.stack.jimmycai.com/categories/syntax/"
  361. class="font_size_1">
  362. Syntax
  363. </a>
  364. <a
  365. href="https://demo.stack.jimmycai.com/categories/themes/"
  366. class="font_size_1">
  367. Themes
  368. </a>
  369. </div>
  370. </section>
  371. <section class="widget tagCloud">
  372. <div class="widget-icon">
  373. <svg
  374. xmlns="http://www.w3.org/2000/svg"
  375. class="icon icon-tabler icon-tabler-tag"
  376. width="24"
  377. height="24"
  378. viewBox="0 0 24 24"
  379. stroke-width="2"
  380. stroke="currentColor"
  381. fill="none"
  382. stroke-linecap="round"
  383. stroke-linejoin="round">
  384. <path stroke="none" d="M0 0h24v24H0z"></path>
  385. <path
  386. d="M11 3L20 12a1.5 1.5 0 0 1 0 2L14 20a1.5 1.5 0 0 1 -2 0L3 11v-4a4 4 0 0 1 4 -4h4"></path>
  387. <circle cx="9" cy="9" r="2"></circle>
  388. </svg>
  389. </div>
  390. <h2 class="widget-title section-title">Tags</h2>
  391. <div class="tagCloud-tags">
  392. <a
  393. href="https://demo.stack.jimmycai.com/tags/css/"
  394. class="font_size_1">
  395. Css
  396. </a>
  397. <a
  398. href="https://demo.stack.jimmycai.com/tags/example-tag/"
  399. class="font_size_1">
  400. Example Tag
  401. </a>
  402. <a
  403. href="https://demo.stack.jimmycai.com/tags/html/"
  404. class="font_size_1">
  405. Html
  406. </a>
  407. <a
  408. href="https://demo.stack.jimmycai.com/tags/markdown/"
  409. class="font_size_1">
  410. Markdown
  411. </a>
  412. <a
  413. href="https://demo.stack.jimmycai.com/tags/themes/"
  414. class="font_size_1">
  415. Themes
  416. </a>
  417. </div>
  418. </section>
  419. </aside>
  420. <main class="main full-width">
  421. <section class="article-list">
  422. @foreach ($posts as $post)
  423. <article class="">
  424. <header class="article-header">
  425. <div class="article-details">
  426. <header class="article-category">
  427. <a href="https://demo.stack.jimmycai.com/categories/themes/">
  428. Themes
  429. </a>
  430. <a href="https://demo.stack.jimmycai.com/categories/syntax/">
  431. Syntax
  432. </a>
  433. </header>
  434. <div class="article-title-wrapper">
  435. <h2 class="article-title">
  436. <a
  437. href="{{ route('book.read', $post['uid']) }}">{{ $post->title }}</a>
  438. </h2>
  439. <h3 class="article-subtitle">
  440. {{ $post->summary }}
  441. </h3>
  442. </div>
  443. <footer class="article-time">
  444. <div>
  445. <svg
  446. xmlns="http://www.w3.org/2000/svg"
  447. class="icon icon-tabler icon-tabler-calendar-time"
  448. width="56"
  449. height="56"
  450. viewBox="0 0 24 24"
  451. stroke-width="2"
  452. stroke="currentColor"
  453. fill="none"
  454. stroke-linecap="round"
  455. stroke-linejoin="round">
  456. <path stroke="none" d="M0 0h24v24H0z"></path>
  457. <path
  458. d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4"></path>
  459. <circle cx="18" cy="18" r="4"></circle>
  460. <path d="M15 3v4"></path>
  461. <path d="M7 3v4"></path>
  462. <path d="M3 11h16"></path>
  463. <path d="M18 16.496v1.504l1 1"></path>
  464. </svg>
  465. <time class="article-time--published">{{ $post->formatted_updated_at }}</time>
  466. </div>
  467. <div>
  468. <svg
  469. xmlns="http://www.w3.org/2000/svg"
  470. class="icon icon-tabler icon-tabler-clock"
  471. width="24"
  472. height="24"
  473. viewBox="0 0 24 24"
  474. stroke-width="2"
  475. stroke="currentColor"
  476. fill="none"
  477. stroke-linecap="round"
  478. stroke-linejoin="round">
  479. <path stroke="none" d="M0 0h24v24H0z"></path>
  480. <circle cx="12" cy="12" r="9"></circle>
  481. <polyline points="12 7 12 12 15 15"></polyline>
  482. </svg>
  483. <time class="article-time--reading"> 3 minute read </time>
  484. </div>
  485. </footer>
  486. </div>
  487. </header>
  488. </article>
  489. @endforeach
  490. <article class="has-image">
  491. <header class="article-header">
  492. <div class="article-image">
  493. <a href="https://demo.stack.jimmycai.com/p/hello-world/">
  494. <img
  495. src="./Hugo Theme Stack Starter_files/cover_hu13459586684579990428.jpg"
  496. srcset="
  497. /p/hello-world/cover_hu13459586684579990428.jpg 800w,
  498. /p/hello-world/cover_hu3425483315149503896.jpg 1600w
  499. "
  500. width="800"
  501. height="534"
  502. loading="lazy"
  503. alt="Featured image of post Hello World" />
  504. </a>
  505. </div>
  506. <div class="article-details">
  507. <header class="article-category">
  508. <a
  509. href="https://demo.stack.jimmycai.com/categories/example-category/"
  510. style="background-color: #2a9d8f; color: #fff">
  511. Example Category
  512. </a>
  513. </header>
  514. <div class="article-title-wrapper">
  515. <h2 class="article-title">
  516. <a href="https://demo.stack.jimmycai.com/p/hello-world/">Hello World</a>
  517. </h2>
  518. <h3 class="article-subtitle">Welcome to Hugo Theme Stack</h3>
  519. </div>
  520. <footer class="article-time">
  521. <div>
  522. <svg
  523. xmlns="http://www.w3.org/2000/svg"
  524. class="icon icon-tabler icon-tabler-calendar-time"
  525. width="56"
  526. height="56"
  527. viewBox="0 0 24 24"
  528. stroke-width="2"
  529. stroke="currentColor"
  530. fill="none"
  531. stroke-linecap="round"
  532. stroke-linejoin="round">
  533. <path stroke="none" d="M0 0h24v24H0z"></path>
  534. <path
  535. d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4"></path>
  536. <circle cx="18" cy="18" r="4"></circle>
  537. <path d="M15 3v4"></path>
  538. <path d="M7 3v4"></path>
  539. <path d="M3 11h16"></path>
  540. <path d="M18 16.496v1.504l1 1"></path>
  541. </svg>
  542. <time class="article-time--published">Mar 06, 2022</time>
  543. </div>
  544. <div>
  545. <svg
  546. xmlns="http://www.w3.org/2000/svg"
  547. class="icon icon-tabler icon-tabler-clock"
  548. width="24"
  549. height="24"
  550. viewBox="0 0 24 24"
  551. stroke-width="2"
  552. stroke="currentColor"
  553. fill="none"
  554. stroke-linecap="round"
  555. stroke-linejoin="round">
  556. <path stroke="none" d="M0 0h24v24H0z"></path>
  557. <circle cx="12" cy="12" r="9"></circle>
  558. <polyline points="12 7 12 12 15 15"></polyline>
  559. </svg>
  560. <time class="article-time--reading"> 1 minute read </time>
  561. </div>
  562. </footer>
  563. </div>
  564. </header>
  565. </article>
  566. <article class="">
  567. <header class="article-header">
  568. <div class="article-details">
  569. <header class="article-category">
  570. <a href="https://demo.stack.jimmycai.com/categories/themes/">
  571. Themes
  572. </a>
  573. <a href="https://demo.stack.jimmycai.com/categories/syntax/">
  574. Syntax
  575. </a>
  576. </header>
  577. <div class="article-title-wrapper">
  578. <h2 class="article-title">
  579. <a
  580. href="https://demo.stack.jimmycai.com/p/markdown-syntax-guide/">Markdown Syntax Guide</a>
  581. </h2>
  582. <h3 class="article-subtitle">
  583. Sample article showcasing basic Markdown syntax and
  584. formatting for HTML elements.
  585. </h3>
  586. </div>
  587. <footer class="article-time">
  588. <div>
  589. <svg
  590. xmlns="http://www.w3.org/2000/svg"
  591. class="icon icon-tabler icon-tabler-calendar-time"
  592. width="56"
  593. height="56"
  594. viewBox="0 0 24 24"
  595. stroke-width="2"
  596. stroke="currentColor"
  597. fill="none"
  598. stroke-linecap="round"
  599. stroke-linejoin="round">
  600. <path stroke="none" d="M0 0h24v24H0z"></path>
  601. <path
  602. d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4"></path>
  603. <circle cx="18" cy="18" r="4"></circle>
  604. <path d="M15 3v4"></path>
  605. <path d="M7 3v4"></path>
  606. <path d="M3 11h16"></path>
  607. <path d="M18 16.496v1.504l1 1"></path>
  608. </svg>
  609. <time class="article-time--published">Sep 07, 2023</time>
  610. </div>
  611. <div>
  612. <svg
  613. xmlns="http://www.w3.org/2000/svg"
  614. class="icon icon-tabler icon-tabler-clock"
  615. width="24"
  616. height="24"
  617. viewBox="0 0 24 24"
  618. stroke-width="2"
  619. stroke="currentColor"
  620. fill="none"
  621. stroke-linecap="round"
  622. stroke-linejoin="round">
  623. <path stroke="none" d="M0 0h24v24H0z"></path>
  624. <circle cx="12" cy="12" r="9"></circle>
  625. <polyline points="12 7 12 12 15 15"></polyline>
  626. </svg>
  627. <time class="article-time--reading"> 3 minute read </time>
  628. </div>
  629. </footer>
  630. </div>
  631. </header>
  632. </article>
  633. <article class="has-image">
  634. <header class="article-header">
  635. <div class="article-image">
  636. <a href="https://demo.stack.jimmycai.com/p/image-gallery/">
  637. <img
  638. src="./Hugo Theme Stack Starter_files/2_hu3578945376017100738.jpg"
  639. srcset="
  640. /p/image-gallery/2_hu3578945376017100738.jpg 800w,
  641. /p/image-gallery/2_hu15750790370579438.jpg 1600w
  642. "
  643. width="800"
  644. height="1200"
  645. loading="lazy"
  646. alt="Featured image of post Image gallery" />
  647. </a>
  648. </div>
  649. <div class="article-details">
  650. <div class="article-title-wrapper">
  651. <h2 class="article-title">
  652. <a href="https://demo.stack.jimmycai.com/p/image-gallery/">Image gallery</a>
  653. </h2>
  654. <h3 class="article-subtitle">
  655. Create beautiful interactive image gallery using Markdown
  656. </h3>
  657. </div>
  658. <footer class="article-time">
  659. <div>
  660. <svg
  661. xmlns="http://www.w3.org/2000/svg"
  662. class="icon icon-tabler icon-tabler-calendar-time"
  663. width="56"
  664. height="56"
  665. viewBox="0 0 24 24"
  666. stroke-width="2"
  667. stroke="currentColor"
  668. fill="none"
  669. stroke-linecap="round"
  670. stroke-linejoin="round">
  671. <path stroke="none" d="M0 0h24v24H0z"></path>
  672. <path
  673. d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4"></path>
  674. <circle cx="18" cy="18" r="4"></circle>
  675. <path d="M15 3v4"></path>
  676. <path d="M7 3v4"></path>
  677. <path d="M3 11h16"></path>
  678. <path d="M18 16.496v1.504l1 1"></path>
  679. </svg>
  680. <time class="article-time--published">Aug 26, 2023</time>
  681. </div>
  682. <div>
  683. <svg
  684. xmlns="http://www.w3.org/2000/svg"
  685. class="icon icon-tabler icon-tabler-clock"
  686. width="24"
  687. height="24"
  688. viewBox="0 0 24 24"
  689. stroke-width="2"
  690. stroke="currentColor"
  691. fill="none"
  692. stroke-linecap="round"
  693. stroke-linejoin="round">
  694. <path stroke="none" d="M0 0h24v24H0z"></path>
  695. <circle cx="12" cy="12" r="9"></circle>
  696. <polyline points="12 7 12 12 15 15"></polyline>
  697. </svg>
  698. <time class="article-time--reading"> 1 minute read </time>
  699. </div>
  700. </footer>
  701. </div>
  702. </header>
  703. </article>
  704. <article class="has-image">
  705. <header class="article-header">
  706. <div class="article-image">
  707. <a href="https://demo.stack.jimmycai.com/p/shortcodes/">
  708. <img
  709. src="./Hugo Theme Stack Starter_files/cover_hu5876910065799140332.jpg"
  710. srcset="
  711. /p/shortcodes/cover_hu5876910065799140332.jpg 800w,
  712. /p/shortcodes/cover_hu14584859319700861491.jpg 1600w
  713. "
  714. width="800"
  715. height="533"
  716. loading="lazy"
  717. alt="Featured image of post Shortcodes" />
  718. </a>
  719. </div>
  720. <div class="article-details">
  721. <div class="article-title-wrapper">
  722. <h2 class="article-title">
  723. <a href="https://demo.stack.jimmycai.com/p/shortcodes/">Shortcodes</a>
  724. </h2>
  725. <h3 class="article-subtitle">
  726. Useful shortcodes that can be used in Markdown
  727. </h3>
  728. </div>
  729. <footer class="article-time">
  730. <div>
  731. <svg
  732. xmlns="http://www.w3.org/2000/svg"
  733. class="icon icon-tabler icon-tabler-calendar-time"
  734. width="56"
  735. height="56"
  736. viewBox="0 0 24 24"
  737. stroke-width="2"
  738. stroke="currentColor"
  739. fill="none"
  740. stroke-linecap="round"
  741. stroke-linejoin="round">
  742. <path stroke="none" d="M0 0h24v24H0z"></path>
  743. <path
  744. d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4"></path>
  745. <circle cx="18" cy="18" r="4"></circle>
  746. <path d="M15 3v4"></path>
  747. <path d="M7 3v4"></path>
  748. <path d="M3 11h16"></path>
  749. <path d="M18 16.496v1.504l1 1"></path>
  750. </svg>
  751. <time class="article-time--published">Aug 25, 2023</time>
  752. </div>
  753. <div>
  754. <svg
  755. xmlns="http://www.w3.org/2000/svg"
  756. class="icon icon-tabler icon-tabler-clock"
  757. width="24"
  758. height="24"
  759. viewBox="0 0 24 24"
  760. stroke-width="2"
  761. stroke="currentColor"
  762. fill="none"
  763. stroke-linecap="round"
  764. stroke-linejoin="round">
  765. <path stroke="none" d="M0 0h24v24H0z"></path>
  766. <circle cx="12" cy="12" r="9"></circle>
  767. <polyline points="12 7 12 12 15 15"></polyline>
  768. </svg>
  769. <time class="article-time--reading"> 1 minute read </time>
  770. </div>
  771. </footer>
  772. </div>
  773. </header>
  774. </article>
  775. <article class="">
  776. <header class="article-header">
  777. <div class="article-details">
  778. <div class="article-title-wrapper">
  779. <h2 class="article-title">
  780. <a
  781. href="https://demo.stack.jimmycai.com/p/math-typesetting/">Math Typesetting</a>
  782. </h2>
  783. <h3 class="article-subtitle">Math typesetting using KaTeX</h3>
  784. </div>
  785. <footer class="article-time">
  786. <div>
  787. <svg
  788. xmlns="http://www.w3.org/2000/svg"
  789. class="icon icon-tabler icon-tabler-calendar-time"
  790. width="56"
  791. height="56"
  792. viewBox="0 0 24 24"
  793. stroke-width="2"
  794. stroke="currentColor"
  795. fill="none"
  796. stroke-linecap="round"
  797. stroke-linejoin="round">
  798. <path stroke="none" d="M0 0h24v24H0z"></path>
  799. <path
  800. d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4"></path>
  801. <circle cx="18" cy="18" r="4"></circle>
  802. <path d="M15 3v4"></path>
  803. <path d="M7 3v4"></path>
  804. <path d="M3 11h16"></path>
  805. <path d="M18 16.496v1.504l1 1"></path>
  806. </svg>
  807. <time class="article-time--published">Aug 24, 2023</time>
  808. </div>
  809. <div>
  810. <svg
  811. xmlns="http://www.w3.org/2000/svg"
  812. class="icon icon-tabler icon-tabler-clock"
  813. width="24"
  814. height="24"
  815. viewBox="0 0 24 24"
  816. stroke-width="2"
  817. stroke="currentColor"
  818. fill="none"
  819. stroke-linecap="round"
  820. stroke-linejoin="round">
  821. <path stroke="none" d="M0 0h24v24H0z"></path>
  822. <circle cx="12" cy="12" r="9"></circle>
  823. <polyline points="12 7 12 12 15 15"></polyline>
  824. </svg>
  825. <time class="article-time--reading"> 1 minute read </time>
  826. </div>
  827. </footer>
  828. </div>
  829. </header>
  830. </article>
  831. </section>
  832. <footer class="site-footer">
  833. <section class="copyright">
  834. © 2020 - 2025 Hugo Theme Stack Starter
  835. </section>
  836. <section class="powerby">
  837. Built with
  838. <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a>
  839. <br />
  840. Theme
  841. <b><a
  842. href="https://github.com/CaiJimmy/hugo-theme-stack"
  843. target="_blank"
  844. rel="noopener"
  845. data-version="3.30.0">Stack</a></b>
  846. designed by
  847. <a href="https://jimmycai.com/" target="_blank" rel="noopener">Jimmy</a>
  848. </section>
  849. </footer>
  850. </main>
  851. </div>
  852. <script
  853. src="{{ URL::asset('assets/js/blog/vibrant.min.js') }}"
  854. integrity="sha256-awcR2jno4kI5X0zL8ex0vi2z+KMkF24hUW8WePSA9HM="
  855. crossorigin="anonymous"></script>
  856. <script
  857. type="text/javascript"
  858. src="{{ URL::asset('assets/js/blog/main.1e9a3bafd846ced4c345d084b355fb8c7bae75701c338f8a1f8a82c780137826.js') }}"
  859. defer=""></script>
  860. <script>
  861. (function() {
  862. const customFont = document.createElement("link");
  863. customFont.href =
  864. "https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap";
  865. customFont.type = "text/css";
  866. customFont.rel = "stylesheet";
  867. document.head.appendChild(customFont);
  868. })();
  869. </script>
  870. </body>
  871. </html>