Rishi Goomar
Rishi Goomar
@Suniron I was able to do so with adding the [next-sitemap](https://www.npmjs.com/package/next-sitemap) package and following the instructions in their docs. It was pretty simple and it generates a proper sitemap.
@YikSanChan Basically, if you have an `_` in the beginning of the filename, it ignores it based on this line https://github.com/shuding/nextra/blob/core/packages/nextra-theme-blog/src/index.tsx#L126 So you can link to it as a post,...
Tested this locally with modifying `examples/blog/theme.config.js` with: ```js forceTheme: 'light' ``` And running this and confirmed that even with system preference of dark, it defaults to light: ```bash pnpm build:theme-blog...
@shuding Given that the `darkMode` flag only gives the toggle button (system theme is enabled by default), would you be open to renaming that to `themeToggle` and using a general...
It's definitely broken in the beta, I was able to get it working by switching to the latest alpha version ``` "nextra": "2.0.0-alpha.48", "nextra-theme-blog": "2.0.0-alpha.48", ```
I'd also like to see an improvement on the documentation here. It's not clear on how to get started or an example of a hat that adds something custom to...
I think this is a good idea. It should be done with a flag though. I think it's useful to see the full list at times and for digging into...
@timam which AMI are you using?
@bradfitz Any idea when the iOS is going to be ready? Or how to get into the beta?
It would be awesome if this could be almost like a changelog of commits. So, doing something like `git log --oneline [START_COMMIT_HASH]..[END_COMMIT_HASH]`. But, that would require knowing when a commit...