fork and modify dockerfile for prod

This commit is contained in:
2024-02-09 10:53:19 +01:00
commit 4d231a3ce8
21 changed files with 721 additions and 0 deletions

63
README.md Normal file
View File

@@ -0,0 +1,63 @@
# Links
[forked from harsh98trivedi/Links](https://github.com/harsh98trivedi/Links)
A Beautiful Jekyll Theme For Links
![Links](/assets/images/links.jpg)
---
## Installation
### System Requirements
- [Ruby](https://www.ruby-lang.org/en/)
- [Jekyll](https://jekyllrb.com/) (You can read **What is Jekyll [here](https://github.com/jekyll/jekyll#jekyll)**)
- [NPM](https://npmjs.com/)
### Up and Running
- Fork this [Repository](https://git.thelilfrog.com/thelilfrog/links)<br>
- Edit the **_config.yml**
- Fill the available details accordingly
- Commit the changes
> Links is also [**Netlify**](https://www.netlify.com/) ready. :white_check_mark: <br>
You can checkout the netlify version up and running [**here**](https://htlink.netlify.app/).
### Want to set this up **on docker**?
- Clone this **Repository** using **Git**<br>
> Kindly Change [USERNAME] with your own GitHub UserName
``` git
git clone https://github.com/[USERNAME]/links
```
- Go to the project directory
```bash
cd links
```
- Build the image
``` bash
docker build -t links .
```
- Start the container
```bash
docker run -d -p "8080:80" --name links links
```
---
## Content Credits
- [Cover Image](https://source.unsplash.com/)
- [Font Awesome](https://fontawesome.com/)
- [Poppins Font](https://fonts.google.com/specimen/Poppins)
- [Images.weserv.nl](https://images.weserv.nl/)
---
Special Thanks to [Rohit Motwani](https://github.com/rohittm) for configuring **Nodemon** and making it up and running with his geeky mind and [Hitanshu Sahu](https://www.behance.net/phantomcluster) for improving the design with his awesome UI skills.
### License
The contents of this repository are licensed under the [GNU General Public License v2.0](https://github.com/harsh98trivedi/Links/blob/master/LICENSE)
[![Netlify Status](https://api.netlify.com/api/v1/badges/2a02bd54-cdfc-4a4f-8ab6-59e45edddad8/deploy-status)](https://app.netlify.com/sites/htlink/deploys)