https://github.com/descent098/profilicity
An in-browser static site builder
https://github.com/descent098/profilicity
Last synced: 3 months ago
JSON representation
An in-browser static site builder
- Host: GitHub
- URL: https://github.com/descent098/profilicity
- Owner: Descent098
- License: mit
- Created: 2022-10-19T06:37:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-06T22:56:40.000Z (9 months ago)
- Last Synced: 2025-04-06T23:27:38.414Z (9 months ago)
- Language: JavaScript
- Homepage: https://kieranwood.ca/profilicity
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Profilicity
An in-browser static site builder. Profilicity aims to allow people with no development experience the ability to create an html site to start with.
## Adding new themes
TODO
## V 0.1.0 TODO
- [x] Allow user to input their personal info (generate profile image based on https://api.dicebear.com/9.x/identicon/svg?seed={{name}})
- [x] Write homepage describing what profilicity is, and who it's for
- [x] Pick templating system
- [x] Add support for single-page sites
- [x] Have site generated and export to HTML (filesaver js)
- [x] Allow users to write description that will be embedded (editor js)
- [x] Allow user to add their own image
- [x] Fix user profile dropdown
- [x] fix theme variant bugs
- [x] Add more tools to editor
- [ ] Make which social media to include optional
- [ ] Refactor and modularize JS
- [ ] Figure out schema for themes
- [ ] Finalize manta theme
- [ ] Finalize cover & cover dark theme
- [ ] Finalize absurd theme
- [ ] Finalize showcase theme
- [ ] Add short description field
- [ ] Make docs for creating new themes
## V0.2.0 improvements
- [ ] Show user image in previews
- [ ] Allow JSON exports/imports