-
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.
* style: simplify conditions wd-146 * chore: add license wd-169 * docs: add readme wd-143 * docs: edit license path wd-143 * docs: add requirements to redame wd-143 * docs: edit main title in readme wd-143 * ci: add github hooks on postinstall wd-158 * ci: add env labeler wd-156 * ci: add repo key to env labeler wd-156 * ci: edit step name env labeler wd-156 * ci: add ci badge to readme wd-174 * ci: add cd badge to readme wd-174 * style: replace spaces with tabs wd-163 * refactor: replace underscore with private fields wd-190 * fix: bind for window resize in easter egg wd-191 * feat: add css custom media wd-191 * style: add css nesting wd-191 * style: edit css nesting orderwd-191 * chore: replace prettier yml config with js wd-157 * chore: replace stylelint yml config with cjs wd-157 * chore: replace lint-staged yml config with js wd-157 * chore: replace eslint yml config with js wd-157 * ci: add prettier for njk files * refactor: add layouts and includes to njk files wd-177 * chore: add robots.txt wd-177 * chore: add globals & manifest.json wd-177 * chore: add header wd-177 * ci: add njk files to eslint wd-177 * feat: add not found page wd-145 (#212) * wd-211: refactor form page (#213) * refactor: rewrite form page wd-211 * refactor: rename home page to main wd-211 * fix: remove form page from build wd-211 * style: add prettier plugin for njk files wd-218 (#219) * ci: add bem lint wd-218 (#220) * ci: add htmllint wd-150 (#221) * ci: add prettier for md files wd-223 (#224) * chore: remove json server config wd-225 (#226) * chore: update cv wd-167 (#227) * chore: add gitattributes file wd-214 (#228) * style: edit css sourcemaps output wd-176 (#229) * fix: svg favicon wd-175 (#230) * wd-144: edit ci steps (#231) * ci: edit ci steps wd-144 * ci: edit ci steps wd-144 * ci: edit ci steps wd-144 * ci: edit ci steps wd-144 * ci: edit ci steps wd-144 * ci: edit ci steps wd-144 * ci: edit ci steps wd-144 * ci: edit ci steps wd-144 * ci: edit ci steps wd-144 * ci: edit ci steps wd-144 * ci: edit ci steps wd-144 * ci: edit ci steps wd-144 * ci: edit ci steps wd-144 * ci: edit ci steps wd-144 * ci: edit step name style wd-144 * feat: add release package wd-162 (#232) * ci: edit makefile structure wd-162 * ci: edit lint commint lint action wd-162 * ci: edit commint lint config wd-162 * ci: add release functionality wd-162 * ci: edit java version in ci action wd-162 * ci: edit java version in ci action wd-162 * ci: replace html validator package wd-233 (#234)
- Loading branch information
1 parent
7e629e6
commit d779d11
Showing
167 changed files
with
21,185 additions
and
17,502 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
indent_style = tab | ||
indent_size = 4 | ||
end_of_line = lf | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
charset = utf-8 | ||
|
||
[Makefile] | ||
indent_style = tab | ||
[*.yml] | ||
indent_style = space | ||
indent_size = 2 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
* text=auto eol=lf | ||
|
||
*.png binary | ||
*.woff2 binary | ||
*.pdf binary | ||
*.mp3 binary |
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,5 @@ | ||
development: | ||
base: development | ||
|
||
production: | ||
base: production |
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
Oops, something went wrong.