Customization
Customization
Simply override the file you want to change by matching the same file name and path.
Example 1: New Favicon
- Generate your own using favicon or any other tool.
- Copy your new
favicon.ico
file into your own project with the same file pathassets/favicon.ico
.
Example 2: Custom Style
- Create
assets/css/style.scss
. -
Add the following lines:
--- --- /* Add your custom style here */ @import "portfolYOU";