• Stars
    star
    184
  • Rank 205,121 (Top 5 %)
  • Language
    HTML
  • License
    GNU General Publi...
  • Created about 3 years ago
  • Updated 14 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Beautiful Jekyll Theme For Links

Links

A Beautiful Jekyll Theme For Links

Links

Screenshot

Screenshot

Checkout the Demo Here


Installation

System Requirements

Up and Running

  • Fork this Repository
  • Edit the _config.yml
  • Fill the available details accordingly
  • Commit the changes

Links is also Netlify ready. ✅
You can checkout the netlify version up and running here.

Want to set this up locally?

  • Clone this Repository using Git

    Kindly Change [USERNAME] with your own GitHub UserName

git clone https://github.com/[USERNAME]/Links
  • Go to the project directory
cd links
  • Install Links with npm
npm start

Want to set this up on Docker?

View repository on Docker Hub

  • Edit your _config.yml
  • Fill in the available details accordingly
  • Run the Docker container:
docker run -d -p 4000:4000 -v /absolute/path/to/_config.yml:/app/_config.yml --name links harsh98trivedi/links:latest
  • Open the browser and go to links-ip:4000. You should see your links site up and running!

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

Content Credits


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

License

The contents of this repository are licensed under the GNU General Public License v2.0

Netlify Status Docker

More Repositories

1

Simple-JavaScript-Calculator

Simple JavaScript Calculator by Harsh Trivedi
HTML
168
star
2

Instagram-Photo-Downloader

Download Instagram photos with ease. Free, Clean & Simple Instagram Photo Downloader for you.
HTML
20
star
3

C-Programs

A Repository full of C-Programs. 🙂
C
18
star
4

YouTube-Thumbnail-Downloader

Download YouTube video thumbnails with ease. Free, Clean & Simple YouTube Thumbnail Downloader for you.
HTML
14
star
5

Drum-Kit

The drum kit that will make you want to play all day long.
HTML
6
star
6

GetAMeta

Unlock the power of Metadata
HTML
4
star
7

TinDog

Fun and friendly website that invites dog lovers to join in on an exciting new way to meet other like-minded individuals and dogs in their area.
HTML
2
star
8

LDR-Buzzer-Alarm

A piezoelectric buzzer which gets activated after getting triggered from a Light Dependent Resistor.
C++
1
star
9

Password-Generator

Tired of juggling countless passwords or relying on weak, predictable combinations? This robust password generator is here to fortify your digital defense with unique, secure passwords that even the most persistent hackers will struggle to crack.
HTML
1
star
10

Voting-Eligibility-Checker

The Voting Eligibility Checker is a web application that allows users to check their eligibility to vote based on their age. It provides a simple and user-friendly interface where users can enter their age and receive an immediate response regarding their eligibility.
HTML
1
star
11

EMI-Calculator

The EMI Calculator app is a powerful tool designed to help you calculate the Equated Monthly Installment (EMI) for your loans. Whether you have a personal loan, a home loan, or any other type of loan, our app provides you with a simple and convenient way to determine your monthly repayment amount.
HTML
1
star
12

Currency-Converter

The Currency Converter is a web application that allows users to convert amounts from one currency to another using real-time exchange rates. This project provides a simple and user-friendly interface for performing currency conversions.
HTML
1
star