mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
Add CONTRIBUTING, pin autoprefixer
This commit is contained in:
parent
17161f55a5
commit
193dc1a0d3
6 changed files with 8198 additions and 4 deletions
2
.github/workflows/test-versions.yml
vendored
2
.github/workflows/test-versions.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
sudo apt install curl jq
|
sudo apt install curl jq
|
||||||
npm install -g postcss-cli autoprefixer
|
npm i -g postcss-cli autoprefixer@9.8.6
|
||||||
|
|
||||||
- name: Test with Hugo ${{ matrix.hugo }}
|
- name: Test with Hugo ${{ matrix.hugo }}
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
|
|
21
CONTRIBUTING.md
Normal file
21
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Contributing
|
||||||
|
|
||||||
|
Thank you for considering contributing to this theme! Many hands make light work, and you're more than welcome.
|
||||||
|
|
||||||
|
Here are a couple ways you can help out.
|
||||||
|
|
||||||
|
## Open an Issue
|
||||||
|
|
||||||
|
Please open an issue to ask questions, report bugs, troubleshoot the project, or discuss anything that might need fixing or updating. You can follow one of the [templates](https://github.com/victoriadrake/hugo-theme-sam/issues/new/choose) to make sure you provide helpful information.
|
||||||
|
|
||||||
|
## Send a Pull Request
|
||||||
|
|
||||||
|
If you would like to change or fix something yourself, a pull request (PR) is most welcome! Please open an issue before you start working. That way, you can let other people know that you're taking care of it and no one ends up doing extra work.
|
||||||
|
|
||||||
|
Please [fork the repository](https://help.github.com/en/github/getting-started-with-github/fork-a-repo), then check out a local branch that includes the issue number, such as `fix-<issue number>`. For example, `git checkout -b fix-42`.
|
||||||
|
|
||||||
|
Before you submit your PR, make sure your fork is [synced with `master`](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork), then [create a PR](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork). You may want to [allow edits from maintainers](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork) for help with small changes like fixing typos.
|
||||||
|
|
||||||
|
## Thank you!
|
||||||
|
|
||||||
|
Thank you for being a part of this open source project. 💕
|
8172
exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content
generated
Normal file
8172
exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content
generated
Normal file
File diff suppressed because it is too large
Load diff
1
exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.json
generated
Normal file
1
exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.json
generated
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"Target":"css/main.css","MediaType":"text/css","Data":{}}
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
||||||
{"Target":"css/main.min.6c92ad80e1fccb6be0da2d2683e5cf279c68ceb267874b7fc79a6e487c1f0469.css","MediaType":"text/css","Data":{"Integrity":"sha256-bJKtgOH8y2vg2i0mg+XPJ5xozrJnh0t/x5puSHwfBGk="}}
|
{"Target":"css/main.min.9193dfbd107a29912dfefd0efe4d35fe1b54d2f1bd41ccd6c8f364bfc4e90e64.css","MediaType":"text/css","Data":{"Integrity":"sha256-kZPfvRB6KZEt/v0O/k01/htU0vG9QczWyPNkv8TpDmQ="}}
|
Loading…
Reference in a new issue