Skip to content

This repository is an effort of cloning this template. Link: http://www.compiledtech.com/demos/preview/insta/preview/index.yellow.html . We were finding a free template when this template caught our attention

Notifications You must be signed in to change notification settings

mythrex/Insta-Portfolio-template-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profile

This repo is clone of insta portfolio template. This was a paid template but we deconstructed the website and reverse engineered it. This is only for education not for sale. We fully respect and admire the creativity of designer of the template.

How to use?

Install Packages

npm install

then, run for dev

npm run dev

the files will be served on localhost:8080

for production run

npm run prod

and copy all the contents from /dist folder to your server.

Why to use it?

It minifies js,css and images. It optimizes the js and html page for better page-insights score.

File Structure

All the work is done in src folder.

  1. All the css are in /src/css.
  2. All the js are in /src/js.
  3. All the bundles are required in app.js
  4. Index.ejs is the home page.

You can add mode pages but you will have to configure webpack.config.js.

Changing the title

Just replace the Webpack in this line in package.json

template: 'ejs-simple-loader?title=Webpack&activePage=home!./src/index.ejs',

It will probably be line no 49. You need to suppy html-webpack-plugin template option a title

Have fun

About

This repository is an effort of cloning this template. Link: http://www.compiledtech.com/demos/preview/insta/preview/index.yellow.html . We were finding a free template when this template caught our attention

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published