You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Your GitHub Learning Lab Repository for Managing Merge Conflicts
2
2
3
-
*An introduction to merge conflicts that creates a simple Jekyll + GitHub Pages based on jglovier's [resume template](https://github.com/jglovier/resume-template/).*
3
+
Welcome to **your** repository for your GitHub Learning Lab course. This repository will be used during the different activities that I will be guiding you through.
4
4
5
-

5
+
Oh! I haven't introduced myself...
6
6
7
-
## Docs
7
+
I'm the GitHub Learning Lab bot and I'm here to help guide you in your journey to learn and master the various topics covered in this course. I will be using Issue and Pull Request comments to communicate with you. In fact, I already added an issue for you to check out.
To test locally, run the following in your terminal:
11
+
I'll meet you over there, can't wait to get started!
12
12
13
-
1. Clone repo locally
14
-
1.`bundle install`
15
-
2.`bundle exec jekyll serve`
16
-
3. Open your browser to `localhost:4000`
13
+
> There are already some Pull Requests open, you will work on those later in the course.
17
14
18
-
### Customizing
19
15
20
-
First you'll want to fork the repo to your own account. Then clone it locally and customize, or use the GitHub web editor to customize.
21
-
22
-
#### Options/configuration
23
-
24
-
Most of the basic customization will take place in the `/_config.yml` file. Here is a list of customizations available via `/_config.yml`:
25
-
26
-
#### Editing content
27
-
28
-
Most of the content configuration will take place in the `/_layouts/resume.html` file. Simply edit the markup there accordingly
29
-
30
-
### Publishing to GitHub Pages for free
31
-
32
-
[GitHub Pages](https://pages.github.com/) will host this for free with your GitHub account. Just make sure you're using a `gh-pages` branch, and the site will automatically be available at `yourusername.github.io/resume-template` (you can rename the repo to resume for your own use if you want it to be available at `yourusername.github.io/resume`). You can also add a CNAME if you want it to be available at a custom domain...
33
-
34
-
### Configuring with your own domain name
35
-
36
-
To setup your GH Pages site with a custom domain, [follow the instructions](https://help.github.com/articles/setting-up-a-custom-domain-with-github-pages/) on the GitHub Help site for that topic.
37
-
38
-
### Themes
39
-
40
-
Right now resume-template only has one theme. More are coming :soon: though. :heart:
41
-
42
-
## Roadmap
43
-
44
-
A feature roadmap is [available here](https://github.com/jglovier/resume-template/projects/1). If you features suggestions, please [open a new issue](https://github.com/jglovier/resume-template/issues/new).
45
-
46
-
## Contributing
47
-
48
-
- To contribute to the development of the On Demand course, visit the On Demand [repository](https://github.com/github/training-kit/).
49
-
- To contribute to the resume template, visit the Resume Template [repository](https://github.com/jglovier/resume-template/).
50
-
51
-
## License
52
-
53
-
The code and styles are licensed under the MIT license. [See project license.](LICENSE) Obviously you should not use the content of this demo repo in your own resume. :wink:
0 commit comments