Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Commit 59c4896

Browse files
committed
Merge branch 'master' into pr/37
2 parents f5c4f20 + 22818b3 commit 59c4896

10 files changed

+1467
-3314
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,27 @@ gem install jekyll bundler
3535
```
3636
cd personal-website
3737
```
38-
4. Build the site and make it available on a local server
38+
4. Install missing gems
39+
```
40+
bundle install
41+
```
42+
5. Build the site and make it available on a local server
3943
```
4044
bundle exec jekyll serve
4145
```
42-
5. Now browse to [http://localhost:4000](http://localhost:4000)
46+
6. Now browse to [http://localhost:4000](http://localhost:4000)
4347

4448
### Publish
4549

4650
When you host your personal website's code on GitHub, you get the support of free hosting through GitHub Pages.
4751

4852
**The fastest approach** is to rename your repository `username.github.io`, where `username` is your GitHub username (or organization name). Then, the next time you push any changes to your repository's `master` branch, they'll be accessible on the web at your `username.github.io` address.
4953

50-
**If you want to use a custom domain**, however, you'll want to add it to your repository's "Custom domain" settings on github.com. And then register and/or [configure your domain with a DNS provider](https://help.github.com/articles/quick-start-setting-up-a-custom-domain/).
54+
**If you want to use a custom domain**, you'll want to add it to your repository's "Custom domain" settings on github.com. And then register and/or [configure your domain with a DNS provider](https://help.github.com/articles/quick-start-setting-up-a-custom-domain/).
5155

5256
## Customization
5357

54-
It's your website, and you control the source code. So you can custom everything, if you like. But we've provided a handful of quick customizations for you to consider as you get your website off the ground.
58+
It's your website, and you control the source code. So you can customize everything, if you like. But we've provided a handful of quick customizations for you to consider as you get your website off the ground.
5559

5660
### Quick configuration changes
5761

0 commit comments

Comments
 (0)