synchronization
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-08-25 13:02:18 +08:00
commit f1ecb4ed07
37 changed files with 1644 additions and 0 deletions

7
Dockerfile-hexo-async Normal file
View File

@@ -0,0 +1,7 @@
ARG IMAGENAME
FROM ${IMAGENAME}
RUN npm install --save hexo-renderer-less hexo-renderer-ejs \
&& npm install --save hexo-theme-async@latest \
&& sed -i 's/theme: landscape/theme: async/g' _config.yml