Skip to content

Commit

Permalink
delete lazyload
Browse files Browse the repository at this point in the history
  • Loading branch information
Nofated095 committed Dec 31, 2023
1 parent 0eb6d64 commit 529c67f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 44 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-amane",
"version": "0.0.40",
"version": "0.0.41",
"author": "Nofated095 <[email protected]>",
"license": "MIT",
"description": "A simple, delicate, and modern theme for Hexo",
Expand Down
9 changes: 1 addition & 8 deletions scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@ const logger = require('hexo-log')();
/**
* Print welcome message
*/
logger.info(`=======================================
██╗ ██████╗ █████╗ ██████╗ ██╗ ██╗███████╗
██║██╔════╝██╔══██╗██╔══██╗██║ ██║██╔════╝
██║██║ ███████║██████╔╝██║ ██║███████╗
██║██║ ██╔══██║██╔══██╗██║ ██║╚════██║
██║╚██████╗██║ ██║██║ ██║╚██████╔╝███████║
╚═╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝
=============================================`);
logger.info(`hexo-theme-amane`);

/**
* Check if all dependencies are installed
Expand Down
9 changes: 0 additions & 9 deletions scripts/lazyload/index.js

This file was deleted.

26 changes: 0 additions & 26 deletions scripts/lazyload/lib/process.js

This file was deleted.

0 comments on commit 529c67f

Please sign in to comment.