3 / 30

1) Where to put your CSSURL copied

Vyasa loads custom CSS in this order (later wins):

  1. Framework CSS (bundled in the app)
  2. Root global CSS: global.css, custom.css, or style.css at your blog root
  3. Folder global CSS: global.css inside a folder and its ancestor folders
  4. Folder scoped CSS: custom.css or style.css inside a folder and its ancestor folders

Your blog root is determined by VYASA_ROOT or a .vyasa config file. If neither is set, Vyasa uses the current working directory.