_config.yml 783 B

1234567891011121314151617181920212223242526272829
  1. #Update all the sections by editing the data.yml file inside _data folder.
  2. baseurl: '/online-cv' #change it according to your repository name
  3. # Style will be applied only after restarting the build or serve. Just choose one of the options.
  4. theme_skin: # blue turquoise green berry orange ceramic
  5. # uncomment the next line, if you want the education section displayed in main instead of the sidebar
  6. #education_in_main: True
  7. # Tracker
  8. analytics: UA-83979019-1
  9. # Sass/SCSS
  10. sass:
  11. sass_dir: _sass
  12. style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
  13. # Build settings
  14. encoding: "utf-8"
  15. compress_html: # - http://jch.penibelst.de/
  16. clippings: all
  17. ignore:
  18. envs: development
  19. # Development Settings
  20. port: 4000
  21. host: 0.0.0.0
  22. safe: false