# ------------------------------------------------------------------------------ # ~/_data/j1_config.yml # Template specific configuration data for J1 Template global settings # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # ------------------------------------------------------------------------------ # ============================================================================== # 1. URL configuration # # ------------------------------------------------------------------------------ # # All links will be name-spaced by base_path if defined. # Links in your website should always be prefixed with {{base_path}} # however this value will be dynamically changed depending on your # deployment situation. # # CNAME (http://yourcustomdomain.com) # DO NOT SET base_path # (url's will be prefixed with "/" and work relatively) # # GitHub Pages (http://username.github.io) # DO NOT SET base_path # (url's will be prefixed with "/" and work relatively) # # GitHub Project Pages (http://username.github.io/project-name) # # A GitHub Project site exists in the `gh-pages` branch of one of # your repositories. # REQUIRED! Set base_path to: http://username.github.io/project-name # # CAUTION: # - When in localhost, your site will run from root "/" regardless # of base_path # - Only the following values are falsy: ["", null, false] # - When setting base_path it must be a valid url. # This means always setting the protocol (http|https) or # prefixing with "/" # #base_path: # By default, the asset_path is automatically defined relative to # base_path plus the enabled theme, e.g # # [base_path]/assets/themes/[THEME-NAME] # # e.g. /assets/themes/bootstrap # # Override this by defining an absolute path to assets here. # ex: # http://s3.amazonaws.com/yoursite/themes/watermelon/assets # asset_path: /assets/themes/j1 app_path: /assets/apps image_path: /assets/images # These paths are to the main pages J1 ships with. # Some template helpers refer to these paths # #pages_path: /builder/pages archive_path: /builder/posts/timeline categories_path: /builder/categories tags_path: /builder/tags #atom_path: /atom.xml #rss_path: /rss.xml # ------------------------------------------------------------------------- # HTML Pretty Print # prettify: true # ============================================================================== # 2. FRAMEWORK configuration # # ------------------------------------------------------------------------------ # # ------------------------------------------------------------------------- # BOOTSTRAP framework settings # bootstrap: tooltips: true popovers: true default_theme: uno # ------------------------------------------------------------------------- # Font AweSome settings # fa: color: default # ------------------------------------------------------------------------- # Body style settings # body: background-color: md_gray_50 font-color: md_gray_900 # default font-size: 1em font-weight: 400 line-height: 1.5 # ============================================================================== # 3. CONNECTOR configuration # # ------------------------------------------------------------------------------ # ------------------------------------------------------------------------- # COMMENT connector settings # # Set 'provider' to the comment provider you want to use. # Set 'provider' to false to turn commenting off globally. # # short_name: your-disqus-short-name (w/o disqus.com) # comment: active_feeds: true provider: disqus disqus: short_name: jekyll-one flicker_timeout: 200 livefyre: site_id: 123 intensedebate: account: 123abc facebook: appid: 123 num_posts: 5 width: 580 colorscheme: light # ------------------------------------------------------------------------- # ANALYTICS connector settings # # Set 'provider' to the analytics provider you want to use. # Set 'provider' to false to turn analytics off globally. # analytics: enabled: false provider: false google: tracking_id: 'UA-***' googleUA: tracking_id: 'UA-***' property_name: 'PROPERTY NAME' getclicky: site_id: mixpanel: token: '_MIXPANEL_TOKEN_' piwik: baseURL: 'myserver.tld/piwik' # Piwik installation address (without protocol) idsite: '1' # ------------------------------------------------------------------------- # SHARING connector settings # # Settings for sharing helper. Sharing is for things like tweet, plusone, # like, reddit buttons etc. Set 'provider' to the sharing provider you # want to use. Set 'provider' to false to turn sharing off globally. # sharing: provider: false # ------------------------------------------------------------------------- # OTHER connector settings # # Settings for all other include helpers can be defined by creating # a hash with key named for the given helper. ex: # # pages_list : # provider : "custom" # # Setting any helper's provider to 'custom' will bypass the helper code # and include your custom code. Your custom file must be defined at: # ./_includes/custom/[HELPER] # where [HELPER] is the name of the helper you are overriding. # # ============================================================================== # 4. Typography settings # # ------------------------------------------------------------------------------ typography: rtext: true rtext_size: 300 # ============================================================================== # 5. SASS and CSS configuration # # ------------------------------------------------------------------------------ # custom_theme: custom_scss: false custom_css: false