Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting ready to blog #3

Closed
github-learning-lab bot opened this issue Mar 28, 2020 · 0 comments
Closed

Getting ready to blog #3

github-learning-lab bot opened this issue Mar 28, 2020 · 0 comments

Comments

@github-learning-lab
Copy link

Step 4: Customize Site Details

Great work! You can see your published page here. If you don't see your changes right away, refresh the page.

Getting your page blog ready

Jekyll uses a file titled _config.yml to store settings for your site, a your theme and reusable content like your site title and GitHub handle.

You can check out the _config.yml file on the Code tab of your repository.

⌨️ Activity: Modify the config file

Let's change the _config.yml so it's a perfect fit for your new blog. First, we need to use a blog-ready theme. For this activity, we will use a theme named minima.

  1. Navigate to the Code tab of this repository, and browse to the _config.yml file, or click this link here.
  2. In the upper right corner, click ✏️ to open the file editor.
  3. Add a theme: set to minima so it shows in the _config.yml file as below:
    theme: minima
    
  4. Modify the other configuration variables such as title:, author:, and description: to customize your site.
  5. Click Create a new branch for this commit and start a pull request.
  6. Open a pull request.

Look for my next response in your pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants