Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 648 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 648 Bytes

A gatsby built website for my portfolio.

  • gatsby develop to run locally in developer mode.
  • gatsby build to build
    .
    ├── src
        └─ components
        └─ content
            └─ about        // markdown files for the different sections
            └─ experience   // csv file for the entries
            └─ projects     // markdown files for each project
        └─ images
        └─ pages
        └─ templates
        └─ utils
    ├── gatsby-config.js    // set up the plugins etc
    ├── gatsby-node.js      // create slugs for md files and build pages for projects