Open github-learning-lab[bot] opened 4 years ago
Issue-Label Bot is automatically applying the label feature_request
to this issue, with a confidence of 0.83. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
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.:keyboard: 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 namedminima
._config.yml
file, or click this link here.theme:
set to minima so it shows in the_config.yml
file as below:title:
,author:
, anddescription:
to customize your site.Look for my next response in your pull request.