···73737474Your website appears with a "light" white and gray background by default, with dark text. You can quickly switch to a "dark" background with white text by changing the line in your `_config.yml` file that reads `style: light` to `style: dark`.
75757676+#### Projects
7777+7878+The "My Projects" section of your website is generated by default with your nine most recently "pushed" repositories. It also excludes repositories that you forked, by default. But each of these parameters can be quickly customized in your repository's `_config.yml` file, under the `projects` dictionary line.
7979+8080+Parameters include:
8181+8282+- `sort_by`: The method by which repositories are sorted. Options include `pushed` and `stars`.
8383+- `limit`: The maximum number of repositories that will be displayed in the "My Projects" section of your website. Out of the box, this number is set to `9`.
8484+- `exclude`:
8585+ - `forks`: When `true`, repositories you've forked will be excluded from the listing.
8686+ - `projects`: A list the repository names you want to exclude from the listing.
8787+7688#### Topics
77897890Your website comes pre-configured with three topics (e.g. "Web design" and "Sass") that appear in a section titled "My Interests." These are also stored in your repository's `_config.yml` file, where you can define each topic's name and two other optional details: