Compare commits

..

4 Commits

Author SHA1 Message Date
Boris Verkhovskiy
4d7ecfbbf7 [brainfuck] rename frontmatter key
All checks were successful
Trigger site build / deploy (push) Has been skipped
CI / lint (push) Successful in 20s
2024-12-18 08:14:10 -07:00
Boris Verkhovskiy
612db59ae0 Mark repo as markdown again 2024-12-16 22:45:38 -07:00
Enno
17f8208be7
fix link to CONTRIBUTING.md (#5217) 2024-12-16 22:41:48 -07:00
Boris Verkhovskiy
7069599e41 [janet] add trailing newline 2024-12-12 12:37:41 -07:00
4 changed files with 4 additions and 5 deletions

3
.gitattributes vendored
View File

@ -1,2 +1 @@
*.html.markdown linguist-language=Markdown linguist-detectable
file.html.erb linguist-vendored
*.md linguist-language=Markdown linguist-detectable

View File

@ -2,5 +2,5 @@
- [ ] Pull request title is prepended with `[language/lang-code]` (example `[python/fr]` or `[java/en]`)
- [ ] Pull request touches only one file (or a set of logically related files with similar changes made)
- [ ] Content changes are aimed at *intermediate to experienced programmers* (this is a poor format for explaining fundamental programming concepts)
- [ ] If you've changed any part of the YAML Frontmatter, make sure it is formatted according to [CONTRIBUTING.md](https://github.com/adambard/learnxinyminutes-docs/blob/master/CONTRIBUTING.markdown)
- [ ] If you've changed any part of the YAML Frontmatter, make sure it is formatted according to [CONTRIBUTING.md](https://github.com/adambard/learnxinyminutes-docs/blob/master/CONTRIBUTING.md)
- [ ] Yes, I have double-checked quotes and field names!

2
bf.md
View File

@ -1,6 +1,6 @@
---
name: BF
learn_x_in_y_name: brainfuck
where_x_eq_name: brainfuck
filename: bf.bf
contributors:
- ["Prajit Ramachandran", "http://prajitr.github.io/"]