mdwiltfong / mdwiltfong/github-pages-with-jekyll
Getting ready to blog
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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, 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.
- Navigate to the Code tab of this repository, and browse to the
_config.ymlfile, or click this link here. - In the upper right corner, click ✏️ to open the file editor.
- Add a
theme:set to minima so it shows in the_config.ymlfile as below:theme: minima - Modify the other configuration variables such as
title:,author:, anddescription:to customize your site. - Click Create a new branch for this commit and start a pull request.
- Open a pull request.
Look for my next response in your pull request.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the repository's _config.yml file, as linked in the issue. Set the theme to minima and customize the title, author, and description, then create a branch and pull request; completion is reflected in the site's updated configuration and published page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jekyll
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100