UNPKG

hexo-theme-amazing

Version:

A simple, delicate, and modern theme for Hexo

30 lines (25 loc) 1.25 kB
/* global hexo */ const logger = require('hexo-log')(); /** * Print welcome message */ logger.info(`======================================= ██╗ ██████╗ █████╗ ██████╗ ██╗ ██╗███████╗ ██║██╔════╝██╔══██╗██╔══██╗██║ ██║██╔════╝ ██║██║ ███████║██████╔╝██║ ██║███████╗ ██║██║ ██╔══██║██╔══██╗██║ ██║╚════██║ ██║╚██████╗██║ ██║██║ ██║╚██████╔╝███████║ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝ =============================================`); /** * Check if all dependencies are installed */ require('../include/dependency')(hexo); /** * Configuration file checking and migration */ require('../include/config')(hexo); /** * Register Hexo extensions and remove Hexo filters that could cause OOM */ require('../include/register')(hexo);