Overview
There are two configuration files in your blog project. _config.yml
in the root of your blog is your blog configuration. Theme Cupertino keeps default configurations in its directory. In order to override defaults, you need _config.cupertino.yml
in the root. After creating this configuration file, the project structure should look like this:
- _config.yml
- _config.cupertino.yml
- ...
Last updated on