Is my website, init! https://www.gulamali.net
git clone git@github.com:mygulamali/gulamali.net
cd gulamali.net
cp .env.example .env
Then complete the variables in the .env
file for your environment. The current
values can be found in the Build & deploy section under the Site settings
tab for the website, on Netlify.
Next, install the Node modules,
npm install
npm run serve
Then visit http://localhost:8080
to see the site in action.
Committing to the main
branch of this project on GitHub will automatically
build and deploy the website to Netlify.
The source files for the favicon (./source/favicon.ico
) can be found in the
./source/assets/favicon
directory.
The favicon can be created as an SVG using Inkscape. This must be exported as a number of PNG files at different sizes. These can then be converted into an ICO file using Image Magick:
convert favicon-16.png favicon-32.png favicon-48.png favicon.ico
This software is released under the terms and conditions of The MIT License. Please see the LICENSE.txt file for more details.