Hansanghyeon / console-engine

hugo super simeple theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

console-engine Twin examples

매우 심플

development

make hugo-server

install

npx degit https://github.com/Hansanghyeon/console-engine/packages/theme console-engine

테마설정 (option)

# config.toml
[markup]
  [markup.highlight]
    anchorLineNos = false
    codeFences = true
    guessSyntax = false
    hl_Lines = ''
    hl_inline = false
    lineAnchors = ''
    lineNoStart = 1
    lineNos = false
    lineNumbersInTable = true
    noClasses = true
    noHl = false
    style = 'dracula'
    tabWidth = 2

About

hugo super simeple theme


Languages

Language:CSS 99.2%Language:HTML 0.5%Language:JavaScript 0.2%Language:TypeScript 0.1%Language:Makefile 0.0%Language:SCSS 0.0%