Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robinl/robinl.github.io

Robin Linacre's personal website
https://github.com/robinl/robinl.github.io

Last synced: 2 months ago
JSON representation

Robin Linacre's personal website

Awesome Lists containing this project

README

        

### Development notes

To develop a single page, it's faster to edit gatsby config

````
{
resolve: `gatsby-plugin-page-creator`,
options: {
path: `./src/mdx_dev/`,
},
},
{
resolve: 'gatsby-source-filesystem',
options: {
"name": "mdx",
"path": "./src/mdx_dev/"
}
},

```

ToDO:

````