site

personal website, served at mordaunt.dev/site
Log | Files | Refs

theme.toml (619B)


      1 name = "Coder"
      2 license = "MIT"
      3 licenselink = "https://github.com/luizdepra/hugo-coder/blob/master/LICENSE.md"
      4 description = "A simple and clean blog theme for Hugo"
      5 homepage = "https://github.com/luizdepra/hugo-coder/"
      6 demosite = "https://hugo-coder.netlify.app/"
      7 tags = [
      8   "blog",
      9   "minimal",
     10   "minimalist",
     11   "responsive",
     12   "simple",
     13   "clean",
     14   "personal",
     15   "light",
     16   "dark",
     17   "dark mode"
     18 ]
     19 features = [
     20   "analytics",
     21   "favicon",
     22   "multilingual",
     23   "pagination",
     24   "single-column",
     25   "syntax-highlighting"
     26 ]
     27 min_version = "0.124.0"
     28 
     29 [author]
     30 name = "Luiz F. A. de PrĂ¡"
     31 homepage = "https://luizdepra.com"