Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (22 loc) · 1.13 KB

ORGANIZATION.md

File metadata and controls

24 lines (22 loc) · 1.13 KB

Directory Structure

Powered by Hexo

  • _config.yml - Hexo configuration.
  • .multidep/ - Older versions of A-Frame installed through multidep. Used to generate older versions of the docs.
  • scripts/ - Customization of Hexo generator and helpers.
    • generators.js - Configuration of Hexo generator.
    • helpers.js - Adding helper functions available to templates,
    • redirects.js - Generate redirect pages in case of moved pages.
  • src - Content. Do not put CSS/JavaScript files here because Hexo will malform them.
    • _data/ - examples.json for populating the homepage.
    • community/index.md - Community page.
    • images/ - Site and blog images
  • themes/ - Layout, CSS, releases.
    • sei/
      • layout/ - HTML and templates.
        • layout.ejs - Base template.
        • index.ejs - Homepage.
        • partials/ - Reusable HTML partials.
      • source/ - Site assets (CSS, fonts, images, JS). All files and folders will be copied to site root.
        • css/ - CSS and Stylus.
        • js/ - JavaScript files.
        • releases/ - A-Frame releases.