website
website copied to clipboard
README
Running Locally
Prerequisties:
- Node.js 5 or above (with npm)
Instructions
npm installnpm start- Go to localhost:3000
Build Instructions
npm run build- The site will be generated in the
builddirectory.
Add New Blog
Just write a new markdown in src/blog and it will automatically generate the pages. Then you have to reload your browser to see the changes.
Add New Downloads
Edit src/versions.json and append your new versions of downloads and switch stable or latest to your new version number. Then reload your browser to see the changes.
Update Google Analytics
The GA script is in templates/partials/ga.hbs and the UA is defined in src/config.json.