-
-
Notifications
You must be signed in to change notification settings - Fork 47
Getting Started
Binyamin Aron Green edited this page Jul 26, 2020
·
2 revisions
First Steps
- Duplicate this repository by clicking Use this template
- Clone the repository locally
- Run
npm installin a terminal
Make your changes
- Styling: The css file is in
/assets/style.css - Branding: Add your logo or avatar in
/assets/avatar.png - Content:
/_data/site.jsoncontains vital information to make the site your own- Drop your notes in the
/notesfolder
- Drop your notes in the
- Testing: To view it locally, open a terminal and type
npm start
Publish it
- You can use Netlify, Vercel, or whatever else works.
Questions? Open an issue!