Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sholvabai/website

 
 

Repository files navigation

README


Build Website in Local

You need Node.js 5.x with npm and bower to build this website.

Run:

npm install
bower install
npm run serve

Then open http://localhost:3000/ with your browser.

If you just want to build the website, run

npm run build

And you will get generated website in build directory.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.3%
  • HTML 41.3%
  • CSS 17.4%