aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site (follow)
Commit message (Collapse)AuthorAgeLines
...
| | * | | | | | Update highlight.js script and use one dark style.Gravatar kosayoda2021-03-23-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unifies the highlighting with the events app.
| | * | | | | | 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-1934/+176
| | |\ \ \ \ \ \ \
| | * | | | | | | | Cover fetching article GitHub information with testsGravatar ks1292020-10-06-3/+47
| | | | | | | | | |
| | * | | | | | | | Rename last guides test to articles testsGravatar ks1292020-10-06-5/+5
| | | | | | | | | |
| | * | | | | | | | Add information about icons to articles writing guideGravatar ks1292020-10-06-0/+2
| | | | | | | | | |
| | * | | | | | | | Implement fetching contributors and last modification date from GitHubGravatar ks1292020-10-06-2/+57
| | | | | | | | | |
| | * | | | | | | | Move repository configuration to environment variablesGravatar ks1292020-10-06-4/+7
| | | | | | | | | |
| | * | | | | | | | Add repository configuration to settingsGravatar ks1292020-10-06-0/+5
| | | | | | | | | |
| | * | | | | | | | Simplify relevant links generator empty values filteringGravatar ks1292020-10-06-11/+6
| | | | | | | | | |
| | * | | | | | | | Relock Pipfile.lockGravatar ks1292020-10-06-2/+0
| | | | | | | | | |
| | * | | | | | | | Fix mess with rebaseGravatar ks1292020-10-06-1/+1
| | | | | | | | | |
| | * | | | | | | | Rename content -> articles for visual partGravatar ks1292020-10-06-17/+19
| | | | | | | | | |
| | * | | | | | | | Merge branch 'dewikification' into guides-appGravatar Leon Sandøy2020-10-05-3485/+617
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Fix content app lintingGravatar ks1292020-10-05-19/+42
| | | | | | | | | | |
| | * | | | | | | | | Apply recent changes to article writing guideGravatar ks1292020-10-05-66/+78
| | | | | | | | | | |
| | * | | | | | | | | Implement custom icons for articlesGravatar ks1292020-10-05-2/+4
| | | | | | | | | | |
| | * | | | | | | | | Remove last modified field from articleGravatar ks1292020-10-05-17/+0
| | | | | | | | | | |
| | * | | | | | | | | Migrate content system from Python-Markdown to markdown2Gravatar ks1292020-10-05-62/+83
| | | | | | | | | | |
| | * | | | | | | | | Move from standard OS path actions to PathlibGravatar ks1292020-10-04-37/+29
| | | | | | | | | | |
| | * | | | | | | | | Change guides system to content systemGravatar ks1292020-10-04-324/+328
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As this system will be used for more than just guides, I had to do some refactoring to match this system with plans. Basically now there isn't guides, but articles instead.
| | * | | | | | | | | Add more information to how to write a guide guideGravatar ks1292020-09-21-0/+3
| | | | | | | | | | |
| | * | | | | | | | | Add OG meta to category viewGravatar ks1292020-09-21-1/+3
| | | | | | | | | | |
| | * | | | | | | | | Use `yaml.safe_load` instead plain load to avoid warningGravatar ks1292020-09-21-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Fix error that came in when moved path to constantGravatar ks1292020-09-21-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Create tests for `get_guide` functionGravatar ks1292020-09-21-0/+44
| | | | | | | | | | |
| | * | | | | | | | | Move base path to constant for guides utils unit testsGravatar ks1292020-09-21-16/+9
| | | | | | | | | | |
| | * | | | | | | | | Create test for `_get_base_path`Gravatar ks1292020-09-21-0/+9
| | | | | | | | | | |