Build a beautiful and simple website in literally minutes. Demo at http://deanattali.com/beautiful-jekyll
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
2.1 KiB

9 years ago
9 years ago
8 years ago
9 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
  1. ---
  2. layout: page
  3. title: Getting started
  4. subtitle: How to use Beautiful Jekyll
  5. bigimg: /img/start.jpg
  6. ---
  7. **Beautiful Jekyll** is a ready-to-use template to make help you create an awesome Jekyll or GitHub Pages website quickly.
  8. To learn how you can use **Beautiful Jekyll** to create your website in minutes, go to the [Beautiful Jekyll GitHub page](https://github.com/daattali/beautiful-jekyll#readme).
  9. <div class="get-started-wrap">
  10. <a class="btn btn-success btn-lg get-started-btn" href="https://github.com/daattali/beautiful-jekyll#readme">Get Started!</a>
  11. </div>
  12. <br/>
  13. ## Overview of steps required
  14. There are only three simple steps, so using **Beautiful Jekyll** is *literally* as easy as 1-2-3 :)
  15. Here is a 40-second video showing how to get started, with the specific steps below. For a more complete installation guide, [visit the Beautiful Jekyll page](https://github.com/daattali/beautiful-jekyll#readme).
  16. <img src="../img/install-steps.gif" style="width:100%;" alt="Installation steps" />
  17. ### 1. Fork the Beautiful Jekyll repository
  18. Fork the [repository](https://github.com/daattali/beautiful-jekyll) by clicking the Fork button on the top right corner in GitHub.
  19. ### 2. Rename the repository to `yourusername.github.io`
  20. This will create a GitHub User page ready with the **Beautiful Jekyll** template that will be available at http://yourusername.github.io (sometimes it takes a few minutes).
  21. ### 3. Customize settings
  22. Edit the `_config.yml` file to change all the settings to reflect your site. The settings in the file are fairly self-explanatory and I added comments inside the file to help you further. Every time you make a change to any file, your website will get rebuilt and should be updated at `yourusername.github.io` within a minute.
  23. You can now visit your shiny new website, which will be seeded with several sample blog posts and a couple other pages.
  24. ---
  25. See how easy that is? I wasn't lying - it really can be done in two minutes.
  26. <div class="get-started-wrap">
  27. <a class="btn btn-success btn-lg get-started-btn" href="https://github.com/daattali/beautiful-jekyll#readme">Get Started!</a>
  28. </div>