Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robinl/robinl.github.io
- Owner: RobinL
- Created: 2020-02-09T10:36:19.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-01T19:38:07.000Z (9 months ago)
- Last Synced: 2024-04-01T20:38:29.537Z (9 months ago)
- Language: MDX
- Size: 7.87 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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:
````