stackoverflow.com
User Antoine Aubry - Stack Overflow
http://stackoverflow.com/users/2680/antoine-aubry
To customize your list. More stack exchange communities. Tour Start here for a quick overview of the site. Help Center Detailed answers to any questions you might have. Meta Discuss the workings and policies of this site. About Us Learn more about Stack Overflow the company. Business Learn more about hiring developers or posting ads with us. I am an software developer at SKY. I am also the author of the YamlDotNet library, and co-author of the code-o-matic library. View my Developer CV.
blog.codeinside.eu
Code Inside Blog | Human readable and editable config files with YAML
http://blog.codeinside.eu/2015/02/09/yaml-dot-net
Human readable and editable config files with YAML. Anguage, or in the beginning Y. Anguage) is a pretty common config language in the Ruby world. Because of it’s clear nature it is a perfect fit for human readable configuration files. For example take a look at the Jekyll Configuration. Source: . destination: ./ site plugins: ./ plugins layouts: ./ layouts data source: ./ data safe: false include: [".htaccess"] exclude: [] keep files: [".git", ".svn"] encoding: "utf-8" . Not bad, right? As you can see, ...