Ascension 1.0 - Template Documentation

What's in the package?

Let's have a look at the package contents.

File structure

The package you downloaded has several files and folders. Let’s take a look at what each one is doing.

  • Bonus
  • Documentation
  • Main Files
    • dist
      • assets
      • landing-1.html
      • landing-2.html
      • ...
      • landing-12.html
      • register.html
    • src
      • assets
      • data
      • helpers
      • layouts
      • pages
      • partials
    • config.json
    • gulpfile.js
    • package.json
Item Description
Bonus/ Contains the bonus eBook A Beginner's Guide to Landing Pages, written by the author of Ascension, Adi Purdila and offered for free to anyone who purchases the Ascension landing page.
Documentation/ Contains the documentation you’re reading right now.
Main Files/ Contains the main landing page files, in both developer and distribution form.
Main Files/src Contains the developer source files for the landing pages.
Main Files/dist/ Contains the compiled landing page files along with the necessary assets (JS, CSS, images, etc.). This is the folder most people will be using because everything is compiled and ready to go. Simply open the HTML files and add your own content.
config.json The configuration file for the Gulp workflow.
gulpfile.js The main Gulp file. Contains all the Gulp tasks.
package.json The configuration file for NPM. Contains a list of all NPM packages required for the advanced workflow.

Because of the way they are licensed, no fonts are present in the package you downloaded from ThemeForest. In order to use them you will need to manually download or include them in the project. See the Credits section for more information.

Also, most of the images you saw on the online demos are not included because of the same licensing limitations. Please see the Credits section for all relevant links.