blog.trnck.dev

More useless stuff

-13
-13
README.md
··· 1 1 # Get started building your personal website 2 2 [![Codeship Status for filiptronicek/filiptronicek.github.io](https://app.codeship.com/projects/4c810410-9f75-0138-4653-6678402409b7/status?branch=master)](https://app.codeship.com/projects/401750) 3 - ### Showcase your software development skills 4 - 5 - This repository gives you the code you'll need to kickstart a personal website that showcases your work as a software developer. And when you manage the code in a GitHub repository, it will automatically render a webpage with the owner's profile information, including a photo, bio, and repositories. 6 - 7 - Your personal website is waiting to be personalized, though. It includes space to highlight your specific areas of interest in software development, like languages or industries. And it's standing by to publish your next great blog post. 8 - 9 - It's all possible using the combination of [Jekyll](https://jekyllrb.com/docs/) (for building your website), [GitHub Pages](https://pages.github.com/) (for hosting your website), and [GitHub's API](https://developer.github.com/v3/) (for automatically populating your website with content). 10 3 11 4 ## Installation 12 - 13 - ### Fork the `github/personal-website` repo 14 - 15 - You'll be making your own copy of the "personal website starter" repository so you have your own project to customize. A "fork" is a copy of a repository. So select "Fork" atop [the `github/personal-website` repository](https://github.com/github/personal-website). 16 - 17 - Once you've found a home for your forked repository, it's yours. You're the owner, so you're ready to publish, if you wish. 18 5 19 6 ### Install in your local development environment 20 7