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
**We’re eager to work with you**, our user community, to improve these materials and develop new ones. Please check out our [CONTRIBUTING guide](https://github.com/github/training-kit/blob/master/CONTRIBUTING.md) for more information on getting started.
14
8
15
-
16
-
17
9
## Looking for a resource that was once housed in training-kit?
18
10
19
-
20
-
21
11
This repository currently contains the Git and GitHub Cheatsheets. If you're looking for a project that used to be housed here, such as On-Demand training, reading lists, videos, and book recommendations, see [this commit](https://github.com/github/training-kit/tree/4fbf180e980ef973ba4cc4b8ef3d5f278ddc8c08) in the repository's history.
22
12
23
-
24
-
25
13
## Projects Used in Training-Kit
26
14
27
-
28
-
29
15
- We use [Jekyll](https://jekyllrb.com/) and [Markdown](https://guides.github.com/features/mastering-markdown/).
30
16
31
17
- Our content is styled using the [Primer CSS toolkit](https://github.com/primer/primer-css).
32
18
33
-
34
-
35
19
## Packaging for Viewing Behind Your Firewall
36
20
37
-
38
-
39
21
If you'd like to have a copy of the files to be served from a web server inside of your firewall, start by running `script/package`.
40
22
41
-
42
-
43
23
1. Run `script/package` to create a release tarball. This will be in the format `release-XXXXXXX.tgz` for you to take wherever you want.
44
24
45
25
2. To test this looks okay, create some folders `mkdir -p test_site/kit`.
@@ -50,16 +30,10 @@ If you'd like to have a copy of the files to be served from a web server inside
50
30
51
31
5. View the site with `python -m SimpleHTTPServer`. _Note: Some servers are more advanced than others and can handle redirects, smart recognition of `.html` files, etc_
Site content is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/). CC-BY-4.0 gives you permission to use the content for almost any purpose but does not grant you any trademark permissions, so long as you note the license and give credit, such as follows:
@@ -70,15 +44,8 @@ Site content is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/
70
44
71
45
> license.</a>
72
46
73
-
74
-
75
47
Code used to build and test the site as well as code samples on the site, if any, are licensed under [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/legalcode). CC0 waives all copyright restrictions but does not grant you any trademark permissions.
76
48
77
-
78
-
79
49
This means you can use the content and code in this repository except for GitHub trademarks in your projects.
80
50
81
-
82
-
83
51
When you contribute to this repository you are doing so under the above licenses.
0 commit comments