Michael Currin
Michael Currin
Your site works on GH Pages as a demo and that is on Jekyll 3 So I suggest adding to the gemspec file. Otherwise anyone who installs the theme will...
Hi I started here - https://necolas.github.io/normalize.css/ Clicked through to here - https://nicolasgallagher.com/about-normalize-css/ Then saw a bad link for _Normalize.css project site_ - http://necolas.github.com/normalize.css/ It should be `.io` instead.
- [x] This PR is for the `dev` branch rather than for the `release` branch. - [x] This PR is compliant with the [other contributing guidelines](https://github.com/nodemcu/nodemcu-firmware/blob/dev/CONTRIBUTING.md) as well (if not,...
Fixed some language issues like metadata is one word. And "suggest you" is poor English so "suggest ... to you" Fixed up links to be local absolute paths and point...
I cleaned up the markdown to make the code and result more readable. Note that `--watch` is implied can be out. I added `--trace` as it helps for debugging errors...
Add an `sample-project` or `example` folder which someone can view on Github and maybe download, or copy from cloned repo. Or, for more convenience for a user, add commands to...
- Add line for help. `npx hydrogen -h` or `--help` - Add explicit lines for running the dev server. I am not figuring it out. `npx dev` ? - Offer...
Add instructions (or functionality if it doesn't exist yet) to link in the JS between pages. e.g. How to link _to_ page `a.html` or `b/c.html` _from_ within `index.html`. jekyll uses...
Add to install instructions. Link to the Yarn page which has install instructions on it. And then a command `npm install -g npx` to install `npx`. Or the yarn equivalent...
Once you create a sample hosted site or some developers make some sites, link to them in your README.md as a showcase.