Beautiful Jekyll is a ready-to-use template to help you create an awesome website quickly. Perfect for personal blogs or simple project websites.
nadeld
then your website will be http://nadeld.github.io
. On GitHub, if you go to my repository, there should be a Fork button on the top right corner. Forking my website provides you with a copy of my website as a template for your own use. Once you fork my repository, you should go into your settings (the cog icon in the top-right corner). By renaming your repository you will have your own unique _config.yml
file you can change all your settings to reflect how you want your site to look. To edit the file, click on it and then click on the pencil icon. Any line that begins with a pound sign (#
) is a comment, and the rest of the lines are actual settings. After you save your changes to the config file (by clicking on Commit changes) your website will be ready-to-use at http://<yourusername>.github.io
.
By default, all blog posts will have buttons at the bottom of the post to allow people to share the current page on Twitter/Facebook/LinkedIn. You can choose to enable/disable specific social media websites in the _config.yml
file. If you do not want to share your social media accounts you can go into the _config.yml
and choose which ones to remove by using social-share: false
.