Simple personal profile website (template ready).
https://danybyte.github.io/MyProfile/
This project is a personal bio page with 3 tabs:
- Home
- Activity
- Links
All main content is loaded from one file:
data/content.json
So anyone can clone this project, edit that file, and use it as their own profile page. This version does not use a journal section.
- Fork or clone this repository.
- Edit
data/content.jsonwith your own info. - Deploy with GitHub Pages (
mainbranch,/root).
Use:
push-content.cmd
This script stages, commits, and pushes only data/content.json.
index.htmlpage structurestyle.cssstylesapp.jstab/data logicdata/content.jsonyour editable profile datapush-content.cmdquick update script for content file
- DanyByte