Hexo Autolinker

screenshot of Hexo Autolinker
hexo

Automatic link generation in Hexo posts

Overview

The hexo-autolinker plugin provides a seamless way to convert plain text URLs into clickable links on your blog. Built as a wrapper around the well-known Autolinker.js library, this tool enhances the usability of your content by automatically recognizing and transforming various types of links. Whether you're sharing website URLs, email addresses, or social media tags, this plugin handles it effortlessly, giving your posts a professional touch.

Configuration is straightforward, allowing you to customize it to fit your blog's needs without hassle. With this plugin, you can ensure that your readers have easy access to the resources you mention in your posts, improving their overall experience.

Features

  • Automatic Link Transformation: Instantly converts URLs and email addresses into clickable links without requiring extra HTML coding.

  • Configurability: Easily set options in your blog's main _config.yml to tailor the plugin's behavior to your preferences.

  • New Window Option: Allows links to open in a new tab/window, enhancing user engagement without navigating away from your blog.

  • Custom Class Support: Add custom CSS classes to transformed links for enhanced styling and uniformity with your blog’s theme.

  • Selective Linking: Choose which types of links to activate, including URLs, emails, or even hashtags, giving you total control over content formatting.

  • Twitter and Social Support: Optionally configure the plugin to recognize and convert social media handles and hashtags into interactive links.

  • Easy Installation: Simple installation process that integrates smoothly with Hexo, making it accessible for both beginners and experienced users.

  • MIT License: The plugin is open-source under the MIT license, allowing for both personal and commercial use without restrictions.

hexo
Hexo

Hexo is a static site generator built with Node.js that enables developers to create fast and efficient websites using Markdown, EJS, and Stylus. It offers features such as server-side rendering, plugin support, and easy deployment to hosting services like GitHub Pages and Netlify.