Getting Started
Configuration

Configuration

Customizing and enabling some optional features of Theme Cupertino requires you to edit your config.

You can find theme config at themes/cupertino/_config.yml. And sometimes you may need to edit your blog config, directly at _config.yml in the root directory of your blog.

When you need to edit theme config, you don't have to make changes to the submodule. Instead, you simply create a theme config file - _config.cupertino.yml - right beside the site config file, the configuration will override the default theme config in the submodule.

Your project structure should look like this:

    • _config.yml
    • _config.cupertino.yml
    • ...
      • ...
        • ...