replace new website

This commit is contained in:
P小二
2024-01-15 22:42:51 +08:00
parent 37acfa34c6
commit e34de7b513
72 changed files with 198 additions and 8826 deletions

45
config.toml Normal file
View File

@@ -0,0 +1,45 @@
baseURL = "https://flypython.com"
languageCode = "en-us"
title = "flyptthon"
disableKinds = ["sitemap", "RSS"]
theme = "reveal-hugo"
# theme = "."
# themesDir = "../"
# uncomment for browsing at file:///
# relativeURLs = true
# uglyURLs = true
[author]
name = "Josh Dzielak"
# currently only the unsafe mode for goldmark is supported
[markup.goldmark.renderer]
unsafe = true
# choose between Hugo compile-time or Highlight.js
# syntax highlighting for code inside of code fences
[markup.highlight]
codeFences = false # use highlight.js
# codeFences = true # use hugo highlighting at compile time
style = "tango" # set a style for hugo highlighting
[outputFormats.Reveal]
baseName = "index"
mediaType = "text/html"
isHTML = true
[params.reveal_hugo]
history = true
# used in content/template-example
[params.reveal_hugo.templates.grey]
background = "#424242"
transition = "convex"
[module]
# needs hugo v0.109.0 or higher and go 1.18 or higher:
# uncomment line below for local development of module
# workspace = "hugo.work"