No JavaScript, just CSS!
This is my first open source project. Basically, this doesn't use JavaScript, only CSS! But support Progressive Web Apps (PWA) with Workbox.
Clone this repository and customization it:
$ git clone https://github.com/illvart/illvart.github.io.git
Install the packages required:
$ yarn install
Running on localhost by using http-server:
$ yarn dev
After editing the code and adding something, then inject manifest:
$ yarn inject-manifest
Default deploy command for GitHub Pages. You can also use Netlify, and this automatically pointing to the static directory.
$ yarn deploy
Note: Create a new branch with the name gh-pages, then deploy static directory to the gh-pages branch.
You can test netlify headers including security, cache, etc:
Version v1.0 has been released, download here. For the next version I will include Gulp for optimization of development and production. Soon!
This code is available under the MIT License