press
press copied to clipboard
[Deprecated] Minimalist Markdown Publishing for Nuxt.js
Looks like there was a typo. Checking for a falsy `_observer` has no sense because then we will not be able to call `.disconnect()` on it, if it is falsy....
There are several problems: - it tries to link nonexistent bin, can be fixed in #85 - it has a dependency of `@nuxt/[email protected]` which depends on nuxt-edge, it is fixed...
`{ naked: auto }` doesn't work This PR fixes it. Considerations: - maybe I should pass only the `naked` option and not whole `config`? - `core/src/blueprint/index.js`, `register` method doesn't use...
Turns out that when you `npx nuxt generate` on windows, you end up with this built into the `.nuxt\App.js` file ```js import _2d21d098 from './press\blog\layouts\blog.vue' //
[nuxt docs](https://nuxtjs.org/api/configuration-build#postcss) says that `build.postcss` option can be Boolean and Function I have added condition to check if it's possible to override the `postcss` option. Now it will not fail...
After installing Nuxtpress on a existing Nuxt app, Nuxt crashes with the following error: TypeError: Cannot read property 'match' of undefined This seems to be most likely due to Nuxtpress...
Is there notes or an example somewhere we can run `@nuxt/press` with TypeScript? Also, when running with `{"devDependencies":{"@nuxt/press": "^0.2.0-beta"}}` we get ` FATAL Both nuxt and nuxt-edge dependencies are installed!...
If I use a slug in frontmatter e.g. ``` --- slug: test-post --- ``` The link added to the archive for this will be /blog/test-post. It's a 404, though. I...
Hi there, interesting project! Is this module solving the issue about not "webpacking" assets linked within the markdown source? This is an actual issue in other attempts to use Nuxt...