aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2021-04-15Add Python guide assets.Gravatar kosayoda-0/+0
2021-04-15Migrate Python guides.Gravatar kosayoda-0/+574
2021-04-14Avoid duplicate entries for page and category.Gravatar kosayoda-1/+1
We have to add another check since `subarticles` is actually a list of dictionaries and not a dictionary, so key overriding does not work. We want the categories to take precedence over the pages in case of future feature expansion involving showing sub-sub-articles.
2021-04-14Add contributing guides assets.Gravatar kosayoda-0/+0
2021-04-14Migrate contributing pages.Gravatar kosayoda-0/+1733
Some guides were updated to fit current PyCharm UI and to keep up with Seasonalbot -> Sir-Lancebot changes.
2021-04-13Use the more consistent highlight.Gravatar kosayoda-2/+2
We don't need ReasonML support, and the reasonable theme has a really ugly neon parameter color.
2021-04-13Migrate root files.Gravatar kosayoda-0/+654
2021-04-02Use metadata titles in Sub-Articles dropdown.Gravatar kosayoda-43/+15
This allows us to keep filenames (thus URLs) as concise as possible, while having a more descriptive entry in the Sub-Articles dropdown for category pages.
2021-04-01Fix overriden PAGES_PATH in settings.py.Gravatar kosayoda-12/+14
This was causing mysterious 404s because while migrating a feature to dewikification, the same variable would be placed in the settings file.
2021-04-01Update misleading documentation.Gravatar kosayoda-1/+2
2021-04-01Allow clicking outside the dropdown to hide it.Gravatar kosayoda-3/+11
2021-04-01Add a dropdown menu listing direct children.Gravatar kosayoda-1/+75
This only shows when the page is also a category, since regular pages have no children and regular categories already list their children.
2021-04-01Document defining a table of contents for a page.Gravatar kosayoda-0/+27
2021-04-01Place category pages in the same directory as categories.Gravatar kosayoda-14/+11
2021-03-30Change typo postion -> position in Real Python podcast resourceGravatar ks129-1/+1
Co-authored-by: Kieran Siek <[email protected]>
2021-03-30Add missing dot to end of books category infoGravatar ks129-1/+1
Co-authored-by: Kieran Siek <[email protected]>
2021-03-30Relock PipfileGravatar ks129-52/+40
2021-03-30Fix applying description changes to wrong placesGravatar ks129-2/+2
2021-03-30Move quotes ending to right place so this don't take name as descriptionGravatar ks129-2/+2
2021-03-30Add missing dot to subreddit YAML descriptionGravatar ks129-1/+1
2021-03-30Remove resources payments-related CSSGravatar ks129-20/+0
2021-03-30Improve resources categories descriptionsGravatar ks129-10/+8
2021-03-30Rename resource type -> resource category in routeGravatar ks129-10/+10
2021-03-30Remove unused Bulma Tooltip extensionGravatar ks129-1/+0
2021-03-30Order resources and subcategories in templateGravatar ks129-3/+3
2021-03-30Refactor getting subcategories and resources to 2 helper methodsGravatar ks129-28/+52
2021-03-30Remove unnecessary exists check from resources path checkGravatar ks129-2/+1
2021-03-30Rename ResourcesList -> ResourcesListViewGravatar ks129-4/+4
2021-03-30Wrap some YAML resources descriptions to quotes to avoid parse errorsGravatar ks129-6/+6
2021-03-30Remove everything payment-related from resources appGravatar ks129-62/+0
We decided not to include payment info right now. Payment data will be handled in future.
2021-03-29Add new tests to achieve full coverage.Gravatar kosayoda-6/+37
2021-03-29Fix failing tests.Gravatar kosayoda-9/+26
2021-03-29Allow adding a table of contents to a page.Gravatar kosayoda-12/+50
2021-03-29Document additional markdown features.Gravatar kosayoda-0/+46
Adds image caption capabilities and documents missing HTML extensions available.
2021-03-29Allow displaying a page at a category path.Gravatar kosayoda-19/+58
This is useful for our /contributing pages, which have a main contributing page at /contributing but project pages under the same path, /contributing/bot etc.
2021-03-27Improve content page and listing metadata keys.Gravatar kosayoda-15/+14
Make category `title` consistent with page `title`. Simplify `icon` key, since there is no benefit to defining the icon class and the icon separately. Allow overriding the `icon` for category entries just like page entries.
2021-03-26Add link to inferential thinking book resourceGravatar ks129-1/+1