Skip to content

Getting Started

Binyamin Aron Green edited this page Jul 26, 2020 · 2 revisions

deploy to netlify

First Steps

  • Duplicate this repository by clicking Use this template
  • Clone the repository locally
  • 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
  • Testing: To view it locally, open a terminal and type npm start

Publish it

  • You can use Netlify, Vercel, or whatever else works.
Clone this wiki locally