aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Add new tests to achieve full coverage.Gravatar kosayoda2021-03-29-6/+37
* Fix failing tests.Gravatar kosayoda2021-03-29-9/+26
* Allow adding a table of contents to a page.Gravatar kosayoda2021-03-29-12/+50
* Document additional markdown features.Gravatar kosayoda2021-03-29-0/+46
* Allow displaying a page at a category path.Gravatar kosayoda2021-03-29-19/+58
* Improve content page and listing metadata keys.Gravatar kosayoda2021-03-27-15/+14
* Merge pull request #393 from ks129/guides-appGravatar Kieran Siek2021-03-26-184/+1055
|\
| * Remove guide reference to `markdown2`.Gravatar kosayoda2021-03-26-3/+1
| * Refactor content app tests.Gravatar kosayoda2021-03-25-290/+295
| * Replace `markdown2` with `markdown` and `python-frontmatter`.Gravatar kosayoda2021-03-24-41/+146
| * Simplify pathlib code and specify file encoding.Gravatar kosayoda2021-03-24-12/+11
| * Improve variable and key names for page utils.Gravatar kosayoda2021-03-24-7/+7
| * Refactor common HTML into a base template.Gravatar kosayoda2021-03-24-108/+88
| * Undo change to events app.Gravatar kosayoda2021-03-24-5/+5
| * Improve phrasing and wording of documentation.Gravatar kosayoda2021-03-24-9/+9
| * Update guide to reflect changes in events app.Gravatar kosayoda2021-03-24-2/+90
| * Propogate markdown language data to highlight.jsGravatar kosayoda2021-03-24-0/+1
| * Rename `short_description` to `description`.Gravatar kosayoda2021-03-24-86/+6
| * Fix content columns when there is no sidebar.Gravatar kosayoda2021-03-24-15/+18
| * Fix content app tests.Gravatar kosayoda2021-03-24-45/+37
| * Simplify content app.Gravatar kosayoda2021-03-23-91/+43
| * Rename `articles` to `pages`.Gravatar kosayoda2021-03-23-163/+164
| * Simplify relevant_links configuration in markdown.Gravatar kosayoda2021-03-23-7/+2
| * Remove Github metadata feature.Gravatar kosayoda2021-03-23-328/+283
| * Style <pre> tag backgrounds same as <code>.Gravatar kosayoda2021-03-23-0/+9
| * Update highlight.js script and use one dark style.Gravatar kosayoda2021-03-23-2/+3
| * Merge branch 'dewikification' into guides-appGravatar ks1292020-11-28-0/+346
| |\
| * | Remove old templatesGravatar ks1292020-11-28-97/+0
| * | Update tests to match with recent unlimited subcategories changesGravatar ks1292020-11-28-83/+148
| * | Change views __init__.pyGravatar ks1292020-11-28-3/+2
| * | Update utils to match with new unlimited categories systemGravatar ks1292020-11-28-29/+24
| * | Update template name of articles indexGravatar ks1292020-11-28-6/+2
| * | Fix linting in resources viewGravatar ks1292020-11-28-1/+1
| * | Update guides route in resources.htmlGravatar ks1292020-11-28-1/+1
| * | Delete old article and category viewsGravatar ks1292020-11-28-59/+0
| * | Change article.html to match with unlimited categoriesGravatar ks1292020-11-28-3/+3
| * | Add testing subcategory and article into itGravatar ks1292020-11-28-0/+8
| * | Update URLs to match new unlimited categories articlesGravatar ks1292020-11-28-7/+1
| * | Create categories and articles listing templateGravatar ks1292020-11-28-0/+62
| * | Create view for showing articles and categoriesGravatar ks1292020-11-28-0/+75
| * | Move articles writing guide to PyDis guides directoryGravatar ks1292020-11-28-0/+2
| * | Add articles path to settingsGravatar ks1292020-11-22-0/+3
| * | Update content app views testsGravatar ks1292020-10-30-9/+13
| * | Port views to TemplateView for content appGravatar ks1292020-10-30-44/+40
| * | Use Django URL generation for category URLGravatar ks1292020-10-30-1/+1
| * | Use just plain strings for site repo informationGravatar ks1292020-10-30-7/+4
| * | Use Django URL generation for content app templatesGravatar ks1292020-10-30-3/+3
| * | Remove unnecessary namespace from content app URLs includeGravatar ks1292020-10-30-2/+2
| * | Let Django generate URL for guides section of resources indexGravatar ks1292020-10-30-1/+1
| * | Merge remote-tracking branch 'up/dewikification' into guides-appGravatar ks1292020-10-30-2028/+305
| |\ \