Skip to content

ideasonpurpose/asana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  • git clone https://github.com/ideasonpurpose/asana.git . - downloads a copy of this repository into the current terminal location.
  • npm install - install project dependencies, then
  • npm run start - start the development environment at //localhost:8080
  • npm run build - build the site for production delivery.

Edit the src directory.

After npm run build, push everything to github, including the dist folder. github.io will automatically update in 5 minutes, tops.

Structure

  • 11ty - SSG configuration, plugins, shortcodes etc.
  • src - source folder, edit files here.
    • data - variables store, preferably JSON.
    • includes - reusable Nunjucks templates.
    • layouts - base layout templates.
    • pages - site content storage.
    • assets - store website assets here:
  • dist - distribution, ready for production.

About

Asana CSV to PDF export tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published