github.com/ronaksoft/rony@v0.16.26-0.20230807065236-1743dbfe6959/docs/config.toml (about)

     1  baseURL = "https://rony.ronaksoft.com"
     2  title   = "Rony's Wiki"
     3  languageCode = "en-us"
     4  theme = "hello-friend-ng"
     5  
     6  PygmentsCodeFences = true
     7  PygmentsStyle = "monokai"
     8  
     9  paginate  = 10
    10  rssLimit  = 10  # Maximum number of items in the RSS feed.
    11  copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template.
    12  
    13  # googleAnalytics = ""
    14  # disqusShortname = ""
    15  
    16  archetypeDir = "archetypes"
    17  contentDir   = "content"
    18  dataDir      = "data"
    19  layoutDir    = "layouts"
    20  publishDir   = "public"
    21  
    22  buildDrafts  = false
    23  buildFuture  = false
    24  buildExpired = false
    25  canonifyURLs = true
    26  
    27  enableRobotsTXT = true
    28  enableGitInfo   = false
    29  enableEmoji     = true
    30  enableMissingTranslationPlaceholders = false
    31  disableRSS     = false
    32  disableSitemap = false
    33  disable404     = false
    34  disableHugoGeneratorInject = false
    35  
    36  [permalinks]
    37  posts = "/posts/:year/:month/:title/"
    38  
    39  [author]
    40  name = "Ehsan N. Moosa"
    41  
    42  [blackfriday]
    43  hrefTargetBlank = true
    44  
    45  [taxonomies]
    46  tag      = "tags"
    47  category = "categories"
    48  series   = "series"
    49  
    50  [params]
    51  dateform        = "Jan 2, 2006"
    52  dateformShort   = "Jan 2"
    53  dateformNum     = "2006-01-02"
    54  dateformNumTime = "2006-01-02 15:04"
    55  
    56  # Metadata mostly used in document's head
    57  #
    58  description = "Fast and Scalabe RPC Framework"
    59  keywords = ""
    60  images = [""]
    61  
    62  # Home subtitle of the index page.
    63  #
    64  homeSubtitle = ""
    65  
    66  # Set a background for the homepage
    67  # backgroundImage = "assets/images/background.jpg"
    68  
    69  # Prefix of link to the git commit detail page. GitInfo must be enabled.
    70  #
    71  # gitUrl = ""
    72  
    73  # Set disableReadOtherPosts to true in order to hide the links to other posts.
    74  #
    75  disableReadOtherPosts = false
    76  
    77  # Enable theme toggle
    78  #
    79  # This options enables the theme toggle for the theme.
    80  # Per default, this option is off.
    81  # The theme is respecting the prefers-color-scheme of the operating systeme.
    82  # With this option on, the page user is able to set the scheme he wants.
    83  enableThemeToggle = true
    84  
    85  # Sharing buttons
    86  #
    87  # There are a lot of buttons preconfigured. If you want to change them,
    88  # generate the buttons here: https://sharingbuttons.io
    89  # and add them into your own `layouts/partials/sharing-buttons.html`
    90  #
    91  enableSharingButtons = true
    92  
    93  # Integrate Javascript files or stylesheets by adding the url to the external assets or by
    94  # linking local files with their path relative to the static folder, e.g. "css/styles.css"
    95  #
    96  customCSS = []
    97  customJS  = []
    98  
    99  # Toggle this option need to rebuild SCSS, requires extended version of Hugo
   100  #
   101  justifyContent = false  # Set "text-align: justify" to .post-content.
   102  
   103  # Custom footer
   104  # If you want, you can easily override the default footer with your own content.
   105  #
   106  [params.footer]
   107  trademark = true
   108  rss = true
   109  copyright = true
   110  author = true
   111  
   112  topText = []
   113  bottomText = [
   114      "Powered by <a href=\"http://gohugo.io\">Hugo</a>",
   115  ]
   116  
   117  # Colors for favicons
   118  #
   119  [params.favicon.color]
   120  mask = "#1b1c1d"
   121  msapplication = "#1b1c1d"
   122  theme = "#1b1c1d"
   123  
   124  [params.logo]
   125  logoMark     = ">"
   126  logoText     = "$ cd /home/"
   127  logoHomeLink = "/"
   128  # Set true to remove the logo cursor entirely.
   129  # logoCursorDisabled = false
   130  # Set to a valid CSS color to change the cursor in the logo.
   131  # logoCursorColor    = "#67a2c9"
   132  # Set to a valid CSS time value to change the animation duration, "0s" to disable.
   133  # logoCursorAnimate  = "2s"
   134  
   135  # Commento is more than just a comments widget you can embed —
   136  # it’s a return to the roots of the internet.
   137  # An internet without the tracking and invasions of privacy.
   138  # An internet that is simple and lightweight.
   139  # An internet that is focused on interesting discussions, not ads.
   140  # A better internet.
   141  # Uncomment this to enable Commento.
   142  #
   143  # [params.commento]
   144  #   url = ""
   145  
   146  # Uncomment this if you want a portrait on your start page
   147  #
   148  # [params.portrait]
   149  #   path     = "/img/image.jpg"
   150  #   alt      = "Portrait"
   151  #   maxWidth = "50px"
   152  
   153  # Social icons
   154  [[params.social]]
   155  name = "twitter"
   156  url  = "https://twitter.com/"
   157  
   158  [[params.social]]
   159  name = "email"
   160  url  = "mailto:nobody@example.com"
   161  
   162  [[params.social]]
   163  name = "github"
   164  url  = "https://github.com/"
   165  
   166  [[params.social]]
   167  name = "linkedin"
   168  url  = "https://www.linkedin.com/"
   169  
   170  [[params.social]]
   171  name = "stackoverflow"
   172  url  = "https://www.stackoverflow.com/"
   173  
   174  [languages]
   175  [languages.en]
   176  subtitle  = "Hello Friend NG Theme"
   177  weight    = 1
   178  copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
   179  
   180  [languages.fr]
   181  subtitle  = "Hello Friend NG Theme"
   182  weight    = 2
   183  copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
   184  
   185  #[menu]
   186  #[[menu.main]]
   187  #identifier = "about"
   188  #name       = "About"
   189  #url        = "about/"
   190  #[[menu.main]]
   191  #identifier = "posts"
   192  #name       = "Posts"
   193  #url        = "posts/"