| Nov | DEC | Jan |
| 12 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
Changed definition of git log --followd14e1be
script/package.
(一)Run script/package to create a release tarball. This will be in the format release-XXXXXXX.tgz for you to take wherever you want.
(二)To test this looks okay, create some folders mkdir -p test_site/kit.
(三)Untar the release, tar -xzf release-XXXXXXX.tgz -C test_site/kit.
(四)Switch into the test_site directory, cd test_site.
(五)View the site:
●For python version 2.x, run: python -m SimpleHTTPServer
●For python version 3.x, run: python -m http.server
●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. 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:
Content based on
github.github.com/training-kit/
used under the
CC-BY-4.0
license.
Code used to build and test the site as well as code samples on the site, if any, are licensed under CC0-1.0. CC0 waives all copyright restrictions but does not grant you any trademark permissions.
This means you can use the content and code in this repository except for GitHub trademarks in your projects.
When you contribute to this repository you are doing so under the above licenses.