0.0
No commit activity in last 3 years
No release in over 3 years
@mention support for your Bunto site
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
~> 3.0

Runtime

 Project Readme

Bunto Mentions

@mentionable support for your Bunto site

Gem Version Build Status

Usage

Add the following to your site's Gemfile

gem 'bunto-mentions'

And add the following to your site's _config.yml

gems:
  - bunto-mentions

In any page or post, use @mentions as you would normally, e.g.

Hey @SuriyaaKudoIsc, what do you think of this?

Note: Bunto Mentions simply turns the @mentions into links, it does not notify the mentioned user.

Configuration

Have your own social network? No problem. We allow you to configure the base URL of all the mentions.

To change it, add the following to your Bunto configuration:

bunto-mentions:
  base_url: https://twitter.com

If you're lazy like me, you can use this shorthand:

bunto-mentions: https://twitter.com

An example of Twitter mentions using bunto-mentions:

gems:
  - bunto-mentions

bunto-mentions:
  base_url: https://twitter.com

Et voilĂ ! Your mentions will now use that base URL instead of the default of https://github.com.