This commit is contained in:
Mivinci 2021-08-29 07:19:58 +00:00
parent 4d042afca3
commit 45afd9e626
17 changed files with 19 additions and 19 deletions

View file

@ -1,4 +1,4 @@
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta property="og:title" content="Instruction"><meta property="og:description" content="A Clean and minimal Hugo theme porting from Minima on Hexo. [Click me](https://h.xjj.pub/) to take a look at the demo site."><meta property="og:type" content="article"><meta property="og:url" content="http://h.xjj.pub/instruction/"><meta property="article:section" content><meta property="article:published_time" content="2021-07-19T10:52:59+08:00"><meta property="article:modified_time" content="2021-07-19T10:52:59+08:00"><meta name=twitter:card content="summary"><meta name=twitter:title content="Instruction"><meta name=twitter:description content="A Clean and minimal Hugo theme porting from Minima on Hexo. [Click me](https://h.xjj.pub/) to take a look at the demo site."><meta name=theme-color media="(prefers-color-scheme: light)" content="#ffffff"><meta name=theme-color media="(prefers-color-scheme: dark)" content="#262d33"><title>Hi Folks - Instruction</title><link rel="shortcut icon" href=/favicon.ico type=image/x-icon><link rel=preconnect href=https://fonts.googleapis.com><link rel=preconnect href=https://fonts.gstatic.com crossorigin><link href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600;700&display=swap" rel=stylesheet><link rel=stylesheet href=/minima.1630049232.css><script defer type=text/javascript src=/minima.1630049232.js></script></head><script>try{'theme'in localStorage||(localStorage.theme=window.matchMedia('(prefer-color-scheme: dark)').matches?'dark':'light'),document.querySelector('html').classList.add(localStorage.theme)}catch(a){console.error(a)}</script><body><header><h1 class="row gap-1 nowrap"><div id=theme-switcher class="btn lg-1"></div>Hi Folks</h1><nav class=row><a class=mr-1 href=/>Home</a>
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta property="og:title" content="Instruction"><meta property="og:description" content="A Clean and minimal Hugo theme porting from Minima on Hexo. [Click me](https://h.xjj.pub/) to take a look at the demo site."><meta property="og:type" content="article"><meta property="og:url" content="http://h.xjj.pub/instruction/"><meta property="article:section" content><meta property="article:published_time" content="2021-07-19T10:52:59+08:00"><meta property="article:modified_time" content="2021-07-19T10:52:59+08:00"><meta name=twitter:card content="summary"><meta name=twitter:title content="Instruction"><meta name=twitter:description content="A Clean and minimal Hugo theme porting from Minima on Hexo. [Click me](https://h.xjj.pub/) to take a look at the demo site."><meta name=theme-color media="(prefers-color-scheme: light)" content="#ffffff"><meta name=theme-color media="(prefers-color-scheme: dark)" content="#262d33"><title>Hi Folks - Instruction</title><link rel="shortcut icon" href=/favicon.ico type=image/x-icon><link rel=preconnect href=https://fonts.googleapis.com><link rel=preconnect href=https://fonts.gstatic.com crossorigin><link href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600;700&display=swap" rel=stylesheet><link rel=stylesheet href=/minima.1630221597.css><script defer type=text/javascript src=/minima.1630221597.js></script></head><script>try{'theme'in localStorage||(localStorage.theme=window.matchMedia('(prefer-color-scheme: dark)').matches?'dark':'light'),document.querySelector('html').classList.add(localStorage.theme)}catch(a){console.error(a)}</script><body><header><h1 class="row gap-1 nowrap"><div id=theme-switcher class="btn lg-1"></div>Hi Folks</h1><nav class=row><a class=mr-1 href=/>Home</a>
<a class=mr-1 href=/categories>Categories</a>
<a class=mr-1 href=/series>Series</a>
<a class=mr-1 href=/about>About</a></nav><hr></header><main><h1>Instruction</h1><div class="sm-1 mtb-1">Posted at &mdash; Jul 19, 2021</div><p>A Clean and minimal Hugo theme porting from Minima on Hexo. <a href=https://h.xjj.pub/>Click me</a> to take a look at the demo site.</p><article class=md><h2 id=features>Features</h2><ul><li><input checked disabled type=checkbox> Light/dark mode</li><li><input checked disabled type=checkbox> Code Hightlight</li><li><input checked disabled type=checkbox> KaTeX</li><li><input checked disabled type=checkbox> Mermaid</li><li><input checked disabled type=checkbox> Google analytics</li><li><input checked disabled type=checkbox> Disqus/OvO comments</li><li><input checked disabled type=checkbox> Optional ToC</li></ul><h2 id=usage>Usage</h2><p>Before using Minima, make sure you&rsquo;ve got Hugo(v0.41.0 or higher) installed on your device.</p><h3 id=installation>Installation</h3><p>Suppose <code>blog</code> is where you place your sources.</p><div class=highlight><div class=chroma><table class=lntable><tr><td class=lntd><pre class=chroma><code><span class=lnt>1