-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from gusbemacbe/beta
Official Release
- Loading branch information
Showing
14,014 changed files
with
109,901 additions
and
9,769 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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,5 +1,6 @@ | ||
# exclude the following dirs/files from archives: | ||
.* export-ignore | ||
folders export-ignore | ||
images export-ignore | ||
scripts export-ignore | ||
templates export-ignore |
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 |
---|---|---|
|
@@ -10,4 +10,5 @@ | |
**/.directory | ||
\.icon-theme\.cache | ||
|
||
\.vscode/ | ||
# HTML pages exported by the stupid extension Markdown | ||
*.html |
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,46 @@ | ||
body | ||
{ | ||
font-family: 'FiraGO', 'M++ Sans Nerd Font', sans-serif !important | ||
} | ||
|
||
code, pre | ||
{ | ||
font-family: 'Fira Code', 'M++ Nerd Font', monospace !important | ||
} | ||
|
||
ol | ||
{ | ||
list-style-type: none; | ||
counter-reset: item; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
ol > li | ||
{ | ||
display: table; | ||
counter-increment: item; | ||
margin-bottom: 0.6em; | ||
} | ||
|
||
ol > li:before | ||
{ | ||
content: counters(item, ".") ". "; | ||
display: table-cell; | ||
padding-right: 0.6em; | ||
} | ||
|
||
li ol > li | ||
{ | ||
margin: 0; | ||
} | ||
|
||
li ol > li:before | ||
{ | ||
content: counters(item, ".") " "; | ||
} | ||
|
||
p | ||
{ | ||
text-align: justify; | ||
} |
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,94 @@ | ||
{ | ||
"cSpell.enabled": true, | ||
"cSpell.enabledLanguageIds": | ||
[ | ||
"asciidoc", | ||
"c", | ||
"cpp", | ||
"csharp", | ||
"css", | ||
"git-commit", | ||
"git-rebase", | ||
"go", | ||
"handlebars", | ||
"html", | ||
"jade", | ||
"java", | ||
"javascript", | ||
"javascriptreact", | ||
"json", | ||
"jsonc", | ||
"latex", | ||
"less", | ||
"markdown", | ||
"php", | ||
"plaintext", | ||
"pug", | ||
"python", | ||
"restructuredtext", | ||
"rust", | ||
"scala", | ||
"scss", | ||
"shellscript", | ||
"svg", | ||
"text", | ||
"typescript", | ||
"typescriptreact", | ||
"yaml", | ||
"yml" | ||
], | ||
"cSpell.language": "en, en-GB, en_US, pt", | ||
"cSpell.words": | ||
[ | ||
"Aalst", | ||
"actionless", | ||
"Alexey", | ||
"Bonandry", | ||
"Bonanni", | ||
"Cronopete", | ||
"cyberpunkism", | ||
"cyberpunkismo", | ||
"darcn", | ||
"Deepin", | ||
"Dockstation", | ||
"drgeo", | ||
"Edex", | ||
"Figma", | ||
"Gierer", | ||
"lockscreen", | ||
"Manjaro", | ||
"mimetype", | ||
"mimetypes", | ||
"Numix", | ||
"Onionshare", | ||
"Oomox", | ||
"Ophcrack", | ||
"Papirus", | ||
"Roboron", | ||
"rowspan", | ||
"superproductivity", | ||
"Suru", | ||
"symlinks", | ||
"Varfolomeev", | ||
"varfolomeev’s" | ||
], | ||
"markdown.extension.print.onFileSave": false, | ||
"markdown.styles": | ||
[ | ||
".vscode/markdown-preview.css" | ||
], | ||
"spellright.language": | ||
[ | ||
"en_GB", | ||
"nl_NL" | ||
], | ||
"spellright.documentTypes": | ||
[ | ||
"css", | ||
"html", | ||
"markdown", | ||
"latex", | ||
"php", | ||
"python" | ||
] | ||
} |
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 @@ | ||
darcn | ||
dde | ||
drgeo | ||
Roboron | ||
superproductivity |
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.