Skip to content

sqlzzy/default-config-11ty-gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Default configuration for the project on 11ty and Gulp. HTML + SCSS + VanillaJS

Install

  1. Clone repository:
    • HTTPS: git clone https://github.com/sqlzzy/default-config-11ty-gulp.git name_your_folder
    • SSH: git clone git@github.com:sqlzzy/default-config-11ty-gulp.git name_your_folder
  2. Go to project folder:
    • cd name_your_folder
  3. Install npm-packages:
    • npm i

Run project

  1. Dev mode:
    • npm run start
      PORT: 8080
  2. Production mode
    • npm run build

File structure

  • src/articles/ -- folders with files for pages
  • src/assets/ -- folder with common files for all pages
  • src/include/ -- templates for pages

Note

Feedback and suggestions write to the issue.

Author:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published