Downloading songs from Spotify

To download the songs from spotify https://gist.github.com/kiranchavala/36afff2694c620421e26dd8c85cd74a4 References https://github.com/SathyaBhat/spotify-dl https://sathyasays.com/2015/12/29/spotify-dl-download-your-spotify-my-music-songs-as-mp3/ https://medium.com/@sachithmuhandiram/youtube-dl-cheatsheet-bcc0782e7124

October 15, 2020 · 1 min · Kiran Chavala

Using Hugo

Hugo Requires Go brew install hugo create a folder for your website files hugo server up #It will generate a site locally on port 1313 Install a theme and copy exampleSite/config.toml to the root folder mkdir themes // Creates a “themes” Folder cd themes // Points to the “themes” Folder git submodule add https://github.com/pacollins/hugo-future-imperfect-slim.git Youtube references Mike Dane’s Playlist Ref ...

August 25, 2020 · 1 min · Kiran Chavala

Using Jekyll

Jekyll is popular static site generator The steps are here https://gist.github.com/kiranchavala/152291d148c3694b37d691ca1df1fe8d Youtube references Mike Dane’s Playlist Bill Raymond

August 14, 2020 · 1 min · Kiran Chavala