Skip to content

mygulamali/gulamali.net

Repository files navigation

gulamali.net

Synopsis

Is my website, init! https://www.gulamali.net

Setup

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

Serve on your localhost

npm run serve

Then visit http://localhost:8080 to see the site in action.

Deploy to your web server

Committing to the main branch of this project on GitHub will automatically build and deploy the website to Netlify.

Creating the favicon

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

License

This software is released under the terms and conditions of The MIT License. Please see the LICENSE.txt file for more details.

About

https://gulamali.net/

Resources

License

Stars

Watchers

Forks