Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmarcosp/minimalist-profile
:bust_in_silhouette: A simple and minimalist profile template
https://github.com/vmarcosp/minimalist-profile
personal-website profile profile-website react reactjs template website
Last synced: 7 days ago
JSON representation
:bust_in_silhouette: A simple and minimalist profile template
- Host: GitHub
- URL: https://github.com/vmarcosp/minimalist-profile
- Owner: vmarcosp
- License: wtfpl
- Archived: true
- Created: 2017-11-03T17:50:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T13:56:39.000Z (about 1 year ago)
- Last Synced: 2024-08-02T02:11:07.880Z (3 months ago)
- Topics: personal-website, profile, profile-website, react, reactjs, template, website
- Language: JavaScript
- Homepage: https://minimalist-profile.netlify.com/
- Size: 4.23 MB
- Stars: 67
- Watchers: 5
- Forks: 33
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- divertidalista - Minimalist Profile - Personal site template
README
# Minimalist Profile
A simple and minimalist profile template
## Support
| [](http://godban.github.io/browsers-support-badges/)Edge | [](http://godban.github.io/browsers-support-badges/)Firefox | [](http://godban.github.io/browsers-support-badges/)Chrome | [](http://godban.github.io/browsers-support-badges/)Safari | [](http://godban.github.io/browsers-support-badges/)Opera |
| --------- | --------- | --------- | --------- | --------- |
| 14+ | 38+ | 49+ | 10.2+ | 36+## Preview
![Desktop](./screenshots/desktop.png)
![Mobile](./screenshots/mobile.png)
[Live preview](https://minimalist-profile.netlify.com/)
### How to use
- Fork the repository to your GitHub
- Edit [**profile.json**](https://github.com/vmarcosp/minimalist-profile/blob/master/src/profile.json) and insert your infos`profile.json`
```json
{
"pageTitle": "",
"name": "",
"themeColor": "",
"location": "",
"biography": "",
"socialLinks": [
{
"name": "",
"icon": "",
"link": ""
},
]
}
```
- This project uses `Font-Awesome`, to see more social icons [click here](https://fontawesome.com/v4.7.0/)### Requirements
- Node v8+
### Development
```sh
yarn dev
# or
npm run dev
```### Build
```sh
yarn build
# or
npm run build
```## Design
This template is based in [Aerea UI kit](https://www.behance.net/gallery/36601943/AEREA-FREE-UI-KIT), created by [Juan Luis Valle](http://juanluisvalle.com/)