This website uses Docusaurus with local search to provide a simple website.
npm install
npm run local
The appearance of an item in the left nav is based on a new file in the ./docs
directory.
The ordering of an item in the directory is controlled in each file's metadata sidebar_position: 1
. The absence of the property means file are sorted in alpahnum order.
- Push to GitHub, wait for pipelines to complete.
- View site on GitHub pages
- Go to profile for Dev.to.
- Under settings, on extension page, fetch RSS feed. Then go back to dashboard and see it there.
- Blog post is in drafts, review it to make sure images and code blocks display correctly.
- Code blocks may need to be recopied because they don't have end of lines.
- Change publish from false to true in the top metadata.