All Projects → harsh98trivedi → links

harsh98trivedi / links

Licence: GPL-2.0 license
A Beautiful Jekyll Theme For Links

Programming Languages

HTML
75241 projects
SCSS
7915 projects
ruby
36898 projects - #4 most used programming language
Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to links

Linkees
Awesome Linktree clone made with React ⚛️
Stars: ✭ 68 (-19.05%)
Mutual labels:  links, linktree, linktree-alternative
aboutmeinfo-telegram-bot
ℹ️ About Me Info Bot: Share your social media and links on Telegram
Stars: ✭ 20 (-76.19%)
Mutual labels:  linktree, linktree-alternative
TREE
You wont catch me paying for a monthly subscription to a service like linktree or manylink when I can build my own instead
Stars: ✭ 22 (-73.81%)
Mutual labels:  links, linktree
Links
A responsive webpage for putting all our links in. A substitute for linktree created using HTML, CSS and JS using custom admin dashboard.
Stars: ✭ 18 (-78.57%)
Mutual labels:  links, linktree
linkin
Linkin is a customizable self hosted link tree platform.
Stars: ✭ 62 (-26.19%)
Mutual labels:  linktree, linktree-alternative
kamranahmedse.github.io
Blog created using github-pages-blog-action
Stars: ✭ 119 (+41.67%)
Mutual labels:  jekyll-theme
aliquam
Jekyll theme
Stars: ✭ 21 (-75%)
Mutual labels:  jekyll-theme
jekyll-material-design
Jekyll Bootstrap 3 with the material design flavour. Publish your materialized blog using GitHub Pages easily.
Stars: ✭ 67 (-20.24%)
Mutual labels:  jekyll-theme
jekyll-theme-hydure
A concise two-column blog theme for Jekyll.
Stars: ✭ 29 (-65.48%)
Mutual labels:  jekyll-theme
fleeg-platform
Fleeg is a free and open source platform to index and search pages.
Stars: ✭ 21 (-75%)
Mutual labels:  links
portfolio-jekyll-theme
A minimalist Jekyll theme for building a personal portfolio site powered by Jekyll and GitHub Pages
Stars: ✭ 168 (+100%)
Mutual labels:  jekyll-theme
ace
Ace: A Jekyll theme.
Stars: ✭ 14 (-83.33%)
Mutual labels:  jekyll-theme
WhatATheme
A customizable Jekyll Portfolio theme which supports blogging.
Stars: ✭ 162 (+92.86%)
Mutual labels:  jekyll-theme
blog
blog source code
Stars: ✭ 16 (-80.95%)
Mutual labels:  jekyll-theme
nanolinks
A curated link guide for finding anything about Nano; The fast, fee-less and green digital currency!
Stars: ✭ 25 (-70.24%)
Mutual labels:  links
legacy-android10.github.io
Legacy Jekyll project for my personal blog: fernandocejas.com.
Stars: ✭ 16 (-80.95%)
Mutual labels:  jekyll-theme
Vanhiupun.github.io
🏖️ Vanhiupun's Awesome Site ==> another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 57 (-32.14%)
Mutual labels:  jekyll-theme
jekyll-theme-simplex
An original theme for golasblog project
Stars: ✭ 48 (-42.86%)
Mutual labels:  jekyll-theme
Onassis
The Onassis Theme for Jekyll
Stars: ✭ 22 (-73.81%)
Mutual labels:  jekyll-theme
Schrift
Clean, minimalist Jekyll template for prose and stuff.
Stars: ✭ 22 (-73.81%)
Mutual labels:  jekyll-theme

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].