Official Diary of Ayush P Gupta built using VuePress framework.
Live Website: https://diary.ayushpgupta.com/
- Clone the repository
- Navigate to
docs/ - Run
npm run dev - Open the localhost link as output in console.
To keep the page load times fast, you should run the image optimizer script whenever you add new high-resolution cover images or drawings to the docs/src/.vuepress/public/ folder.
Make sure you have Pillow installed:
pip install PillowNavigate to the docs/ folder and run the script:
cd docs
python3 optimize_images.pyThis will automatically find any PNG images in the public folder, scale them down to a maximum width of 1200px (preserving aspect ratio) if they are too large, and apply lossless PNG compression in-place.
- Clone it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
|
Ayush P Gupta |
