Customization

Customization

Simply override the file you want to change by matching the same file name and path.

Example 1: New Favicon

  1. Generate your own using favicon or any other tool.
  2. Copy your new favicon.ico file into your own project with the same file path assets/favicon.ico.

Example 2: Custom Style

  1. Create assets/css/style.scss.
  2. Add the following lines:

     ---
     ---
     /* Add your custom style here */
     @import "portfolYOU";