All Projects → HyunSeob → hexo-auto-canonical

HyunSeob / hexo-auto-canonical

Licence: MIT license
A generator automatically make canonical tag for hexo.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to hexo-auto-canonical

hexo-theme-simple99
A minimalist theme developed based on hexo, welcome to use!基于hexo开发的双栏式简约风主题,欢迎使用!已适配 twikoo 静态评论系统。
Stars: ✭ 16 (+6.67%)
Mutual labels:  hexo
hexo-theme-next5-leaf
一款基于 Hexo v3.9 & Next v5.1.4 魔改的主题 🌞
Stars: ✭ 82 (+446.67%)
Mutual labels:  hexo
hexo-theme-materialized
A cool materialized theme for Hexo
Stars: ✭ 39 (+160%)
Mutual labels:  hexo
mulukhiya-toot-proxy
各種ActivityPub対応インスタンスへの投稿に対して、内容の更新等を行うプロキシ。通称「モロヘイヤ」。
Stars: ✭ 24 (+60%)
Mutual labels:  hexo
hexo-netlify-cms
☕ A cup of coffee time to enable Netlify CMS
Stars: ✭ 29 (+93.33%)
Mutual labels:  hexo
hexo-theme-zurb-foundation
Simple plain Zurb foundation theme for the static site generator hexo.js
Stars: ✭ 22 (+46.67%)
Mutual labels:  hexo
hexo-theme-wind
A Simple Hexo Theme.
Stars: ✭ 20 (+33.33%)
Mutual labels:  hexo
zhisheng17.github.io
my blog website —— www.54tianzhisheng.cn
Stars: ✭ 92 (+513.33%)
Mutual labels:  hexo
hexo-theme-ayer
一个干净优雅的hexo主题 A clean and elegant theme for Hexo. 🐋
Stars: ✭ 1,396 (+9206.67%)
Mutual labels:  hexo
oi.men.ci
Menci 的 OI 博客(源代码与网站文件)
Stars: ✭ 27 (+80%)
Mutual labels:  hexo
org-hexo
[DEPRECATE] Convert your org-mode blog to hexo markdown file
Stars: ✭ 20 (+33.33%)
Mutual labels:  hexo
hexo-theme-chord
a simple hexo theme.
Stars: ✭ 15 (+0%)
Mutual labels:  hexo
Hibop.github.io
Hibop 个人博客
Stars: ✭ 20 (+33.33%)
Mutual labels:  hexo
Seje
寫嘢 - A beatutiful Hexo Theme
Stars: ✭ 53 (+253.33%)
Mutual labels:  hexo
hexo-filter-mathjax
💯 Server side MathJax renderer plugin for Hexo.
Stars: ✭ 76 (+406.67%)
Mutual labels:  hexo
blog
🔥公众号:后端搬运工
Stars: ✭ 37 (+146.67%)
Mutual labels:  hexo
hexo-renderer-less
Less renderer for Hexo.
Stars: ✭ 14 (-6.67%)
Mutual labels:  hexo
hexo-filter-responsive-images
Generate mutliple version of images for responsive Hexo blogs
Stars: ✭ 17 (+13.33%)
Mutual labels:  hexo
hexo-jade-starter
Starter theme for Hexo implemented with Jade and Less.
Stars: ✭ 49 (+226.67%)
Mutual labels:  hexo
github.io
个人博客乁(๑˙ϖ˙๑乁) 国内用户 ->http://sunhang.top
Stars: ✭ 16 (+6.67%)
Mutual labels:  hexo

hexo-auto-canonical

Downloads npm LICENSE

A generator automatically make canonical link for hexo. You could use this module for your SEO of blog powered by hexo.

Installation

npm install --save hexo-auto-canonical

Usage

Add an auto canonical helper simply to your html's <head> block as follows:

with ejs,

<%- autoCanonical(config, page) %>

OR with jade,

| !{ autoCanonical(config, page) }

License

Copyright (c) 2016, HyunSeob. Licensed under the MIT license.

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].