Skip to content

Trying to use this https://volny.github.io/creative-theme-jekyll/ for my website. But it's not working. #124657

Discussion options

You must be logged in to vote

Hey there,

I get that you're stuck trying to deploy the Creative Theme on GitHub Pages. Here's a quick fix for you:

Check _config.yml Syntax:
Open _config.yml in your repo.
Look at line 9, column 19. There might be a typo or wrong character.
It should look something like this:

    title: Your Site Title
    email: your-email@example.com
    description: >-
      Write a brief description here.
    baseurl: ""
    url: "https://buildplan.github.io"

Branch Settings:
Go to your repo on GitHub.
Click "Settings" > "Pages".
Make sure the source is set to "main" and the folder to "root".

Commit and Push Changes:
If you fixed _config.yml, commit and push:

        git add _config.yml
        git c…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by buildplan
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
Question Programming Help Programming languages, open source, and software development.
2 participants