Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greegko/andyvazul
Private website of Andyvazul artist
https://github.com/greegko/andyvazul
contentful gatsby personal-website typescript
Last synced: about 2 months ago
JSON representation
Private website of Andyvazul artist
- Host: GitHub
- URL: https://github.com/greegko/andyvazul
- Owner: Greegko
- License: mit
- Created: 2020-03-04T00:53:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T12:24:01.000Z (4 months ago)
- Last Synced: 2024-10-27T22:29:55.219Z (3 months ago)
- Topics: contentful, gatsby, personal-website, typescript
- Language: TypeScript
- Homepage: https://www.andyvazul.com
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Custom components
These custom components can be used in contentful content part. These are just simple html declarations, and in our side we will create a custom components from them. They are mainly used for pre-formatting the text / data or add extra feature to the site.
### Submenu Item
It will create a submenu item for custom pages. By clicking on these menu item, they will scroll to that part of the page.
```html
2020
```### Stern
It will create a custom text which based on stern font, the text will be transformed to uppercase variant.
code:
```html
Your text here
```