jekyll-theme-github-like 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +52 -0
- data/_config.yml +5 -0
- data/_includes/footer.html +11 -0
- data/_includes/head.html +154 -0
- data/_includes/header.html +95 -0
- data/_layouts/default.html +16 -0
- data/_layouts/home.html +129 -0
- data/_layouts/page.html +5 -0
- data/_layouts/post.html +63 -0
- metadata +67 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: fd1e4b7353c4401705b9db15ffdd6f08c92a17df2684f74ca8dfb070b2899b77
|
4
|
+
data.tar.gz: 176d124b46d89055c76467cbe02c20903311ee6681b8e8776f6c26304073d3a3
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 9551d4bfaaa5270c570d211344640f3530d203998f923036efc80be216e9e7129e9451fd11229aeaf0819297efa63bcbad82ca23b878bf53c51d321f018e294d
|
7
|
+
data.tar.gz: 171e30c2d3a7c0fe9a485f6f04bb9c9f5aabae1e23a446f3e97a436297cdfca6d8abc37e4c4307bb6e7b3966c97c9cc8957ccb8b7c2be2a9b1aa20dc21734375
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2022 SupeRodv2
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,52 @@
|
|
1
|
+
# JekyllThemeGithubLike
|
2
|
+
|
3
|
+
Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
|
4
|
+
|
5
|
+
To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
|
6
|
+
|
7
|
+
TODO: Delete this and the text above, and describe your gem
|
8
|
+
|
9
|
+
|
10
|
+
## Installation
|
11
|
+
|
12
|
+
Add this line to your Jekyll site's `Gemfile`:
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
gem "JekyllThemeGithubLike"
|
16
|
+
```
|
17
|
+
|
18
|
+
And add this line to your Jekyll site's `_config.yml`:
|
19
|
+
|
20
|
+
```yaml
|
21
|
+
theme: JekyllThemeGithubLike
|
22
|
+
```
|
23
|
+
|
24
|
+
And then execute:
|
25
|
+
|
26
|
+
$ bundle
|
27
|
+
|
28
|
+
Or install it yourself as:
|
29
|
+
|
30
|
+
$ gem install JekyllThemeGithubLike
|
31
|
+
|
32
|
+
## Usage
|
33
|
+
|
34
|
+
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
|
35
|
+
|
36
|
+
## Contributing
|
37
|
+
|
38
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
39
|
+
|
40
|
+
## Development
|
41
|
+
|
42
|
+
To set up your environment to develop this theme, run `bundle install`.
|
43
|
+
|
44
|
+
Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
|
45
|
+
|
46
|
+
When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
|
47
|
+
To add a custom directory to your theme-gem, please edit the regexp in `JekyllThemeGithubLike.gemspec` accordingly.
|
48
|
+
|
49
|
+
## License
|
50
|
+
|
51
|
+
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
52
|
+
|
data/_config.yml
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
<footer class="footer container-xl px-3 px-md-4 px-lg-5">
|
2
|
+
<div class="position-relative d-flex flex-items-center pb-2 f6 color-fg-muted border-top color-border-muted flex-column-reverse flex-lg-row flex-wrap flex-lg-nowrap mt-6 pt-3">
|
3
|
+
<div class="list-style-none d-flex flex-wrap col-0 col-lg-2 flex-justify-start flex-lg-justify-between mb-2 mb-lg-0">
|
4
|
+
<div class="mt-2 mt-lg-0 d-flex flex-items-center">© 2022 {{ site.author }}</div>
|
5
|
+
</div>
|
6
|
+
</div>
|
7
|
+
|
8
|
+
<div class="d-flex flex-justify-center pb-6">
|
9
|
+
<span class="f6 color-fg-muted"></span>
|
10
|
+
</div>
|
11
|
+
</footer>
|
data/_includes/head.html
ADDED
@@ -0,0 +1,154 @@
|
|
1
|
+
<head>
|
2
|
+
<meta charset="utf-8">
|
3
|
+
<link rel="dns-prefetch" href="https://github.githubassets.com">
|
4
|
+
<link rel="dns-prefetch" href="https://avatars.githubusercontent.com">
|
5
|
+
<link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com">
|
6
|
+
<link rel="dns-prefetch" href="https://user-images.githubusercontent.com/">
|
7
|
+
<link rel="preconnect" href="https://github.githubassets.com" crossorigin>
|
8
|
+
<link rel="preconnect" href="https://avatars.githubusercontent.com">
|
9
|
+
|
10
|
+
|
11
|
+
<link crossorigin="anonymous" media="all" integrity="sha512-1KkMNn8M/al/dtzBLupRwkIOgnA9MWkm8oxS+solP87jByEvY/g4BmoxLihRogKcX1obPnf4Yp7dI0ZTWO+ljg==" rel="stylesheet" href="https://github.githubassets.com/assets/dark-d4a90c367f0c.css" /><link data-color-theme="light" crossorigin="anonymous" media="all" integrity="sha512-ksfTgQOOnE+FFXf+yNfVjKSlEckJAdufFIYGK7ZjRhWcZgzAGcmZqqArTgMLpu90FwthqcCX4ldDgKXbmVMeuQ==" rel="stylesheet" data-href="https://github.githubassets.com/assets/light-92c7d381038e.css" /><link data-color-theme="dark_dimmed" crossorigin="anonymous" media="all" integrity="sha512-cZa7DZqvMBwD236uzEunO/G1dvw8/QftyT2UtLWKQFEy0z0eq0R5WPwqVME+3NSZG1YaLJAaIqtU+m0zWf/6SQ==" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_dimmed-7196bb0d9aaf.css" /><link data-color-theme="dark_high_contrast" crossorigin="anonymous" media="all" integrity="sha512-WVoKqJ4y1nLsdNH4RkRT5qrM9+n9RFe1RHSiTnQkBf5TSZkJEc9GpLpTIS7T15EQaUQBJ8BwmKvwFPVqfpTEIQ==" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_high_contrast-595a0aa89e32.css" /><link data-color-theme="dark_colorblind" crossorigin="anonymous" media="all" integrity="sha512-XpAMBMSRZ6RTXgepS8LjKiOeNK3BilRbv8qEiA/M3m+Q4GoqxtHedOI5BAZRikCzfBL4KWYvVzYZSZ8Gp/UnUg==" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_colorblind-5e900c04c491.css" /><link data-color-theme="light_colorblind" crossorigin="anonymous" media="all" integrity="sha512-3HF2HZ4LgEIQm77yOzoeR20CX1n2cUQlcywscqF4s+5iplolajiHV7E5ranBwkX65jN9TNciHEVSYebQ+8xxEw==" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_colorblind-dc71761d9e0b.css" /><link data-color-theme="light_high_contrast" crossorigin="anonymous" media="all" integrity="sha512-+J8j3T0kbK9/sL3zbkCfPtgYcRD4qQfRbT6xnfOrOTjvz4zhr0M7AXPuE642PpaxGhHs1t77cTtieW9hI2K6Gw==" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_high_contrast-f89f23dd3d24.css" /><link data-color-theme="light_tritanopia" crossorigin="anonymous" media="all" integrity="sha512-AQeAx5wHQAXNf0DmkvVlHYwA3f6BkxunWTI0GGaRN57GqD+H9tW8RKIKlopLS0qGaC54seFsPc601GDlqIuuHg==" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_tritanopia-010780c79c07.css" /><link data-color-theme="dark_tritanopia" crossorigin="anonymous" media="all" integrity="sha512-+u5pmgAE0T03d/yI6Ha0NWwz6Pk0W6S6WEfIt8veDVdK8NTjcMbZmQB9XUCkDlrBoAKkABva8HuGJ+SzEpV1Uw==" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_tritanopia-faee699a0004.css" />
|
12
|
+
|
13
|
+
<link crossorigin="anonymous" media="all" integrity="sha512-Zl0JBY0YhK6Oj7VqevEvUpzx9Ul3Sr09pIuarzaSkw5sV5vON40vgM9iwBvOKhZSnFmFb+9i9ie+IremL2qc7w==" rel="stylesheet" href="https://github.githubassets.com/assets/primer-665d09058d18.css" />
|
14
|
+
<link crossorigin="anonymous" media="all" integrity="sha512-70eqNxCylN5NZBpkXmCAACYDfcIjsmZkHUeuW4G7eN6l83VpD4aceELPIHPbqR0el7doWT/ffKKwnqWlJ56tmw==" rel="stylesheet" href="https://github.githubassets.com/assets/global-ef47aa3710b2.css" />
|
15
|
+
<link crossorigin="anonymous" media="all" integrity="sha512-/uFXblvSX+c7XWJtxcsRArU0ijMp908BQQfQhqxtdWEgDaoARBewXfmkigufl0c4eY6j6vcra6qgoup4Ad9RNg==" rel="stylesheet" href="https://github.githubassets.com/assets/github-fee1576e5bd2.css" />
|
16
|
+
<link crossorigin="anonymous" media="all" integrity="sha512-PXtwH8brj9qH7LskWA0iAMLw4Wx3RXN7txSxjlqdzQEalZKu3UcsQ+ajfHJMDkYDA2iWL1FIrf2zyLflA5Xu7A==" rel="stylesheet" href="https://github.githubassets.com/assets/code-3d7b701fc6eb.css" />
|
17
|
+
|
18
|
+
<meta name="optimizely-datafile" content="{"groups": [], "environmentKey": "production", "rollouts": [], "typedAudiences": [], "projectId": "16737760170", "variables": [], "featureFlags": [], "experiments": [{"status": "Running", "audienceIds": [], "variations": [{"variables": [], "id": "20667381018", "key": "control"}, {"variables": [], "id": "20680930759", "key": "treatment"}], "id": "20652570897", "key": "project_genesis", "layerId": "20672300363", "trafficAllocation": [{"entityId": "20667381018", "endOfRange": 5000}, {"entityId": "20680930759", "endOfRange": 10000}], "forcedVariations": {"83356e17066d336d1803024138ecb683": "treatment", "18e31c8a9b2271332466133162a4aa0d": "treatment", "10f8ab3fbc5ebe989a36a05f79d48f32": "treatment", "1686089f6d540cd2deeaec60ee43ecf7": "treatment"}}, {"status": "Running", "audienceIds": [], "variations": [{"variables": [], "id": "21427950901", "key": "control"}, {"variables": [], "id": "21429710665", "key": "beginner"}, {"variables": [], "id": "21437291543", "key": "upstart"}], "id": "21445030708", "key": "_259_zero_user_dashboard", "layerId": "21434011841", "trafficAllocation": [{"entityId": "21427950901", "endOfRange": 3334}, {"entityId": "21427950901", "endOfRange": 5000}, {"entityId": "21427950901", "endOfRange": 8333}, {"entityId": "21427950901", "endOfRange": 10000}], "forcedVariations": {"3c64268131793aa297119a343c19e345": "beginner", "95b24126db31ea8693c0fe5ea9f53b65": "beginner", "086e2abe64e9101112af53b95d2d90b9": "upstart", "bae688df9d297afac98e2d254e912ada": "control", "6c2cfda7c41396fcc31a4db759a42b94": "beginner", "16ed2b4ff7de02663b7c606309695916": "control", "1971768911.1635962195": "beginner", "830bf802470ec6c9c5800c99d8e57445": "beginner"}}, {"status": "Running", "audienceIds": [], "variations": [{"variables": [], "id": "21454052779", "key": "control"}, {"variables": [], "id": "21450922535", "key": "redesign"}], "id": "21486342806", "key": "_261_downgrade", "layerId": "21478441323", "trafficAllocation": [{"entityId": "21454052779", "endOfRange": 5000}, {"entityId": "21450922535", "endOfRange": 10000}], "forcedVariations": {"60c046ae30e9007c321e5539ae1738b5": "redesign"}}, {"status": "Running", "audienceIds": [], "variations": [{"variables": [], "id": "21540260416", "key": "variant_fetch_upstream"}, {"variables": [], "id": "21551370594", "key": "variant_sync_fork"}], "id": "21532540507", "key": "fork_syncing", "layerId": "21510660568", "trafficAllocation": [{"entityId": "21540260416", "endOfRange": 5000}, {"entityId": "21551370594", "endOfRange": 10000}], "forcedVariations": {"bcceffdcc63834cc146ddb8cce0c556d": "variant_sync_fork", "0bd228f43ec6ac1a9eb9087f4e2471e6": "variant_sync_fork", "404ee4d837b290b3089170d9226758ea": "variant_sync_fork"}}, {"status": "Running", "audienceIds": [], "variations": [{"variables": [], "id": "21672251105", "key": "control"}, {"variables": [], "id": "21636601473", "key": "primer"}, {"variables": [], "id": "21663911434", "key": "growth"}, {"variables": [], "id": "21673341369", "key": "brand"}], "id": "21685100630", "key": "_241_onboard_users_to_protect_branches", "layerId": "21696970697", "trafficAllocation": [{"entityId": "21672251105", "endOfRange": 825}, {"entityId": "21636601473", "endOfRange": 2310}, {"entityId": "21636601473", "endOfRange": 2500}, {"entityId": "21636601473", "endOfRange": 2830}, {"entityId": "21636601473", "endOfRange": 3135}, {"entityId": "21636601473", "endOfRange": 3310}, {"entityId": "21663911434", "endOfRange": 3325}, {"entityId": "21663911434", "endOfRange": 3980}, {"entityId": "21636601473", "endOfRange": 3995}, {"entityId": "21663911434", "endOfRange": 4170}, {"entityId": "21663911434", "endOfRange": 5000}, {"entityId": "21663911434", "endOfRange": 5155}, {"entityId": "21663911434", "endOfRange": 5330}, {"entityId": "21663911434", "endOfRange": 5825}, {"entityId": "21672251105", "endOfRange": 6000}, {"entityId": "21672251105", "endOfRange": 7500}, {"entityId": "21673341369", "endOfRange": 7830}, {"entityId": "21673341369", "endOfRange": 8325}, {"entityId": "21673341369", "endOfRange": 9330}, {"entityId": "21673341369", "endOfRange": 10000}], "forcedVariations": {"409007617793ebd1e12654adf87047d0": "growth", "3977d8a7a265a13d734f3edf9226214c": "primer", "bcf588169e3ac842af083a5a54708563": "growth"}}], "version": "4", "audiences": [{"conditions": "[\"or\", {\"match\": \"exact\", \"name\": \"$opt_dummy_attribute\", \"type\": \"custom_attribute\", \"value\": \"$opt_dummy_value\"}]", "id": "$opt_dummy_audience", "name": "Optimizely-Generated Audience for Backwards Compatibility"}], "anonymizeIP": true, "sdkKey": "WTc6awnGuYDdG98CYRban", "attributes": [{"id": "16822470375", "key": "user_id"}, {"id": "17143601254", "key": "spammy"}, {"id": "18175660309", "key": "organization_plan"}, {"id": "18813001570", "key": "is_logged_in"}, {"id": "19073851829", "key": "geo"}, {"id": "20175462351", "key": "requestedCurrency"}, {"id": "20785470195", "key": "country_code"}, {"id": "21656311196", "key": "opened_downgrade_dialog"}], "botFiltering": false, "accountId": "16737760170", "events": [{"experimentIds": [], "id": "17911811441", "key": "hydro_click.dashboard.teacher_toolbox_cta"}, {"experimentIds": [], "id": "18124116703", "key": "submit.organizations.complete_sign_up"}, {"experimentIds": [], "id": "18145892387", "key": "no_metric.tracked_outside_of_optimizely"}, {"experimentIds": [], "id": "18178755568", "key": "click.org_onboarding_checklist.add_repo"}, {"experimentIds": [], "id": "18180553241", "key": "submit.repository_imports.create"}, {"experimentIds": [], "id": "18186103728", "key": "click.help.learn_more_about_repository_creation"}, {"experimentIds": [], "id": "18188530140", "key": "test_event"}, {"experimentIds": [], "id": "18191963644", "key": "click.empty_org_repo_cta.transfer_repository"}, {"experimentIds": [], "id": "18195612788", "key": "click.empty_org_repo_cta.import_repository"}, {"experimentIds": [], "id": "18210945499", "key": "click.org_onboarding_checklist.invite_members"}, {"experimentIds": [], "id": "18211063248", "key": "click.empty_org_repo_cta.create_repository"}, {"experimentIds": [], "id": "18215721889", "key": "click.org_onboarding_checklist.update_profile"}, {"experimentIds": [], "id": "18224360785", "key": "click.org_onboarding_checklist.dismiss"}, {"experimentIds": [], "id": "18234832286", "key": "submit.organization_activation.complete"}, {"experimentIds": [], "id": "18252392383", "key": "submit.org_repository.create"}, {"experimentIds": [], "id": "18257551537", "key": "submit.org_member_invitation.create"}, {"experimentIds": [], "id": "18259522260", "key": "submit.organization_profile.update"}, {"experimentIds": [], "id": "18564603625", "key": "view.classroom_select_organization"}, {"experimentIds": [], "id": "18568612016", "key": "click.classroom_sign_in_click"}, {"experimentIds": [], "id": "18572592540", "key": "view.classroom_name"}, {"experimentIds": [], "id": "18574203855", "key": "click.classroom_create_organization"}, {"experimentIds": [], "id": "18582053415", "key": "click.classroom_select_organization"}, {"experimentIds": [], "id": "18589463420", "key": "click.classroom_create_classroom"}, {"experimentIds": [], "id": "18591323364", "key": "click.classroom_create_first_classroom"}, {"experimentIds": [], "id": "18591652321", "key": "click.classroom_grant_access"}, {"experimentIds": [], "id": "18607131425", "key": "view.classroom_creation"}, {"experimentIds": [], "id": "18831680583", "key": "upgrade_account_plan"}, {"experimentIds": [], "id": "19064064515", "key": "click.signup"}, {"experimentIds": [], "id": "19075373687", "key": "click.view_account_billing_page"}, {"experimentIds": [], "id": "19077355841", "key": "click.dismiss_signup_prompt"}, {"experimentIds": [], "id": "19079713938", "key": "click.contact_sales"}, {"experimentIds": [], "id": "19120963070", "key": "click.compare_account_plans"}, {"experimentIds": ["21685100630"], "id": "19151690317", "key": "click.upgrade_account_cta"}, {"experimentIds": [], "id": "19424193129", "key": "click.open_account_switcher"}, {"experimentIds": [], "id": "19520330825", "key": "click.visit_account_profile"}, {"experimentIds": [], "id": "19540970635", "key": "click.switch_account_context"}, {"experimentIds": [], "id": "19730198868", "key": "submit.homepage_signup"}, {"experimentIds": [], "id": "19820830627", "key": "click.homepage_signup"}, {"experimentIds": [], "id": "19988571001", "key": "click.create_enterprise_trial"}, {"experimentIds": [], "id": "20036538294", "key": "click.create_organization_team"}, {"experimentIds": [], "id": "20040653299", "key": "click.input_enterprise_trial_form"}, {"experimentIds": [], "id": "20062030003", "key": "click.continue_with_team"}, {"experimentIds": [], "id": "20068947153", "key": "click.create_organization_free"}, {"experimentIds": [], "id": "20086636658", "key": "click.signup_continue.username"}, {"experimentIds": [], "id": "20091648988", "key": "click.signup_continue.create_account"}, {"experimentIds": [], "id": "20103637615", "key": "click.signup_continue.email"}, {"experimentIds": [], "id": "20111574253", "key": "click.signup_continue.password"}, {"experimentIds": [], "id": "20120044111", "key": "view.pricing_page"}, {"experimentIds": [], "id": "20152062109", "key": "submit.create_account"}, {"experimentIds": [], "id": "20165800992", "key": "submit.upgrade_payment_form"}, {"experimentIds": [], "id": "20171520319", "key": "submit.create_organization"}, {"experimentIds": [], "id": "20222645674", "key": "click.recommended_plan_in_signup.discuss_your_needs"}, {"experimentIds": [], "id": "20227443657", "key": "submit.verify_primary_user_email"}, {"experimentIds": [], "id": "20234607160", "key": "click.recommended_plan_in_signup.try_enterprise"}, {"experimentIds": [], "id": "20238175784", "key": "click.recommended_plan_in_signup.team"}, {"experimentIds": [], "id": "20239847212", "key": "click.recommended_plan_in_signup.continue_free"}, {"experimentIds": [], "id": "20251097193", "key": "recommended_plan"}, {"experimentIds": [], "id": "20438619534", "key": "click.pricing_calculator.1_member"}, {"experimentIds": [], "id": "20456699683", "key": "click.pricing_calculator.15_members"}, {"experimentIds": [], "id": "20467868331", "key": "click.pricing_calculator.10_members"}, {"experimentIds": [], "id": "20476267432", "key": "click.trial_days_remaining"}, {"experimentIds": [], "id": "20476357660", "key": "click.discover_feature"}, {"experimentIds": [], "id": "20479287901", "key": "click.pricing_calculator.custom_members"}, {"experimentIds": [], "id": "20481107083", "key": "click.recommended_plan_in_signup.apply_teacher_benefits"}, {"experimentIds": [], "id": "20483089392", "key": "click.pricing_calculator.5_members"}, {"experimentIds": ["20652570897"], "id": "20484283944", "key": "click.onboarding_task"}, {"experimentIds": [], "id": "20484996281", "key": "click.recommended_plan_in_signup.apply_student_benefits"}, {"experimentIds": [], "id": "20486713726", "key": "click.onboarding_task_breadcrumb"}, {"experimentIds": [], "id": "20490791319", "key": "click.upgrade_to_enterprise"}, {"experimentIds": [], "id": "20491786766", "key": "click.talk_to_us"}, {"experimentIds": [], "id": "20494144087", "key": "click.dismiss_enterprise_trial"}, {"experimentIds": ["20652570897"], "id": "20499722759", "key": "completed_all_tasks"}, {"experimentIds": ["20652570897"], "id": "20500710104", "key": "completed_onboarding_tasks"}, {"experimentIds": [], "id": "20513160672", "key": "click.read_doc"}, {"experimentIds": ["20652570897"], "id": "20516196762", "key": "actions_enabled"}, {"experimentIds": [], "id": "20518980986", "key": "click.dismiss_trial_banner"}, {"experimentIds": [], "id": "20535446721", "key": "click.issue_actions_prompt.dismiss_prompt"}, {"experimentIds": [], "id": "20557002247", "key": "click.issue_actions_prompt.setup_workflow"}, {"experimentIds": [], "id": "20595070227", "key": "click.pull_request_setup_workflow"}, {"experimentIds": [], "id": "20626600314", "key": "click.seats_input"}, {"experimentIds": [], "id": "20642310305", "key": "click.decrease_seats_number"}, {"experimentIds": [], "id": "20662990045", "key": "click.increase_seats_number"}, {"experimentIds": [], "id": "20679620969", "key": "click.public_product_roadmap"}, {"experimentIds": [], "id": "20761240940", "key": "click.dismiss_survey_banner"}, {"experimentIds": [], "id": "20767210721", "key": "click.take_survey"}, {"experimentIds": ["20652570897"], "id": "20795281201", "key": "click.archive_list"}, {"experimentIds": [], "id": "20966790249", "key": "contact_sales.submit"}, {"experimentIds": [], "id": "20996500333", "key": "contact_sales.existing_customer"}, {"experimentIds": [], "id": "20996890162", "key": "contact_sales.blank_message_field"}, {"experimentIds": [], "id": "21000470317", "key": "contact_sales.personal_email"}, {"experimentIds": [], "id": "21002790172", "key": "contact_sales.blank_phone_field"}, {"experimentIds": ["21445030708"], "id": "21354412592", "key": "click.dismiss_create_readme"}, {"experimentIds": ["21445030708"], "id": "21366102546", "key": "click.dismiss_zero_user_content"}, {"experimentIds": [], "id": "21370252505", "key": "account_did_downgrade"}, {"experimentIds": ["21445030708"], "id": "21370840408", "key": "click.cta_create_readme"}, {"experimentIds": ["21445030708"], "id": "21375451068", "key": "click.cta_create_new_repository"}, {"experimentIds": ["21445030708"], "id": "21385390948", "key": "click.zero_user_content"}, {"experimentIds": [], "id": "21467712175", "key": "click.downgrade_keep"}, {"experimentIds": ["21486342806"], "id": "21484112202", "key": "click.downgrade"}, {"experimentIds": [], "id": "21495292213", "key": "click.downgrade_survey_exit"}, {"experimentIds": [], "id": "21508241468", "key": "click.downgrade_survey_submit"}, {"experimentIds": [], "id": "21512030356", "key": "click.downgrade_support"}, {"experimentIds": ["21486342806"], "id": "21539090022", "key": "click.downgrade_exit"}, {"experimentIds": ["21532540507"], "id": "21543640644", "key": "click_fetch_upstream"}, {"experimentIds": ["21685100630"], "id": "21646510300", "key": "click.move_your_work"}, {"experimentIds": ["21685100630"], "id": "21656151116", "key": "click.add_branch_protection_rule"}, {"experimentIds": [], "id": "21663860599", "key": "click.downgrade_dialog_open"}, {"experimentIds": ["21685100630"], "id": "21687860483", "key": "click.learn_about_protected_branches"}, {"experimentIds": ["21685100630"], "id": "21689050333", "key": "click.dismiss_protect_this_branch"}, {"experimentIds": [], "id": "21864370109", "key": "click.sign_in"}], "revision": "1336"}" />
|
19
|
+
|
20
|
+
|
21
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-j26kAYTR/ciZYRHHGTemU5G10EO9ejqduqJKiMkIn2EMwR2xR1ZtbfDBGhbAounLUMOIDYS4W3OhJ+dRBChYWA==" src="https://github.githubassets.com/assets/runtime-8f6ea40184d1.js"></script>
|
22
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-ivm676uepRn1vQvL/mShZVrbNfsUUZRp0a2RCZNYrFJYFlYhdDU2P+UC8axgVT17oqv1BVQLngSsGoiBN2MJpw==" src="https://github.githubassets.com/assets/vendors-node_modules_manuelpuyol_turbo_dist_turbo_es2017-esm_js-8af9baefab9e.js"></script>
|
23
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-GB4jwt8fni2MoE1wzROiGvrgScSHotjr1A9c1FQKUTsfuFn9W2y5/knx+uD8eOAC1rVSA3UPi3h+PTwAuaDZYQ==" src="https://github.githubassets.com/assets/vendors-node_modules_stacktrace-parser_dist_stack-trace-parser_esm_js-node_modules_github_bro-a4c183-181e23c2df1f.js"></script>
|
24
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-KdAZEmCLv7zagCUgOzlv10WgxL0DXtMZzeIO4MJGgQ7tpw9dqCPBqyHsrfio0JM1NFKnF3OrTZ7LbLLFWeGrWw==" src="https://github.githubassets.com/assets/environment-29d01912608b.js"></script>
|
25
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-ZQM3kW293O7WR1cDuHZ02wendjejLzwVD0wy4L1eCNr34RHXiY05wmHUx4hnV9WELD/OEZRGrzK+M8uwiZ/WEw==" src="https://github.githubassets.com/assets/vendors-node_modules_selector-observer_dist_index_esm_js-650337916dbd.js"></script>
|
26
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-Si8390GeCVPslYj8WomaMCyj33Jutd8vZ+Sdi6WXLSbdZRyC4wwijhTNyLy0zpHhfYnrynP6qArdz1PXti1sOg==" src="https://github.githubassets.com/assets/vendors-node_modules_delegated-events_dist_index_js-node_modules_github_details-dialog-elemen-63debe-4a2f37f7419e.js"></script>
|
27
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-y4q/Q8lPgxuYzQJwVhhMWYDJ60RPVbL9xHfxCeMKJHsarrBRFjYA/AEe8wtPw1PLhox5HqxIgqIfFNW+gXYTSQ==" src="https://github.githubassets.com/assets/vendors-node_modules_fzy_js_index_js-node_modules_github_catalyst_lib_index_js-cb8abf43c94f.js"></script>
|
28
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-JE0pLsqAg/D/QS77l4fZ88pjAfu9w4A4lzGUQjWix2h3W24+DOJ98Kq3jcDW5tFwTglIxZU43Qksg8C72W9E0g==" src="https://github.githubassets.com/assets/vendors-node_modules_github_filter-input-element_dist_index_js-node_modules_github_remote-inp-73b750-244d292eca80.js"></script>
|
29
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-dLTsUc4gGkg08fxQZXA6geV1V+spetoVjY4I5PF5JMBMZsuP0NqkBqAsHRpHwHaNTrxTs7CmW0yPyq1d8SXPsQ==" src="https://github.githubassets.com/assets/vendors-node_modules_github_time-elements_dist_index_js-74b4ec51ce20.js"></script>
|
30
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-Rh8gmnXkUHxZz6gYM0gapLCxVlAePcQEFYCfJCnydATStJech3+gN7XUdXj8Q+xihasvvbMzkETh8ZzAZKT8ww==" src="https://github.githubassets.com/assets/vendors-node_modules_github_file-attachment-element_dist_index_js-node_modules_primer_view-co-54af05-461f209a75e4.js"></script>
|
31
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-7RXbCviIvfrHb9HwQmHNSrWlMzQzT8jcqwnDobRawcVUNAqJnZmPkJSjRtOMJ8uq5kQHoC3l5wrPIlvd5AqOnA==" src="https://github.githubassets.com/assets/github-elements-ed15db0af888.js"></script>
|
32
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-N9EzzC0ccXrgv8gDEck11RWfs8l69B2SIyKbzJ6OD53N4Lmjke9wcUw6Zoe4y1WqKhuGS2Sl7B2vBAjmcUT6tA==" src="https://github.githubassets.com/assets/element-registry-37d133cc2d1c.js"></script>
|
33
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-6VTowByTC7C1Ae4nuESJ5iT76vchmVCzjuit7IR83B/TPkwjSserSlr83SYhLvIfNLvJfB2zH0bHBr8+fzIa+w==" src="https://github.githubassets.com/assets/vendors-node_modules_lit-html_lit-html_js-e954e8c01c93.js"></script>
|
34
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-3YkTrGWwrb2whIVWEwKEhghL4yI2UAHnLW/QtnYMQFLkfQUYD3gtJ2WqDJg8wzzSm0rP05KFDOsKKx4a1wQRdA==" src="https://github.githubassets.com/assets/vendors-node_modules_github_mini-throttle_dist_index_js-node_modules_github_hotkey_dist_index-9f48bd-dd8913ac65b0.js"></script>
|
35
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-/5zfcpKrnUxXsz8HKbUml3aosH3Bdz7hsB21H9gldcjjqyR+2rIU6vwTtQ9WDyCjfvhCPZImF5Ug8DbXiHpI3w==" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_scroll-anchoring_dist_scro-5881a7-ff9cdf7292ab.js"></script>
|
36
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-1tlhz9e+ol9n9xt7idDhxuffK7pabNqc3T7BuemAAK+9+RiAmA4b878HIxrFWo5KdoPdWPcpFXtECG58RHszWQ==" src="https://github.githubassets.com/assets/vendors-node_modules_github_paste-markdown_dist_index_esm_js-node_modules_github_quote-select-b114cf-d6d961cfd7be.js"></script>
|
37
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-iv5zc66CDnM+oVHCDv7cko+Bee6Q895DqJ52+TvMOtDYiEWLpTjQheRSbAygXr1SdVa7CSDLpnj3ze+dv1eIaw==" src="https://github.githubassets.com/assets/app_assets_modules_github_soft-nav_navigate_ts-8afe7373ae82.js"></script>
|
38
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-MUqllU1zWScJrG44uhPiK8irir0nw6SepGvp+rwjRQRnLnKTlIgaCO1N7OEZ3XSqHIJyNnZR1UlA29lBZrqxSw==" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_keyboard-shortcuts-helper_ts-app_assets_modules_github_di-9b8a64-314aa5954d73.js"></script>
|
39
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-sFfyQjq1ObFkfG0l+z9HzzoSicV7DnX6adtbhmwkcwapEIZkJef1OWQl3cYK14uRj/DZcMBTf9630E9xIyxDeA==" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_task-list_ts-app_assets_modules_github_has-interactions_t-0091d6-b057f2423ab5.js"></script>
|
40
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-iZTEUA76AQY6oHo8SRucuITxoL9oIEp+kjkLt14bWgeaZhs5CuXGkF8LbcBP4SJXmy0WkwisrWLzdykrDuLzHA==" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_details_ts-app_assets_modules_github_behaviors_include-fr-a78de3-8994c4500efa.js"></script>
|
41
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-Z4gbcllweVT5ctPeic5SY6g0R9iV4iTsWMeRBFGXhvBBjGk86edzEqVf8j1aruDJrtSWuHgrNLw6VmQyROCY5g==" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_commenting_edit_ts-app_assets_modules_github_behaviors_ht-83c235-67881b725970.js"></script>
|
42
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-DH9TxwSgMz1zge24rsqcjDJ+Rufu0H8H7wEWIdHlxz5eFXTM7mrt2sqKCC1x34rCN33MLmTSEkof+Rhd+qwPAw==" src="https://github.githubassets.com/assets/behaviors-0c7f53c704a0.js"></script>
|
43
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-d4hUbfQ2iadFUIZEYzWtw7J3+rUei1LoCrq3TAisyHMoW6ERm28NawvaJpppfMvroppQJc1HXteqjyRWmugzdA==" src="https://github.githubassets.com/assets/vendors-node_modules_delegated-events_dist_index_js-node_modules_github_catalyst_lib_index_js-57c13e1-7788546df436.js"></script>
|
44
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-O73Mm2+i15d5+OJHBJqEGJ7yINcBZotEHst9GPxgdFdVaI+nI9MDzrDJ50ZJUHzZxZytebBKxUc4mR+qNQuTtA==" src="https://github.githubassets.com/assets/notifications-global-3bbdcc9b6fa2.js"></script>
|
45
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-zJei4l6VynbbZLG3C4JZilhEZt1EJ/LeWP+Q7zEI0YsrLdu1L1rb1FU9zAvh+UBlY1xdiWuPpMTvh1VXzZWmYQ==" src="https://github.githubassets.com/assets/vendors-node_modules_optimizely_optimizely-sdk_dist_optimizely_browser_es_min_js-node_modules-089adc-cc97a2e25e95.js"></script>
|
46
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-/lhNtPP+1J1/pzkojtD6DD+TknYEAqz9ZzAk+abFIhtRd/swtsE1z2hsdAh1GnchAqU7+g6iC6nMcpGYK6AjjQ==" src="https://github.githubassets.com/assets/optimizely-fe584db4f3fe.js"></script>
|
47
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-F8z8SSakEr7YpDXzZGEdriFwg9sCN9ptY7hKHSZowNV10rNMr5Ihp5qxYkZxWMPrmXulB8ra4tuxEPpZdMNbeg==" src="https://github.githubassets.com/assets/vendors-node_modules_virtualized-list_es_index_js-node_modules_github_template-parts_lib_index_js-17ccfc4926a4.js"></script>
|
48
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-gKxQ0R5nZ6S07uwsTFxtiIC75SdVO8wv0Y/gdlCrCzyUgwo6SH3Se7/tlXIvNGpboX/6ebnW9SyhLWh3Bul+pA==" src="https://github.githubassets.com/assets/vendors-node_modules_github_file-attachment-element_dist_index_js-node_modules_github_filter--63965d-80ac50d11e67.js"></script>
|
49
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-jxdSPN0NbVmEhgHRpvTnZNPzdVVKP/Yr+ZvWmX/gEkfmHbjNPQBaQ0dZHQngvBiMp7dqTWay07pi723jOakVlQ==" src="https://github.githubassets.com/assets/app_assets_modules_github_ref-selector_ts-8f17523cdd0d.js"></script>
|
50
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-JTEIr8Kd1o8iqZYHhZz73Zllswwu+LM/TPfs4Vt2qzgG15K2zCDJ7a1gwJUixJ2e/S1T7PGn+uVumgoUNCVfTw==" src="https://github.githubassets.com/assets/repositories-253108afc29d.js"></script>
|
51
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-SlSqEMwovSZNKZc9AtWLclq4u59o8sN1Xc61FpkoDSEpCSIwL7pYUnFlJDJRa3BBPH/pShnnSPKDDwl4Rlt41g==" src="https://github.githubassets.com/assets/vendors-node_modules_github_clipboard-copy-element_dist_index_esm_js-node_modules_github_remo-8e6bec-4a54aa10cc28.js"></script>
|
52
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-cUI32hcX4byGeNg0lFCKjYPJmrs8z6w/qoLkomXtYj3V73x2oy08vJalw74NhYcN1jB5lbysMRRUA5ImZsgt9Q==" src="https://github.githubassets.com/assets/vendors-node_modules_github_mini-throttle_dist_decorators_js-node_modules_scroll-anchoring_di-a017b0-714237da1717.js"></script>
|
53
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-94nb28v4cR5Tjl//1yMu/VgLOs4KXjKfnjTpD/XBnamK+uonIol+2lAeKvgYM1/IPsEzuJnkSJkzfisjZ8cKdA==" src="https://github.githubassets.com/assets/app_assets_modules_github_diffs_blob-lines_ts-app_assets_modules_github_diffs_linkable-line-n-f314c3-f789dbdbcbf8.js"></script>
|
54
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-rQkfLJZYegNFPydD/Gqh+T1MSPzzRRw6RWDyvLX7vIKqamT9oSlIzzFFsL/qz1BAobeFZv4PES6WCvFvMSUQ7A==" src="https://github.githubassets.com/assets/diffs-ad091f2c9658.js"></script>
|
55
|
+
|
56
|
+
|
57
|
+
<title>{{ site.name }}</title>
|
58
|
+
<meta name="description" content="{{ site.description }}">
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
<meta name="request-id" content="89C5:3FE1:34171F:4C3851:62E283F0" data-pjax-transient="true" /><meta name="html-safe-nonce" content="c27256423bb4f89073e16b1d294a27870303124e5a295111563dbed0af356d5c" data-pjax-transient="true" /><meta name="visitor-payload" content="eyJyZWZlcnJlciI6bnVsbCwicmVxdWVzdF9pZCI6Ijg5QzU6M0ZFMTozNDE3MUY6NEMzODUxOjYyRTI4M0YwIiwidmlzaXRvcl9pZCI6IjkwMzQxMTcwNjE5ODMzNzExMTMiLCJyZWdpb25fZWRnZSI6ImFwLW5vcnRoZWFzdC0xIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9" data-pjax-transient="true" /><meta name="visitor-hmac" content="613d10ea965affe07e539a563db10b66741a8f1cfc0abb68a629016cffda266c" data-pjax-transient="true" />
|
63
|
+
|
64
|
+
<meta name="hovercard-subject-tag" content="repository:507744556" data-pjax-transient>
|
65
|
+
|
66
|
+
|
67
|
+
<meta name="github-keyboard-shortcuts" content="repository,source-code" data-pjax-transient="true" />
|
68
|
+
|
69
|
+
|
70
|
+
<meta name="selected-link" value="repo_source" data-pjax-transient>
|
71
|
+
|
72
|
+
<meta name="google-site-verification" content="c1kuD-K2HIVF635lypcsWPoD4kilo5-jA_wBFyT4uMY">
|
73
|
+
<meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU">
|
74
|
+
<meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA">
|
75
|
+
<meta name="google-site-verification" content="GXs5KoUUkNCoaAZn7wPN-t01Pywp9M3sEjnt_3_ZWPc">
|
76
|
+
|
77
|
+
<meta name="octolytics-url" content="https://collector.github.com/github/collect" /><meta name="octolytics-actor-id" content="5748006" /><meta name="octolytics-actor-login" content="supgeek-rod" /><meta name="octolytics-actor-hash" content="670ce5b6371d2e7e6140b661ab9e703a684af4ba06af1624ca1cb23bf975fa87" />
|
78
|
+
|
79
|
+
<meta name="analytics-location" content="/<user-name>/<repo-name>/blob/show" data-pjax-transient="true" />
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
<meta name="user-login" content="supgeek-rod">
|
89
|
+
|
90
|
+
<link rel="sudo-modal" href="/sessions/sudo_modal">
|
91
|
+
|
92
|
+
<meta name="viewport" content="width=device-width">
|
93
|
+
|
94
|
+
<meta name="description" content="HeyCommunity Documentation. Contribute to HeyCommunity/HeyCommunityDocs development by creating an account on GitHub.">
|
95
|
+
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
|
96
|
+
<link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub">
|
97
|
+
<meta property="fb:app_id" content="1401488693436528">
|
98
|
+
<meta name="apple-itunes-app" content="app-id=1477376905" />
|
99
|
+
<meta name="twitter:image:src" content="https://opengraph.githubassets.com/261b77972732ba1093d6815f4f49cea0d83da7a408bc8f055f8a628839df01ab/HeyCommunity/HeyCommunityDocs" /><meta name="twitter:site" content="@github" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:title" content="HeyCommunityDocs/0.构建和配置小程序.md at dev-master · HeyCommunity/HeyCommunityDocs" /><meta name="twitter:description" content="HeyCommunity Documentation. Contribute to HeyCommunity/HeyCommunityDocs development by creating an account on GitHub." />
|
100
|
+
<meta property="og:image" content="https://opengraph.githubassets.com/261b77972732ba1093d6815f4f49cea0d83da7a408bc8f055f8a628839df01ab/HeyCommunity/HeyCommunityDocs" /><meta property="og:image:alt" content="HeyCommunity Documentation. Contribute to HeyCommunity/HeyCommunityDocs development by creating an account on GitHub." /><meta property="og:image:width" content="1200" /><meta property="og:image:height" content="600" /><meta property="og:site_name" content="GitHub" /><meta property="og:type" content="object" /><meta property="og:title" content="HeyCommunityDocs/0.构建和配置小程序.md at dev-master · HeyCommunity/HeyCommunityDocs" /><meta property="og:url" content="https://github.com/HeyCommunity/HeyCommunityDocs" /><meta property="og:description" content="HeyCommunity Documentation. Contribute to HeyCommunity/HeyCommunityDocs development by creating an account on GitHub." />
|
101
|
+
|
102
|
+
<link rel="assets" href="https://github.githubassets.com/">
|
103
|
+
<link rel="shared-web-socket" href="wss://alive.github.com/_sockets/u/5748006/ws?session=eyJ2IjoiVjMiLCJ1Ijo1NzQ4MDA2LCJzIjo5MDEzNzQ5NDQsImMiOjUzNjU1NTg2MCwidCI6MTY1OTAxMjA5M30=--413a609e2cbeb5b6c1308f0cf1c694d54f9a8e8944c5e7d0671c3cd98208777a" data-refresh-url="/_alive" data-session-id="26877213625e14c1b20736e51ff75ed2a0cf2305db7b09bd1bf2aab83f399953">
|
104
|
+
<link rel="shared-web-socket-src" href="/assets-cdn/worker/socket-worker-b87581f5816c.js">
|
105
|
+
|
106
|
+
|
107
|
+
<meta name="hostname" content="github.com">
|
108
|
+
|
109
|
+
|
110
|
+
<meta name="keyboard-shortcuts-preference" content="all">
|
111
|
+
<script type="application/json" id="memex_keyboard_shortcuts_preference">"all"</script>
|
112
|
+
|
113
|
+
<meta name="expected-hostname" content="github.com">
|
114
|
+
|
115
|
+
<meta name="enabled-features" content="PRESENCE_IDLE,IMAGE_METRIC_TRACKING,GEOJSON_AZURE_MAPS">
|
116
|
+
|
117
|
+
|
118
|
+
<meta http-equiv="x-pjax-version" content="12372664b4683db21b2472de9e964bff12616827c62b07c0470aa3c7b8436dd0" data-turbo-track="reload">
|
119
|
+
<meta http-equiv="x-pjax-csp-version" content="171483bb7fa1e692e90fd1050e6472447a67ec3e4df764579d3e8998bee757d8" data-turbo-track="reload">
|
120
|
+
<meta http-equiv="x-pjax-css-version" content="f0e7d7bccc8c1b3aebce2b52c98c94ee031c8144bcb64ade76ad7dcb39d029bb" data-turbo-track="reload">
|
121
|
+
<meta http-equiv="x-pjax-js-version" content="54454a0e4d543d7c7413416a2b8d6762aa313c630e7fcb7d0f1cc0a8aa940f4f" data-turbo-track="reload">
|
122
|
+
|
123
|
+
<meta name="turbo-cache-control" content="no-preview" data-pjax-transient="">
|
124
|
+
|
125
|
+
|
126
|
+
<meta name="go-import" content="github.com/HeyCommunity/HeyCommunityDocs git https://github.com/HeyCommunity/HeyCommunityDocs.git">
|
127
|
+
|
128
|
+
<meta name="octolytics-dimension-user_id" content="81813756" /><meta name="octolytics-dimension-user_login" content="HeyCommunity" /><meta name="octolytics-dimension-repository_id" content="507744556" /><meta name="octolytics-dimension-repository_nwo" content="HeyCommunity/HeyCommunityDocs" /><meta name="octolytics-dimension-repository_public" content="true" /><meta name="octolytics-dimension-repository_is_fork" content="false" /><meta name="octolytics-dimension-repository_network_root_id" content="507744556" /><meta name="octolytics-dimension-repository_network_root_nwo" content="HeyCommunity/HeyCommunityDocs" />
|
129
|
+
|
130
|
+
|
131
|
+
|
132
|
+
<link rel="canonical" href="https://github.com/HeyCommunity/HeyCommunityDocs/blob/dev-master/0.%E6%9E%84%E5%BB%BA%E5%92%8C%E9%85%8D%E7%BD%AE%E5%B0%8F%E7%A8%8B%E5%BA%8F.md" data-pjax-transient>
|
133
|
+
<meta name="turbo-body-classes" content="logged-in env-production page-responsive page-blob">
|
134
|
+
|
135
|
+
|
136
|
+
<meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats">
|
137
|
+
|
138
|
+
<meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors">
|
139
|
+
|
140
|
+
<meta name="browser-optimizely-client-errors-url" content="https://api.github.com/_private/browser/optimizely_client/errors">
|
141
|
+
|
142
|
+
<link rel="mask-icon" href="https://github.githubassets.com/pinned-octocat.svg" color="#000000">
|
143
|
+
<link rel="alternate icon" class="js-site-favicon" type="image/png" href="https://github.githubassets.com/favicons/favicon.png">
|
144
|
+
<link rel="icon" class="js-site-favicon" type="image/svg+xml" href="https://github.githubassets.com/favicons/favicon.svg">
|
145
|
+
|
146
|
+
<meta name="theme-color" content="#1e2327">
|
147
|
+
<meta name="color-scheme" content="dark light" />
|
148
|
+
|
149
|
+
<link rel="apple-touch-icon" href="https://github.githubassets.com/apple-touch-icon.png">
|
150
|
+
<link rel="apple-touch-icon" sizes="180x180" href="https://github.githubassets.com/apple-touch-icon-180x180.png">
|
151
|
+
<meta name="apple-mobile-web-app-title" content="GitHub">
|
152
|
+
|
153
|
+
<link rel="manifest" href="/manifest.json" crossOrigin="use-credentials">
|
154
|
+
</head>
|
@@ -0,0 +1,95 @@
|
|
1
|
+
<div class="position-relative js-header-wrapper ">
|
2
|
+
<header class="Header-old header-logged-out js-details-container Details position-relative f4 py-2" role="banner">
|
3
|
+
<div class="container-xl d-lg-flex flex-items-center px-3 px-md-4 px-lg-5">
|
4
|
+
<div class="d-flex flex-justify-between flex-items-center">
|
5
|
+
<a class="mr-4 no-underline color-fg-inherit" href="{{ '/' | relative_url }}">{{ site.title }}</a>
|
6
|
+
|
7
|
+
<div class="d-flex flex-items-center">
|
8
|
+
<button aria-label="Toggle navigation" aria-expanded="false" type="button" data-view-component="true" class="js-details-target btn-link d-lg-none mt-1 color-fg-inherit">
|
9
|
+
<svg aria-hidden="true" height="24" viewBox="0 0 16 16" version="1.1" width="24" data-view-component="true" class="octicon octicon-three-bars">
|
10
|
+
<path fill-rule="evenodd" d="M1 2.75A.75.75 0 011.75 2h12.5a.75.75 0 110 1.5H1.75A.75.75 0 011 2.75zm0 5A.75.75 0 011.75 7h12.5a.75.75 0 110 1.5H1.75A.75.75 0 011 7.75zM1.75 12a.75.75 0 100 1.5h12.5a.75.75 0 100-1.5H1.75z"></path>
|
11
|
+
</svg>
|
12
|
+
</button>
|
13
|
+
</div>
|
14
|
+
</div>
|
15
|
+
|
16
|
+
<!-- 移动端菜单按钮 -->
|
17
|
+
<div class="HeaderMenu HeaderMenu--logged-out position-fixed top-0 right-0 bottom-0 height-fit position-lg-relative d-lg-flex flex-justify-between flex-items-center flex-auto">
|
18
|
+
<div class="d-flex d-lg-none flex-justify-end border-bottom color-bg-subtle p-3">
|
19
|
+
<button aria-label="Toggle navigation" aria-expanded="false" type="button" data-view-component="true" class="js-details-target btn-link">
|
20
|
+
<svg aria-hidden="true" height="24" viewBox="0 0 24 24" version="1.1" width="24" data-view-component="true" class="octicon octicon-x color-fg-muted">
|
21
|
+
<path fill-rule="evenodd" d="M5.72 5.72a.75.75 0 011.06 0L12 10.94l5.22-5.22a.75.75 0 111.06 1.06L13.06 12l5.22 5.22a.75.75 0 11-1.06 1.06L12 13.06l-5.22 5.22a.75.75 0 01-1.06-1.06L10.94 12 5.72 6.78a.75.75 0 010-1.06z"></path>
|
22
|
+
</svg>
|
23
|
+
</button>
|
24
|
+
</div>
|
25
|
+
|
26
|
+
<!-- 导航 -->
|
27
|
+
<nav class="mt-0 px-3 px-lg-0 mb-5 mb-lg-0" aria-label="Global">
|
28
|
+
<ul class="d-lg-flex list-style-none">
|
29
|
+
<!--
|
30
|
+
<li class="mr-0 mr-lg-3 position-relative flex-wrap flex-justify-between flex-items-center border-bottom border-lg-bottom-0 d-block d-lg-flex flex-lg-nowrap flex-lg-items-center">
|
31
|
+
<details class="HeaderMenu-details details-overlay details-reset width-full">
|
32
|
+
<summary class="HeaderMenu-summary HeaderMenu-link px-0 py-3 border-0 no-wrap d-block d-lg-inline-block">
|
33
|
+
分类
|
34
|
+
<svg x="0" y="0" viewBox="0 0 14 8" xml:space="preserve" fill="none" class="icon-chevon-down-mktg position-absolute position-lg-relative"><path d="M1,1l6.2,6L13,1"></path></svg>
|
35
|
+
</summary>
|
36
|
+
|
37
|
+
<div class="dropdown-menu flex-auto rounded px-0 mt-0 pb-4 p-lg-4 position-relative position-lg-absolute left-0 left-lg-n4">
|
38
|
+
<ul class="list-style-none f5 pb-1">
|
39
|
+
<li><a class="lh-condensed-ultra d-block no-underline position-relative Link--primary text-bold py-2" href="#!">小程序开发</a></li>
|
40
|
+
<li><a class="lh-condensed-ultra d-block no-underline position-relative Link--primary text-bold py-2" href="#!">PHP</a></li>
|
41
|
+
<li><a class="lh-condensed-ultra d-block no-underline position-relative Link--primary text-bold py-2" href="#!">前端开发</a></li>
|
42
|
+
<li><a class="lh-condensed-ultra d-block no-underline position-relative Link--primary text-bold border-top pt-4 pb-2 mt-3" href="#!">按分类查看所有文章</a></li>
|
43
|
+
</ul>
|
44
|
+
</div>
|
45
|
+
</details>
|
46
|
+
</li>
|
47
|
+
|
48
|
+
<li class="mr-0 mr-lg-3 position-relative flex-wrap flex-justify-between flex-items-center border-bottom border-lg-bottom-0 d-block d-lg-flex flex-lg-nowrap flex-lg-items-center">
|
49
|
+
<details class="HeaderMenu-details details-overlay details-reset width-full">
|
50
|
+
<summary class="HeaderMenu-summary HeaderMenu-link px-0 py-3 border-0 no-wrap d-block d-lg-inline-block">
|
51
|
+
标签
|
52
|
+
<svg x="0" y="0" viewBox="0 0 14 8" xml:space="preserve" fill="none" class="icon-chevon-down-mktg position-absolute position-lg-relative"><path d="M1,1l6.2,6L13,1"></path></svg>
|
53
|
+
</summary>
|
54
|
+
|
55
|
+
<div class="dropdown-menu flex-auto rounded px-0 mt-0 pb-4 p-lg-4 position-relative position-lg-absolute left-0 left-lg-n4">
|
56
|
+
<ul class="list-style-none f5 pb-1">
|
57
|
+
<li><a class="lh-condensed-ultra d-block no-underline position-relative Link--primary text-bold py-2" href="#!">Composer</a></li>
|
58
|
+
<li><a class="lh-condensed-ultra d-block no-underline position-relative Link--primary text-bold py-2" href="#!">PHP</a></li>
|
59
|
+
<li><a class="lh-condensed-ultra d-block no-underline position-relative Link--primary text-bold py-2" href="#!">Telescope</a></li>
|
60
|
+
<li><a class="lh-condensed-ultra d-block no-underline position-relative Link--primary text-bold py-2" href="#!">Linux</a></li>
|
61
|
+
<li><a class="lh-condensed-ultra d-block no-underline position-relative Link--primary text-bold border-top pt-4 pb-2 mt-3" href="#!">按标签查看所有文章</a></li>
|
62
|
+
</ul>
|
63
|
+
</div>
|
64
|
+
</details>
|
65
|
+
</li>
|
66
|
+
|
67
|
+
<li class="mr-0 mr-lg-3 position-relative flex-wrap flex-justify-between flex-items-center border-bottom border-lg-bottom-0 d-block d-lg-flex flex-lg-nowrap flex-lg-items-center">
|
68
|
+
<a class="HeaderMenu-link no-underline py-3 d-block d-lg-inline-block" href="#!">归档</a>
|
69
|
+
</li>
|
70
|
+
-->
|
71
|
+
|
72
|
+
<li class="mr-0 mr-lg-3 position-relative flex-wrap flex-justify-between flex-items-center border-bottom border-lg-bottom-0 d-block d-lg-flex flex-lg-nowrap flex-lg-items-center">
|
73
|
+
<a class="HeaderMenu-link no-underline py-3 d-block d-lg-inline-block" href="{{ '/about' | relative_url }}">关于</a>
|
74
|
+
</li>
|
75
|
+
</ul>
|
76
|
+
</nav>
|
77
|
+
|
78
|
+
<!-- 搜索框 -->
|
79
|
+
<div class="d-lg-flex flex-items-center px-3 px-lg-0 text-center text-lg-left">
|
80
|
+
<div class="d-lg-flex min-width-0 mb-3 mb-lg-0">
|
81
|
+
<div class="header-search flex-auto js-site-search position-relative flex-self-stretch flex-md-self-auto mb-3 mb-md-0 mr-0 js-jump-to">
|
82
|
+
<div class="position-relative">
|
83
|
+
<form class="js-site-search-form">
|
84
|
+
<label class="form-control input-sm header-search-wrapper p-0 js-chromeless-input-container header-search-wrapper-jump-to position-relative d-flex flex-justify-between flex-items-center">
|
85
|
+
<input disabled type="text" class="form-control input-sm header-search-input jump-to-field js-jump-to-field js-site-search-focus" placeholder="Search not available">
|
86
|
+
</label>
|
87
|
+
</form>
|
88
|
+
</div>
|
89
|
+
</div>
|
90
|
+
</div>
|
91
|
+
</div>
|
92
|
+
</div>
|
93
|
+
</div>
|
94
|
+
</header>
|
95
|
+
</div>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en" data-color-mode="dark" data-light-theme="light_tritanopia" data-dark-theme="dark" data-a11y-animated-images="system">
|
3
|
+
{%- include head.html -%}
|
4
|
+
|
5
|
+
<body class="logged-in env-production page-responsive page-blob" style="word-wrap: break-word;">
|
6
|
+
<!-- header.html -->
|
7
|
+
{%- include header.html -%}
|
8
|
+
|
9
|
+
<!-- MainContent -->
|
10
|
+
{{ content }}
|
11
|
+
|
12
|
+
<!-- footer.html -->
|
13
|
+
{%- include footer.html -%}
|
14
|
+
</body>
|
15
|
+
</html>
|
16
|
+
|
data/_layouts/home.html
ADDED
@@ -0,0 +1,129 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
<div class="application-main">
|
6
|
+
<turbo-frame id="repo-content-turbo-frame" class="">
|
7
|
+
<div id="repo-content-pjax-container" class="repository-content">
|
8
|
+
<div class="clearfix container-xl px-3 px-md-4 px-lg-5 mt-4">
|
9
|
+
<div data-view-component="true" class="Layout Layout--flowRow-until-md Layout--sidebarPosition-end Layout--sidebarPosition-flowRow-end">
|
10
|
+
<!-- Main -->
|
11
|
+
<div data-view-component="true" class="Layout-main">
|
12
|
+
<div class="file-navigation mb-3 d-flex flex-items-start">
|
13
|
+
<div class="position-relative">
|
14
|
+
<details class="dropdown details-reset details-overlay d-inline-block" id="branch-select-menu">
|
15
|
+
<summary class="btn" aria-haspopup="true">
|
16
|
+
默认
|
17
|
+
<div class="dropdown-caret"></div>
|
18
|
+
</summary>
|
19
|
+
|
20
|
+
<ul class="dropdown-menu dropdown-menu-se">
|
21
|
+
<li data-toggle-for="blob-more-options-details">
|
22
|
+
<button data-toggle-for="jumpto-line-details-dialog" type="button" data-view-component="true" class="dropdown-item btn-link">
|
23
|
+
<span class="d-flex flex-items-baseline"><span class="flex-auto">not available</span></span>
|
24
|
+
</button>
|
25
|
+
</li>
|
26
|
+
<li class="dropdown-divider" role="none"></li>
|
27
|
+
</ul>
|
28
|
+
</details>
|
29
|
+
</div>
|
30
|
+
|
31
|
+
<div class="flex-auto"></div>
|
32
|
+
|
33
|
+
<div class="flex-self-center ml-3 flex-self-stretch d-none d-lg-flex flex-items-center lh-condensed-ultra">
|
34
|
+
<div>
|
35
|
+
<span class="color-fg-muted">最近更新:</span>
|
36
|
+
<strong>2022-02-02 12:12:12</strong>
|
37
|
+
</div>
|
38
|
+
</div>
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<!-- 文章列表 -->
|
42
|
+
<div class="Box mb-3">
|
43
|
+
<div class="Box-header position-relative">
|
44
|
+
<div class="js-details-container Details d-flex rounded-top-2 flex-items-center flex-wrap">
|
45
|
+
<div class="flex-1 d-flex flex-items-center min-width-0">
|
46
|
+
<div class="css-truncate css-truncate-overflow">
|
47
|
+
<span>所有文章</span>
|
48
|
+
</div>
|
49
|
+
|
50
|
+
<div class="d-flex flex-auto flex-justify-end ml-3 flex-items-baseline">
|
51
|
+
<div>
|
52
|
+
<strong>{{ site.posts.size }}</strong>
|
53
|
+
<span class="color-fg-muted">篇文章</span>
|
54
|
+
</div>
|
55
|
+
</div>
|
56
|
+
</div>
|
57
|
+
</div>
|
58
|
+
</div>
|
59
|
+
|
60
|
+
<div class="js-details-container Details">
|
61
|
+
<div role="grid" class="Details-content--hidden-not-important js-navigation-container js-active-navigation-container d-md-block">
|
62
|
+
{%- for post in site.posts -%}
|
63
|
+
<div role="row" class="Box-row Box-row--focus-gray py-2 d-flex position-relative js-navigation-item ">
|
64
|
+
<div role="gridcell" class="mr-3 flex-shrink-0" style="width: 16px;">
|
65
|
+
<svg aria-label="File" aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16"
|
66
|
+
data-view-component="true" class="octicon octicon-file color-fg-muted">
|
67
|
+
<path fill-rule="evenodd"
|
68
|
+
d="M3.75 1.5a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 00.25-.25V6h-2.75A1.75 1.75 0 019 4.25V1.5H3.75zm6.75.062V4.25c0 .138.112.25.25.25h2.688a.252.252 0 00-.011-.013l-2.914-2.914a.272.272 0 00-.013-.011zM2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0113.25 16h-9.5A1.75 1.75 0 012 14.25V1.75z"></path>
|
69
|
+
</svg>
|
70
|
+
</div>
|
71
|
+
|
72
|
+
<div role="rowheader" class="flex-auto min-width-0 col-md-2 mr-3">
|
73
|
+
<span class="css-truncate css-truncate-target d-block width-fit">
|
74
|
+
<a class="js-navigation-open Link--primary" title="{{ post.title }}"
|
75
|
+
href="{{ post.url | relative_url }}">{{ post.title }}</a>
|
76
|
+
</span>
|
77
|
+
</div>
|
78
|
+
|
79
|
+
<div role="gridcell" class="flex-auto min-width-0 d-none d-md-block col-5 mr-3">
|
80
|
+
<span class="css-truncate css-truncate-target d-block width-fit markdown-title">
|
81
|
+
{%- for tag in post.tags -%}
|
82
|
+
<span class="mr-1">{{ tag }}</span>
|
83
|
+
{%- endfor -%}
|
84
|
+
</span>
|
85
|
+
</div>
|
86
|
+
|
87
|
+
<div role="gridcell" class="color-fg-muted text-right" style="width:100px;">
|
88
|
+
<span class="no-wrap">{{ post.date | date: '%Y-%m-%d' }}</span>
|
89
|
+
</div>
|
90
|
+
</div>
|
91
|
+
{%- endfor -%}
|
92
|
+
</div>
|
93
|
+
</div>
|
94
|
+
</div>
|
95
|
+
</div>
|
96
|
+
|
97
|
+
<!-- Sidebar -->
|
98
|
+
<div data-view-component="true" class="Layout-sidebar">
|
99
|
+
<div class="BorderGrid BorderGrid--spacious">
|
100
|
+
<div class="BorderGrid-row">
|
101
|
+
<div class="BorderGrid-cell">
|
102
|
+
<h2 class="mb-3 h4">关于我</h2>
|
103
|
+
<p class="f4 my-3">
|
104
|
+
I'm a software developer. <br>
|
105
|
+
This is my dev blog.
|
106
|
+
</p>
|
107
|
+
</div>
|
108
|
+
</div>
|
109
|
+
|
110
|
+
<div class="BorderGrid-row">
|
111
|
+
<div class="BorderGrid-cell">
|
112
|
+
<h2 class="h4 mb-3" data-pjax="#repo-content-pjax-container"
|
113
|
+
data-turbo-frame="repo-content-turbo-frame">
|
114
|
+
<a class="Link--primary no-underline">友情链接</a>
|
115
|
+
</h2>
|
116
|
+
|
117
|
+
<div class="text-small">
|
118
|
+
<a href="https://github.com/supgeek-rod/jekyll-theme-github-like" target="_blank">jekyll-theme-github-like</a>
|
119
|
+
</div>
|
120
|
+
</div>
|
121
|
+
</div>
|
122
|
+
</div>
|
123
|
+
</div>
|
124
|
+
|
125
|
+
</div>
|
126
|
+
</div>
|
127
|
+
</div>
|
128
|
+
</turbo-frame>
|
129
|
+
</div>
|
data/_layouts/page.html
ADDED
data/_layouts/post.html
ADDED
@@ -0,0 +1,63 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
<div class="application-main">
|
6
|
+
<div class="">
|
7
|
+
<main id="js-repo-pjax-container">
|
8
|
+
<turbo-frame id="repo-content-turbo-frame" target="_top" data-turbo-action="advance" class="">
|
9
|
+
<div id="repo-content-pjax-container" class="repository-content ">
|
10
|
+
<div class="clearfix container-xl px-3 px-md-4 px-lg-5 mt-4">
|
11
|
+
<div data-test-selector="blob-container">
|
12
|
+
<div class="d-flex flex-items-start flex-shrink-0 pb-3 flex-wrap flex-md-nowrap flex-justify-between flex-md-justify-start">
|
13
|
+
<div id="blob-path" class="breadcrumb flex-auto flex-self-center min-width-0 text-normal mr-2 width-full width-md-auto flex-order-1 flex-md-order-none mt-3 mt-md-0">
|
14
|
+
{% for cate in page.categories %}
|
15
|
+
<a href="#!" class="btn mr-1">{{ cate }}</a>
|
16
|
+
{% endfor %}
|
17
|
+
</div>
|
18
|
+
|
19
|
+
<div>
|
20
|
+
{% for tag in page.tags %}
|
21
|
+
<a href="#!" class="btn">{{ tag }}</a>
|
22
|
+
{% endfor %}
|
23
|
+
</div>
|
24
|
+
|
25
|
+
<details id="blob-more-options-details" data-view-component="true" class="details-overlay details-reset position-relative">
|
26
|
+
<summary role="button" data-view-component="true" class="btn ml-2">
|
27
|
+
<svg aria-label="More options" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-kebab-horizontal">
|
28
|
+
<path d="M8 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm13 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path>
|
29
|
+
</svg>
|
30
|
+
</summary>
|
31
|
+
|
32
|
+
<div data-view-component="true">
|
33
|
+
<ul class="dropdown-menu dropdown-menu-sw">
|
34
|
+
<li data-toggle-for="blob-more-options-details">
|
35
|
+
<button data-toggle-for="jumpto-line-details-dialog" type="button" data-view-component="true" class="dropdown-item btn-link">
|
36
|
+
<span class="d-flex flex-items-baseline"><span class="flex-auto">not available</span></span>
|
37
|
+
</button>
|
38
|
+
</li>
|
39
|
+
<li class="dropdown-divider" role="none"></li>
|
40
|
+
</ul>
|
41
|
+
</div>
|
42
|
+
</details>
|
43
|
+
</div>
|
44
|
+
|
45
|
+
<!-- Post Content -->
|
46
|
+
<readme-toc>
|
47
|
+
<div data-target="readme-toc.content" class="Box mt-0 position-relative">
|
48
|
+
<div id="readme"
|
49
|
+
class="Box-body readme blob js-code-block-container js-search-container p-5 p-xl-6 gist-border-0">
|
50
|
+
<article class="markdown-body entry-content container-lg" itemprop="text">
|
51
|
+
<h1>{{ page.title }}</h1>
|
52
|
+
{{ content }}
|
53
|
+
</article>
|
54
|
+
</div>
|
55
|
+
</div>
|
56
|
+
</readme-toc>
|
57
|
+
</div>
|
58
|
+
</div>
|
59
|
+
</div>
|
60
|
+
</turbo-frame>
|
61
|
+
</main>
|
62
|
+
</div>
|
63
|
+
</div>
|
metadata
ADDED
@@ -0,0 +1,67 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: jekyll-theme-github-like
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- supgeek-rod
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2022-07-31 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: jekyll
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '4.2'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '4.2'
|
27
|
+
description:
|
28
|
+
email:
|
29
|
+
- supgeek.rod@gmail.com
|
30
|
+
executables: []
|
31
|
+
extensions: []
|
32
|
+
extra_rdoc_files: []
|
33
|
+
files:
|
34
|
+
- LICENSE.txt
|
35
|
+
- README.md
|
36
|
+
- _config.yml
|
37
|
+
- _includes/footer.html
|
38
|
+
- _includes/head.html
|
39
|
+
- _includes/header.html
|
40
|
+
- _layouts/default.html
|
41
|
+
- _layouts/home.html
|
42
|
+
- _layouts/page.html
|
43
|
+
- _layouts/post.html
|
44
|
+
homepage: https://github.com/supgeek-rod/jekyll-theme-github-like
|
45
|
+
licenses:
|
46
|
+
- MIT
|
47
|
+
metadata: {}
|
48
|
+
post_install_message:
|
49
|
+
rdoc_options: []
|
50
|
+
require_paths:
|
51
|
+
- lib
|
52
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
53
|
+
requirements:
|
54
|
+
- - ">="
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: '0'
|
57
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
requirements: []
|
63
|
+
rubygems_version: 3.0.3
|
64
|
+
signing_key:
|
65
|
+
specification_version: 4
|
66
|
+
summary: A jekyll theme like github.com
|
67
|
+
test_files: []
|