baseURL = 'https://drafts.jamesbrechtel.com/' languageCode = 'en-us' title = 'james brechtel' theme = 'dark-theme-editor' # Support Taxonomies [taxonomies] author = "James brechtel" tag = "tags" category = "categories" _merge = "deep" [markup.goldmark.renderer] unsafe = true # Theme parameters [params] # Parameters applied in HTML [params.site] # Website ICON faviconUrl = "" # Do you have any CSS in local? List them in an array. # They should be placed inside "/assets" dir. # Please list your files relative to the /assets directory. # Glob pattern is acceptable # If only a few pages need the extra style files, list them in the page metadata. localCss = [] # Do you need to add any external CSS? List their URL in an array. # If only a few pages need the extra style files, list them in the page metadata. # These URLs will be inserted into tags directly without any check. externalCss = [] # Like the one above, but this will download a local copy and combine it with # other CSS files into a single file while in production mode. externalCssDownload = [] # Do you have any script in local? List them in an array. # They should be placed inside "/assets" dir. # Please list your files relative to the /assets directory. # Glob pattern is acceptable # If only a few pages need the extra script files, list them in the page metadata. localJs = [] # Do you have any external Script need to add on? List their URL in an array. # If only a few pages need the extra script files, list them in the page metadata. # These URLs will be inserted into