aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates (follow)
Commit message (Expand)AuthorAgeLines
* Merge branch 'main' into fix_327Gravatar ChrisJL2021-05-16-2953/+2674
|\
| * Use bulma extension in place of self-written code.Gravatar kosayoda2021-05-14-17/+0
| * Merge branch main into dewikificationGravatar kosayoda2021-05-14-49/+917
| * Add privacy policy information and link.Gravatar kosayoda2021-05-13-1/+1
| * Route navbar links to their new locations.Gravatar kosayoda2021-05-13-8/+8
| * Add missed Game Jam 2020 subpages.Gravatar kosayoda2021-04-15-0/+207
| * Add miscellaneous pages and fixes.Gravatar kosayoda2021-04-15-1/+1
| * Migrate Python Discord guides.Gravatar kosayoda2021-04-15-2/+1
| * Use the more consistent highlight.Gravatar kosayoda2021-04-13-2/+2
| * Merge pull request #468 from python-discord/content-app-improvementsGravatar Kieran Siek2021-04-03-12/+61
| |\
| | * Use metadata titles in Sub-Articles dropdown.Gravatar kosayoda2021-04-02-4/+2
| | * Allow clicking outside the dropdown to hide it.Gravatar kosayoda2021-04-01-3/+11
| | * Add a dropdown menu listing direct children.Gravatar kosayoda2021-04-01-0/+33
| | * Allow adding a table of contents to a page.Gravatar kosayoda2021-03-29-9/+19
| | * Improve content page and listing metadata keys.Gravatar kosayoda2021-03-27-3/+3
| * | Merge branch 'dewikification' into resources-listsGravatar ks1292021-03-30-1/+1668
| |\|
| | * Merge pull request #393 from ks129/guides-appGravatar Kieran Siek2021-03-26-1/+95
| | |\
| | | * Replace `markdown2` with `markdown` and `python-frontmatter`.Gravatar kosayoda2021-03-24-3/+3
| | | * Improve variable and key names for page utils.Gravatar kosayoda2021-03-24-3/+3
| | | * Refactor common HTML into a base template.Gravatar kosayoda2021-03-24-107/+82
| | | * Rename `short_description` to `description`.Gravatar kosayoda2021-03-24-2/+2
| | | * Fix content columns when there is no sidebar.Gravatar kosayoda2021-03-24-15/+18
| | | * Simplify content app.Gravatar kosayoda2021-03-23-5/+1
| | | * Rename `articles` to `pages`.Gravatar kosayoda2021-03-23-20/+20
| | | * Simplify relevant_links configuration in markdown.Gravatar kosayoda2021-03-23-1/+1
| | | * Remove Github metadata feature.Gravatar kosayoda2021-03-23-18/+0
| | | * 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/+244
| | | |\
| | | * | Remove old templatesGravatar ks1292020-11-28-97/+0
| | | * | Update guides route in resources.htmlGravatar ks1292020-11-28-1/+1
| | | * | Change article.html to match with unlimited categoriesGravatar ks1292020-11-28-3/+3
| | | * | Create categories and articles listing templateGravatar ks1292020-11-28-0/+62
| | | * | Use Django URL generation for category URLGravatar ks1292020-10-30-1/+1
| | | * | Use Django URL generation for content app templatesGravatar ks1292020-10-30-3/+3
| | | * | 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-245/+90
| | | |\ \
| | | * | | Implement fetching contributors and last modification date from GitHubGravatar ks1292020-10-06-0/+18
| | | * | | Rename content -> articles for visual partGravatar ks1292020-10-06-7/+7
| | | * | | Merge branch 'dewikification' into guides-appGravatar Leon Sandøy2020-10-05-2311/+10
| | | |\ \ \
| | | * | | | Implement custom icons for articlesGravatar ks1292020-10-05-2/+2
| | | * | | | Remove last modified field from articleGravatar ks1292020-10-05-3/+0
| | | * | | | Migrate content system from Python-Markdown to markdown2Gravatar ks1292020-10-05-9/+8
| | | * | | | Change guides system to content systemGravatar ks1292020-10-04-18/+18
| | | * | | | Add OG meta to category viewGravatar ks1292020-09-21-1/+3
| | | * | | | Move guides and categories getting logic to utils for better testabilityGravatar ks1292020-09-21-11/+11
| | | * | | | Add OpenGraph meta tags to guides for Discord embedsGravatar ks1292020-09-20-0/+4
| | | * | | | Add syntax highlight support for guidesGravatar ks1292020-09-20-0/+3
| | | * | | | Create HTML template for guides category viewGravatar ks1292020-09-20-0/+41
| | | * | | | Create HTML template for single guide viewGravatar ks1292020-09-20-0/+55
| | | * | | | Create HTML template for all guides (+ categories) viewGravatar ks1292020-09-20-0/+53