This is my basic profile page. Build using Gridsome, Bulma, Bulma Timeline, and Feather Icons. Check it out at https://joshrburks.com
- Ensure Gridsome CLI is installed.
gridsome develop
gridsome build
- Verify it looks good as a static site with
ruby -run -e httpd dist -p 8000