blog

Log | Files | Refs

theme.toml (1392B)


      1 # theme.toml template for a Hugo theme
      2 # See https://github.com/gohugoio/hugoThemes#themetoml for an example
      3 
      4 name = "PaperMod"
      5 license = "MIT"
      6 licenselink = "https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE"
      7 description = "A fast, clean, responsive Hugo theme"
      8 homepage = "https://github.com/adityatelange/hugo-PaperMod/"
      9 demosite = "https://adityatelange.github.io/hugo-PaperMod/"
     10 tags = [
     11   "responsive",
     12   "blog",
     13   "clean",
     14   "minimal",
     15   "light",
     16   "dark",
     17   "fast",
     18   "multilingual",
     19   "search",
     20   "seo",
     21   "chroma",
     22   "personal"
     23 ]
     24 features = [
     25   "responsive",
     26   "single-column",
     27   "blog",
     28   "cover-image",
     29   "table-of-contents",
     30   "opengraph",
     31   "twitter-cards",
     32   "favicon",
     33   "archive",
     34   "share-icons",
     35   "cover",
     36   "multilingual",
     37   "social-icons",
     38   "minified-assets",
     39   "theme-toggle",
     40   "menu-location-indicator",
     41   "scroll-to-top",
     42   "search",
     43   "breadcrumbs",
     44   "reading-time",
     45   "word-count",
     46   "code-copy",
     47   "comments",
     48   "edit-post",
     49   "canonical-link",
     50   "profile-mode",
     51   "home-info-mode",
     52   "related-posts",
     53   "rss",
     54   "multiple-authors",
     55   "post-nav-links"
     56 ]
     57 min_version = "0.146.0"
     58 
     59 [author]
     60   name = "Aditya Telange"
     61   homepage = "https://github.com/adityatelange"
     62 
     63 # If porting an existing theme
     64 [original]
     65   name = "Paper"
     66   author = "nanxiaobei"
     67   homepage = "https://github.com/nanxiaobei"
     68   repo = "https://github.com/nanxiaobei/hugo-paper/"