Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
ishXD committed Jun 24, 2024
1 parent f240ba8 commit bf36102
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ paginate = 10
rssLimit = 10
canonifyURLs = true

PygmentsCodeFences = true
PygmentsStyle = "onedark"


[author]
name = "Isjaya"

Expand Down Expand Up @@ -90,3 +94,13 @@ canonifyURLs = true
name = "./about"
url = "/about"

[markup.highlight]
codeFences = true
guessSyntax = true
hl_Lines = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
style = 'monokai'
tabWidth = 4
noClasses = false

0 comments on commit bf36102

Please sign in to comment.