fork and modify dockerfile for prod
This commit is contained in:
63
README.md
Normal file
63
README.md
Normal file
@@ -0,0 +1,63 @@
|
||||
# Links
|
||||
|
||||
[forked from harsh98trivedi/Links](https://github.com/harsh98trivedi/Links)
|
||||
|
||||
A Beautiful Jekyll Theme For Links
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## 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)
|
||||
|
||||
[](https://app.netlify.com/sites/htlink/deploys)
|
||||
Reference in New Issue
Block a user