Getting Started

  • Open index.html file in root, and customize site title in <title> and in content of <meta name="title"> for better SEO.

  • Customize app.js file.

  • Make sure that app.js is included in index.html after calling ./yugal/yugal.js at the end of body tag.

  • Importing ./yugal/yugal.js is very important. And make sure calling it before calling your other js scripts.

  • Point ErrorDocument 404 to index.html in .htaccess or Page navigation will not work.

Last updated

Was this helpful?