create-react-blog
create-react-blog copied to clipboard
Start and deploy your own statically rendered blog with create-react-app
https://github.com/jamesknelson/create-react-blog/issues/36
Add sitemap
ticket https://github.com/jamesknelson/create-react-blog/issues/32 ~One thing I don't like about this solution is `cp` in `package.json` but I have no idea what is actually creating a build with `sitemap/index.html` instead of `sitemap.xml`.~...
https://github.com/jamesknelson/create-react-blog/issues/34
Help for anyone with the error "Couldn't find window.NaviScripts - did you call register()?"
Thank you for making this boilerplate. As a few others have found this error and is easily reproducible if you try to build this project using recent Node or Yarn....
yarn build fails
When one runs `npx create-react-blog react-blog` and then `cd react-blog` and then runs `yarn build` or `npm run build`, one sees the following error with the navi-scripts build command ```...
Docs on mounting blog under a path like /blog
Often times you'll want the blog to be mounted not at the root path, but under a path like `blog`. To do this, there are a couple options: 1. If...
navi-scripts build is throwing an error message
If I run the command "npm run build" it seems to be failing on the "navi-scripts build" step - navi-scripts: Using config at /private/tmp/react-blog/navi.config.js [ohshit] An error occured while building...