| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
| |
This adds the initial cheatsheet from the Git and GitHub Bootcamp.
This is just a baseline commit and this cheatsheet needs more resources
added as well as the overall layout should be adjusted as needed.
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Adds time and more information about the GitHub bootcamp.
|
| | |
|
| |
| |
| |
| |
| | |
Clarify that each member of a winning team gets one of the licenses as a
prize. They don't have to Lord of Flies duel it out.
|
| |
| |
| |
| | |
One day I'll spell GitHub correctly and consistently. One day...
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
This adds a Prizes section to the Code Jam 8 page.
Links, descriptions, and a quick summation of the prizes offered
by each sponsor is included.
The Python Discord prizes should also be included at a later date.
|
| |
| |
| |
| | |
Adds tabnine as a sponsor on the events sidebar.
|
| |
| |
| |
| |
| | |
This adds in a section about the qualifier and links to it and the
sign-up form.
|
| |
| |
| |
| |
| |
| | |
This commit adds some basic information about the github bootcamp.
More information should and will be added later, but this adds some
of the basics and adds it to the sidebar.
|
|/
|
| |
There is no href on these items, so they should not be anchors.
|
|
|
|
|
|
|
| |
Python Prompt Toolkit is added as an approved framework.
Unicurses and nurses are added as additional frameworks you can use with
curses, although it's a use at your own risk and no promises are made
for functionality or stability.
|
|
|
| |
Co-authored-by: Joe Banks <[email protected]>
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
This should be redirected to the notion page using our cloudflare
worker.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
We don't need ReasonML support, and the reasonable theme has a really
ugly neon parameter color.
|
| |\
| | |
| | | |
Dewikification: Content app improvements.
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
This only shows when the page is also a category, since regular pages
have no children and regular categories already list their children.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| |\| |
|
| | |\
| | | |
| | | | |
Dewikification - Create content app
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This allows us to properly escape codeblocks within markdown, permalink
to headers on a page, and decouples getting metadata from a file and
getting generated HTML from the Markdown content.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Given that there is no "long description", just `description` conveys
the same information with brevity.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
If the `relevant_links` field is not provided in the markdown, do not
restrict contents to 2/3 columns.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Rather than having two views for the base page and all other pages, all
pages now use the same view.
The view context handler is simplified to take advantage of pathlib
features.
The markdown folder is now /content/resources/* rather than
/content/resources/content/*, as the latter is unnecessary nesting.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Articles was a good name, but we want an `articles` category in
the future. `/pages/guides/` and `/pages/articles/` are clearer in name
than `/articles/guides/` and `/articles/articles/`.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This feature is still under implementation debate, so it will be further
discussed in another issue and implemeneted in a future PR.
|
| | | |
| | | |
| | | |
| | | | |
Unifies the highlighting with the events app.
|
| | | |\ |
|
| | | | | |
|