Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ummahusla/edvins-io-poc
[WIP] Personal website
https://github.com/ummahusla/edvins-io-poc
Last synced: 19 days ago
JSON representation
[WIP] Personal website
- Host: GitHub
- URL: https://github.com/ummahusla/edvins-io-poc
- Owner: ummahusla
- License: mit
- Created: 2020-07-07T10:52:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T20:24:21.000Z (almost 2 years ago)
- Last Synced: 2023-08-04T13:45:36.669Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://edvins.io
- Size: 3.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Edvins's Blog
My personal blog built with React, Gatsby and GraphQL.
## Notes
### Some highlighted code
```js
const some = {};
```### A live code sample:
```js react-live
const onClick = () => {
alert('clicked');
};
render(Click Me!);
```