Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.15 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.15 KB

Personal site for Franklyn Roth

Built from the starter theme for Gridsome. Based off of https://github.com/drehimself/gridsome-portfolio-starter.git. A place to showcase my site to future collaborators and companies I'd like to work with.

Development

  1. yarn
  2. gridsome develop to start a local dev server at http://localhost:8080

Deployment

  1. Make changes
  2. git add
  3. git commit -m "meaningful message"
  4. git push
  5. Site will be automatically built and deployed at https://franklyntech.netlify.app/
  6. Login Portal: https://app.netlify.com/sites/franklyntech/overview

Blog post workflow

  1. Write post in google doc
  2. convert to markdown format with https://euangoddard.github.io/clipboard2markdown/
  3. Create new markdown file in /blog directory following the same convention of other files.
  4. Save and push up changes

TODO

  • Find Gridsome template
  • Deploy on netlify
  • Update projects copy
  • Migrate blog posts to new site
  • Set dark mode as default