Giter Club home page Giter Club logo

personal_website's Introduction

Personal website

My personal website, where I collect my work and other things I believe are worth sharing.
Version 2.x, built in late 2019

Development

This is a static website built using Gulp.
NPM is used to fetch the packages required both for the website itself (such as bootstrap) and for the build process (e.g. Gulp).

The build process takes the source files in the src directory and the necessary files form the node_modules directory and builds the www directory and its contents, according to what is defined in the gulpfile.js. This builds and minifies the JS and CSS files and builds the HTML pages from the mustache template files and data JSON files.

Install or update the Node modules

Install or update all the dependencies as follows:

npm install
npm update

Run the development environment

npm run gulp dev

This runs the Gulp default task, which will build the www directory. Also, a browser opens up with its contents.
In addition to that, the src folder will be watched for changes and the browser will automatically update its contents to reflect the new changes.

Deploy

First of all, make sure to have the NPM modules installed. Otherwise run npm install or npm update
To build the www directory, simply run

npm run gulp

At this point, copy the www folder to the web server root.

personal_website's People

Contributors

gparmeggiani avatar dependabot[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.