-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
6,780 additions
and
4,862 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ Thumbs.db | |
#bak files | ||
~* | ||
*.bak | ||
*~ | ||
|
||
#temp files | ||
*.tmp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"default": true, | ||
"MD041": false, | ||
"MD013": { | ||
"line_length": 120 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"extends": "npm-package-json-lint-config-default" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,27 @@ | ||
# Contributions are warmly welcome! | ||
# Contributions are warmly welcome | ||
|
||
If you want to contribute please follow this guideline. | ||
If you want to contribute, please follow this guideline. | ||
|
||
## Steps | ||
|
||
1. You need to install [Node.js](https://nodejs.org/en/download) and [Hugo](https://gohugo.io/installation/). | ||
2. Fork this project. | ||
3. Clone your fork to your PC. | ||
4. Install dependencies, run command: `$ npm ci` | ||
5. Create a new branch for your contributions | ||
6. Write your code. Some helping commands (they should run inside `src` directory): | ||
* Build page: `$ hugo`. The built page will be `/src/public/index.html`. | ||
* Run local Hugo server to monitor your changes in real-time as you write code: `$ hugo server -D` | ||
7. Test your code with command `$ npm test`. It should pass, otherwise fix the errors. Some commands available for automatic fix of errors: | ||
* For ESLint (JS): `$ npm run lint:fix` | ||
* For Stylelint (CSS): `$ npm run stylelint:fix` | ||
* For Markdown: `$ npm run markdown:fix` | ||
8. Commit your changes and open PR. | ||
1. You need to install [Node.js](https://nodejs.org/en/download) and [Hugo](https://gohugo.io/installation/). | ||
2. Fork this project. | ||
3. Clone your fork to your PC. | ||
4. Install dependencies, run command: `$ npm ci` | ||
5. Create a new branch for your contributions | ||
6. Write your code. Some helping commands (they should run inside `src` directory): | ||
* Build page: `$ hugo`. The built page will be `/src/public/index.html`. | ||
* Run local Hugo server to monitor your changes in real-time as you write code: `$ hugo server -D` | ||
7. Test your code with command `$ npm test`. It should pass, otherwise fix the errors. Some commands available for | ||
automatic fix of errors: | ||
* For ESLint (JS): `$ npm run lint:fix` | ||
* For Stylelint (CSS): `$ npm run stylelint:fix` | ||
* For Markdown: `$ npm run markdown:fix` | ||
8. Commit your changes and open PR. | ||
|
||
### Useful links | ||
|
||
* GitHub Guide: [Contributing to projects. Learn how to contribute to a project through forking.](https://docs.github.com/en/get-started/quickstart/contributing-to-projects) Useful if you're not familiar with GitHub forking yet. | ||
* [Hugo manual](https://gohugo.io/documentation/) | ||
* GitHub | ||
Guide: [Contributing to projects. Learn how to contribute to a project through forking.](https://docs.github.com/en/get-started/quickstart/contributing-to-projects) | ||
Useful if you're not familiar with GitHub forking yet. | ||
* [Hugo manual](https://gohugo.io/documentation/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.