title = "Let's Encrypt" contentDir = "content/en" #The name of the language, it that language is not English languageName = "English" #The language code. Usually two lower-case letters. It that language is spoken in more than one country, the country-code can be added, uppercase. To check it: https://r12a.github.io/app-subtags/?check=pt-BR languageCode = "en-US" # Weight used for sorting. # 10 for English # Other languages from 100 to 999, alphabetical order using languageCode weight = 10 [params] #if colon ":" must be prefixed with a space : " " (example in [fr]) beforeColon = "" description = """ Let's Encrypt is a free, automated, and open Certificate Authority brought to you by the nonprofit Internet Security Research Group (ISRG). Read all about our nonprofit work this year in our 2024 Annual Report. """ # PayPal image url from https://www.paypal.com/donate/buttons/unhosted paypalDonateImage = "https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" # A country where PayPal has support for the language must be chosen. Click a Donate button and modify the GET parameters "country.x" and "locale.x" to find what is supported. paypalCountry = "US" # Number format : || # Ex. for -1 2345.67 -> "-|.| " # Doc: https://gohugo.io/functions/numfmt/ numberFormat = "-|.|," viewInThatLanguage = "View in English"