A Beautiful Jekyll Theme For Links
Links is also Netlify ready. ✅
You can checkout the netlify version up and running here.
Kindly Change [USERNAME] with your own GitHub UserName
git clone https://github.com/[USERNAME]/Links
cd links
npm start
View repository on Docker Hub
docker run -d -p 4000:4000 -v /absolute/path/to/_config.yml:/app/_config.yml --name links harsh98trivedi/links:latest
Note: Whenever you make changes to the _config.yml file, you need to stop and remove the Docker container, then recreate it:
docker stop links && docker rm links && docker run -d -p 4000:4000 -v /absolute/path/to/_config.yml:/app/_config.yml --name links harsh98trivedi/links:latest
Special Thanks to Rohit Motwani for configuring Nodemon and making it up and running with his geeky mind, Hitanshu Sahu for improving the design with his awesome UI skills and Nelson Dane for making this compatible with Docker
The contents of this repository are licensed under the GNU General Public License v2.0