Note that the main branch is in development stage, UI or configuration may vary.
Features Dark mode Multilingual mode Code highlighting - VSCode dark+ Math - KaTeX Flowcharts - Mermaid Comment - Disqus, Utterances, Giscus Google analytics External link RSS Usage Before using Minima, make sure you’ve got Hugo (extended version) installed on your device."><metaproperty="og:type"content="article"><metaproperty="og:url"content="https://mivinci.github.io/hugo-theme-minima/about/"><metaproperty="article:section"content><metaproperty="article:published_time"content="2019-07-10T11:24:06+08:00"><metaproperty="article:modified_time"content="2019-07-10T11:24:06+08:00"><metaname=twitter:cardcontent="summary"><metaname=twitter:titlecontent="About"><metaname=twitter:descriptioncontent="AcleanandminimalHugothemeportingfromHexoMinima.Checkouttheexamplesite.
Note that the main branch is in development stage, UI or configuration may vary.
Features Dark mode Multilingual mode Code highlighting - VSCode dark+ Math - KaTeX Flowcharts - Mermaid Comment - Disqus, Utterances, Giscus Google analytics External link RSS Usage Before using Minima, make sure you’ve got Hugo (extended version) installed on your device."><metaname=theme-colormedia="(prefers-color-scheme: light)"content="#ffffff"><metaname=theme-colormedia="(prefers-color-scheme: dark)"content="#262d33"><title>Hugo on Minima - About</title><linkrel="shortcut icon"href=/hugo-theme-minima/favicon.icotype=image/x-icon><linkrel=stylesheethref=/hugo-theme-minima/minima.css><scriptdefertype=text/javascriptsrc=/hugo-theme-minima/minima.js></script></head><script>constdefault_theme_config='sand',default_light_theme=default_theme_config==='system'?'light':default_theme_config;letdefault_theme=window.matchMedia('(prefers-color-scheme: dark)').matches?'dark':default_light_theme;try{consta=localStorage.getItem('theme');a&&(default_theme=a===default_light_theme?a:default_light_theme),localStorage.setItem('theme',default_theme),window.minima_theme=default_theme,document.querySelector('html').classList.add(default_theme)}catch(a){console.error(a)}</script><body><headerclass="mt-3 mb-6"><divclass="container mx-auto"><navclass="flex justify-between items-center"><divclass="flex items-center"><divid=theme-switchclass="text-3xl cursor-pointer">🌝</div></div><ulclass="flexitems-centertext-basefont-bold
whitespace-nowrap overflow-x-auto overflow-y-hidden"><liclass="ml-2 mr-2"><ahref=/hugo-theme-minima/tags>Tags</a></li><liclass="ml-2 mr-2"><ahref=/hugo-theme-minima/series>Series</a></li></ul><ulclass="flex item-center text-sm font-bold"><liclass=ml-2><ahref=https://mivinci.github.io/hugo-theme-minima/>EN</a></li><liclass=ml-2><ahref=https://mivinci.github.io/hugo-theme-minima/zh-cn/>简中</a></li></ul></nav></div></header><divclass="container mx-auto"><h1class="text-4xl font-extrabold mt-6 mb-6">About</h1><divclass="mb-3 text-sm flex justify-between"><div>Post at — Jul 10, 2019</div></div><mainclass=mb-8><p></p><articleclass=md><p>A clean and minimal Hugo theme porting from <ahref=https://github.com/adisaktijrs/hexo-theme-minima>Hexo Minima</a>. Check out the <ahref=https://mivinci.github.io/hugo-theme-minima>example site</a>.</p><p><imgsrc=./images/tn.pngalt=screenshot></p><blockquote><p>Note that the main branch is in development stage, UI or configuration may vary.</p></blockquote><h2id=features>Features</h2><ul><li><inputcheckeddisabledtype=checkbox> Dark mode</li><li><inputcheckeddisabledtype=checkbox> Multilingual mode</li><li><inputcheckeddisabledtype=checkbox> Code highlighting - VSCode dark+</li><li><inputcheckeddisabledtype=checkbox> Math - KaTeX</li><li><inputcheckeddisabledtype=checkbox> Flowcharts - Mermaid</li><li><inputcheckeddisabledtype=checkbox> Comment - Disqus, Utterances, Giscus</li><li><inputcheckeddisabledtype=checkbox> Google analytics</li><li><inputcheckeddisabledtype=checkbox> External link</li><li><inputcheckeddisabledtype=checkbox> RSS</li></ul><h2id=usage>Usage</h2><p>Before using Minima, make sure you’ve got Hugo (extended version) installed on your device.</p><h3id=installation>Installation</h3><p>You can use either <code>git submodule</code> or <code>git clone</code> to fetch this theme into the directory where Hugo places themes.</p><h4id=git-submodule>Git Submodule</h4><divclass=highlight><divclass=chroma><tableclass=lntable><tr><tdclass=lntd><preclass=chroma><code><spanclass=lnt>1