forked from adambard/learnxinyminutes-docs
-
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
666 changed files
with
40,812 additions
and
15,641 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,65 +1,2 @@ | ||
asciidoc*.html.markdown linguist-language=AsciiDoc | ||
angularjs*.html.markdown linguist-language=JavaScript | ||
bash*.html.markdown linguist-language=bash | ||
bf.html.markdown linguist-language=Brainfuck | ||
bf-*.html.markdown linguist-language=Brainfuck | ||
c-*.html.markdown linguist-language=C | ||
c.html.markdown linguist-language=C | ||
c++*.html.markdown linguist-language=C++ | ||
chapel*.html.markdown linguist-language=Chapel | ||
clojure*.html.markdown linguist-language=Clojure | ||
cmake*.html.markdown linguist-language=CMake | ||
coffeescript*.html.markdown linguist-language=CoffeeScript | ||
coldfusion*.html.markdown linguist-language=ColdFusion | ||
common-lisp*.html.markdown linguist-language=lisp | ||
compojure*.html.markdown linguist-language=Clojure | ||
csharp*.html.markdown linguist-language=C# | ||
css*.html.markdown linguist-language=CSS | ||
d.html.markdown linguist-language=D | ||
d-*.html.markdown linguist-language=D | ||
dart*.html.markdown linguist-language=Dart | ||
edn*.html.markdown linguist-language=edn | ||
elisp*.html.markdown linguist-language=elisp | ||
elixir*.html.markdown linguist-language=Elixir | ||
elm*.html.markdown linguist-language=Elm | ||
erlang*.html.markdown linguist-language=Erlang | ||
factor*.html.markdown linguist-language=Factor | ||
forth*.html.markdown linguist-language=Forth | ||
fortran*.html.markdown linguist-language=FORTRAN | ||
fsharp*.html.markdown linguist-language=fsharp | ||
go.html.markdown linguist-language=Go | ||
go-*.html.markdown linguist-language=Go | ||
groovy*.html.markdown linguist-language=Groovy | ||
hack*.html.markdown linguist-language=Hack | ||
haml*.html.markdown linguist-language=Haml | ||
haskell*.html.markdown linguist-language=Haskell | ||
haxe*.html.markdown linguist-language=Haxe | ||
html*.html.markdown linguist-language=HTML | ||
hy.html.markdown linguist-language=Hy | ||
hy-*.html.markdown linguist-language=Hy | ||
inform7*.html.markdown linguist-language=inform7 | ||
java.html.markdown linguist-language=Java | ||
java-*.html.markdown linguist-language=Java | ||
javascript*.html.markdown linguist-language=JavaScript | ||
jquery*.html.markdown linguist-language=JavaScript | ||
json*.html.markdown linguist-language=JSON | ||
julia*.html.markdown linguist-language=Julia | ||
kotlin*.html.markdown linguist-language=Kotlin | ||
latex*.html.markdown linguist-language=latex | ||
less*.html.markdown linguist-language=Less | ||
livescript*.html.markdown linguist-language=LiveScript | ||
logtalk*.html.markdown linguist-language=Logtalk | ||
lua*.html.markdown linguist-language=Lua | ||
make*.html.markdown linguist-language=Makefile | ||
markdown*.html.markdown linguist-language=Markdown | ||
matlab*.html.markdown linguist-language=MATLAB | ||
nim*.html.markdown linguist-language=Nimrod | ||
nix*.html.markdown linguist-language=Nix | ||
objective-c*.html.markdown linguist-language=Objective-C | ||
ocaml*.html.markdown linguist-language=OCaml | ||
paren*.html.markdown linguist-language=lisp | ||
pcre*.html.markdown linguist-language=Perl | ||
perl.html.markdown linguist-language=Perl | ||
perl-*.html.markdown linguist-language=Perl | ||
raku*.html.markdown linguist-language=Perl6 | ||
ruby*.html.markdown linguist-language=Ruby | ||
*.html.markdown linguist-language=Markdown linguist-detectable | ||
file.html.erb linguist-vendored |
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,17 @@ | ||
name: Trigger site build | ||
|
||
on: | ||
push: | ||
branches: [main, master] | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
if: github.event_name == 'push' && github.repository_owner == 'adambard' | ||
steps: | ||
- name: Trigger site build | ||
uses: peter-evans/repository-dispatch@v3 | ||
with: | ||
token: ${{ secrets.PAT_LEARNXINYMINUTES_SITE }} | ||
repository: adambard/learnxinyminutes-site | ||
event-type: doc-update |
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,18 @@ | ||
name: CI | ||
|
||
on: | ||
push: | ||
branches: [master] | ||
pull_request: | ||
branches: [master] | ||
|
||
jobs: | ||
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1 | ||
with: | ||
ruby-version: '3.2' | ||
- run: gem install mdl | ||
- run: mdl . --ignore-front-matter -r MD003,MD011,MD023,MD027,MD028,MD035,MD037,MD038,MD039,MD047 |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.