I created this is an alternative to paid-for link services and to build something I can manage using familiar workflows. Oh, and it doesn't hurt that it's open source. Enjoy. -zd
- Jekyll . Sass . RSCSS . SVG
- No JS!
- Trimmed down version of indigo with several components and plugins removed.
- Fork the project indigo-linkinbio.
- Edit
_config.yml
with your data. - See the example post. The "tag" will be used as the href value, the excerpt for the link text.
- Customize 'a.button' in general.sass (or any other style, for that matter) to make it yours.
If you want to test locally on your machine, perform the following:
- Read and follow these instructions.
- Clone the forked repo on your machine.
- Enter the cloned folder via terminal and run
bundle install
. - Then run
bundle exec jekyll serve --config _config.yml,_config-dev.yml
. - Open it in your browser:
http://localhost:4000
.
You must fill some informations on _config.yml
to customize your site.
name: John Doe
bio: 'A Man who travels the world eating noodles and posts about it on social media'
picture: 'assets/images/profile.jpg'
...
MIT License © Sérgio Kopplin