# SITE CONFIGURATION baseurl: "/Type-on-Strap" url: "https://sylhare.github.io" # THEME-SPECIFIC CONFIGURATION title: Type on Strap # site's title description: "A website with blog posts and pages" # used by search engines avatar: assets/img/triangle.png # Empty for no avatar in navbar favicon: assets/favicon.ico # Icon displayed in the tab # Header and footer text header_text: Change header_text in _config.yml # Change Blog header text header_feature_image: assets/img/header/triangular.jpeg header_feature_image_responsive: true footer_text: > Powered by Jekyll with Type on Strap # Blog excerpt: true # Or "truncate" (first 250 characters), "false" to disable post_navigation: true color_image: /assets/img/lineart.png # A bit transparent for color posts. # Features # More in the _data folder for comments, share buttons, author and language # For layout customization, go to the "_sass > base" folder, and check "_variables.scss" katex: true # Enable if using math markup mermaid: default # Enable mermaid-js for diagrams, use theme: base, forest, dark, default, neutral google_analytics: # Measurement ID, e.g. "G-00000" cookie_consent: false # To respect the usage of cookies color_theme: auto # auto, dark or light # PAGINATION paginate: 5 paginate_path: "/blog/page:num" # PORTFOLIO collections: portfolio: output: true permalink: /:collection/:name # BUILD SETTINGS sass: style: compressed quiet_deps: true plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-feed] exclude: - ".idea" - ".jekyll-cache" - ".jekyll-metadata" - ".sass-cache" - "Gemfile" - "Gemfile.lock" - "type-on-strap.gemspec" - "vendor" - "node_modules" - "assets/node_modules" - "assets/Dockerfile" - "package.json" - "package-lock.json" - "README.md" - "LICENSE" - ".github" - "test-results" # theme: type-on-strap # if using the theme as a jekyll theme gem remote_theme: sylhare/Type-on-Strap # If using as a remote_theme in github