-
Updated
Jun 3, 2021 - TypeScript
mdx
Here are 604 public repositories matching this topic...
-
Updated
Jun 1, 2021 - JavaScript
Describe the bug
GitHub provides a few options when configuring a new repo like: license, .gitignore file, a README.md, and the Rennovate plugin. If you want to install any of these by default, which I usually do, then you get an error about the remote having newer content.
To Reproduce
Steps to reproduce the behavior:
- Create a repo with a readme during the script
- See the er
Hi,
It is not uncommon for people wanting to add a comment system to their blog. There are a few options:
- A common choice is disqus, but it's not open source, and it charges if you don't want to show ads.
- utterances is an open source implementation that basically leverages github issues as the storage. It's smart, but it requires commenters t
-
Updated
Nov 6, 2019 - JavaScript
-
Updated
May 10, 2021 - JavaScript
-
Updated
Jun 12, 2021 - JavaScript
-
Updated
Jun 11, 2021 - TypeScript
-
Updated
Jun 10, 2021 - JavaScript
-
Updated
May 25, 2021 - JavaScript
-
Updated
Sep 1, 2018 - JavaScript
-
Updated
Jan 21, 2021 - JavaScript
-
Updated
Jun 9, 2021 - JavaScript
-
Updated
Jun 12, 2021 - JavaScript
-
Updated
Sep 25, 2019 - JavaScript
-
Updated
Feb 23, 2021 - TypeScript
-
Updated
Jun 7, 2021 - TypeScript
Hello,
I know you've already support "private: true" in front matter.
Could you consider to support "draft: true"?
My usecase is just for compatible with existed Hugo files.
Best regards,
Huka
-
Updated
Jan 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the mdx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mdx topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I spent many hours trying to override what I later found out was the
highlightcolor variable, used in a number of Components in the code. I had no idea that this variable existed. :(Describe the solution you'd like
Maybe just include the
highlightdefault value in the base theme, so that developers building on that w