Skip to content

How do I find the config.yml file? #60961

Answered by lshigami
V205Arduino asked this question in Pages
Discussion options

You must be logged in to vote

The config.yml file is a configuration file for GitHub Pages sites. It is used to specify the name of the site, the theme, and other settings. The file is located in the root directory of your GitHub Pages repository.

If you are using the default GitHub Pages setup, the config.yml file will be created for you automatically. However, if you have created your own GitHub Pages site, you may need to create the file manually.

To create the config.yml file, open a text editor and create a new file called config.yml. Then, add the following content to the file:

name: My Site
theme: minima
This will create a simple GitHub Pages site with the minima theme.

Once you have created the config.yml file…

Replies: 4 comments 17 replies

Comment options

You must be logged in to vote
17 replies
@JamesNewton
Comment options

@V205Arduino
Comment options

@SoninLeandro
Comment options

@V205Arduino
Comment options

@V205Arduino
Comment options

Answer selected by V205Arduino

This comment was marked as off-topic.

This comment was marked as off-topic.

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pages Host a static website, right from your repo Question
7 participants