| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
* Added books and courses
* Alphabetized all the things, but maintained groupings of free, optional, paid within each section, and still have Tutorials on the top, since it's probably the most relevant category.
|
|
|
|
| |
NOTE: This does change the JSON!
|
| |
|
|
|
|
|
|
|
|
|
|
| |
```json
"A Simple Guide to Git": {
"description": "A simple, no-nonsense guide to the basics of using Git.",
"url": "http://rogerdudler.github.io/git-guide/",
"payment": "free",
"payment_description": null
},
```
|
|
|
|
|
|
|
|
|
| |
* adding atom
* alphabetic order
improving description
* more alphabetic order
|
| |
|
| |
|
|
|
|
|
| |
* Code Combat
* Corey Schafer's Python tutorials playlist
|
|
* Info pages and templates
* Info pages and templates
* Info pages and templates
* Update navigation and fix up HTML
* Navigation HTML spacing for readability
* Fix error views not using `self.render()`
* `render()` method should accept Any for context values
* Change header linking CSS to a dedicated class
* Rules page
* Basic resources page setup
* Fix headers for new CSS class
* Resource categories and initial resource data
* Add link to JSON file on GH - won't work until the branch is merged
* Remove info overview page and redirect info root url to resources
* Flake8
* Add some tests
* Line lengths
|