Hexo is mainly opted for its ease of deployment. It offers deployment to popular platforms like GitHub and Heroku with a single command. Hexo also comes with many APIs to optimize the use of template engines such as Nunjucks and EJS. It has a vast library of themes that are designed to be customizable. Hexo welcomes contributions as well.
4,827
websites using Hexo
Create a technology report โExport with emails, socials, country, TLD and industry filters
Websites using Hexo by countrymarket share ยท top 8 countries
๐จ๐ณChina
๐ฉ๐ชGermany
๐น๐ผTaiwan, Province of China
๐ซ๐ทFrance
๐ฌ๐งUnited Kingdom
๐ฎ๐ณIndia
๐ฎ๐ฒIsle of Man
๐ง๐ทBrazil
0%3%6%9%12%
Websites using Hexo by industrydetected industries
Shopping50%
SaaS & Cloud50%
Websites using Hexo
showing 25 of 4,827| Website | Country | Industry | Emails | Title / Description | Socials |
|---|---|---|---|---|---|
| - | SaaS & Cloud | 1security-advisories@github.com+850 | GitHub ยท Build and ship software on a single, collaborative platform ยท GitHub GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects. | ||
| - | - | contacts@saashub.com+1 | SaaSHub - Software Alternatives, Accelerators & Startups Find the best software and alternatives. Our goal is to be objective and helpful. | - | |
| - | - | 3eco.n.s.u.m.erb.b.ek@kingranks.com+3 | King Ranks - KIng Rannks Article directory | - | |
| - | - | - | Heaven Article | Heaven Article directory | - | |
| - | - | - | wayranks.online | - | |
| - | - | api@stackshare.io+6 | - | ||
| - | - | hello@tortorse.com | - | ||
| - | - | no-reply@ahdark.blog | - | ||
| - | - | info@lilyanabyhillwood.com | - | ||
| - | - | info@westerndevs.com | - | ||
| ๐จ๐ณChina | - | lxnchan@lxnchan.cn | - | ||
| - | - | orangeclk@orangeclk.com | - | ||
| - | - | events@babcockranch.com | - | ||
| ๐ซ๐ทFrance | - | contact@ludoviclefevre.fr | - | ||
| - | - | info@semonto.com+1 | - | ||
| - | - | - | - | ||
| - | - | - | - | ||
| - | - | - | - | ||
| - | - | - | - | ||
| - | - | - | - | ||
| - | - | - | - | ||
| - | - | - | - | ||
| - | - | - | - | ||
| - | - | - | - | ||
| ๐ท๐บRussian Federation | - | - | - |
Showing 25 of 4,827 websitesGet the full list โ
Frequently asked
What is Hexo?โบ
Hexo is a simple, fast, and powerful blogging framework powered by Node.js. It allows users to create static websites and blogs with ease, utilizing various themes, plugins, and Markdown support to construct a comprehensive site with minimal setup time.
How do I install Hexo?โบ
You can install Hexo by using the following commands in your terminal (assuming you have Node.js installed):
1. Install the Hexo CLI globally with the command: `npm install -g hexo-cli`.
2. After installing the CLI, create a new Hexo project by running: `hexo init [your-blog-name]`.
How to customize the Hexo theme?โบ
To customize the Hexo theme, you can modify the theme's configuration file (_config.yml) located inside the theme's folder in the source directory (source/_posts). You can change variables like colors, fonts, and layout settings to suit your preference. Alternatively, you can use an already-created theme as a starting point and modify its code or create a completely new theme from scratch.
What is the difference between Hexo and other static site generators?โบ
Hexo is focused on providing a simple and fast blogging platform, allowing the user to build a blog quickly with minimal configuration. It uses a flexible templating language (EJS or Swig) and a powerful plugin system, letting users customize and extend their site with minimal effort. While other static site generators may offer similar features, Hexo's simplicity, performance, and extensive community support make it a popular choice for blog creation.
How can I use Hexo with Git to track and deploy my site?โบ
To deploy your Hexo site to a Git repository, you'll need to follow these steps:
1. Install the hexo-deployer-git plugin with the command: `npm install hexo-deployer-git --save`.
2. Update the _config.yml file with the necessary information, like the type of deployment (e.g., 'git'), repository URL, branch, and Git username.
3. After making changes to your site, run: `hexo generate` to build the static files.
4. Finally, deploy your site using the command `hexo deploy`.
Get the free browser extension
Identify the technology stack of any website instantly, right from your browser.