-
-
Notifications
You must be signed in to change notification settings - Fork 47
Getting Started
Binyamin Aron Green edited this page Oct 22, 2020
·
2 revisions
First Steps
- Generate a repository from this template
- Clone the repository locally (how to clone a git repository)
- Run
npm install
in 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.json
contains vital information to make the site your own- Drop your notes in the
/notes
folder
- 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!