Skip to content
Snippets Groups Projects
Select Git revision
  • 5a3bdc4eac284b797af812554c4a456d0fd3b30d
  • master default protected
  • alessandro.mangili1-master-patch-24117
  • alessandro.mangili1-master-patch-55225
  • alessandro.mangili1-master-patch-05742
  • alessandro.mangili1-master-patch-83587
  • alessandro.mangili1-master-patch-51683
  • alessandro.mangili1-master-patch-30839
  • alessandro.mangili1-master-patch-24005
  • alessandro.mangili1-master-patch-41573
  • yon/issue/23
  • yon/02-fix
  • mdbook
  • issue/22
  • issue/21
  • issue/18
  • issue/19
  • lezioni/16
  • lezioni/15
  • contributors
  • lezioni/13
  • v2023.1
22 results

_config.yml

Blame
  • Forked from Silab gang / Ingegneria del software
    Source project has a limited visibility.
    _config.yml 1.09 KiB
    # Welcome to Jekyll!
    #
    # This config file is meant for settings that affect your whole blog, values
    # which you are expected to set up once and rarely need to edit after that.
    # For technical reasons, this file is *NOT* reloaded automatically when you use
    # 'jekyll serve'. If you change this file, please restart the server process.
    
    # Site settings
    title: Ingegneria del software
    email: your-email@domain.com
    description: > # this means to ignore newlines until "baseurl:"
      Appunti del corso di Ingegneria del software
    baseurl: "/sweng" # the subpath of your site, e.g. /blog
    url: "/" # the base hostname & protocol for your site
    
    # Outputting
    permalink: /:year/:title
    
    # Build settings
    markdown: kramdown
    exclude:
      - README.md
      - Gemfile*
      - .git*
      - .dockerfile
      - Dockerfile
      - docker-run.sh
      - plantuml.jar
    
    plugins:
      - jekyll-toc
      - jekyll-responsive-image
      - jekyll-plantuml
    
    # responsive-image settings
    responsive_image:
      template: _includes/image.html
      sizes:
        - width: 320
        - width: 480
        - width: 800
      base_path: assets
      output_path_format: assets/resized/%{width}/%{basename}