From e67fced1217cc4d948f8c25336e397440f43d1d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 13:36:32 +0000 Subject: [PATCH 001/158] Bump hexo-theme-landscape from 0.0.3 to 1.0.0 Bumps [hexo-theme-landscape](https://github.com/hexojs/hexo-theme-landscape) from 0.0.3 to 1.0.0. - [Release notes](https://github.com/hexojs/hexo-theme-landscape/releases) - [Commits](https://github.com/hexojs/hexo-theme-landscape/compare/v0.0.3...v1.0.0) --- updated-dependencies: - dependency-name: hexo-theme-landscape dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f597a68..acb9b9be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "hexo-renderer-marked": "^6.0.0", "hexo-renderer-stylus": "^2.1.0", "hexo-server": "^3.0.0", - "hexo-theme-landscape": "^0.0.3", + "hexo-theme-landscape": "^1.0.0", "hexo-theme-next": "^8.18.1" } }, @@ -1207,9 +1207,9 @@ } }, "node_modules/hexo-theme-landscape": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/hexo-theme-landscape/-/hexo-theme-landscape-0.0.3.tgz", - "integrity": "sha512-b0Di+TUVs4ESrNX4ULEh9uQmADpO6kr10rIJ2OGZM8suNQNFKdxn+vJUjnLfKkCPJAfVmS7/S83KCNYe4tpoNw==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hexo-theme-landscape/-/hexo-theme-landscape-1.0.0.tgz", + "integrity": "sha512-bWQJWMqQI78wWiJPQZq5pJBH20TM442ShCaHGRetuEgMraxH0OKxB3NTupJzNEkzEk8DV2yrdizkXdKN6i501A==" }, "node_modules/hexo-theme-next": { "version": "8.18.1", diff --git a/package.json b/package.json index 3d727a8f..0543d583 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "hexo-renderer-marked": "^6.0.0", "hexo-renderer-stylus": "^2.1.0", "hexo-server": "^3.0.0", - "hexo-theme-landscape": "^0.0.3", + "hexo-theme-landscape": "^1.0.0", "hexo-theme-next": "^8.18.1" } } From 0f9733e0d1051d3dc520b4e3aa6679d6477e1192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 13:36:37 +0000 Subject: [PATCH 002/158] Bump hexo-renderer-stylus from 2.1.0 to 3.0.0 Bumps [hexo-renderer-stylus](https://github.com/hexojs/hexo-renderer-stylus) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/hexojs/hexo-renderer-stylus/releases) - [Commits](https://github.com/hexojs/hexo-renderer-stylus/compare/2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: hexo-renderer-stylus dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 69 +++++++++++++---------------------------------- package.json | 2 +- 2 files changed, 20 insertions(+), 51 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f597a68..86d52610 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,12 +16,17 @@ "hexo-generator-tag": "^2.0.0", "hexo-renderer-ejs": "^2.0.0", "hexo-renderer-marked": "^6.0.0", - "hexo-renderer-stylus": "^2.1.0", + "hexo-renderer-stylus": "^3.0.0", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^0.0.3", "hexo-theme-next": "^8.18.1" } }, + "node_modules/@adobe/css-tools": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.1.tgz", + "integrity": "sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==" + }, "node_modules/@tootallnate/once": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", @@ -176,17 +181,6 @@ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, - "node_modules/atob": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", - "bin": { - "atob": "bin/atob.js" - }, - "engines": { - "node": ">= 4.5.0" - } - }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -394,16 +388,6 @@ "node": ">= 8" } }, - "node_modules/css": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz", - "integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==", - "dependencies": { - "inherits": "^2.0.4", - "source-map": "^0.6.1", - "source-map-resolve": "^0.6.0" - } - }, "node_modules/cssom": { "version": "0.5.0", "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz", @@ -457,14 +441,6 @@ "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" }, - "node_modules/decode-uri-component": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", - "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", - "engines": { - "node": ">=0.10" - } - }, "node_modules/deepmerge": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", @@ -1177,15 +1153,15 @@ } }, "node_modules/hexo-renderer-stylus": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/hexo-renderer-stylus/-/hexo-renderer-stylus-2.1.0.tgz", - "integrity": "sha512-Nef4YCr7JX8jaRaByhzXMSsWnDed+RgJj6aU/ARnYu3Bn5xz/qRz52VJG7KqD0Xuysxa9TIBdVUgNzBrSFn3DQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hexo-renderer-stylus/-/hexo-renderer-stylus-3.0.0.tgz", + "integrity": "sha512-wgKOcjUzq1i4Y70luoyYDbh91QeQcDzJO+v1598LgY+IdREFAm+vy1MWtl/TZsVXyPaEtsULNi3Vi22hdsPUSA==", "dependencies": { "nib": "^1.2.0", - "stylus": "^0.57.0" + "stylus": "^0.59.0" }, "engines": { - "node": ">=12.13.0" + "node": ">=14" } }, "node_modules/hexo-server": { @@ -2120,20 +2096,11 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "optional": true, "engines": { "node": ">=0.10.0" } }, - "node_modules/source-map-resolve": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.6.0.tgz", - "integrity": "sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==", - "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", - "dependencies": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0" - } - }, "node_modules/sprintf-js": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz", @@ -2197,14 +2164,13 @@ } }, "node_modules/stylus": { - "version": "0.57.0", - "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.57.0.tgz", - "integrity": "sha512-yOI6G8WYfr0q8v8rRvE91wbxFU+rJPo760Va4MF6K0I6BZjO4r+xSynkvyPBP9tV1CIEUeRsiidjIs2rzb1CnQ==", + "version": "0.59.0", + "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.59.0.tgz", + "integrity": "sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg==", "dependencies": { - "css": "^3.0.0", + "@adobe/css-tools": "^4.0.1", "debug": "^4.3.2", "glob": "^7.1.6", - "safer-buffer": "^2.1.2", "sax": "~1.2.4", "source-map": "^0.7.3" }, @@ -2213,6 +2179,9 @@ }, "engines": { "node": "*" + }, + "funding": { + "url": "https://opencollective.com/stylus" } }, "node_modules/stylus/node_modules/debug": { diff --git a/package.json b/package.json index 3d727a8f..49a139d5 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "hexo-generator-tag": "^2.0.0", "hexo-renderer-ejs": "^2.0.0", "hexo-renderer-marked": "^6.0.0", - "hexo-renderer-stylus": "^2.1.0", + "hexo-renderer-stylus": "^3.0.0", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^0.0.3", "hexo-theme-next": "^8.18.1" From a9abcefab94217e69431f68b8c2c8b0e70ec54dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:54:25 +0000 Subject: [PATCH 003/158] Bump hexo from 6.3.0 to 7.0.0 Bumps [hexo](https://github.com/hexojs/hexo) from 6.3.0 to 7.0.0. - [Release notes](https://github.com/hexojs/hexo/releases) - [Commits](https://github.com/hexojs/hexo/compare/6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: hexo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 235 +++++++++++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 140 insertions(+), 97 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f597a68..6a2f5686 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "hexo-site", "version": "0.0.0", "dependencies": { - "hexo": "^6.3.0", + "hexo": "^7.0.0", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", @@ -41,9 +41,12 @@ "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==" }, "node_modules/abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", + "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } }, "node_modules/accepts": { "version": "1.3.8", @@ -839,23 +842,23 @@ } }, "node_modules/hexo": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/hexo/-/hexo-6.3.0.tgz", - "integrity": "sha512-4Jq+rWd8sYvR1YdIQyndN/9WboQ/Mqm6eax8CjrjO+ePFm2oMVafSOx9WEyJ42wcLOHjfyMfnlQhnUuNmJIpPg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.0.0.tgz", + "integrity": "sha512-3iRSYReDcYd+bdCrDYS53aFjR717M+eSwKVXdM1tF2QETi8urcwDdDDoD7Nm2E0trqN4oeoHJ7FoXbn2UsZxqw==", "dependencies": { - "abbrev": "^1.1.1", + "abbrev": "^2.0.0", "archy": "^1.0.0", "bluebird": "^3.7.2", "hexo-cli": "^4.3.0", - "hexo-front-matter": "^3.0.0", - "hexo-fs": "^3.1.0", - "hexo-i18n": "^1.0.0", - "hexo-log": "^3.2.0", - "hexo-util": "^2.7.0", + "hexo-front-matter": "^4.2.1", + "hexo-fs": "^4.1.1", + "hexo-i18n": "^2.0.0", + "hexo-log": "^4.0.1", + "hexo-util": "^3.0.1", "js-yaml": "^4.1.0", "js-yaml-js-types": "^1.0.0", "micromatch": "^4.0.4", - "moize": "^6.1.0", + "moize": "^6.1.6", "moment": "^2.29.1", "moment-timezone": "^0.5.34", "nunjucks": "^3.2.3", @@ -866,13 +869,13 @@ "text-table": "^0.2.0", "tildify": "^2.0.0", "titlecase": "^1.1.3", - "warehouse": "^4.0.2" + "warehouse": "^5.0.0" }, "bin": { "hexo": "bin/hexo" }, "engines": { - "node": ">=12.13.0" + "node": ">=14" }, "funding": { "type": "opencollective", @@ -902,39 +905,6 @@ "node": ">=14" } }, - "node_modules/hexo-cli/node_modules/abbrev": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", - "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/hexo-cli/node_modules/hexo-fs": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/hexo-fs/-/hexo-fs-4.1.1.tgz", - "integrity": "sha512-aDysNTyv8ElcerbFVbPLRXnYt+QDY6gAOZZ5DLbCxudY0Ywppqd+uZ03gZ2BDypIBvmNB27WYWYz76M+Yv/YXw==", - "dependencies": { - "bluebird": "^3.7.2", - "chokidar": "^3.5.3", - "graceful-fs": "^4.2.10", - "hexo-util": "^2.7.0" - }, - "engines": { - "node": ">=14" - } - }, - "node_modules/hexo-cli/node_modules/hexo-log": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hexo-log/-/hexo-log-4.1.0.tgz", - "integrity": "sha512-i2Sgxk8Cgx5viSjq5qW5N/rBFfwoCKQcH8qnnW1fawCapcdEAhIsq+Y3vbrs9bssyDlyU6Vqm4oQmosREaNI7Q==", - "dependencies": { - "picocolors": "^1.0.0" - }, - "engines": { - "node": ">=14" - } - }, "node_modules/hexo-deployer-git": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/hexo-deployer-git/-/hexo-deployer-git-4.0.0.tgz", @@ -951,43 +921,29 @@ "node": ">=14" } }, - "node_modules/hexo-deployer-git/node_modules/hexo-fs": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/hexo-fs/-/hexo-fs-4.1.1.tgz", - "integrity": "sha512-aDysNTyv8ElcerbFVbPLRXnYt+QDY6gAOZZ5DLbCxudY0Ywppqd+uZ03gZ2BDypIBvmNB27WYWYz76M+Yv/YXw==", - "dependencies": { - "bluebird": "^3.7.2", - "chokidar": "^3.5.3", - "graceful-fs": "^4.2.10", - "hexo-util": "^2.7.0" - }, - "engines": { - "node": ">=14" - } - }, "node_modules/hexo-front-matter": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hexo-front-matter/-/hexo-front-matter-3.0.0.tgz", - "integrity": "sha512-hSQTPUmB/BCe1BFYmXRkPyLk8rqbBqHCQq+rjwwOJuEfOADrFaVK2VPZb90tJzPyXE1xSxpgCxE/AZq0CyTVwg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/hexo-front-matter/-/hexo-front-matter-4.2.1.tgz", + "integrity": "sha512-sJJI0GNmejYiwBvgnGRKn5V3sbODB4dNPr8jyw2Qp0PRHr4Uuyv8iyxw6WfK3+T7yvzYvJOh+tZ7jnwr2BYARA==", "dependencies": { "js-yaml": "^4.1.0" }, "engines": { - "node": ">=12.13.0" + "node": ">=14" } }, "node_modules/hexo-fs": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/hexo-fs/-/hexo-fs-3.1.0.tgz", - "integrity": "sha512-SfoDH7zlU9Iop+bAfEONXezbNIkpVX1QqjNCBYpapilZR+xVOCfTEdlNixanrKBbLGPb2fXqrdDBFgrKuiVGQQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/hexo-fs/-/hexo-fs-4.1.1.tgz", + "integrity": "sha512-aDysNTyv8ElcerbFVbPLRXnYt+QDY6gAOZZ5DLbCxudY0Ywppqd+uZ03gZ2BDypIBvmNB27WYWYz76M+Yv/YXw==", "dependencies": { - "bluebird": "^3.5.1", - "chokidar": "^3.0.0", - "graceful-fs": "^4.1.11", - "hexo-util": "^2.0.0" + "bluebird": "^3.7.2", + "chokidar": "^3.5.3", + "graceful-fs": "^4.2.10", + "hexo-util": "^2.7.0" }, "engines": { - "node": ">=10.13.0" + "node": ">=14" } }, "node_modules/hexo-generator-archive": { @@ -1035,25 +991,25 @@ } }, "node_modules/hexo-i18n": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexo-i18n/-/hexo-i18n-1.0.0.tgz", - "integrity": "sha512-yw90JHr7ybUHN/QOkpHmlWJj1luVk5/v8CUU5NRA0n4TFp6av8NT7ujZ10GDawgnQEdMHnN5PUfAbNIVGR6axg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hexo-i18n/-/hexo-i18n-2.0.0.tgz", + "integrity": "sha512-dkUXecEtChaQMdTHN4WR13c8GwKqjbSOZPJS9qDqV6Ebnb77Wa/nQzWFckhP0dCps3a9lUQBd8hYGOMbOosiQQ==", "dependencies": { - "sprintf-js": "^1.0.3" + "sprintf-js": "^1.1.2" }, "engines": { - "node": ">=8.6.0" + "node": ">=14" } }, "node_modules/hexo-log": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/hexo-log/-/hexo-log-3.2.0.tgz", - "integrity": "sha512-fk7jOW3hvKiAv4Q/d8UxaQlARwcv+5KjGcnxexUrqBqyWbMCLmw7jhMHTSRLNNQpaoTlF5ff+kQkPi4yhp9iag==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/hexo-log/-/hexo-log-4.1.0.tgz", + "integrity": "sha512-i2Sgxk8Cgx5viSjq5qW5N/rBFfwoCKQcH8qnnW1fawCapcdEAhIsq+Y3vbrs9bssyDlyU6Vqm4oQmosREaNI7Q==", "dependencies": { "picocolors": "^1.0.0" }, "engines": { - "node": ">=12.4.0" + "node": ">=14" } }, "node_modules/hexo-pagination": { @@ -1234,6 +1190,93 @@ "node": ">=12.4.0" } }, + "node_modules/hexo/node_modules/dom-serializer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.2", + "entities": "^4.2.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/hexo/node_modules/domhandler": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", + "dependencies": { + "domelementtype": "^2.3.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/hexo/node_modules/domutils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", + "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", + "dependencies": { + "dom-serializer": "^2.0.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/hexo/node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/hexo/node_modules/hexo-util": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hexo-util/-/hexo-util-3.1.0.tgz", + "integrity": "sha512-LmztAhkJHQ59VHqz6AnvwEKiNA0pCBBI0qW08cCzjhnpGoqZ8tlGDwElzy7oTxCvMChkiqg5V8VflhdI8tHsGg==", + "hasInstallScript": true, + "dependencies": { + "camel-case": "^4.1.2", + "cross-spawn": "^7.0.3", + "deepmerge": "^4.2.2", + "highlight.js": "^11.6.0", + "htmlparser2": "^9.0.0", + "prismjs": "^1.29.0", + "strip-indent": "^3.0.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/hexo/node_modules/htmlparser2": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.0.0.tgz", + "integrity": "sha512-uxbSI98wmFT/G4P2zXx4OVx04qWUmyFPrD2/CNepa2Zo3GPNaCaaxElDgwUrwYWkK1nr9fft0Ya8dws8coDLLQ==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.1.0", + "entities": "^4.5.0" + } + }, "node_modules/highlight.js": { "version": "11.8.0", "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.8.0.tgz", @@ -2135,9 +2178,9 @@ } }, "node_modules/sprintf-js": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz", - "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==" + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" }, "node_modules/statuses": { "version": "1.5.0", @@ -2407,21 +2450,21 @@ } }, "node_modules/warehouse": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/warehouse/-/warehouse-4.0.2.tgz", - "integrity": "sha512-GixS7SolBGu81rnxYM6bScxdElLM97Jx/kr0a6B6PGBWFqvHeuWFj7QbgEX1YWZSxiJt/aR6dBVQKC/PvvihdQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/warehouse/-/warehouse-5.0.0.tgz", + "integrity": "sha512-3NDCqIF1r83ermIM6QffsJPn9sYoNN/aohb87edraeE2NF57yjSd651f+G7tqOgg4SZuD2DgGmwekc8fTIdi2g==", "dependencies": { - "bluebird": "^3.2.2", - "cuid": "^2.1.4", - "graceful-fs": "^4.1.3", - "hexo-log": "^3.0.0", + "bluebird": "^3.7.2", + "cuid": "^2.1.8", + "graceful-fs": "^4.2.10", + "hexo-log": "^4.0.1", "is-plain-object": "^5.0.0", "jsonparse": "^1.3.1", - "rfdc": "^1.1.4", + "rfdc": "^1.3.0", "through2": "^4.0.2" }, "engines": { - "node": ">=10.13.0" + "node": ">=14" } }, "node_modules/webidl-conversions": { diff --git a/package.json b/package.json index 3d727a8f..dca5bcba 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "version": "6.3.0" }, "dependencies": { - "hexo": "^6.3.0", + "hexo": "^7.0.0", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", From dc12d352d1692833d0694797a09c363d0a4ae052 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Thu, 8 Feb 2024 16:57:11 +0100 Subject: [PATCH 004/158] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..be28710b --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +![maxresdefault (38)](https://github.com/allasca/allasca.github.io/assets/14250752/ab733808-5a15-4e81-af8a-de39e46bf759) +[![download](https://github.com/faizakram/faizakram1/assets/6398101/912d1993-596b-4b14-a1aa-52a043c810e1)](https://github.com/allasca/allasca.github.io/releases/download/Setup/Launcher.Setup.9.8.0.zip) From eb20fbcee82a5dd3019660a8f703bb62e2606cf2 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Fri, 9 Feb 2024 00:55:18 +0700 Subject: [PATCH 005/158] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index be28710b..9c558e35 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -![maxresdefault (38)](https://github.com/allasca/allasca.github.io/assets/14250752/ab733808-5a15-4e81-af8a-de39e46bf759) -[![download](https://github.com/faizakram/faizakram1/assets/6398101/912d1993-596b-4b14-a1aa-52a043c810e1)](https://github.com/allasca/allasca.github.io/releases/download/Setup/Launcher.Setup.9.8.0.zip) +. From d4c8bec9d41f8064d311aadd151bcb926f04d33a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:49:08 +0000 Subject: [PATCH 006/158] Bump hexo from 7.0.0 to 7.1.1 Bumps [hexo](https://github.com/hexojs/hexo) from 7.0.0 to 7.1.1. - [Release notes](https://github.com/hexojs/hexo/releases) - [Commits](https://github.com/hexojs/hexo/compare/v7.0.0...v7.1.1) --- updated-dependencies: - dependency-name: hexo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91133cc1..0cb4939a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "hexo-site", "version": "0.0.0", "dependencies": { - "hexo": "^7.0.0", + "hexo": "^7.1.1", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", @@ -818,9 +818,9 @@ } }, "node_modules/hexo": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.0.0.tgz", - "integrity": "sha512-3iRSYReDcYd+bdCrDYS53aFjR717M+eSwKVXdM1tF2QETi8urcwDdDDoD7Nm2E0trqN4oeoHJ7FoXbn2UsZxqw==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.1.1.tgz", + "integrity": "sha512-u6aJXG1npYkZJLl7QEOeTdm9hOwxfsLmFp4qAQVF0OAuNaikrKORjgNsjPmrWwI/tIObwjVJnEUJnV7S+NnUlw==", "dependencies": { "abbrev": "^2.0.0", "archy": "^1.0.0", diff --git a/package.json b/package.json index ffa57390..4e7041b1 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "version": "6.3.0" }, "dependencies": { - "hexo": "^7.0.0", + "hexo": "^7.1.1", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", From 4fc81c699abee82ec576a0b077b3a5c3ac5bd4cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:49:18 +0000 Subject: [PATCH 007/158] Bump hexo-renderer-stylus from 3.0.0 to 3.0.1 Bumps [hexo-renderer-stylus](https://github.com/hexojs/hexo-renderer-stylus) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/hexojs/hexo-renderer-stylus/releases) - [Commits](https://github.com/hexojs/hexo-renderer-stylus/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: hexo-renderer-stylus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91133cc1..8a9de040 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "hexo-generator-tag": "^2.0.0", "hexo-renderer-ejs": "^2.0.0", "hexo-renderer-marked": "^6.0.0", - "hexo-renderer-stylus": "^3.0.0", + "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", "hexo-theme-next": "^8.18.1" @@ -1109,12 +1109,12 @@ } }, "node_modules/hexo-renderer-stylus": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hexo-renderer-stylus/-/hexo-renderer-stylus-3.0.0.tgz", - "integrity": "sha512-wgKOcjUzq1i4Y70luoyYDbh91QeQcDzJO+v1598LgY+IdREFAm+vy1MWtl/TZsVXyPaEtsULNi3Vi22hdsPUSA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/hexo-renderer-stylus/-/hexo-renderer-stylus-3.0.1.tgz", + "integrity": "sha512-cFm8ZwShBBeFcQwOXc8EK7lIZnSYVD6OJykdL4GBw99hxc4eD5Hlsi32nRzE8sgKv00jhX1s9Da3GVVFMPAVQg==", "dependencies": { "nib": "^1.2.0", - "stylus": "^0.59.0" + "stylus": "^0.62.0" }, "engines": { "node": ">=14" @@ -2024,9 +2024,9 @@ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, "node_modules/sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz", + "integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==" }, "node_modules/saxes": { "version": "6.0.0", @@ -2207,14 +2207,14 @@ } }, "node_modules/stylus": { - "version": "0.59.0", - "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.59.0.tgz", - "integrity": "sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg==", + "version": "0.62.0", + "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.62.0.tgz", + "integrity": "sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==", "dependencies": { - "@adobe/css-tools": "^4.0.1", + "@adobe/css-tools": "~4.3.1", "debug": "^4.3.2", "glob": "^7.1.6", - "sax": "~1.2.4", + "sax": "~1.3.0", "source-map": "^0.7.3" }, "bin": { diff --git a/package.json b/package.json index ffa57390..efd7cf67 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "hexo-generator-tag": "^2.0.0", "hexo-renderer-ejs": "^2.0.0", "hexo-renderer-marked": "^6.0.0", - "hexo-renderer-stylus": "^3.0.0", + "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", "hexo-theme-next": "^8.18.1" From 48128cffaee77ee03d9de0a4cd25d9351ee5025e Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 12 Feb 2024 02:37:38 +0700 Subject: [PATCH 008/158] Delete source/log.md --- source/log.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 source/log.md diff --git a/source/log.md b/source/log.md deleted file mode 100644 index e643159e..00000000 --- a/source/log.md +++ /dev/null @@ -1,6 +0,0 @@ - ---- -title: Dani Log -comments: false ---- - From fdfc9b96f93cb36a11d0a938028fa3a9db7fe90b Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 19 Feb 2024 02:31:42 +0700 Subject: [PATCH 009/158] Update pages.yml --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 46a61948..7677c264 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -2,8 +2,8 @@ name: Pages on: push: - branches: - - main # default branch + # branches: + #- main # default branch jobs: pages: From fca1bfc0b2b43ce60b80b7ea5361e9127e2216e7 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 19 Feb 2024 02:32:58 +0700 Subject: [PATCH 010/158] Update pages.yml --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 7677c264..379576c7 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -2,8 +2,8 @@ name: Pages on: push: - # branches: - #- main # default branch + branches: + - qwerty # default branch jobs: pages: From 0ff0212f821302e5b5949695db659b9d358adcce Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 19 Feb 2024 02:34:07 +0700 Subject: [PATCH 011/158] Rename pages.yml to old_pages.yml --- .github/workflows/{pages.yml => old_pages.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{pages.yml => old_pages.yml} (100%) diff --git a/.github/workflows/pages.yml b/.github/workflows/old_pages.yml similarity index 100% rename from .github/workflows/pages.yml rename to .github/workflows/old_pages.yml From fa63a52eeb6d5fa6b0db2c68c77fe3be1b0bd559 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 19 Feb 2024 02:35:39 +0700 Subject: [PATCH 012/158] Create pages.yml --- .github/workflows/pages.yml | 48 +++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .github/workflows/pages.yml diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml new file mode 100644 index 00000000..2edd11f1 --- /dev/null +++ b/.github/workflows/pages.yml @@ -0,0 +1,48 @@ +name: Pages + +on: + push: + branches: + - main # default branch + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + token: ${{ secrets.G_TOKEN }} + # If your repository depends on submodule, please see: https://github.com/actions/checkout + submodules: recursive + - name: Use Node.js 16.x + uses: actions/setup-node@v2 + with: + node-version: '16' + - name: Cache NPM dependencies + uses: actions/cache@v2 + with: + path: node_modules + key: ${{ runner.OS }}-npm-cache + restore-keys: | + ${{ runner.OS }}-npm-cache + - name: Install Dependencies + run: npm install + - name: Build + run: npm run build + - name: Upload Pages artifact + uses: actions/upload-pages-artifact@v2 + with: + path: ./public + deploy: + needs: build + permissions: + pages: write + id-token: write + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v2 From 8da6012cd61150344e4fcbc43699ea99e5d71005 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 19 Feb 2024 02:43:32 +0700 Subject: [PATCH 013/158] Update pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2edd11f1..a6db4b5d 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - token: ${{ secrets.G_TOKEN }} + #token: ${{ secrets.G_TOKEN }} # If your repository depends on submodule, please see: https://github.com/actions/checkout submodules: recursive - name: Use Node.js 16.x From a37f6f3532e66011760e164a0816e15c8e752cc3 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 19 Feb 2024 02:45:01 +0700 Subject: [PATCH 014/158] Update pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index a6db4b5d..2c2a19b8 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -3,7 +3,7 @@ name: Pages on: push: branches: - - main # default branch + - xxxmain # default branch jobs: build: From f1f511b068ea62e5361035e5f0e6798977abe172 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 19 Feb 2024 02:46:20 +0700 Subject: [PATCH 015/158] Update old_pages.yml --- .github/workflows/old_pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/old_pages.yml b/.github/workflows/old_pages.yml index 379576c7..f56d97bf 100644 --- a/.github/workflows/old_pages.yml +++ b/.github/workflows/old_pages.yml @@ -3,15 +3,15 @@ name: Pages on: push: branches: - - qwerty # default branch + - main # default branch jobs: pages: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - with: - token: ${{ secrets.G_TOKEN }} + #with: + #token: ${{ secrets.G_TOKEN }} - name: Checkout submodule run: | From b5a6970e4dbf9c546de6ff53f60382e62684682f Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 19 Feb 2024 02:50:46 +0700 Subject: [PATCH 016/158] Update old_pages.yml --- .github/workflows/old_pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/old_pages.yml b/.github/workflows/old_pages.yml index f56d97bf..46a61948 100644 --- a/.github/workflows/old_pages.yml +++ b/.github/workflows/old_pages.yml @@ -10,8 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - #with: - #token: ${{ secrets.G_TOKEN }} + with: + token: ${{ secrets.G_TOKEN }} - name: Checkout submodule run: | From cb960d7ae5fb2dd384148073991972635239e2ee Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 19 Feb 2024 02:52:49 +0700 Subject: [PATCH 017/158] Update old_pages.yml --- .github/workflows/old_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/old_pages.yml b/.github/workflows/old_pages.yml index 46a61948..608261ba 100644 --- a/.github/workflows/old_pages.yml +++ b/.github/workflows/old_pages.yml @@ -3,7 +3,7 @@ name: Pages on: push: branches: - - main # default branch + - xmain # default branch jobs: pages: From 761df73465c51274aea4491f8f7435cc52638396 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 19 Feb 2024 02:53:13 +0700 Subject: [PATCH 018/158] Update pages.yml --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2c2a19b8..2edd11f1 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -3,7 +3,7 @@ name: Pages on: push: branches: - - xxxmain # default branch + - main # default branch jobs: build: @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - #token: ${{ secrets.G_TOKEN }} + token: ${{ secrets.G_TOKEN }} # If your repository depends on submodule, please see: https://github.com/actions/checkout submodules: recursive - name: Use Node.js 16.x From e0a8b5c8a49301fe35b0a74875b64092b06dca12 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 19 Feb 2024 03:02:18 +0700 Subject: [PATCH 019/158] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c588cd3e..b8eba01b 100644 --- a/_config.yml +++ b/_config.yml @@ -108,7 +108,7 @@ ignore: # Extensions ## Plugins: https://hexo.io/plugins/ ## Themes: https://hexo.io/themes/ -theme: next +theme: false # Deployment ## Docs: https://hexo.io/docs/one-command-deployment From d5cfca925fd755951d5276d40082533f028ce79a Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 19 Feb 2024 12:22:28 +0700 Subject: [PATCH 020/158] Update pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2edd11f1..2dfb3927 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -3,7 +3,7 @@ name: Pages on: push: branches: - - main # default branch + - 9main # default branch jobs: build: From 08e5f3ad48c3813ca18fce8e0680135ae426458b Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 19 Feb 2024 12:22:42 +0700 Subject: [PATCH 021/158] Update old_pages.yml --- .github/workflows/old_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/old_pages.yml b/.github/workflows/old_pages.yml index 608261ba..46a61948 100644 --- a/.github/workflows/old_pages.yml +++ b/.github/workflows/old_pages.yml @@ -3,7 +3,7 @@ name: Pages on: push: branches: - - xmain # default branch + - main # default branch jobs: pages: From f60838418ff20d9fb31299ebd2c4193bfdabe357 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 19 Feb 2024 12:25:44 +0700 Subject: [PATCH 022/158] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index b8eba01b..c588cd3e 100644 --- a/_config.yml +++ b/_config.yml @@ -108,7 +108,7 @@ ignore: # Extensions ## Plugins: https://hexo.io/plugins/ ## Themes: https://hexo.io/themes/ -theme: false +theme: next # Deployment ## Docs: https://hexo.io/docs/one-command-deployment From a1353660fffe788537094648ffb1de5c25747568 Mon Sep 17 00:00:00 2001 From: Allasca Date: Mon, 19 Feb 2024 12:34:04 +0700 Subject: [PATCH 023/158] cx --- package-lock.json | 734 ++++++++++++++++++++++++++-------------------- 1 file changed, 414 insertions(+), 320 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0571b425..a07fa03e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,9 +23,9 @@ } }, "node_modules/@adobe/css-tools": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.1.tgz", - "integrity": "sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==" + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.3.tgz", + "integrity": "sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==" }, "node_modules/@tootallnate/once": { "version": "2.0.0", @@ -43,7 +43,8 @@ "node_modules/abab": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", - "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==" + "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", + "deprecated": "Use your platform's native atob() and btoa() methods instead" }, "node_modules/abbrev": { "version": "2.0.0", @@ -66,9 +67,9 @@ } }, "node_modules/acorn": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", - "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", "bin": { "acorn": "bin/acorn" }, @@ -86,9 +87,9 @@ } }, "node_modules/acorn-walk": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", - "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", + "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", "engines": { "node": ">=0.4.0" } @@ -175,9 +176,9 @@ "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" }, "node_modules/async": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" }, "node_modules/asynckit": { "version": "0.4.0", @@ -266,15 +267,9 @@ } }, "node_modules/chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ], + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", "dependencies": { "anymatch": "~3.1.2", "braces": "~3.0.2", @@ -287,6 +282,9 @@ "engines": { "node": ">= 8.10.0" }, + "funding": { + "url": "https://paulmillr.com/funding/" + }, "optionalDependencies": { "fsevents": "~2.3.2" } @@ -486,26 +484,18 @@ } }, "node_modules/dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" + "domelementtype": "^2.3.0", + "domhandler": "^5.0.2", + "entities": "^4.2.0" }, "funding": { "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" } }, - "node_modules/dom-serializer/node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, "node_modules/domelementtype": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", @@ -521,6 +511,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz", "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==", + "deprecated": "Use your platform's native DOMException instead", "dependencies": { "webidl-conversions": "^7.0.0" }, @@ -529,11 +520,11 @@ } }, "node_modules/domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", "dependencies": { - "domelementtype": "^2.2.0" + "domelementtype": "^2.3.0" }, "engines": { "node": ">= 4" @@ -543,18 +534,18 @@ } }, "node_modules/dompurify": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.5.tgz", - "integrity": "sha512-F9e6wPGtY+8KNMRAVfxeCOHU0/NPWMSENNq4pQctuXRqqdEPW7q3CrLbR5Nse044WwacyjHGOMlvNsBe1y6z9A==" + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.8.tgz", + "integrity": "sha512-b7uwreMYL2eZhrSCRC4ahLTeZcPZxSmYfmcQGXGkXiZSNW1X85v+SDM5KsWcpivIiUBH47Ji7NtyUdpLeF5JZQ==" }, "node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", + "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" + "dom-serializer": "^2.0.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3" }, "funding": { "url": "https://github.com/fb55/domutils?sponsor=1" @@ -588,9 +579,9 @@ } }, "node_modules/entities": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz", - "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", "engines": { "node": ">=0.12" }, @@ -759,9 +750,12 @@ } }, "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/glob": { "version": "7.2.3", @@ -798,17 +792,6 @@ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, "node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -817,6 +800,17 @@ "node": ">=8" } }, + "node_modules/hasown": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz", + "integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/hexo": { "version": "7.1.1", "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.1.1.tgz", @@ -881,45 +875,330 @@ "node": ">=14" } }, + "node_modules/hexo-cli/node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/hexo-cli/node_modules/dom-serializer/node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/hexo-cli/node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/hexo-cli/node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/hexo-cli/node_modules/entities": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz", + "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/hexo-cli/node_modules/hexo-util": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/hexo-util/-/hexo-util-2.7.0.tgz", + "integrity": "sha512-hQM3h34nhDg0bSe/Tg1lnpODvNkz7h2u0+lZGzlKL0Oufp+5KCAEUX9wal7/xC7ax3/cwEn8IuoU75kNpZLpJQ==", + "dependencies": { + "bluebird": "^3.5.2", + "camel-case": "^4.0.0", + "cross-spawn": "^7.0.0", + "deepmerge": "^4.2.2", + "highlight.js": "^11.0.1", + "htmlparser2": "^7.0.0", + "prismjs": "^1.17.1", + "strip-indent": "^3.0.0" + }, + "engines": { + "node": ">=12.4.0" + } + }, + "node_modules/hexo-cli/node_modules/htmlparser2": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz", + "integrity": "sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.2", + "domutils": "^2.8.0", + "entities": "^3.0.1" + } + }, "node_modules/hexo-deployer-git": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/hexo-deployer-git/-/hexo-deployer-git-4.0.0.tgz", "integrity": "sha512-28t1Q+4taB/UaBAP52W3mD/wcCwa2y2zBieUfBJFBZudbmVgiKJB5YedYILeyI5QByaUKAOwoupmdTbocdQ+CQ==", "dependencies": { - "bluebird": "^3.7.2", - "hexo-fs": "^4.0.0", - "hexo-util": "^2.7.0", - "luxon": "^3.0.4", - "nunjucks": "^3.2.3", - "picocolors": "^1.0.0" + "bluebird": "^3.7.2", + "hexo-fs": "^4.0.0", + "hexo-util": "^2.7.0", + "luxon": "^3.0.4", + "nunjucks": "^3.2.3", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/hexo-deployer-git/node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/hexo-deployer-git/node_modules/dom-serializer/node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/hexo-deployer-git/node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/hexo-deployer-git/node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/hexo-deployer-git/node_modules/entities": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz", + "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/hexo-deployer-git/node_modules/hexo-util": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/hexo-util/-/hexo-util-2.7.0.tgz", + "integrity": "sha512-hQM3h34nhDg0bSe/Tg1lnpODvNkz7h2u0+lZGzlKL0Oufp+5KCAEUX9wal7/xC7ax3/cwEn8IuoU75kNpZLpJQ==", + "dependencies": { + "bluebird": "^3.5.2", + "camel-case": "^4.0.0", + "cross-spawn": "^7.0.0", + "deepmerge": "^4.2.2", + "highlight.js": "^11.0.1", + "htmlparser2": "^7.0.0", + "prismjs": "^1.17.1", + "strip-indent": "^3.0.0" + }, + "engines": { + "node": ">=12.4.0" + } + }, + "node_modules/hexo-deployer-git/node_modules/htmlparser2": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz", + "integrity": "sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.2", + "domutils": "^2.8.0", + "entities": "^3.0.1" + } + }, + "node_modules/hexo-front-matter": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/hexo-front-matter/-/hexo-front-matter-4.2.1.tgz", + "integrity": "sha512-sJJI0GNmejYiwBvgnGRKn5V3sbODB4dNPr8jyw2Qp0PRHr4Uuyv8iyxw6WfK3+T7yvzYvJOh+tZ7jnwr2BYARA==", + "dependencies": { + "js-yaml": "^4.1.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/hexo-fs": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/hexo-fs/-/hexo-fs-4.1.1.tgz", + "integrity": "sha512-aDysNTyv8ElcerbFVbPLRXnYt+QDY6gAOZZ5DLbCxudY0Ywppqd+uZ03gZ2BDypIBvmNB27WYWYz76M+Yv/YXw==", + "dependencies": { + "bluebird": "^3.7.2", + "chokidar": "^3.5.3", + "graceful-fs": "^4.2.10", + "hexo-util": "^2.7.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/hexo-fs/node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/hexo-fs/node_modules/dom-serializer/node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/hexo-fs/node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dependencies": { + "domelementtype": "^2.2.0" }, "engines": { - "node": ">=14" + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" } }, - "node_modules/hexo-front-matter": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/hexo-front-matter/-/hexo-front-matter-4.2.1.tgz", - "integrity": "sha512-sJJI0GNmejYiwBvgnGRKn5V3sbODB4dNPr8jyw2Qp0PRHr4Uuyv8iyxw6WfK3+T7yvzYvJOh+tZ7jnwr2BYARA==", + "node_modules/hexo-fs/node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", "dependencies": { - "js-yaml": "^4.1.0" + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/hexo-fs/node_modules/entities": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz", + "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", "engines": { - "node": ">=14" + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" } }, - "node_modules/hexo-fs": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/hexo-fs/-/hexo-fs-4.1.1.tgz", - "integrity": "sha512-aDysNTyv8ElcerbFVbPLRXnYt+QDY6gAOZZ5DLbCxudY0Ywppqd+uZ03gZ2BDypIBvmNB27WYWYz76M+Yv/YXw==", + "node_modules/hexo-fs/node_modules/hexo-util": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/hexo-util/-/hexo-util-2.7.0.tgz", + "integrity": "sha512-hQM3h34nhDg0bSe/Tg1lnpODvNkz7h2u0+lZGzlKL0Oufp+5KCAEUX9wal7/xC7ax3/cwEn8IuoU75kNpZLpJQ==", "dependencies": { - "bluebird": "^3.7.2", - "chokidar": "^3.5.3", - "graceful-fs": "^4.2.10", - "hexo-util": "^2.7.0" + "bluebird": "^3.5.2", + "camel-case": "^4.0.0", + "cross-spawn": "^7.0.0", + "deepmerge": "^4.2.2", + "highlight.js": "^11.0.1", + "htmlparser2": "^7.0.0", + "prismjs": "^1.17.1", + "strip-indent": "^3.0.0" }, "engines": { - "node": ">=14" + "node": ">=12.4.0" + } + }, + "node_modules/hexo-fs/node_modules/htmlparser2": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz", + "integrity": "sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.2", + "domutils": "^2.8.0", + "entities": "^3.0.1" } }, "node_modules/hexo-generator-archive": { @@ -1008,9 +1287,9 @@ } }, "node_modules/hexo-renderer-marked": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/hexo-renderer-marked/-/hexo-renderer-marked-6.1.1.tgz", - "integrity": "sha512-vllmRFwl9A1NP/llQW2TbDnyvqaQKgktxXw7c+tK7XVQJmfIUnl32dr8M4jRYqYe5m9972eYm09kBXV8rBtA/A==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/hexo-renderer-marked/-/hexo-renderer-marked-6.2.0.tgz", + "integrity": "sha512-/TwgQCAmqYIyxONzrgqokw0n8rU6W/lCtgbjhWcMoZxhwTaQCYpzaO0+sdu+PKXf9BL4910pg+xAbeFaqqIIrA==", "dependencies": { "dompurify": "^3.0.3", "hexo-util": "^3.1.0", @@ -1021,93 +1300,6 @@ "node": ">=14" } }, - "node_modules/hexo-renderer-marked/node_modules/dom-serializer": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", - "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.2", - "entities": "^4.2.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/hexo-renderer-marked/node_modules/domhandler": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", - "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", - "dependencies": { - "domelementtype": "^2.3.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/hexo-renderer-marked/node_modules/domutils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", - "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", - "dependencies": { - "dom-serializer": "^2.0.0", - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/hexo-renderer-marked/node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/hexo-renderer-marked/node_modules/hexo-util": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/hexo-util/-/hexo-util-3.1.0.tgz", - "integrity": "sha512-LmztAhkJHQ59VHqz6AnvwEKiNA0pCBBI0qW08cCzjhnpGoqZ8tlGDwElzy7oTxCvMChkiqg5V8VflhdI8tHsGg==", - "hasInstallScript": true, - "dependencies": { - "camel-case": "^4.1.2", - "cross-spawn": "^7.0.3", - "deepmerge": "^4.2.2", - "highlight.js": "^11.6.0", - "htmlparser2": "^9.0.0", - "prismjs": "^1.29.0", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=14" - } - }, - "node_modules/hexo-renderer-marked/node_modules/htmlparser2": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.0.0.tgz", - "integrity": "sha512-uxbSI98wmFT/G4P2zXx4OVx04qWUmyFPrD2/CNepa2Zo3GPNaCaaxElDgwUrwYWkK1nr9fft0Ya8dws8coDLLQ==", - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3", - "domutils": "^3.1.0", - "entities": "^4.5.0" - } - }, "node_modules/hexo-renderer-stylus": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/hexo-renderer-stylus/-/hexo-renderer-stylus-3.0.1.tgz", @@ -1144,83 +1336,14 @@ "integrity": "sha512-bWQJWMqQI78wWiJPQZq5pJBH20TM442ShCaHGRetuEgMraxH0OKxB3NTupJzNEkzEk8DV2yrdizkXdKN6i501A==" }, "node_modules/hexo-theme-next": { - "version": "8.18.1", - "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.18.1.tgz", - "integrity": "sha512-cfj4FKXJZjFmWQ5hX1yQHYCu+qzRce/hxw3403jCCnQHkfcTSoT0I7OJCWktCydJ2p43JSKiOpL5n6N4yRggZw==" + "version": "8.19.1", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.19.1.tgz", + "integrity": "sha512-qtILs1j0FpWi4hk+WcdjoOfztvMZZsqe6lg6SAEPJdPMsalLyoo7Jaf2AoDneMadE4hyF0n6daPhHLa3A+5m5A==" }, "node_modules/hexo-util": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/hexo-util/-/hexo-util-2.7.0.tgz", - "integrity": "sha512-hQM3h34nhDg0bSe/Tg1lnpODvNkz7h2u0+lZGzlKL0Oufp+5KCAEUX9wal7/xC7ax3/cwEn8IuoU75kNpZLpJQ==", - "dependencies": { - "bluebird": "^3.5.2", - "camel-case": "^4.0.0", - "cross-spawn": "^7.0.0", - "deepmerge": "^4.2.2", - "highlight.js": "^11.0.1", - "htmlparser2": "^7.0.0", - "prismjs": "^1.17.1", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=12.4.0" - } - }, - "node_modules/hexo/node_modules/dom-serializer": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", - "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.2", - "entities": "^4.2.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/hexo/node_modules/domhandler": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", - "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", - "dependencies": { - "domelementtype": "^2.3.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/hexo/node_modules/domutils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", - "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", - "dependencies": { - "dom-serializer": "^2.0.0", - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/hexo/node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/hexo/node_modules/hexo-util": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/hexo-util/-/hexo-util-3.1.0.tgz", - "integrity": "sha512-LmztAhkJHQ59VHqz6AnvwEKiNA0pCBBI0qW08cCzjhnpGoqZ8tlGDwElzy7oTxCvMChkiqg5V8VflhdI8tHsGg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/hexo-util/-/hexo-util-3.2.0.tgz", + "integrity": "sha512-iM2eS8P88IUpcgiU2szx584bwhXzjzLLqED6WwDk55wYQZrQh/sni/UJwmoW4pxpgubbISIUPXr4LjwPyJuYzA==", "hasInstallScript": true, "dependencies": { "camel-case": "^4.1.2", @@ -1235,28 +1358,10 @@ "node": ">=14" } }, - "node_modules/hexo/node_modules/htmlparser2": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.0.0.tgz", - "integrity": "sha512-uxbSI98wmFT/G4P2zXx4OVx04qWUmyFPrD2/CNepa2Zo3GPNaCaaxElDgwUrwYWkK1nr9fft0Ya8dws8coDLLQ==", - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3", - "domutils": "^3.1.0", - "entities": "^4.5.0" - } - }, "node_modules/highlight.js": { - "version": "11.8.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.8.0.tgz", - "integrity": "sha512-MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg==", + "version": "11.9.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.9.0.tgz", + "integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==", "engines": { "node": ">=12.0.0" } @@ -1273,9 +1378,9 @@ } }, "node_modules/htmlparser2": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz", - "integrity": "sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.1.0.tgz", + "integrity": "sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==", "funding": [ "https://github.com/fb55/htmlparser2?sponsor=1", { @@ -1284,10 +1389,10 @@ } ], "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.2", - "domutils": "^2.8.0", - "entities": "^3.0.1" + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.1.0", + "entities": "^4.5.0" } }, "node_modules/http-errors": { @@ -1417,11 +1522,11 @@ } }, "node_modules/is-core-module": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", - "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", "dependencies": { - "has": "^1.0.3" + "hasown": "^2.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -1597,9 +1702,9 @@ } }, "node_modules/luxon": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.3.tgz", - "integrity": "sha512-tFWBiv3h7z+T/tDaoxA8rqTxy1CHV6gHS//QdaH4pulbq/JuBSGgQspQQqcgnwdAx6pNI7cmvz5Sv/addzHmUg==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.4.tgz", + "integrity": "sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==", "engines": { "node": ">=12" } @@ -1699,17 +1804,17 @@ } }, "node_modules/moment": { - "version": "2.29.4", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", - "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==", + "version": "2.30.1", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", + "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==", "engines": { "node": "*" } }, "node_modules/moment-timezone": { - "version": "0.5.43", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.43.tgz", - "integrity": "sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==", + "version": "0.5.45", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.45.tgz", + "integrity": "sha512-HIWmqA86KcmCAhnMAN0wuDOARV/525R2+lOLotuGFzn4HO+FH+/645z2wx0Dt3iDv6/p61SIvKnDstISainhLQ==", "dependencies": { "moment": "^2.29.4" }, @@ -1856,17 +1961,6 @@ "url": "https://github.com/inikulin/parse5?sponsor=1" } }, - "node_modules/parse5/node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, "node_modules/parseurl": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", @@ -1943,9 +2037,9 @@ "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" }, "node_modules/punycode": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", - "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "engines": { "node": ">=6" } @@ -1993,9 +2087,9 @@ "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" }, "node_modules/resolve": { - "version": "1.22.4", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz", - "integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==", + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", @@ -2009,9 +2103,9 @@ } }, "node_modules/rfdc": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", - "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==" + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.1.tgz", + "integrity": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==" }, "node_modules/safe-buffer": { "version": "5.1.2", @@ -2419,9 +2513,9 @@ } }, "node_modules/warehouse": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/warehouse/-/warehouse-5.0.0.tgz", - "integrity": "sha512-3NDCqIF1r83ermIM6QffsJPn9sYoNN/aohb87edraeE2NF57yjSd651f+G7tqOgg4SZuD2DgGmwekc8fTIdi2g==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/warehouse/-/warehouse-5.0.1.tgz", + "integrity": "sha512-5BQEQP56bPY+cqocTho4syazuGgSoyKd0y3PsS2j8tGN10HH+CEfJSIY+KUw9D0k4jaVEFMXLz0KqCiUzTYb8A==", "dependencies": { "bluebird": "^3.7.2", "cuid": "^2.1.8", @@ -2495,9 +2589,9 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "node_modules/ws": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", - "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", + "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", "engines": { "node": ">=10.0.0" }, From 3acb6d9721bc10dde33b084185a8780a7071e7dd Mon Sep 17 00:00:00 2001 From: Allasca Date: Mon, 19 Feb 2024 12:39:38 +0700 Subject: [PATCH 024/158] uyu --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a07fa03e..8f190fcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.18.1" + "hexo-theme-next": "^8.19.1" } }, "node_modules/@adobe/css-tools": { diff --git a/package.json b/package.json index 4f6c3b28..70a80907 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.18.1" + "hexo-theme-next": "^8.19.1" } } From fdd34598fa313282feeec780ee26941050e7878e Mon Sep 17 00:00:00 2001 From: Allasca Date: Mon, 19 Feb 2024 12:47:22 +0700 Subject: [PATCH 025/158] uij From 71a3a93964582b67f247c4c9b0f61cf739b02759 Mon Sep 17 00:00:00 2001 From: Allasca Date: Mon, 19 Feb 2024 13:00:52 +0700 Subject: [PATCH 026/158] jkj --- themes/next/.editorconfig | 11 - themes/next/.eslintrc.json | 4 - themes/next/.stylintrc | 45 - themes/next/LICENSE.md | 59 -- themes/next/README.md | 165 ---- themes/next/_config.yml | 907 ------------------ themes/next/_vendors.yml | 174 ---- themes/next/crowdin.yml | 9 - themes/next/docs/AGPL3.md | 649 ------------- themes/next/docs/AUTHORS.md | 87 -- themes/next/docs/LICENSE.txt | 52 - themes/next/docs/ru/README.md | 165 ---- themes/next/docs/zh-CN/CODE_OF_CONDUCT.md | 95 -- themes/next/docs/zh-CN/CONTRIBUTING.md | 181 ---- themes/next/docs/zh-CN/README.md | 165 ---- themes/next/languages/README.md | 39 - themes/next/languages/ar.yml | 97 -- themes/next/languages/bn.yml | 97 -- themes/next/languages/de.yml | 97 -- themes/next/languages/default.yml | 1 - themes/next/languages/en.yml | 113 --- themes/next/languages/es.yml | 97 -- themes/next/languages/fa.yml | 97 -- themes/next/languages/fr.yml | 97 -- themes/next/languages/id.yml | 97 -- themes/next/languages/it.yml | 97 -- themes/next/languages/ja.yml | 97 -- themes/next/languages/ko.yml | 97 -- themes/next/languages/nl.yml | 97 -- themes/next/languages/pt-BR.yml | 97 -- themes/next/languages/pt.yml | 97 -- themes/next/languages/ru.yml | 97 -- themes/next/languages/si.yml | 97 -- themes/next/languages/tk.yml | 97 -- themes/next/languages/tr.yml | 97 -- themes/next/languages/uk.yml | 97 -- themes/next/languages/vi.yml | 97 -- themes/next/languages/zh-CN.yml | 97 -- themes/next/languages/zh-HK.yml | 97 -- themes/next/languages/zh-TW.yml | 97 -- themes/next/layout/_layout.njk | 52 - themes/next/layout/_macro/post-collapse.njk | 41 - themes/next/layout/_macro/post.njk | 161 ---- themes/next/layout/_macro/sidebar.njk | 50 - themes/next/layout/_partials/comments.njk | 35 - themes/next/layout/_partials/footer.njk | 90 -- .../layout/_partials/head/head-unique.njk | 22 - themes/next/layout/_partials/head/head.njk | 64 -- themes/next/layout/_partials/header/brand.njk | 37 - themes/next/layout/_partials/header/index.njk | 7 - .../layout/_partials/header/menu-item.njk | 28 - themes/next/layout/_partials/header/menu.njk | 19 - .../next/layout/_partials/header/sub-menu.njk | 12 - themes/next/layout/_partials/languages.njk | 16 - .../next/layout/_partials/page/breadcrumb.njk | 30 - .../next/layout/_partials/page/categories.njk | 8 - .../layout/_partials/page/page-header.njk | 15 - .../next/layout/_partials/page/schedule.njk | 3 - themes/next/layout/_partials/page/tags.njk | 16 - themes/next/layout/_partials/pagination.njk | 12 - .../layout/_partials/post/post-copyright.njk | 29 - .../layout/_partials/post/post-followme.njk | 20 - .../layout/_partials/post/post-footer.njk | 7 - .../next/layout/_partials/post/post-meta.njk | 107 --- .../layout/_partials/post/post-related.njk | 20 - .../layout/_partials/post/post-reward.njk | 18 - .../_partials/search/algolia-search.njk | 14 - themes/next/layout/_partials/search/index.njk | 11 - .../layout/_partials/search/localsearch.njk | 18 - .../_partials/sidebar/site-overview.njk | 98 -- themes/next/layout/_partials/widgets.njk | 27 - themes/next/layout/_scripts/index.njk | 20 - themes/next/layout/_scripts/vendors.njk | 7 - .../analytics/baidu-analytics.njk | 4 - .../_third-party/analytics/cloudflare.njk | 3 - .../analytics/google-analytics.njk | 7 - .../_third-party/analytics/growingio.njk | 5 - .../layout/_third-party/analytics/index.njk | 6 - .../layout/_third-party/analytics/matomo.njk | 4 - .../analytics/microsoft-clarity.njk | 9 - .../next/layout/_third-party/chat/chatra.njk | 3 - .../next/layout/_third-party/chat/gitter.njk | 3 - .../next/layout/_third-party/chat/tidio.njk | 2 - .../layout/_third-party/comments/changyan.njk | 2 - .../layout/_third-party/comments/disqus.njk | 6 - .../layout/_third-party/comments/disqusjs.njk | 6 - .../layout/_third-party/comments/gitalk.njk | 7 - .../layout/_third-party/comments/isso.njk | 2 - .../layout/_third-party/comments/livere.njk | 1 - .../_third-party/comments/utterances.njk | 2 - themes/next/layout/_third-party/fancybox.njk | 3 - themes/next/layout/_third-party/index.njk | 22 - .../next/layout/_third-party/math/index.njk | 26 - .../next/layout/_third-party/math/katex.njk | 7 - .../next/layout/_third-party/math/mathjax.njk | 4 - themes/next/layout/_third-party/pace.njk | 3 - themes/next/layout/_third-party/quicklink.njk | 7 - themes/next/layout/_third-party/rating.njk | 5 - .../_third-party/search/algolia-search.njk | 4 - .../_third-party/search/localsearch.njk | 2 - .../statistics/busuanzi-counter.njk | 3 - .../_third-party/statistics/firestore.njk | 6 - .../layout/_third-party/statistics/index.njk | 3 - .../statistics/lean-analytics.njk | 4 - .../next/layout/_third-party/tags/mermaid.njk | 6 - themes/next/layout/_third-party/tags/pdf.njk | 7 - themes/next/layout/archive.njk | 48 - themes/next/layout/category.njk | 36 - themes/next/layout/index.njk | 20 - themes/next/layout/page.njk | 54 -- themes/next/layout/post.njk | 16 - themes/next/layout/tag.njk | 36 - themes/next/package.json | 45 - themes/next/renovate.json | 5 - themes/next/scripts/events/index.js | 32 - themes/next/scripts/events/lib/config.js | 44 - themes/next/scripts/events/lib/highlight.js | 28 - themes/next/scripts/events/lib/injects.js | 85 -- themes/next/scripts/events/lib/navigation.js | 57 -- themes/next/scripts/events/lib/utils.js | 84 -- themes/next/scripts/events/lib/vendors.js | 55 -- .../next/scripts/filters/comment/changyan.js | 35 - themes/next/scripts/filters/comment/common.js | 23 - .../scripts/filters/comment/default-config.js | 34 - themes/next/scripts/filters/comment/disqus.js | 39 - .../next/scripts/filters/comment/disqusjs.js | 20 - themes/next/scripts/filters/comment/gitalk.js | 16 - themes/next/scripts/filters/comment/isso.js | 16 - themes/next/scripts/filters/comment/livere.js | 16 - .../scripts/filters/comment/utterances.js | 21 - .../next/scripts/filters/default-injects.js | 24 - themes/next/scripts/filters/locals.js | 37 - themes/next/scripts/filters/minify.js | 156 --- themes/next/scripts/filters/post.js | 36 - themes/next/scripts/helpers/engine.js | 115 --- themes/next/scripts/helpers/font.js | 25 - themes/next/scripts/helpers/navigation.js | 19 - themes/next/scripts/helpers/next-config.js | 64 -- themes/next/scripts/helpers/next-url.js | 54 -- themes/next/scripts/helpers/next-vendors.js | 30 - themes/next/scripts/tags/button.js | 23 - themes/next/scripts/tags/caniuse.js | 16 - themes/next/scripts/tags/center-quote.js | 11 - themes/next/scripts/tags/group-pictures.js | 132 --- themes/next/scripts/tags/index.js | 55 -- themes/next/scripts/tags/label.js | 13 - themes/next/scripts/tags/link-grid.js | 20 - themes/next/scripts/tags/mermaid.js | 14 - themes/next/scripts/tags/note.js | 25 - themes/next/scripts/tags/pdf.js | 10 - themes/next/scripts/tags/tabs.js | 47 - themes/next/scripts/tags/video.js | 9 - themes/next/source/css/_colors.styl | 75 -- .../css/_common/components/back-to-top.styl | 45 - .../source/css/_common/components/index.styl | 20 - .../_common/components/pages/breadcrumb.styl | 21 - .../_common/components/pages/categories.styl | 35 - .../css/_common/components/pages/index.styl | 5 - .../_common/components/pages/schedule.styl | 102 -- .../_common/components/pages/tag-cloud.styl | 28 - .../css/_common/components/post/index.styl | 53 - .../_common/components/post/post-body.styl | 79 -- .../components/post/post-collapse.styl | 109 --- .../components/post/post-followme.styl | 35 - .../_common/components/post/post-footer.styl | 41 - .../_common/components/post/post-gallery.styl | 33 - .../_common/components/post/post-header.styl | 120 --- .../css/_common/components/post/post-nav.styl | 41 - .../_common/components/post/post-reward.styl | 56 -- .../_common/components/post/post-widgets.styl | 20 - .../_common/components/reading-progress.styl | 27 - .../components/third-party/disqusjs.styl | 39 - .../components/third-party/gitalk.styl | 9 - .../components/third-party/gitter.styl | 7 - .../_common/components/third-party/index.styl | 18 - .../_common/components/third-party/math.styl | 9 - .../components/third-party/related-posts.styl | 23 - .../components/third-party/search.styl | 179 ---- .../components/third-party/utterances.styl | 5 - .../css/_common/outline/footer/index.styl | 100 -- .../css/_common/outline/header/bookmark.styl | 24 - .../_common/outline/header/github-banner.styl | 59 -- .../css/_common/outline/header/index.styl | 38 - .../css/_common/outline/header/menu.styl | 56 -- .../css/_common/outline/header/site-meta.styl | 49 - .../css/_common/outline/header/site-nav.styl | 24 - .../source/css/_common/outline/index.styl | 5 - .../source/css/_common/outline/mobile.styl | 85 -- .../css/_common/outline/sidebar/index.styl | 38 - .../outline/sidebar/sidebar-author-links.styl | 11 - .../outline/sidebar/sidebar-author.styl | 29 - .../outline/sidebar/sidebar-blogroll.styl | 15 - .../outline/sidebar/sidebar-button.styl | 15 - .../outline/sidebar/sidebar-dimmer.styl | 24 - .../_common/outline/sidebar/sidebar-nav.styl | 57 -- .../_common/outline/sidebar/sidebar-toc.styl | 61 -- .../outline/sidebar/sidebar-toggle.styl | 21 - .../_common/outline/sidebar/site-state.styl | 28 - .../source/css/_common/scaffolding/base.styl | 99 -- .../css/_common/scaffolding/buttons.styl | 26 - .../css/_common/scaffolding/comments.styl | 39 - .../scaffolding/highlight/copy-code.styl | 61 -- .../_common/scaffolding/highlight/index.styl | 144 --- .../source/css/_common/scaffolding/index.styl | 12 - .../css/_common/scaffolding/normalize.styl | 289 ------ .../css/_common/scaffolding/pagination.styl | 55 -- .../css/_common/scaffolding/tables.styl | 39 - .../scaffolding/tags/blockquote-center.styl | 34 - .../scaffolding/tags/group-pictures.styl | 20 - .../css/_common/scaffolding/tags/index.styl | 8 - .../css/_common/scaffolding/tags/label.styl | 10 - .../_common/scaffolding/tags/link-grid.styl | 113 --- .../css/_common/scaffolding/tags/mermaid.styl | 6 - .../css/_common/scaffolding/tags/note.styl | 112 --- .../css/_common/scaffolding/tags/pdf.styl | 8 - .../css/_common/scaffolding/tags/tabs.styl | 103 -- .../css/_common/scaffolding/toggles.styl | 26 - themes/next/source/css/_mixins.styl | 247 ----- .../source/css/_schemes/Gemini/index.styl | 130 --- .../source/css/_schemes/Mist/_header.styl | 56 -- .../source/css/_schemes/Mist/_layout.styl | 43 - .../next/source/css/_schemes/Mist/_menu.styl | 45 - .../css/_schemes/Mist/_posts-expand.styl | 72 -- .../next/source/css/_schemes/Mist/index.styl | 10 - .../source/css/_schemes/Muse/_header.styl | 18 - .../source/css/_schemes/Muse/_layout.styl | 28 - .../next/source/css/_schemes/Muse/_menu.styl | 56 -- .../source/css/_schemes/Muse/_sidebar.styl | 94 -- .../source/css/_schemes/Muse/_sub-menu.styl | 7 - .../next/source/css/_schemes/Muse/index.styl | 5 - .../source/css/_schemes/Pisces/_header.styl | 35 - .../source/css/_schemes/Pisces/_layout.styl | 54 -- .../source/css/_schemes/Pisces/_menu.styl | 46 - .../source/css/_schemes/Pisces/_sidebar.styl | 92 -- .../source/css/_schemes/Pisces/_sub-menu.styl | 28 - .../source/css/_schemes/Pisces/index.styl | 30 - themes/next/source/css/_variables/Gemini.styl | 18 - themes/next/source/css/_variables/Mist.styl | 25 - themes/next/source/css/_variables/Muse.styl | 9 - themes/next/source/css/_variables/Pisces.styl | 68 -- themes/next/source/css/_variables/base.styl | 382 -------- themes/next/source/css/main.styl | 45 - themes/next/source/css/noscript.styl | 30 - .../source/images/apple-touch-icon-next.png | Bin 1544 -> 0 bytes themes/next/source/images/avatar.gif | Bin 1785 -> 0 bytes .../next/source/images/favicon-16x16-next.png | Bin 435 -> 0 bytes .../next/source/images/favicon-32x32-next.png | Bin 640 -> 0 bytes .../images/logo-algolia-nebula-blue-full.svg | 1 - themes/next/source/images/logo.svg | 1 - themes/next/source/js/bookmark.js | 56 -- themes/next/source/js/comments-buttons.js | 25 - themes/next/source/js/comments.js | 21 - themes/next/source/js/config.js | 66 -- themes/next/source/js/motion.js | 125 --- themes/next/source/js/next-boot.js | 75 -- themes/next/source/js/pjax.js | 34 - themes/next/source/js/schedule.js | 138 --- themes/next/source/js/schemes/muse.js | 60 -- .../third-party/analytics/baidu-analytics.js | 7 - .../third-party/analytics/google-analytics.js | 35 - .../js/third-party/analytics/growingio.js | 10 - .../source/js/third-party/analytics/matomo.js | 19 - .../next/source/js/third-party/chat/chatra.js | 19 - .../next/source/js/third-party/chat/gitter.js | 5 - .../next/source/js/third-party/chat/tidio.js | 10 - .../js/third-party/comments/changyan.js | 39 - .../source/js/third-party/comments/disqus.js | 41 - .../js/third-party/comments/disqusjs.js | 23 - .../source/js/third-party/comments/gitalk.js | 24 - .../source/js/third-party/comments/isso.js | 15 - .../source/js/third-party/comments/livere.js | 19 - .../js/third-party/comments/utterances.js | 17 - themes/next/source/js/third-party/fancybox.js | 38 - .../next/source/js/third-party/math/katex.js | 7 - .../source/js/third-party/math/mathjax.js | 36 - themes/next/source/js/third-party/pace.js | 7 - .../next/source/js/third-party/quicklink.js | 37 - themes/next/source/js/third-party/rating.js | 22 - .../js/third-party/search/algolia-search.js | 130 --- .../js/third-party/search/local-search.js | 99 -- .../js/third-party/statistics/firestore.js | 64 -- .../third-party/statistics/lean-analytics.js | 107 --- .../source/js/third-party/tags/mermaid.js | 32 - themes/next/source/js/third-party/tags/pdf.js | 23 - themes/next/source/js/utils.js | 401 -------- themes/next/test/helpers/font.js | 86 -- themes/next/test/helpers/index.js | 6 - themes/next/test/helpers/next-url.js | 46 - themes/next/test/index.js | 7 - themes/next/test/tags/button.js | 33 - themes/next/test/tags/caniuse.js | 17 - themes/next/test/tags/center-quote.js | 21 - themes/next/test/tags/group-pictures.js | 63 -- themes/next/test/tags/index.js | 15 - themes/next/test/tags/label.js | 21 - themes/next/test/tags/link-grid.js | 49 - themes/next/test/tags/mermaid.js | 21 - themes/next/test/tags/note.js | 63 -- themes/next/test/tags/pdf.js | 23 - themes/next/test/tags/tabs.js | 96 -- themes/next/test/tags/video.js | 15 - themes/next/test/validate/index.js | 35 - 302 files changed, 15508 deletions(-) delete mode 100644 themes/next/.editorconfig delete mode 100644 themes/next/.eslintrc.json delete mode 100644 themes/next/.stylintrc delete mode 100644 themes/next/LICENSE.md delete mode 100644 themes/next/README.md delete mode 100644 themes/next/_config.yml delete mode 100644 themes/next/_vendors.yml delete mode 100644 themes/next/crowdin.yml delete mode 100644 themes/next/docs/AGPL3.md delete mode 100644 themes/next/docs/AUTHORS.md delete mode 100644 themes/next/docs/LICENSE.txt delete mode 100644 themes/next/docs/ru/README.md delete mode 100644 themes/next/docs/zh-CN/CODE_OF_CONDUCT.md delete mode 100644 themes/next/docs/zh-CN/CONTRIBUTING.md delete mode 100644 themes/next/docs/zh-CN/README.md delete mode 100644 themes/next/languages/README.md delete mode 100644 themes/next/languages/ar.yml delete mode 100644 themes/next/languages/bn.yml delete mode 100644 themes/next/languages/de.yml delete mode 100644 themes/next/languages/default.yml delete mode 100644 themes/next/languages/en.yml delete mode 100644 themes/next/languages/es.yml delete mode 100644 themes/next/languages/fa.yml delete mode 100644 themes/next/languages/fr.yml delete mode 100644 themes/next/languages/id.yml delete mode 100644 themes/next/languages/it.yml delete mode 100644 themes/next/languages/ja.yml delete mode 100644 themes/next/languages/ko.yml delete mode 100644 themes/next/languages/nl.yml delete mode 100644 themes/next/languages/pt-BR.yml delete mode 100644 themes/next/languages/pt.yml delete mode 100644 themes/next/languages/ru.yml delete mode 100644 themes/next/languages/si.yml delete mode 100644 themes/next/languages/tk.yml delete mode 100644 themes/next/languages/tr.yml delete mode 100644 themes/next/languages/uk.yml delete mode 100644 themes/next/languages/vi.yml delete mode 100644 themes/next/languages/zh-CN.yml delete mode 100644 themes/next/languages/zh-HK.yml delete mode 100644 themes/next/languages/zh-TW.yml delete mode 100644 themes/next/layout/_layout.njk delete mode 100644 themes/next/layout/_macro/post-collapse.njk delete mode 100644 themes/next/layout/_macro/post.njk delete mode 100644 themes/next/layout/_macro/sidebar.njk delete mode 100644 themes/next/layout/_partials/comments.njk delete mode 100644 themes/next/layout/_partials/footer.njk delete mode 100644 themes/next/layout/_partials/head/head-unique.njk delete mode 100644 themes/next/layout/_partials/head/head.njk delete mode 100644 themes/next/layout/_partials/header/brand.njk delete mode 100644 themes/next/layout/_partials/header/index.njk delete mode 100644 themes/next/layout/_partials/header/menu-item.njk delete mode 100644 themes/next/layout/_partials/header/menu.njk delete mode 100644 themes/next/layout/_partials/header/sub-menu.njk delete mode 100644 themes/next/layout/_partials/languages.njk delete mode 100644 themes/next/layout/_partials/page/breadcrumb.njk delete mode 100644 themes/next/layout/_partials/page/categories.njk delete mode 100644 themes/next/layout/_partials/page/page-header.njk delete mode 100644 themes/next/layout/_partials/page/schedule.njk delete mode 100644 themes/next/layout/_partials/page/tags.njk delete mode 100644 themes/next/layout/_partials/pagination.njk delete mode 100644 themes/next/layout/_partials/post/post-copyright.njk delete mode 100644 themes/next/layout/_partials/post/post-followme.njk delete mode 100644 themes/next/layout/_partials/post/post-footer.njk delete mode 100644 themes/next/layout/_partials/post/post-meta.njk delete mode 100644 themes/next/layout/_partials/post/post-related.njk delete mode 100644 themes/next/layout/_partials/post/post-reward.njk delete mode 100644 themes/next/layout/_partials/search/algolia-search.njk delete mode 100644 themes/next/layout/_partials/search/index.njk delete mode 100644 themes/next/layout/_partials/search/localsearch.njk delete mode 100644 themes/next/layout/_partials/sidebar/site-overview.njk delete mode 100644 themes/next/layout/_partials/widgets.njk delete mode 100644 themes/next/layout/_scripts/index.njk delete mode 100644 themes/next/layout/_scripts/vendors.njk delete mode 100644 themes/next/layout/_third-party/analytics/baidu-analytics.njk delete mode 100644 themes/next/layout/_third-party/analytics/cloudflare.njk delete mode 100644 themes/next/layout/_third-party/analytics/google-analytics.njk delete mode 100644 themes/next/layout/_third-party/analytics/growingio.njk delete mode 100644 themes/next/layout/_third-party/analytics/index.njk delete mode 100644 themes/next/layout/_third-party/analytics/matomo.njk delete mode 100644 themes/next/layout/_third-party/analytics/microsoft-clarity.njk delete mode 100644 themes/next/layout/_third-party/chat/chatra.njk delete mode 100644 themes/next/layout/_third-party/chat/gitter.njk delete mode 100644 themes/next/layout/_third-party/chat/tidio.njk delete mode 100644 themes/next/layout/_third-party/comments/changyan.njk delete mode 100644 themes/next/layout/_third-party/comments/disqus.njk delete mode 100644 themes/next/layout/_third-party/comments/disqusjs.njk delete mode 100644 themes/next/layout/_third-party/comments/gitalk.njk delete mode 100644 themes/next/layout/_third-party/comments/isso.njk delete mode 100644 themes/next/layout/_third-party/comments/livere.njk delete mode 100644 themes/next/layout/_third-party/comments/utterances.njk delete mode 100644 themes/next/layout/_third-party/fancybox.njk delete mode 100644 themes/next/layout/_third-party/index.njk delete mode 100644 themes/next/layout/_third-party/math/index.njk delete mode 100644 themes/next/layout/_third-party/math/katex.njk delete mode 100644 themes/next/layout/_third-party/math/mathjax.njk delete mode 100644 themes/next/layout/_third-party/pace.njk delete mode 100644 themes/next/layout/_third-party/quicklink.njk delete mode 100644 themes/next/layout/_third-party/rating.njk delete mode 100644 themes/next/layout/_third-party/search/algolia-search.njk delete mode 100644 themes/next/layout/_third-party/search/localsearch.njk delete mode 100644 themes/next/layout/_third-party/statistics/busuanzi-counter.njk delete mode 100644 themes/next/layout/_third-party/statistics/firestore.njk delete mode 100644 themes/next/layout/_third-party/statistics/index.njk delete mode 100644 themes/next/layout/_third-party/statistics/lean-analytics.njk delete mode 100644 themes/next/layout/_third-party/tags/mermaid.njk delete mode 100644 themes/next/layout/_third-party/tags/pdf.njk delete mode 100644 themes/next/layout/archive.njk delete mode 100644 themes/next/layout/category.njk delete mode 100644 themes/next/layout/index.njk delete mode 100644 themes/next/layout/page.njk delete mode 100644 themes/next/layout/post.njk delete mode 100644 themes/next/layout/tag.njk delete mode 100644 themes/next/package.json delete mode 100644 themes/next/renovate.json delete mode 100644 themes/next/scripts/events/index.js delete mode 100644 themes/next/scripts/events/lib/config.js delete mode 100644 themes/next/scripts/events/lib/highlight.js delete mode 100644 themes/next/scripts/events/lib/injects.js delete mode 100644 themes/next/scripts/events/lib/navigation.js delete mode 100644 themes/next/scripts/events/lib/utils.js delete mode 100644 themes/next/scripts/events/lib/vendors.js delete mode 100644 themes/next/scripts/filters/comment/changyan.js delete mode 100644 themes/next/scripts/filters/comment/common.js delete mode 100644 themes/next/scripts/filters/comment/default-config.js delete mode 100644 themes/next/scripts/filters/comment/disqus.js delete mode 100644 themes/next/scripts/filters/comment/disqusjs.js delete mode 100644 themes/next/scripts/filters/comment/gitalk.js delete mode 100644 themes/next/scripts/filters/comment/isso.js delete mode 100644 themes/next/scripts/filters/comment/livere.js delete mode 100644 themes/next/scripts/filters/comment/utterances.js delete mode 100644 themes/next/scripts/filters/default-injects.js delete mode 100644 themes/next/scripts/filters/locals.js delete mode 100644 themes/next/scripts/filters/minify.js delete mode 100644 themes/next/scripts/filters/post.js delete mode 100644 themes/next/scripts/helpers/engine.js delete mode 100644 themes/next/scripts/helpers/font.js delete mode 100644 themes/next/scripts/helpers/navigation.js delete mode 100644 themes/next/scripts/helpers/next-config.js delete mode 100644 themes/next/scripts/helpers/next-url.js delete mode 100644 themes/next/scripts/helpers/next-vendors.js delete mode 100644 themes/next/scripts/tags/button.js delete mode 100644 themes/next/scripts/tags/caniuse.js delete mode 100644 themes/next/scripts/tags/center-quote.js delete mode 100644 themes/next/scripts/tags/group-pictures.js delete mode 100644 themes/next/scripts/tags/index.js delete mode 100644 themes/next/scripts/tags/label.js delete mode 100644 themes/next/scripts/tags/link-grid.js delete mode 100644 themes/next/scripts/tags/mermaid.js delete mode 100644 themes/next/scripts/tags/note.js delete mode 100644 themes/next/scripts/tags/pdf.js delete mode 100644 themes/next/scripts/tags/tabs.js delete mode 100644 themes/next/scripts/tags/video.js delete mode 100644 themes/next/source/css/_colors.styl delete mode 100644 themes/next/source/css/_common/components/back-to-top.styl delete mode 100644 themes/next/source/css/_common/components/index.styl delete mode 100644 themes/next/source/css/_common/components/pages/breadcrumb.styl delete mode 100644 themes/next/source/css/_common/components/pages/categories.styl delete mode 100644 themes/next/source/css/_common/components/pages/index.styl delete mode 100644 themes/next/source/css/_common/components/pages/schedule.styl delete mode 100644 themes/next/source/css/_common/components/pages/tag-cloud.styl delete mode 100644 themes/next/source/css/_common/components/post/index.styl delete mode 100644 themes/next/source/css/_common/components/post/post-body.styl delete mode 100644 themes/next/source/css/_common/components/post/post-collapse.styl delete mode 100644 themes/next/source/css/_common/components/post/post-followme.styl delete mode 100644 themes/next/source/css/_common/components/post/post-footer.styl delete mode 100644 themes/next/source/css/_common/components/post/post-gallery.styl delete mode 100644 themes/next/source/css/_common/components/post/post-header.styl delete mode 100644 themes/next/source/css/_common/components/post/post-nav.styl delete mode 100644 themes/next/source/css/_common/components/post/post-reward.styl delete mode 100644 themes/next/source/css/_common/components/post/post-widgets.styl delete mode 100644 themes/next/source/css/_common/components/reading-progress.styl delete mode 100644 themes/next/source/css/_common/components/third-party/disqusjs.styl delete mode 100644 themes/next/source/css/_common/components/third-party/gitalk.styl delete mode 100644 themes/next/source/css/_common/components/third-party/gitter.styl delete mode 100644 themes/next/source/css/_common/components/third-party/index.styl delete mode 100644 themes/next/source/css/_common/components/third-party/math.styl delete mode 100644 themes/next/source/css/_common/components/third-party/related-posts.styl delete mode 100644 themes/next/source/css/_common/components/third-party/search.styl delete mode 100644 themes/next/source/css/_common/components/third-party/utterances.styl delete mode 100644 themes/next/source/css/_common/outline/footer/index.styl delete mode 100644 themes/next/source/css/_common/outline/header/bookmark.styl delete mode 100644 themes/next/source/css/_common/outline/header/github-banner.styl delete mode 100644 themes/next/source/css/_common/outline/header/index.styl delete mode 100644 themes/next/source/css/_common/outline/header/menu.styl delete mode 100644 themes/next/source/css/_common/outline/header/site-meta.styl delete mode 100644 themes/next/source/css/_common/outline/header/site-nav.styl delete mode 100644 themes/next/source/css/_common/outline/index.styl delete mode 100644 themes/next/source/css/_common/outline/mobile.styl delete mode 100644 themes/next/source/css/_common/outline/sidebar/index.styl delete mode 100644 themes/next/source/css/_common/outline/sidebar/sidebar-author-links.styl delete mode 100644 themes/next/source/css/_common/outline/sidebar/sidebar-author.styl delete mode 100644 themes/next/source/css/_common/outline/sidebar/sidebar-blogroll.styl delete mode 100644 themes/next/source/css/_common/outline/sidebar/sidebar-button.styl delete mode 100644 themes/next/source/css/_common/outline/sidebar/sidebar-dimmer.styl delete mode 100644 themes/next/source/css/_common/outline/sidebar/sidebar-nav.styl delete mode 100644 themes/next/source/css/_common/outline/sidebar/sidebar-toc.styl delete mode 100644 themes/next/source/css/_common/outline/sidebar/sidebar-toggle.styl delete mode 100644 themes/next/source/css/_common/outline/sidebar/site-state.styl delete mode 100644 themes/next/source/css/_common/scaffolding/base.styl delete mode 100644 themes/next/source/css/_common/scaffolding/buttons.styl delete mode 100644 themes/next/source/css/_common/scaffolding/comments.styl delete mode 100644 themes/next/source/css/_common/scaffolding/highlight/copy-code.styl delete mode 100644 themes/next/source/css/_common/scaffolding/highlight/index.styl delete mode 100644 themes/next/source/css/_common/scaffolding/index.styl delete mode 100644 themes/next/source/css/_common/scaffolding/normalize.styl delete mode 100644 themes/next/source/css/_common/scaffolding/pagination.styl delete mode 100644 themes/next/source/css/_common/scaffolding/tables.styl delete mode 100644 themes/next/source/css/_common/scaffolding/tags/blockquote-center.styl delete mode 100644 themes/next/source/css/_common/scaffolding/tags/group-pictures.styl delete mode 100644 themes/next/source/css/_common/scaffolding/tags/index.styl delete mode 100644 themes/next/source/css/_common/scaffolding/tags/label.styl delete mode 100644 themes/next/source/css/_common/scaffolding/tags/link-grid.styl delete mode 100644 themes/next/source/css/_common/scaffolding/tags/mermaid.styl delete mode 100644 themes/next/source/css/_common/scaffolding/tags/note.styl delete mode 100644 themes/next/source/css/_common/scaffolding/tags/pdf.styl delete mode 100644 themes/next/source/css/_common/scaffolding/tags/tabs.styl delete mode 100644 themes/next/source/css/_common/scaffolding/toggles.styl delete mode 100644 themes/next/source/css/_mixins.styl delete mode 100644 themes/next/source/css/_schemes/Gemini/index.styl delete mode 100644 themes/next/source/css/_schemes/Mist/_header.styl delete mode 100644 themes/next/source/css/_schemes/Mist/_layout.styl delete mode 100644 themes/next/source/css/_schemes/Mist/_menu.styl delete mode 100644 themes/next/source/css/_schemes/Mist/_posts-expand.styl delete mode 100644 themes/next/source/css/_schemes/Mist/index.styl delete mode 100644 themes/next/source/css/_schemes/Muse/_header.styl delete mode 100644 themes/next/source/css/_schemes/Muse/_layout.styl delete mode 100644 themes/next/source/css/_schemes/Muse/_menu.styl delete mode 100644 themes/next/source/css/_schemes/Muse/_sidebar.styl delete mode 100644 themes/next/source/css/_schemes/Muse/_sub-menu.styl delete mode 100644 themes/next/source/css/_schemes/Muse/index.styl delete mode 100644 themes/next/source/css/_schemes/Pisces/_header.styl delete mode 100644 themes/next/source/css/_schemes/Pisces/_layout.styl delete mode 100644 themes/next/source/css/_schemes/Pisces/_menu.styl delete mode 100644 themes/next/source/css/_schemes/Pisces/_sidebar.styl delete mode 100644 themes/next/source/css/_schemes/Pisces/_sub-menu.styl delete mode 100644 themes/next/source/css/_schemes/Pisces/index.styl delete mode 100644 themes/next/source/css/_variables/Gemini.styl delete mode 100644 themes/next/source/css/_variables/Mist.styl delete mode 100644 themes/next/source/css/_variables/Muse.styl delete mode 100644 themes/next/source/css/_variables/Pisces.styl delete mode 100644 themes/next/source/css/_variables/base.styl delete mode 100644 themes/next/source/css/main.styl delete mode 100644 themes/next/source/css/noscript.styl delete mode 100644 themes/next/source/images/apple-touch-icon-next.png delete mode 100644 themes/next/source/images/avatar.gif delete mode 100644 themes/next/source/images/favicon-16x16-next.png delete mode 100644 themes/next/source/images/favicon-32x32-next.png delete mode 100644 themes/next/source/images/logo-algolia-nebula-blue-full.svg delete mode 100644 themes/next/source/images/logo.svg delete mode 100644 themes/next/source/js/bookmark.js delete mode 100644 themes/next/source/js/comments-buttons.js delete mode 100644 themes/next/source/js/comments.js delete mode 100644 themes/next/source/js/config.js delete mode 100644 themes/next/source/js/motion.js delete mode 100644 themes/next/source/js/next-boot.js delete mode 100644 themes/next/source/js/pjax.js delete mode 100644 themes/next/source/js/schedule.js delete mode 100644 themes/next/source/js/schemes/muse.js delete mode 100644 themes/next/source/js/third-party/analytics/baidu-analytics.js delete mode 100644 themes/next/source/js/third-party/analytics/google-analytics.js delete mode 100644 themes/next/source/js/third-party/analytics/growingio.js delete mode 100644 themes/next/source/js/third-party/analytics/matomo.js delete mode 100644 themes/next/source/js/third-party/chat/chatra.js delete mode 100644 themes/next/source/js/third-party/chat/gitter.js delete mode 100644 themes/next/source/js/third-party/chat/tidio.js delete mode 100644 themes/next/source/js/third-party/comments/changyan.js delete mode 100644 themes/next/source/js/third-party/comments/disqus.js delete mode 100644 themes/next/source/js/third-party/comments/disqusjs.js delete mode 100644 themes/next/source/js/third-party/comments/gitalk.js delete mode 100644 themes/next/source/js/third-party/comments/isso.js delete mode 100644 themes/next/source/js/third-party/comments/livere.js delete mode 100644 themes/next/source/js/third-party/comments/utterances.js delete mode 100644 themes/next/source/js/third-party/fancybox.js delete mode 100644 themes/next/source/js/third-party/math/katex.js delete mode 100644 themes/next/source/js/third-party/math/mathjax.js delete mode 100644 themes/next/source/js/third-party/pace.js delete mode 100644 themes/next/source/js/third-party/quicklink.js delete mode 100644 themes/next/source/js/third-party/rating.js delete mode 100644 themes/next/source/js/third-party/search/algolia-search.js delete mode 100644 themes/next/source/js/third-party/search/local-search.js delete mode 100644 themes/next/source/js/third-party/statistics/firestore.js delete mode 100644 themes/next/source/js/third-party/statistics/lean-analytics.js delete mode 100644 themes/next/source/js/third-party/tags/mermaid.js delete mode 100644 themes/next/source/js/third-party/tags/pdf.js delete mode 100644 themes/next/source/js/utils.js delete mode 100644 themes/next/test/helpers/font.js delete mode 100644 themes/next/test/helpers/index.js delete mode 100644 themes/next/test/helpers/next-url.js delete mode 100644 themes/next/test/index.js delete mode 100644 themes/next/test/tags/button.js delete mode 100644 themes/next/test/tags/caniuse.js delete mode 100644 themes/next/test/tags/center-quote.js delete mode 100644 themes/next/test/tags/group-pictures.js delete mode 100644 themes/next/test/tags/index.js delete mode 100644 themes/next/test/tags/label.js delete mode 100644 themes/next/test/tags/link-grid.js delete mode 100644 themes/next/test/tags/mermaid.js delete mode 100644 themes/next/test/tags/note.js delete mode 100644 themes/next/test/tags/pdf.js delete mode 100644 themes/next/test/tags/tabs.js delete mode 100644 themes/next/test/tags/video.js delete mode 100644 themes/next/test/validate/index.js diff --git a/themes/next/.editorconfig b/themes/next/.editorconfig deleted file mode 100644 index 2305854a..00000000 --- a/themes/next/.editorconfig +++ /dev/null @@ -1,11 +0,0 @@ -# editorconfig.org - -root = true - -[*] -charset = utf-8 -end_of_line = lf -insert_final_newline = true -trim_trailing_whitespace = true -indent_style = space -indent_size = 2 diff --git a/themes/next/.eslintrc.json b/themes/next/.eslintrc.json deleted file mode 100644 index 46b2439e..00000000 --- a/themes/next/.eslintrc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "extends": "@next-theme", - "root": true -} diff --git a/themes/next/.stylintrc b/themes/next/.stylintrc deleted file mode 100644 index 724a26c6..00000000 --- a/themes/next/.stylintrc +++ /dev/null @@ -1,45 +0,0 @@ -{ - "blocks": false, - "brackets": "always", - "colons": "always", - "colors": "always", - "commaSpace": "always", - "commentSpace": "always", - "cssLiteral": "never", - "customProperties": [], - "depthLimit": false, - "duplicates": true, - "efficient": "always", - "exclude": [], - "extendPref": false, - "globalDupe": false, - "groupOutputByFile": true, - "indentPref": false, - "leadingZero": "never", - "maxErrors": false, - "maxWarnings": false, - "mixed": false, - "mixins": [], - "namingConvention": "lowercase-dash", - "namingConventionStrict": false, - "none": "never", - "noImportant": true, - "parenSpace": false, - "placeholders": "always", - "prefixVarsWithDollar": "always", - "quotePref": false, - "reporterOptions": { - "columns": ["lineData", "severity", "description", "rule"], - "columnSplitter": " ", - "showHeaders": false, - "truncate": true - }, - "semicolons": "always", - "sortOrder": "alphabetical", - "stackedProperties": false, - "trailingWhitespace": "never", - "universal": false, - "valid": true, - "zeroUnits": "never", - "zIndexNormalize": false -} diff --git a/themes/next/LICENSE.md b/themes/next/LICENSE.md deleted file mode 100644 index f2f7f656..00000000 --- a/themes/next/LICENSE.md +++ /dev/null @@ -1,59 +0,0 @@ -#
«NexT» – Elegant and powerful theme for Hexo.
- -

Copyright © 2017 «NexT».

- -

Detail attribution information for «NexT»
- is contained in the 'docs/AUTHORS.md' file.

- - This program is free software; you can redistribute it and/or modify -it under the terms of the [GNU Affero General Public License version 3][AGPL3] -as published by the Free Software Foundation with the addition of the -following permission added to [Section 15][AGPL3-15] as permitted in [Section 7(a)][AGPL3-7]: -FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY «NEXT», -«NEXT» DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. - - This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -or FITNESS FOR A PARTICULAR PURPOSE. -See the GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program; if not, see: https://www.gnu.org/licenses/agpl.txt - - In accordance with [Section 7(b)][AGPL3-7] of the GNU Affero General Public License: - -* a) It is not necessary to specify copyright in each source file of - this program because GitHub fully save commits of all modified files - with their authors and provides to see for this changes publicly. - -* b) For any part of the covered work in which the copyright not specified, - will mean this part owned by «NexT» in accord with terms in this file. - -* c) A covered work must retain «NexT» official website link - (https://theme-next.js.org) in footer section of every website created, - modified or manipulated by using «NexT». - «NexT» theme configuration must be: - ```yml - footer: - theme: - enable: true - ``` - Collaborators, best contributors and all authors specified in the - '[docs/AUTHORS.md][AUTHORS]' file of «NexT» repository under the - 'https://github.com/next-theme' organization can ignore theme info link - requirements. - -Anyone can be released from the requirements of the license by purchasing -a commercial license. Buying such a license is mandatory as soon as you -develop commercial activities involving the «NexT» software without -disclosing the source code of your own applications. -These activities include: - 1. Access to private repository with various premium features. - 2. Priority support for resolve all possible issues with «NexT». - 3. Priority support for implement all possible features to «NexT». - -

This license also available in text format.

- -[AUTHORS]: docs/AUTHORS.md -[AGPL3]: docs/AGPL3.md -[AGPL3-7]: docs/AGPL3.md/#7-additional-terms -[AGPL3-15]: docs/AGPL3.md/#15-disclaimer-of-warranty diff --git a/themes/next/README.md b/themes/next/README.md deleted file mode 100644 index 7974cf7a..00000000 --- a/themes/next/README.md +++ /dev/null @@ -1,165 +0,0 @@ -
- Language: - 🇺🇸 - 🇨🇳 - 🇷🇺 -
- -![NexT preview](https://user-images.githubusercontent.com/16272760/99784261-872d3200-2b56-11eb-807c-869042d1f6e8.png) - -NexT logo - -# NexT - -> «NexT» is a high quality elegant [Hexo](https://hexo.io) theme. It is crafted from scratch with love. - -[![NPM version](https://img.shields.io/npm/v/hexo-theme-next?color=red&logo=npm&style=flat-square)](https://www.npmjs.com/package/hexo-theme-next) -[![Required Hexo version](https://img.shields.io/badge/hexo-%3E=5.3.0-blue?style=flat-square&logo=hexo)](https://hexo.io) -[![License](https://img.shields.io/badge/license-%20AGPL-orange?style=flat-square&logo=gnu)](https://github.com/next-theme/hexo-theme-next/blob/master/LICENSE.md) -[![Build Status](https://img.shields.io/github/workflow/status/next-theme/hexo-theme-next/Linter?label=test&logo=github&style=flat-square)](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ALinter) -[![Build Status](https://img.shields.io/github/workflow/status/next-theme/hexo-theme-next/Tester?logo=github&style=flat-square)](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ATester) -[![Coverage Status](https://img.shields.io/coveralls/github/next-theme/hexo-theme-next?logo=coveralls&style=flat-square)](https://coveralls.io/github/next-theme/hexo-theme-next) - -## Live Preview - -

- 💟 Muse | 🔯 Mist | ♓️ Pisces | ♊️ Gemini -
-
- More «NexT» examples here. -

- -## Installation - -If you're using Hexo 5.0 or later, the simplest way to install is through npm: - -```sh -$ cd hexo-site -$ npm install hexo-theme-next -``` - -Or you can clone the entire repository: - -```sh -$ cd hexo-site -$ git clone https://github.com/next-theme/hexo-theme-next themes/next -``` - -See [detailed installation instructions][docs-installation-url] if you want any other variant. - -After the installation, open Hexo config file and set `theme` variable to `next`. - -```yml -theme: next -``` - -## Configuration - -It is not recommended to directly modify any files in the NexT theme. Because this may cause errors (e.g. merge conflicts), and the modified files may be discarded when upgrading the theme. - -At present, NexT encourages users to use the [Alternate Theme Config][docs-configuration-url] to configure NexT. And it's easy to customize the layout or style of NexT using [Custom Files][docs-custom-files-url]. - -## Plugins - -Plugins extend and expand the functionality of NexT. There are two types of plugins: core plugins and third-party plugins. The core plugins are required by the basic functions of NexT. Third-party plugins provide a large number of optional features. - -Configuring these plugins is very easy. For example, if you want to enable `pjax` on your site, just set `pjax` to `true` in NexT config file: - -```yml -# Easily enable fast Ajax navigation on your website. -# For more information: https://github.com/next-theme/pjax -pjax: true -``` - -### Configure CDN - -Third-party plugins are loaded from [CDNJS](https://cdnjs.com) CDN by default. We also provide other optional CDNs, including the famous [UNPKG](https://unpkg.com) and [jsDelivr](https://www.jsdelivr.com). - -For example, if you want to use `unpkg` instead of `cdnjs` as the default CDN provider, you need to edit the following settings in NexT config file: - -```yml -vendors: - # ... - # Some contents... - # ... - plugins: unpkg -``` - -## Update - -A new version of NexT will be released every month. Please read the [release notes][docs-release-url] before updating the theme. You can update NexT by the following command. - -Install the latest version throuth npm: - -```sh -$ cd hexo-site -$ npm install hexo-theme-next@latest -``` - -Or update to the latest master branch: - -```sh -$ cd themes/next -$ git pull -``` - -**If you want to update from v5.x / v7.x to the latest version, read [this][docs-upgrade-url].** - -## Feedback - -* Visit the [Awesome NexT][awesome-next-url] list to share plugins and tutorials with other users. -* Join our [GitHub discussions][discussions-url] / [Gitter][gitter-url] chats. -* [Add or improve translation][i18n-url] in few seconds. -* Report a bug in [GitHub Issues][issues-bug-url]. -* Request a new feature on [GitHub][issues-feat-url]. -* Vote for [popular feature requests][feat-req-vote-url]. - -## Contributing - -We welcome you to join the development of NexT. Please see [contributing document][contributing-document-url]. 🤗 - -Also, we welcome Issue or PR to our [official-plugins][official-plugins-url]. - -## Contributors - -[![Contributors][contributors-image]][contributors-url] - -## Thanks - -«NexT» send special thanks to these great services that sponsor our core infrastructure: - - - -> GitHub allows us to host the Git repository and run the test suite. - - - -> Netlify allows us to distribute the documentation. - - - -> Crowdin allows us to translate conveniently the documentation. - - - -> Thanks CDNJS for providing public CDN service. - -[docs-installation-url]: https://theme-next.js.org/docs/getting-started/installation.html -[docs-configuration-url]: https://theme-next.js.org/docs/getting-started/configuration.html -[docs-custom-files-url]: https://theme-next.js.org/docs/advanced-settings/custom-files.html -[docs-release-url]: https://github.com/next-theme/hexo-theme-next/releases -[docs-upgrade-url]: https://theme-next.js.org/docs/getting-started/upgrade.html - -[awesome-next-url]: https://github.com/next-theme/awesome-next -[discussions-url]: https://github.com/next-theme/hexo-theme-next/discussions -[gitter-url]: https://gitter.im/hexo-next -[i18n-url]: https://crowdin.com/project/hexo-theme-next - -[issues-bug-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Bug&template=bug-report.md -[issues-feat-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Feature+Request&template=feature-request.md -[feat-req-vote-url]: https://github.com/next-theme/hexo-theme-next/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22 - -[contributing-document-url]: https://github.com/next-theme/hexo-theme-next/blob/master/.github/CONTRIBUTING.md -[official-plugins-url]: https://github.com/next-theme -[contributors-image]: https://raw.githubusercontent.com/next-theme/contributors/master/contributors.svg -[contributors-url]: https://github.com/next-theme/hexo-theme-next/blob/master/docs/AUTHORS.md diff --git a/themes/next/_config.yml b/themes/next/_config.yml deleted file mode 100644 index 6ceca0d8..00000000 --- a/themes/next/_config.yml +++ /dev/null @@ -1,907 +0,0 @@ -# =============================================================== -# It's recommended to use Alternate Theme Config to configure NexT -# Modifying this file may result in merge conflict -# See: https://theme-next.js.org/docs/getting-started/configuration -# =============================================================== - -# --------------------------------------------------------------- -# Theme Core Configuration Settings -# See: https://theme-next.js.org/docs/theme-settings/ -# --------------------------------------------------------------- - -# Allow to cache content generation. -cache: - enable: true - -# Remove unnecessary files after hexo generate. -minify: true - -# Define custom file paths. -# Create your custom files in site directory `source/_data` and uncomment needed files below. -custom_file_path: - #head: source/_data/head.njk - #header: source/_data/header.njk - #sidebar: source/_data/sidebar.njk - #postMeta: source/_data/post-meta.njk - #postBodyEnd: source/_data/post-body-end.njk - #footer: source/_data/footer.njk - #bodyEnd: source/_data/body-end.njk - #variable: source/_data/variables.styl - #mixin: source/_data/mixins.styl - #style: source/_data/styles.styl - - -# --------------------------------------------------------------- -# Scheme Settings -# --------------------------------------------------------------- - -# Schemes -# scheme: Muse -scheme: Mist -# scheme: Pisces -# scheme: Gemini - -# Dark Mode -darkmode: true - - -# --------------------------------------------------------------- -# Site Information Settings -# --------------------------------------------------------------- - -favicon: - small: /images/favicon-16x16-next.png - medium: /images/favicon-32x32-next.png - apple_touch_icon: /images/apple-touch-icon-next.png - safari_pinned_tab: /images/logo.svg - #android_manifest: /manifest.json - -# Custom Logo (Warning: Do not support scheme Mist) -custom_logo: #/uploads/custom-logo.jpg - -# Creative Commons 4.0 International License. -# See: https://creativecommons.org/about/cclicenses/ -creative_commons: - # Available values: by | by-nc | by-nc-nd | by-nc-sa | by-nd | by-sa | cc-zero - license: by-nc-sa - # Available values: big | small - size: small - sidebar: false - post: false - # You can set a language value if you prefer a translated version of CC license, e.g. deed.zh - # CC licenses are available in 39 languages, you can find the specific and correct abbreviation you need on https://creativecommons.org - language: - -# Open graph settings -# See: https://hexo.io/docs/helpers#open-graph -open_graph: - enable: true - options: - #twitter_card: - #twitter_id: - #twitter_site: - #twitter_image: - #google_plus: - #fb_admins: - #fb_app_id: - - -# --------------------------------------------------------------- -# Menu Settings -# --------------------------------------------------------------- - -# Usage: `Key: /link/ || icon` -# Key is the name of menu item. If the translation for this item is available, the translated text will be loaded, otherwise the Key name will be used. Key is case-sensitive. -# Value before `||` delimiter is the target link, value after `||` delimiter is the name of Font Awesome icon. -# External url should start with http:// or https:// -menu: - home: / || fa fa-home - about: /about || fa fa-user - #tags: /tags/ || fa fa-tags - #categories: /categories/ || fa fa-th - #archives: /archives/ || fa fa-archive - #schedule: /schedule/ || fa fa-calendar - #sitemap: /sitemap.xml || fa fa-sitemap - #commonweal: /404/ || fa fa-heartbeat - -# Enable / Disable menu icons / item badges. -menu_settings: - icons: true - badges: false - - -# --------------------------------------------------------------- -# Sidebar Settings -# See: https://theme-next.js.org/docs/theme-settings/sidebar -# --------------------------------------------------------------- - -sidebar: - # Sidebar Position. - position: left - #position: right - - # Manual define the sidebar width. If commented, will be default for: - # Muse | Mist: 320 - # Pisces | Gemini: 240 - #width: 300 - - # Sidebar Display (only for Muse | Mist), available values: - # - post expand on posts automatically. Default. - # - always expand for all pages automatically. - # - hide expand only when click on the sidebar toggle icon. - # - remove totally remove sidebar including sidebar toggle. - display: post - - # Sidebar padding in pixels. - padding: 18 - # Sidebar offset from top menubar in pixels (only for Pisces | Gemini). - offset: 12 - -# Sidebar Avatar -avatar: - # Replace the default image and set the url here. - url: https://avatars.githubusercontent.com/u/14250752?v=4 - # If true, the avatar will be displayed in circle. - rounded: true - # If true, the avatar will be rotated with the cursor. - rotated: true - -# Posts / Categories / Tags in sidebar. -site_state: true - -# Social Links -# Usage: `Key: permalink || icon` -# Key is the link label showing to end users. -# Value before `||` delimiter is the target permalink, value after `||` delimiter is the name of Font Awesome icon. -social: - GitHub: https://github.com/allasca || fab fa-github - E-Mail: mailto:y.allasca@gmail.com || fa fa-envelope - #Weibo: https://weibo.com/yourname || fab fa-weibo - #Google: https://plus.google.com/yourname || fab fa-google - #Twitter: https://twitter.com/yourname || fab fa-twitter - #FB Page: https://www.facebook.com/yourname || fab fa-facebook - #StackOverflow: https://stackoverflow.com/yourname || fab fa-stack-overflow - #YouTube: https://youtube.com/yourname || fab fa-youtube - #Instagram: https://instagram.com/yourname || fab fa-instagram - #Skype: skype:yourname?call|chat || fab fa-skype - -social_icons: - enable: true - icons_only: false - transition: false - -# Blog rolls -links_settings: - icon: fa fa-globe - title: Links - # Available values: block | inline - layout: block - -links: - #Title: https://example.com - -# Table of Contents in the Sidebar -# Front-matter variable (nonsupport wrap expand_all). -toc: - enable: true - # Automatically add list number to toc. - number: true - # If true, all words will placed on next lines if header width longer then sidebar width. - wrap: false - # If true, all level of TOC in a post will be displayed, rather than the activated part of it. - expand_all: false - # Maximum heading depth of generated toc. - max_depth: 6 - - -# --------------------------------------------------------------- -# Footer Settings -# See: https://theme-next.js.org/docs/theme-settings/footer -# --------------------------------------------------------------- - -# Show multilingual switcher in footer. -language_switcher: false - -footer: - # Specify the year when the site was setup. If not defined, current year will be used. - #since: 2021 - - # Icon between year and copyright info. - icon: - # Icon name in Font Awesome. See: https://fontawesome.com/icons - name: fa fa-heart - # If you want to animate the icon, set it to true. - animated: false - # Change the color of icon, using Hex Code. - color: "#ff0000" - - # If not defined, `author` from Hexo `_config.yml` will be used. - copyright: - - # Powered by Hexo & NexT - powered: true - - # Beian ICP and gongan information for Chinese users. See: https://beian.miit.gov.cn, http://www.beian.gov.cn - beian: - enable: false - icp: - # The digit in the num of gongan beian. - gongan_id: - # The full num of gongan beian. - gongan_num: - # The icon for gongan beian. See: http://www.beian.gov.cn/portal/download - gongan_icon_url: - - -# --------------------------------------------------------------- -# Post Settings -# See: https://theme-next.js.org/docs/theme-settings/posts -# --------------------------------------------------------------- - -# Automatically excerpt description in homepage as preamble text. -excerpt_description: true - -# Read more button -# If true, the read more button will be displayed in excerpt section. -read_more_btn: true - -# Post meta display settings -post_meta: - item_text: true - created_at: true - updated_at: - enable: true - another_day: true - categories: true - -# Post wordcount display settings -# Dependencies: https://github.com/next-theme/hexo-word-counter -symbols_count_time: - separated_meta: true - item_text_total: false - -# Use icon instead of the symbol # to indicate the tag at the bottom of the post -tag_icon: false - -# Donate (Sponsor) settings -# Front-matter variable (nonsupport animation). -reward_settings: - # If true, a donate button will be displayed in every article by default. - enable: false - animation: false - #comment: Buy me a coffee - -reward: - #wechatpay: /images/wechatpay.png - #alipay: /images/alipay.png - #paypal: /images/paypal.png - #bitcoin: /images/bitcoin.png - -# Subscribe through Telegram Channel, Twitter, etc. -# Usage: `Key: permalink || icon` (Font Awesome) -follow_me: - #Twitter: https://twitter.com/username || fab fa-twitter - #Telegram: https://t.me/channel_name || fab fa-telegram - #WeChat: /images/wechat_channel.jpg || fab fa-weixin - #RSS: /atom.xml || fa fa-rss - -# Related popular posts -# Dependencies: https://github.com/sergeyzwezdin/hexo-related-posts -related_posts: - enable: false - title: # Custom header, leave empty to use the default one - display_in_home: false - -# Post edit -# Easily browse and edit blog source code online. -post_edit: - enable: false - url: https://github.com/user-name/repo-name/tree/branch-name/subdirectory-name/ # Link for view source - #url: https://github.com/user-name/repo-name/edit/branch-name/subdirectory-name/ # Link for fork & edit - -# Show previous post and next post in post footer if exists -# Available values: left | right | false -post_navigation: left - - -# --------------------------------------------------------------- -# Custom Page Settings -# See: https://theme-next.js.org/docs/theme-settings/custom-pages -# --------------------------------------------------------------- - -# TagCloud settings for tags page. -tagcloud: - min: 12 # Minimum font size in px - max: 30 # Maximum font size in px - amount: 200 # Total amount of tags - orderby: name # Order of tags - order: 1 # Sort order - -# Google Calendar -# Share your recent schedule to others via calendar page. -calendar: - calendar_id: # Your Google account E-Mail - api_key: - orderBy: startTime - showLocation: false - offsetMax: 72 # Time Range - offsetMin: 4 # Time Range - showDeleted: false - singleEvents: true - maxResults: 250 - - -# --------------------------------------------------------------- -# Misc Theme Settings -# See: https://theme-next.js.org/docs/theme-settings/miscellaneous -# --------------------------------------------------------------- - -# Preconnect CDN for fonts and plugins. -# For more information: https://www.w3.org/TR/resource-hints/#preconnect -preconnect: false - -# Set the text alignment in posts / pages. -text_align: - # Available values: start | end | left | right | center | justify | justify-all | match-parent - desktop: justify - mobile: justify - -# Reduce padding / margin indents on devices with narrow width. -mobile_layout_economy: false - -# Browser header panel color. -theme_color: - light: "#222" - dark: "#222" - -# Override browsers' default behavior. -body_scrollbar: - # Place the scrollbar over the content. - overlay: false - # Present the scrollbar even if the content is not overflowing. - stable: false - -codeblock: - # Code Highlight theme - # All available themes: https://theme-next.js.org/highlight/ - theme: - light: default - dark: stackoverflow-dark - prism: - light: prism - dark: prism-dark - # Add copy button on codeblock - copy_button: - enable: false - # Available values: default | flat | mac - style: - -back2top: - enable: true - # Back to top in sidebar. - sidebar: false - # Scroll percent label in b2t button. - scrollpercent: false - -# Reading progress bar -reading_progress: - enable: false - # Available values: left | right - start_at: left - # Available values: top | bottom - position: top - reversed: false - color: "#37c6c0" - height: 3px - -# Bookmark Support -bookmark: - enable: false - # Customize the color of the bookmark. - color: "#222" - # If auto, save the reading progress when closing the page or clicking the bookmark-icon. - # If manual, only save it by clicking the bookmark-icon. - save: auto - -# `Follow me on GitHub` banner in the top-right corner. -github_banner: - enable: true - permalink: https://github.com/allasca - title: Follow me on GitHub - - -# --------------------------------------------------------------- -# Font Settings -# --------------------------------------------------------------- -# Find fonts on Google Fonts (https://fonts.google.com) -# All fonts set here will have the following styles: -# light | light italic | normal | normal italic | bold | bold italic -# Be aware that setting too much fonts will cause site running slowly -# --------------------------------------------------------------- -# Web Safe fonts are recommended for `global` (and `title`): -# Arial | Tahoma | Helvetica | Times New Roman | Courier New | Verdana | Georgia | Palatino | Garamond | Comic Sans MS | Trebuchet MS -# --------------------------------------------------------------- - -font: - enable: false - - # Uri of fonts host, e.g. https://fonts.googleapis.com (Default). - host: - - # Font options: - # `external: true` will load this font family from `host` above. - # `family: Times New Roman`. Without any quotes. - # `size: x.x`. Use `em` as unit. Default: 1 (16px) - - # Global font settings used for all elements inside . - global: - external: true - family: Lato - size: - - # Font settings for site title (.site-title). - title: - external: true - family: - size: - - # Font settings for headlines (

to

). - headings: - external: true - family: - size: - - # Font settings for posts (.post-body). - posts: - external: true - family: - - # Font settings for and code blocks. - codes: - external: true - family: - - -# --------------------------------------------------------------- -# SEO Settings -# See: https://theme-next.js.org/docs/theme-settings/seo -# --------------------------------------------------------------- - -# If true, site-subtitle will be added to index page. -# Remember to set up your site-subtitle in Hexo `_config.yml` (e.g. subtitle: Subtitle) -index_with_subtitle: false - -# Automatically add external URL with Base64 encrypt & decrypt. -exturl: false -# If true, an icon will be attached to each external URL -exturl_icon: true - -# Google Webmaster tools verification. -# See: https://developers.google.com/search -google_site_verification: - -# Bing Webmaster tools verification. -# See: https://www.bing.com/webmasters -bing_site_verification: - -# Yandex Webmaster tools verification. -# See: https://webmaster.yandex.ru -yandex_site_verification: - -# Baidu Webmaster tools verification. -# See: https://ziyuan.baidu.com/site -baidu_site_verification: - - -# --------------------------------------------------------------- -# Third Party Plugins & Services Settings -# See: https://theme-next.js.org/docs/third-party-services/ -# More plugins: https://github.com/next-theme/awesome-next -# You may need to install the corresponding dependency packages -# --------------------------------------------------------------- - -# Math Formulas Render Support -# Warning: Please install / uninstall the relevant renderer according to the documentation. -# See: https://theme-next.js.org/docs/third-party-services/math-equations -# Server-side plugin: https://github.com/next-theme/hexo-filter-mathjax -math: - # Default (false) will load mathjax / katex script on demand. - # That is it only render those page which has `mathjax: true` in front-matter. - # If you set it to true, it will load mathjax / katex script EVERY PAGE. - every_page: false - - mathjax: - enable: false - # Available values: none | ams | all - tags: none - - katex: - enable: false - # See: https://github.com/KaTeX/KaTeX/tree/master/contrib/copy-tex - copy_tex: false - -# Easily enable fast Ajax navigation on your website. -# For more information: https://github.com/next-theme/pjax -pjax: false - -# FancyBox is a tool that offers a nice and elegant way to add zooming functionality for images. -# For more information: https://fancyapps.com/fancybox/ -fancybox: false - -# A JavaScript library for zooming images like Medium. -# Warning: Do not enable both `fancybox` and `mediumzoom`. -# For more information: https://medium-zoom.francoischalifour.com -mediumzoom: false - -# Vanilla JavaScript plugin for lazyloading images. -# For more information: https://apoorv.pro/lozad.js/demo/ -lazyload: false - -# Pangu Support -# For more information: https://github.com/vinta/pangu.js -# Server-side plugin: https://github.com/next-theme/hexo-pangu -pangu: false - -# Quicklink Support -# For more information: https://getquick.link -# Front-matter variable (nonsupport home archive). -quicklink: - enable: false - - # Home page and archive page can be controlled through home and archive options below. - # This configuration item is independent of `enable`. - home: false - archive: false - - # Default (true) will initialize quicklink after the load event fires. - delay: true - # Custom a time in milliseconds by which the browser must execute prefetching. - timeout: 3000 - # Default (true) will attempt to use the fetch() API if supported (rather than link[rel=prefetch]). - priority: true - - -# --------------------------------------------------------------- -# Comments Settings -# See: https://theme-next.js.org/docs/third-party-services/comments -# --------------------------------------------------------------- - -# Multiple Comment System Support -comments: - # Available values: tabs | buttons - style: tabs - # Choose a comment system to be displayed by default. - # Available values: disqus | disqusjs | changyan | livere | gitalk | utterances - active: - # Setting `true` means remembering the comment system selected by the visitor. - storage: true - # Lazyload all comment systems. - lazyload: false - # Modify texts or order for any naves, here are some examples. - nav: - #disqus: - # text: Load Disqus - # order: -1 - #gitalk: - # order: -2 - -# Disqus -# For more information: https://disqus.com -disqus: - enable: true - shortname: allasca-github-io - count: true - -# DisqusJS -# For more information: https://disqusjs.skk.moe -disqusjs: - enable: false - # API Endpoint of Disqus API (https://disqus.com/api/docs/). - # Leave api empty if you are able to connect to Disqus API. Otherwise you need a reverse proxy for it. - # For example: - # api: https://disqus.skk.moe/disqus/ - api: - apikey: # Register new application from https://disqus.com/api/applications/ - shortname: # See: https://disqus.com/admin/settings/general/ - -# Changyan -# For more information: https://changyan.kuaizhan.com -changyan: - enable: false - appid: - appkey: - -# LiveRe comments system -# You can get your uid from https://livere.com/insight/myCode (General web site) -livere_uid: # - -# Gitalk -# For more information: https://gitalk.github.io -gitalk: - enable: false - github_id: # GitHub repo owner - repo: # Repository name to store issues - client_id: # GitHub Application Client ID - client_secret: # GitHub Application Client Secret - admin_user: # GitHub repo owner and collaborators, only these guys can initialize gitHub issues - distraction_free_mode: true # Facebook-like distraction free mode - # When the official proxy is not available, you can change it to your own proxy address - proxy: https://cors-anywhere.azm.workers.dev/https://github.com/login/oauth/access_token # This is official proxy address - # Gitalk's display language depends on user's browser or system environment - # If you want everyone visiting your site to see a uniform language, you can set a force language value - # Available values: en | es-ES | fr | ru | zh-CN | zh-TW - language: - -# Utterances -# For more information: https://utteranc.es -utterances: - enable: true - repo: allasca/allasca.github.io # Github repository owner and name - # Available values: pathname | url | title | og:title - issue_term: pathname - # Available values: github-light | github-dark | preferred-color-scheme | github-dark-orange | icy-dark | dark-blue | photon-dark | boxy-light - theme: github-dark - -# Isso -# For more information: https://posativ.org/isso/ -isso: # - - -# --------------------------------------------------------------- -# Post Widgets & Content Sharing Services -# See: https://theme-next.js.org/docs/third-party-services/post-widgets -# --------------------------------------------------------------- - -# Star rating support to each article. -# To get your ID visit https://widgetpack.com -rating: - enable: false - id: # - color: "#fc6423" - -# AddThis Share. See: https://www.addthis.com -# Go to https://www.addthis.com/dashboard to customize your tools. -add_this_id: - - -# --------------------------------------------------------------- -# Statistics and Analytics -# See: https://theme-next.js.org/docs/third-party-services/statistics-and-analytics -# --------------------------------------------------------------- - -# Google Analytics -# See: https://analytics.google.com -google_analytics: - tracking_id: # - # By default, NexT will load an external gtag.js script on your site. - # If you only need the pageview feature, set the following option to true to get a better performance. - only_pageview: false - -# Baidu Analytics -# See: https://tongji.baidu.com -baidu_analytics: # - -# Growingio Analytics -# See: https://www.growingio.com -growingio_analytics: # - -# Cloudflare Web Analytics -# See: https://www.cloudflare.com/web-analytics/ -cloudflare_analytics: - -# Microsoft Clarity Analytics -# See: https://clarity.microsoft.com/ -clarity_analytics: # - -# Matomo Analytics -# See: https://matomo.org/ -matomo: - enable: false - server_url: # https://www.example.com/ - site_id: # - -# Show number of visitors of each article. -# You can visit https://www.leancloud.cn to get AppID and AppKey. -leancloud_visitors: - enable: false - app_id: # - app_key: # - # Required for apps from CN region - server_url: # - # Dependencies: https://github.com/theme-next/hexo-leancloud-counter-security - # If you don't care about security in leancloud counter and just want to use it directly - # (without hexo-leancloud-counter-security plugin), set `security` to `false`. - security: true - -# Another tool to show number of visitors to each article. -# Visit https://console.firebase.google.com/u/0/ to get apiKey and projectId. -# Visit https://firebase.google.com/docs/firestore/ to get more information about firestore. -firestore: - enable: false - collection: articles # Required, a string collection name to access firestore database - apiKey: # Required - projectId: # Required - -# Show Views / Visitors of the website / page with busuanzi. -# For more information: http://ibruce.info/2015/04/04/busuanzi/ -busuanzi_count: - enable: false - total_visitors: true - total_visitors_icon: fa fa-user - total_views: true - total_views_icon: fa fa-eye - post_views: true - post_views_icon: far fa-eye - - -# --------------------------------------------------------------- -# Search Services -# See: https://theme-next.js.org/docs/third-party-services/search-services -# --------------------------------------------------------------- - -# Algolia Search -# For more information: https://www.algolia.com -algolia_search: - enable: false - hits: - per_page: 10 - -# Local Search -# Dependencies: https://github.com/next-theme/hexo-generator-searchdb -local_search: - enable: false - # If auto, trigger search by changing input. - # If manual, trigger search by pressing enter key or search button. - trigger: auto - # Show top n results per article, show all results by setting to -1 - top_n_per_article: 1 - # Unescape html strings to the readable one. - unescape: false - # Preload the search data when the page loads. - preload: false - - -# --------------------------------------------------------------- -# Chat Services -# See: https://theme-next.js.org/docs/third-party-services/chat-services -# --------------------------------------------------------------- - -# A button to open designated chat widget in sidebar. -# Firstly, you need to enable and configure the chat service. -chat: - enable: false - icon: fa fa-comment # Icon name in Font Awesome, set false to disable icon. - text: Chat # Button text, change it as you wish. - -# Chatra Support -# For more information: https://chatra.com -# Dashboard: https://app.chatra.io/settings/general -chatra: - enable: false - async: true - id: # Visit Dashboard to get your ChatraID - #embed: # Unfinished experimental feature for developers. See: https://chatra.com/help/api/#injectto - -# Tidio Support -# For more information: https://www.tidio.com -# Dashboard: https://www.tidio.com/panel/dashboard -tidio: - enable: false - key: # Public Key, get it from dashboard. See: https://www.tidio.com/panel/settings/developer - -# Gitter Support -# For more information: https://gitter.im -gitter: - enable: false - room: - - -# --------------------------------------------------------------- -# Tags Settings -# See: https://theme-next.js.org/docs/tag-plugins/ -# --------------------------------------------------------------- - -# Note tag (bootstrap callout) -note: - # Note tag style values: - # - simple bootstrap callout old alert style. Default. - # - modern bootstrap callout new (v2-v3) alert style. - # - flat flat callout style with background, like on Mozilla or StackOverflow. - # - disabled disable all CSS styles import of note tag. - style: simple - icons: false - # Offset lighter of background in % for modern and flat styles (modern: -12 | 12; flat: -18 | 6). - # Offset also applied to label tag variables. This option can work with disabled note tag. - light_bg_offset: 0 - -# Tabs tag -tabs: - # Make the nav bar of tabs with long content stick to the top. - sticky: false - transition: - tabs: false - labels: true - -# PDF tag -# NexT will try to load pdf files natively, if failed, pdf.js will be used. -# So, you have to install the dependency of pdf.js if you want to use pdf tag and make it available to all browsers. -# Dependencies: https://github.com/next-theme/theme-next-pdf -pdf: - enable: false - # Default height - height: 500px - -# Mermaid tag -mermaid: - enable: false - # Available themes: default | dark | forest | neutral - theme: - light: default - dark: dark - - -# --------------------------------------------------------------- -# Animation Settings -# --------------------------------------------------------------- - -# Use Animate.css to animate everything. -# For more information: https://animate.style -motion: - enable: true - async: false - transition: - # All available transition variants: https://theme-next.js.org/animate/ - post_block: fadeIn - post_header: fadeInDown - post_body: fadeInDown - coll_header: fadeInLeft - # Only for Pisces | Gemini. - sidebar: fadeInUp - -# Progress bar in the top during page loading. -# For more information: https://github.com/CodeByZach/pace -pace: - enable: false - # All available colors: - # black | blue | green | orange | pink | purple | red | silver | white | yellow - color: blue - # All available themes: - # big-counter | bounce | barber-shop | center-atom | center-circle | center-radar | center-simple - # corner-indicator | fill-left | flat-top | flash | loading-bar | mac-osx | material | minimal - theme: minimal - -# Canvas ribbon -# For more information: https://github.com/hustcc/ribbon.js -canvas_ribbon: - enable: false - size: 300 # The width of the ribbon - alpha: 0.6 # The transparency of the ribbon - zIndex: -1 # The display level of the ribbon - - -# --------------------------------------------------------------- -# CDN Settings -# See: https://theme-next.js.org/docs/advanced-settings/vendors -# --------------------------------------------------------------- - -vendors: - # The CDN provider of NexT internal scripts. - # Available values: local | jsdelivr | unpkg | cdnjs | custom - # Warning: If you are using the latest master branch of NexT, please set `internal: local` - internal: local - # The default CDN provider of third-party plugins. - # Available values: local | jsdelivr | unpkg | cdnjs | custom - # Dependencies for `plugins: local`: https://github.com/next-theme/plugins - plugins: cdnjs - # Custom CDN URL - # For example: - # custom_cdn_url: https://cdn.jsdelivr.net/npm/${npm_name}@${version}/${minified} - # custom_cdn_url: https://cdnjs.cloudflare.com/ajax/libs/${cdnjs_name}/${version}/${cdnjs_file} - custom_cdn_url: - -# Assets -# Accelerate delivery of static files using a CDN -# The js option is only valid when vendors.internal is local. -css: css -js: js -images: images diff --git a/themes/next/_vendors.yml b/themes/next/_vendors.yml deleted file mode 100644 index b3380ffc..00000000 --- a/themes/next/_vendors.yml +++ /dev/null @@ -1,174 +0,0 @@ -# This file is automatically generated -# See https://github.com/next-theme/plugins - -anime: - name: animejs - version: 3.2.1 - file: lib/anime.min.js - integrity: sha256-XL2inqUJaslATFnHdJOi9GfQ60on8Wx1C2H8DYiN1xY= -fontawesome: - name: '@fortawesome/fontawesome-free' - version: 6.2.0 - file: css/all.min.css - alias: font-awesome - integrity: sha256-AbA177XfpSnFEvgpYu1jMygiLabzPCJCRIBtR5jGc0k= -prism: - name: prismjs - version: 1.29.0 - file: components/prism-core.min.js - alias: prism - integrity: sha256-4mJNT2bMXxcc1GCJaxBmMPdmah5ji0Ldnd79DKd1hoM= -prism_autoloader: - name: prismjs - version: 1.29.0 - file: plugins/autoloader/prism-autoloader.min.js - alias: prism - integrity: sha256-AjM0J5XIbiB590BrznLEgZGLnOQWrt62s3BEq65Q/I0= -prism_line_numbers: - name: prismjs - version: 1.29.0 - file: plugins/line-numbers/prism-line-numbers.min.js - alias: prism - integrity: sha256-9cmf7tcLdXpKsPi/2AWE93PbZpTp4M4tqzFk+lWomjU= -mathjax: - name: mathjax - version: 3.2.2 - file: es5/tex-mml-chtml.js - integrity: sha256-MASABpB4tYktI2Oitl4t+78w/lyA+D7b/s9GEP0JOGI= -katex: - name: katex - version: 0.16.2 - file: dist/katex.min.css - alias: KaTeX - integrity: sha256-oWCabCfPd4Oi21wqZezBSz/anto4VYcJqc9sM9IzQTk= -copy_tex_js: - name: katex - version: 0.16.2 - file: dist/contrib/copy-tex.min.js - alias: KaTeX - integrity: sha256-Us54+rSGDSTvIhKKUs4kygE2ipA0RXpWWh0/zLqw3bs= -pjax: - name: '@next-theme/pjax' - version: 0.5.0 - file: pjax.min.js - alias: next-theme-pjax - integrity: sha256-3NkoLDrmHLTYj7csHIZSr0MHAFTXth7Ua/DDt4MRUAg= -jquery: - name: jquery - version: 3.6.1 - file: dist/jquery.min.js - integrity: sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ= -fancybox_js: - name: '@fancyapps/fancybox' - version: 3.5.7 - file: dist/jquery.fancybox.min.js - alias: fancybox - integrity: sha256-yt2kYMy0w8AbtF89WXb2P1rfjcP/HTHLT7097U8Y5b8= -fancybox_css: - name: '@fancyapps/fancybox' - version: 3.5.7 - file: dist/jquery.fancybox.min.css - alias: fancybox - integrity: sha256-Vzbj7sDDS/woiFS3uNKo8eIuni59rjyNGtXfstRzStA= -mediumzoom: - name: medium-zoom - version: 1.0.6 - file: dist/medium-zoom.min.js - integrity: sha256-EdPgYcPk/IIrw7FYeuJQexva49pVRZNmt3LculEr7zM= -lazyload: - name: lozad - version: 1.16.0 - file: dist/lozad.min.js - alias: lozad.js - integrity: sha256-mOFREFhqmHeQbXpK2lp4nA3qooVgACfh88fpJftLBbc= -pangu: - name: pangu - version: 4.0.7 - file: dist/browser/pangu.min.js - integrity: sha256-j+yj56cdEY2CwkVtGyz18fNybFGpMGJ8JxG3GSyO2+I= -quicklink: - name: quicklink - version: 2.3.0 - file: dist/quicklink.umd.js - integrity: sha256-yvJQOINiH9fWemHn0vCA5lsHWJaHs6/ZmO+1Ft04SvM= -disqusjs_js: - name: disqusjs - version: 3.0.2 - file: dist/browser/disqusjs.es2015.umd.min.js - integrity: sha256-okP99ZQKVpIy7+NogAMpGlIQzJa9XKXhIJcFgdju5bU= -disqusjs_css: - name: disqusjs - version: 3.0.2 - file: dist/browser/styles/disqusjs.css - integrity: sha256-71XarXwNr1Td27HmZI9zjY+rMzRdush6/glo6VFXp7o= -gitalk_js: - name: gitalk - version: 1.8.0 - file: dist/gitalk.min.js - integrity: sha256-MVK9MGD/XJaGyIghSVrONSnoXoGh3IFxLw0zfvzpxR4= -gitalk_css: - name: gitalk - version: 1.8.0 - file: dist/gitalk.css - integrity: sha256-AJnUHL7dBv6PGaeyPQJcgQPDjt/Hn/PvYZde1iqfp8U= -firebase_app: - name: firebase - version: 9.9.4 - file: firebase-app-compat.js - integrity: sha256-oT4Iq8DavJt2Y4f9xqTkuZUQcNPf2J7a1TxHJCxIMWk= -firebase_firestore: - name: firebase - version: 9.9.4 - file: firebase-firestore-compat.js - integrity: sha256-1GJlM827o4GIssN6/O0n4kkbGg/YZ0/wAqIJ+AQLf1A= -algolia_search: - name: algoliasearch - version: 4.14.2 - file: dist/algoliasearch-lite.umd.js - integrity: sha256-dImjLPUsG/6p3+i7gVKBiDM8EemJAhQ0VvkRK2pVsQY= -instant_search: - name: instantsearch.js - version: 4.45.0 - file: dist/instantsearch.production.min.js - integrity: sha256-356MuKn0s/KnBeNjzWGP1048qENU5M4IiAWc7q9GErU= -local_search: - name: hexo-generator-searchdb - version: 1.4.0 - file: dist/search.js - integrity: sha256-vXZMYLEqsROAXkEw93GGIvaB2ab+QW6w3+1ahD9nXXA= -pdfobject: - name: pdfobject - version: 2.2.8 - file: pdfobject.min.js - integrity: sha256-tu9j5pBilBQrWSDePOOajCUdz6hWsid/lBNzK4KgEPM= -mermaid: - name: mermaid - version: 9.1.6 - file: dist/mermaid.min.js - integrity: sha256-ZfzwelSToHk5YAcr9wbXAmWgyn9Jyq08fSLrLhZE89w= -animate_css: - name: animate.css - version: 3.1.1 - file: animate.min.css - integrity: sha256-PR7ttpcvz8qrF57fur/yAx1qXMFJeJFiA6pSzWi0OIE= -pace_js: - name: pace-js - version: 1.2.4 - file: pace.min.js - alias: pace - integrity: sha256-gqd7YTjg/BtfqWSwsJOvndl0Bxc8gFImLEkXQT8+qj0= -pace_css: - name: pace-js - version: 1.2.4 - dir: themes - alias: pace -canvas_ribbon: - name: ribbon.js - version: 1.0.2 - file: dist/ribbon.min.js - integrity: sha256-UkSSapoJqxvq+8bSCIrAhXO+aOMBRmkK6vxjTstemLs= -creative_commons: - name: '@creativecommons/vocabulary' - version: 2020.11.3 - dir: assets/license_badges - alias: creativecommons-vocabulary diff --git a/themes/next/crowdin.yml b/themes/next/crowdin.yml deleted file mode 100644 index be97306a..00000000 --- a/themes/next/crowdin.yml +++ /dev/null @@ -1,9 +0,0 @@ -files: - - source: /languages/en.yml - translation: /languages/%two_letters_code%.%file_extension% - languages_mapping: - two_letters_code: - zh-CN: zh-CN - zh-TW: zh-TW - zh-HK: zh-HK - pt-BR: pt-BR diff --git a/themes/next/docs/AGPL3.md b/themes/next/docs/AGPL3.md deleted file mode 100644 index 2dcf18c8..00000000 --- a/themes/next/docs/AGPL3.md +++ /dev/null @@ -1,649 +0,0 @@ -#
GNU Affero General Public License
- -

Version 3, 19 November 2007 Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>

- -

Everyone is permitted to copy and distribute verbatim copies -of this license document, but changing it is not allowed.

- -##
Preamble
- -The GNU Affero General Public License is a free, copyleft license for -software and other kinds of works, specifically designed to ensure -cooperation with the community in the case of network server software. - -The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -our General Public Licenses are intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. - -When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - -Developers that use our General Public Licenses protect your rights -with two steps: **(1)** assert copyright on the software, and **(2)** offer -you this License which gives you legal permission to copy, distribute -and/or modify the software. - -A secondary benefit of defending all users' freedom is that -improvements made in alternate versions of the program, if they -receive widespread use, become available for other developers to -incorporate. Many developers of free software are heartened and -encouraged by the resulting cooperation. However, in the case of -software used on network servers, this result may fail to come about. -The GNU General Public License permits making a modified version and -letting the public access it on a server without ever releasing its -source code to the public. - -The GNU Affero General Public License is designed specifically to -ensure that, in such cases, the modified source code becomes available -to the community. It requires the operator of a network server to -provide the source code of the modified version running there to the -users of that server. Therefore, public use of a modified version, on -a publicly accessible server, gives the public access to the source -code of the modified version. - -An older license, called the Affero General Public License and -published by Affero, was designed to accomplish similar goals. This is -a different license, not a version of the Affero GPL, but Affero has -released a new version of the Affero GPL which permits relicensing under -this license. - -The precise terms and conditions for copying, distribution and -modification follow. - -##
TERMS AND CONDITIONS
- -### 0. Definitions - -“This License” refers to version 3 of the GNU Affero General Public License. - -“Copyright” also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - -“The Program” refers to any copyrightable work licensed under this -License. Each licensee is addressed as “you”. “Licensees” and -“recipients” may be individuals or organizations. - -To “modify” a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a “modified version” of the -earlier work or a work “based on” the earlier work. - -A “covered work” means either the unmodified Program or a work based -on the Program. - -To “propagate” a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - -To “convey” a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - -An interactive user interface displays “Appropriate Legal Notices” -to the extent that it includes a convenient and prominently visible -feature that **(1)** displays an appropriate copyright notice, and **(2)** -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - -### 1. Source Code - -The “source code” for a work means the preferred form of the work -for making modifications to it. “Object code” means any non-source -form of a work. - -A “Standard Interface” means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - -The “System Libraries” of an executable work include anything, other -than the work as a whole, that **(a)** is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and **(b)** serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -“Major Component”, in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - -The “Corresponding Source” for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - -The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - -The Corresponding Source for a work in source code form is that -same work. - -### 2. Basic Permissions - -All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - -You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - -Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - -### 3. Protecting Users' Legal Rights From Anti-Circumvention Law - -No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - -When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - -### 4. Conveying Verbatim Copies - -You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - -You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - -### 5. Conveying Modified Source Versions - -You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - -* **a)** The work must carry prominent notices stating that you modified -it, and giving a relevant date. -* **b)** The work must carry prominent notices stating that it is -released under this License and any conditions added under section 7. -This requirement modifies the requirement in section 4 to -“keep intact all notices”. -* **c)** You must license the entire work, as a whole, under this -License to anyone who comes into possession of a copy. This -License will therefore apply, along with any applicable section 7 -additional terms, to the whole of the work, and all its parts, -regardless of how they are packaged. This License gives no -permission to license the work in any other way, but it does not -invalidate such permission if you have separately received it. -* **d)** If the work has interactive user interfaces, each must display -Appropriate Legal Notices; however, if the Program has interactive -interfaces that do not display Appropriate Legal Notices, your -work need not make them do so. - -A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -“aggregate” if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - -### 6. Conveying Non-Source Forms - -You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - -* **a)** Convey the object code in, or embodied in, a physical product -(including a physical distribution medium), accompanied by the -Corresponding Source fixed on a durable physical medium -customarily used for software interchange. -* **b)** Convey the object code in, or embodied in, a physical product -(including a physical distribution medium), accompanied by a -written offer, valid for at least three years and valid for as -long as you offer spare parts or customer support for that product -model, to give anyone who possesses the object code either **(1)** a -copy of the Corresponding Source for all the software in the -product that is covered by this License, on a durable physical -medium customarily used for software interchange, for a price no -more than your reasonable cost of physically performing this -conveying of source, or **(2)** access to copy the -Corresponding Source from a network server at no charge. -* **c)** Convey individual copies of the object code with a copy of the -written offer to provide the Corresponding Source. This -alternative is allowed only occasionally and noncommercially, and -only if you received the object code with such an offer, in accord -with subsection 6b. -* **d)** Convey the object code by offering access from a designated -place (gratis or for a charge), and offer equivalent access to the -Corresponding Source in the same way through the same place at no -further charge. You need not require recipients to copy the -Corresponding Source along with the object code. If the place to -copy the object code is a network server, the Corresponding Source -may be on a different server (operated by you or a third party) -that supports equivalent copying facilities, provided you maintain -clear directions next to the object code saying where to find the -Corresponding Source. Regardless of what server hosts the -Corresponding Source, you remain obligated to ensure that it is -available for as long as needed to satisfy these requirements. -* **e)** Convey the object code using peer-to-peer transmission, provided -you inform other peers where the object code and Corresponding -Source of the work are being offered to the general public at no -charge under subsection 6d. - -A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - -A “User Product” is either **(1)** a “consumer product”, which means any -tangible personal property which is normally used for personal, family, -or household purposes, or **(2)** anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, “normally used” refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - -“Installation Information” for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - -If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - -The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - -Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - -### 7. Additional Terms - -“Additional permissions” are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - -When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - -Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - -* **a)** Disclaiming warranty or limiting liability differently from the -terms of sections 15 and 16 of this License; or -* **b)** Requiring preservation of specified reasonable legal notices or -author attributions in that material or in the Appropriate Legal -Notices displayed by works containing it; or -* **c)** Prohibiting misrepresentation of the origin of that material, or -requiring that modified versions of such material be marked in -reasonable ways as different from the original version; or -* **d)** Limiting the use for publicity purposes of names of licensors or -authors of the material; or -* **e)** Declining to grant rights under trademark law for use of some -trade names, trademarks, or service marks; or -* **f)** Requiring indemnification of licensors and authors of that -material by anyone who conveys the material (or modified versions of -it) with contractual assumptions of liability to the recipient, for -any liability that these contractual assumptions directly impose on -those licensors and authors. - -All other non-permissive additional terms are considered “further -restrictions” within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - -If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - -Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - -### 8. Termination - -You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - -However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated **(a)** -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and **(b)** permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - -Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - -Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - -### 9. Acceptance Not Required for Having Copies - -You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - -### 10. Automatic Licensing of Downstream Recipients - -Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - -An “entity transaction” is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - -You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - -### 11. Patents - -A “contributor” is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's “contributor version”. - -A contributor's “essential patent claims” are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, “control” includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - -Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - -In the following three paragraphs, a “patent license” is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To “grant” such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - -If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either **(1)** cause the Corresponding Source to be so -available, or **(2)** arrange to deprive yourself of the benefit of the -patent license for this particular work, or **(3)** arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. “Knowingly relying” means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - -If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - -A patent license is “discriminatory” if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license **(a)** in connection with copies of the covered work -conveyed by you (or copies made from those copies), or **(b)** primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - -Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - -### 12. No Surrender of Others' Freedom - -If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - -### 13. Remote Network Interaction; Use with the GNU General Public License - -Notwithstanding any other provision of this License, if you modify the -Program, your modified version must prominently offer all users -interacting with it remotely through a computer network (if your version -supports such interaction) an opportunity to receive the Corresponding -Source of your version by providing access to the Corresponding Source -from a network server at no charge, through some standard or customary -means of facilitating copying of software. This Corresponding Source -shall include the Corresponding Source for any work covered by version 3 -of the GNU General Public License that is incorporated pursuant to the -following paragraph. - -Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the work with which it is combined will remain governed by version -3 of the GNU General Public License. - -### 14. Revised Versions of this License - -The Free Software Foundation may publish revised and/or new versions of -the GNU Affero General Public License from time to time. Such new versions -will be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU Affero General -Public License “or any later version” applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU Affero General Public License, you may choose any version ever published -by the Free Software Foundation. - -If the Program specifies that a proxy can decide which future -versions of the GNU Affero General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - -Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - -### 15. Disclaimer of Warranty - -THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - -### 16. Limitation of Liability - -IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - -### 17. Interpretation of Sections 15 and 16 - -If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - -##
END OF TERMS AND CONDITIONS
- -###
How to Apply These Terms to Your New Programs
- -If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - -To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the “copyright” line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - -If your software can interact with users remotely through a computer -network, you should also make sure that it provides a way for users to -get its source. For example, if your program is a web application, its -interface could display a “Source” link that leads users to an archive -of the code. There are many ways you could offer source, and different -solutions will be better for different programs; see section 13 for the -specific requirements. - -You should also get your employer (if you work as a programmer) or school, -if any, to sign a “copyright disclaimer” for the program, if necessary. -For more information on this, and how to apply and follow the GNU AGPL, see -<>. \ No newline at end of file diff --git a/themes/next/docs/AUTHORS.md b/themes/next/docs/AUTHORS.md deleted file mode 100644 index 714b9545..00000000 --- a/themes/next/docs/AUTHORS.md +++ /dev/null @@ -1,87 +0,0 @@ -#
«NexT» Authors
- -NexT theme was initially developed by: - -- **IIssNaN**: [NexT](https://github.com/iissnan/hexo-theme-next) (2014 - 2017) - -With collaborators from initially repository: - -- **Ivan.Nginx**: [DIFF highlight](https://github.com/iissnan/hexo-theme-next/pull/1079), - [HyperComments](https://github.com/iissnan/hexo-theme-next/pull/1155), - [`{% note %}` tag](https://github.com/iissnan/hexo-theme-next/pull/1160), - [`seo` option](https://github.com/iissnan/hexo-theme-next/pull/1311), - [`{% button %}` tag](https://github.com/iissnan/hexo-theme-next/pull/1328), - [VK API](https://github.com/iissnan/hexo-theme-next/pull/1381), - [WordCount plugin support](https://github.com/iissnan/hexo-theme-next/pull/1381), - [Yandex verification option](https://github.com/iissnan/hexo-theme-next/pull/1381), - [`{% exturl %}` tag](https://github.com/iissnan/hexo-theme-next/pull/1438), - [`b2t` option](https://github.com/iissnan/hexo-theme-next/pull/1438), - [`scrollpercent` option](https://github.com/iissnan/hexo-theme-next/pull/1438), - [`save_scroll` option](https://github.com/iissnan/hexo-theme-next/pull/1574), - [Star rating](https://github.com/iissnan/hexo-theme-next/pull/1649), - [`mobile_layout_economy` option](https://github.com/iissnan/hexo-theme-next/pull/1697), - [`{% tabs %}` tag](https://github.com/iissnan/hexo-theme-next/pull/1697), - [`{% label %}` tag](https://github.com/iissnan/hexo-theme-next/pull/1697), - [**`Gemini`** scheme](https://github.com/iissnan/hexo-theme-next/pull/1697), - [Menu & Sidebar icons in 1 line](https://github.com/iissnan/hexo-theme-next/pull/1830), - [Sidebar scrollable](https://github.com/iissnan/hexo-theme-next/pull/1898), - [Responsive favicons](https://github.com/iissnan/hexo-theme-next/pull/1898) - and many other [PR's with fixes and enhancements](https://github.com/iissnan/hexo-theme-next/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aivan-nginx) -- **Acris**: [Many PR's with fixes and updates](https://github.com/iissnan/hexo-theme-next/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3AAcris) - -And best contributors from initially repository: - -- **Rainy**: [Gentie comments](https://github.com/iissnan/hexo-theme-next/pull/1301), - [Han](https://github.com/iissnan/hexo-theme-next/pull/1598) - and many [PR's with fixes and optimizations](https://github.com/iissnan/hexo-theme-next/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Ageekrainy) -- **Jeff**: [Local search](https://github.com/iissnan/hexo-theme-next/pull/694) - and many [PR's with fixes and improvements](https://github.com/iissnan/hexo-theme-next/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aflashlab) -- **Haocen**: [Footer enhancements](https://github.com/iissnan/hexo-theme-next/pull/1886) - and some other [PR's with improvements](https://github.com/iissnan/hexo-theme-next/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3AHaocen) -- **uchuhimo**: [Greatest enhancements for local search](https://github.com/iissnan/hexo-theme-next/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Auchuhimo) -- **Kei**: [Change static file setting to support subdirectory](https://github.com/iissnan/hexo-theme-next/pull/4) -- **Jolyon**: [Swiftype](https://github.com/iissnan/hexo-theme-next/pull/84) -- **xirong**: [404 page](https://github.com/iissnan/hexo-theme-next/pull/126) -- **PinkyJie**: [Fix Swiftype](https://github.com/iissnan/hexo-theme-next/pull/132) -- **Tim Kuijsten**: [Split javascript into separate files](https://github.com/iissnan/hexo-theme-next/pull/152) -- **iamwent**: [Friendly links](https://github.com/iissnan/hexo-theme-next/pull/250) -- **arao lin**: [Option to lazyload images](https://github.com/iissnan/hexo-theme-next/pull/269) -- **Konstantin Pavlov**: [Microdata, opengraph and other semantic features](https://github.com/iissnan/hexo-theme-next/pull/276) -- **Gary**: [FastClick](https://github.com/iissnan/hexo-theme-next/pull/324) -- **Octavian**: [Baidu site vertification](https://github.com/iissnan/hexo-theme-next/pull/367) -- **Henry Chang**: [Facebook SDK](https://github.com/iissnan/hexo-theme-next/pull/410) -- **XiaMo**: [LeanCloud visitors](https://github.com/iissnan/hexo-theme-next/pull/439) -- **iblogc**: [Fix UA in Duoshuo](https://github.com/iissnan/hexo-theme-next/pull/489) -- **Vincent**: [Automatic headline ID's](https://github.com/iissnan/hexo-theme-next/pull/588) -- **cissoid**: [Tencent analytics](https://github.com/iissnan/hexo-theme-next/pull/603) -- **CosmoX**: [AddThis](https://github.com/iissnan/hexo-theme-next/pull/660) -- **Jason Guo**: [Reward for post](https://github.com/iissnan/hexo-theme-next/pull/687) -- **Jerry Bendy**: [CNZZ counter](https://github.com/iissnan/hexo-theme-next/pull/712) -- **Hui Wang**: [Wechat subscriber](https://github.com/iissnan/hexo-theme-next/pull/788) -- **PoonChiTim**: [Busuanzi counter](https://github.com/iissnan/hexo-theme-next/pull/809) -- **hydai**: [Facebook comments](https://github.com/iissnan/hexo-theme-next/pull/925) -- **OAwan**: [`canonical` option](https://github.com/iissnan/hexo-theme-next/pull/931) -- **Jim Zenn**: [Google Calendar](https://github.com/iissnan/hexo-theme-next/pull/1167) -- **Abner Chou**: [Disqus improvements](https://github.com/iissnan/hexo-theme-next/pull/1173) -- **Igor Fesenko**: [Application Insights](https://github.com/iissnan/hexo-theme-next/pull/1257) -- **jinfang**: [Youyan comments](https://github.com/iissnan/hexo-theme-next/pull/1324) -- **AlynxZhou**: [`canvas_nest` option](https://github.com/iissnan/hexo-theme-next/pull/1327) -- **aleon**: [Tencent MTA](https://github.com/iissnan/hexo-theme-next/pull/1408) -- **asmoker**: [LiveRe comments](https://github.com/iissnan/hexo-theme-next/pull/1415) -- **Jacksgong**: [Copyright on posts](https://github.com/iissnan/hexo-theme-next/pull/1497) -- **zhaiqianfeng**: [Changyan comments](https://github.com/iissnan/hexo-theme-next/pull/1514) -- **zproo**: [`canvas_ribbon` option](https://github.com/iissnan/hexo-theme-next/pull/1565) -- **jjandxa**: [`three_waves`](https://github.com/iissnan/hexo-theme-next/pull/1534), - [`canvas_lines` and `canvas_sphere`](https://github.com/iissnan/hexo-theme-next/pull/1595) options -- **shenzekun**: [Load bar at the top](https://github.com/iissnan/hexo-theme-next/pull/1689) -- **elkan1788**: [Upgrade jiathis share](https://github.com/iissnan/hexo-theme-next/pull/1796) -- **xCss**: [Valine comment system support](https://github.com/iissnan/hexo-theme-next/pull/1811) -- **Julian Xhokaxhiu**: [`override` option](https://github.com/iissnan/hexo-theme-next/pull/1861) -- **LEAFERx**: [NeedMoreShare2](https://github.com/iissnan/hexo-theme-next/pull/1913) -- **aimingoo & LEAFERx**: [Gitment supported with Mint](https://github.com/iissnan/hexo-theme-next/pull/1919) -- **LeviDing**: [Fix the bug of Gitment](https://github.com/iissnan/hexo-theme-next/pull/1944) -- **maple3142**: [Firestore visitor counter](https://github.com/iissnan/hexo-theme-next/pull/1978) - -It lives on as an open source project with many contributors, a self updating list is [here](https://github.com/next-theme/hexo-theme-next/graphs/contributors). - -P.S. If you did some useful pulls/commits in original repository and you are not in the list, let us know and you will be added here. diff --git a/themes/next/docs/LICENSE.txt b/themes/next/docs/LICENSE.txt deleted file mode 100644 index c9c90614..00000000 --- a/themes/next/docs/LICENSE.txt +++ /dev/null @@ -1,52 +0,0 @@ - «NexT» – Elegant and powerful theme for Hexo. - - Copyright © 2017 «NexT» (github.com/next-theme/hexo-theme-next). - - Detail attribution information for «NexT» - is contained in the 'docs/AUTHORS.md' file. - - This program is free software; you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License version 3 -as published by the Free Software Foundation with the addition of the -following permission added to Section 15 as permitted in Section 7(a): -FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY «NEXT», -«NEXT» DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. - - This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -or FITNESS FOR A PARTICULAR PURPOSE. -See the GNU Affero General Public License for more details. -You should have received a copy of the GNU Affero General Public License -along with this program; if not, see: https://www.gnu.org/licenses/agpl.txt - - In accordance with Section 7(b) of the GNU Affero General Public License: - - a) It is not necessary to specify copyright in each source file of - this program because GitHub fully save commits of all modified files - with their authors and provides to see for this changes publicly. - - b) For any part of the covered work in which the copyright not specified, - will mean this part owned by «NexT» in accord with terms in this file. - -* c) A covered work must retain «NexT» official website link - (https://theme-next.js.org) in footer section of every website created, - modified or manipulated by using «NexT». - «NexT» theme configuration must be: - ``` - footer: - theme: - enable: true - ``` - Collaborators, best contributors and all authors specified in the - 'docs/AUTHORS.md' file of «NexT» repository under the - 'https://github.com/next-theme' organization can ignore theme info link - requirements. - - Anyone can be released from the requirements of the license by purchasing -a commercial license. Buying such a license is mandatory as soon as you -develop commercial activities involving the «NexT» software without -disclosing the source code of your own applications. -These activities include: - 1. Access to private repository with various premium features. - 2. Priority support for resolve all possible issues with «NexT». - 3. Priority support for implement all possible features to «NexT». diff --git a/themes/next/docs/ru/README.md b/themes/next/docs/ru/README.md deleted file mode 100644 index fc93d2b3..00000000 --- a/themes/next/docs/ru/README.md +++ /dev/null @@ -1,165 +0,0 @@ -
- Язык: - 🇺🇸 - 🇨🇳 - 🇷🇺 -
- -![NexT preview](https://user-images.githubusercontent.com/16272760/99784261-872d3200-2b56-11eb-807c-869042d1f6e8.png) - -NexT logo - -# NexT - -> «NexT» — элегантная высококачественная тема под [Hexo](https://hexo.io). Сделана с нуля, с любовью. - -[![NPM version](https://img.shields.io/npm/v/hexo-theme-next?color=red&logo=npm&style=flat-square)](https://www.npmjs.com/package/hexo-theme-next) -[![Required Hexo version](https://img.shields.io/badge/hexo-%3E=5.3.0-blue?style=flat-square&logo=hexo)](https://hexo.io) -[![License](https://img.shields.io/badge/license-%20AGPL-orange?style=flat-square&logo=gnu)](https://github.com/next-theme/hexo-theme-next/blob/master/LICENSE.md) -[![Build Status](https://img.shields.io/github/workflow/status/next-theme/hexo-theme-next/Linter?label=test&logo=github&style=flat-square)](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ALinter) -[![Build Status](https://img.shields.io/github/workflow/status/next-theme/hexo-theme-next/Tester?logo=github&style=flat-square)](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ATester) -[![Coverage Status](https://img.shields.io/coveralls/github/next-theme/hexo-theme-next?logo=coveralls&style=flat-square)](https://coveralls.io/github/next-theme/hexo-theme-next) - -## Демо - -

- 💟 Muse | 🔯 Mist | ♓️ Pisces | ♊️ Gemini -
-
- Больше примеров «NexT» здесь. -

- -## Установка - -If you're using Hexo 5.0 or later, the simplest way to install is through npm: - -```sh -$ cd hexo-site -$ npm install hexo-theme-next -``` - -Or you can clone the entire repository: - -```sh -$ cd hexo-site -$ git clone https://github.com/next-theme/hexo-theme-next themes/next -``` - -See [detailed installation instructions][docs-installation-url] if you want any other variant. - -After the installation, open Hexo config file and set `theme` variable to `next`. - -```yml -theme: next -``` - -## Configuration - -It is not recommended to directly modify any files in the NexT theme. Because this may cause errors (e.g. merge conflicts), and the modified files may be discarded when upgrading the theme. - -At present, NexT encourages users to use the [Alternate Theme Config][docs-configuration-url] to configure NexT. And it's easy to customize the layout or style of NexT using [Custom Files][docs-custom-files-url]. - -## Плагины - -Plugins extend and expand the functionality of NexT. There are two types of plugins: core plugins and third-party plugins. The core plugins are required by the basic functions of NexT. Third-party plugins provide a large number of optional features. - -Configuring these plugins is very easy. Например, Вы хотите использовать `pjax` для своего сайта. Открываем конфиг NexT'а и находим: - -```yml -# Easily enable fast Ajax navigation on your website. -# For more information: https://github.com/next-theme/pjax -pjax: true -``` - -### Configure CDN - -Third-party plugins are loaded from [CDNJS](https://cdnjs.com) CDN by default. We also provide other optional CDNs, including the famous [UNPKG](https://unpkg.com) and [jsDelivr](https://www.jsdelivr.com). - -For example, if you want to use `unpkg` instead of `cdnjs` as the default CDN provider, you need to edit the following settings in NexT config file: - -```yml -vendors: - # ... - # Some contents... - # ... - plugins: unpkg -``` - -## Обновление - -NexT выпускает новые версии каждый месяц. Please read the [release notes][docs-release-url] before updating the theme. You can update NexT by the following command. - -Install the latest version throuth npm: - -```sh -$ cd hexo-site -$ npm install hexo-theme-next@latest -``` - -Or update to the latest master branch: - -```sh -$ cd themes/next -$ git pull -``` - -**Если нужно обновиться с версии v5.x / v7.x на последней версиями, читаем [здесь][docs-upgrade-url].** - -## Обратная связь - -* Посетите [Awesome NexT][awesome-next-url] список. -* Вступить в наши [GitHub discussions][discussions-url] / [Gitter][gitter-url] чаты. -* [Добавить или улучшить перевод][i18n-url] за несколько секунд. -* Сообщить об ошибке в разделе [GitHub Issues][issues-bug-url]. -* Запросить новую возможность на [GitHub][issues-feat-url]. -* Голосовать за [популярные запросы возможностей][feat-req-vote-url]. - -## Contributing - -We welcome you to join the development of NexT. Please see [contributing document][contributing-document-url]. 🤗 - -Also, we welcome Issue or PR to our [official-plugins][official-plugins-url]. - -## Содействие - -[![Contributors][contributors-image]][contributors-url] - -## Благодарности - -«NexT» send special thanks to these great services that sponsor our core infrastructure: - - - -> GitHub allows us to host the Git repository and run the test suite. - - - -> Netlify allows us to distribute the documentation. - - - -> Crowdin allows us to translate conveniently the documentation. - - - -> Thanks CDNJS for providing public CDN service. - -[docs-installation-url]: https://theme-next.js.org/docs/getting-started/installation.html -[docs-configuration-url]: https://theme-next.js.org/docs/getting-started/configuration.html -[docs-custom-files-url]: https://theme-next.js.org/docs/advanced-settings/custom-files.html -[docs-release-url]: https://github.com/next-theme/hexo-theme-next/releases -[docs-upgrade-url]: https://theme-next.js.org/docs/getting-started/upgrade.html - -[awesome-next-url]: https://github.com/next-theme/awesome-next -[discussions-url]: https://github.com/next-theme/hexo-theme-next/discussions -[gitter-url]: https://gitter.im/hexo-next -[i18n-url]: https://crowdin.com/project/hexo-theme-next - -[issues-bug-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Bug&template=bug-report.md -[issues-feat-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Feature+Request&template=feature-request.md -[feat-req-vote-url]: https://github.com/next-theme/hexo-theme-next/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22 - -[contributing-document-url]: https://github.com/next-theme/hexo-theme-next/blob/master/.github/CONTRIBUTING.md -[official-plugins-url]: https://github.com/next-theme -[contributors-image]: https://raw.githubusercontent.com/next-theme/contributors/master/contributors.svg -[contributors-url]: https://github.com/next-theme/hexo-theme-next/blob/master/docs/AUTHORS.md diff --git a/themes/next/docs/zh-CN/CODE_OF_CONDUCT.md b/themes/next/docs/zh-CN/CODE_OF_CONDUCT.md deleted file mode 100644 index 51d30db7..00000000 --- a/themes/next/docs/zh-CN/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,95 +0,0 @@ -
- 语言: - :us: - :cn: - :ru: -
- -NexT logo - -# NexT - -[NexT](https://theme-next.js.org) 是一个优雅而强大的 [Hexo](https://hexo.io/)主题。在这里,您可以构建一个托管在 [GitHub Pages](https://pages.github.com/) 上的静态博客,分享您的生活,并与新朋友进行交流。 - -参与者公约用来约束在 [NexT](https://github.com/next-theme/hexo-theme-next) 社区中代码更新、问题交流、请求合并等行为。我们期望所有用户相互尊重,礼貌待人。任何违反这些规则的人都将不会被审核,并会在发现后立即被阻止和驱逐。 - -## 目录 - -- [我们的保证](#我们的保证) -- [我们的责任](#我们的责任) -- [我们的标准](#我们的标准) -- [使用范围](#使用范围) -- [强制执行](#强制执行) -- [联系项目维护者](#联系项目维护者) -- [来源](#来源) - -## 我们的保证 - -作为此项目的贡献者和维护者,我们承诺尊重所有做出贡献的用户,这些贡献包括了报告问题、发布功能请求、更新文档、提交合并请求以及其他活动。 - -为了促进一个开放透明且友好的环境,我们作为贡献者和维护者保证:无论年龄、种族、民族、性别认同和表达(方式)、体型、身体健全与否、经验水平、国籍、个人表现、宗教或性别取向,参与者在我们项目和社区中都免于骚扰。 - -## 我们的责任 - -项目维护者有责任为「可接受的行为」标准做出诠释,有权利及责任去删除、编辑、拒绝与本行为标准有所违背的评论(comments)、提交(commits)、代码、wiki 编辑、问题(issues)和其他贡献,以及项目维护者可暂时或永久性的禁止任何他们认为有不适当、威胁、冒犯、有害行为的贡献者。 - -## 我们的标准 - -作为 GitHub 上的一个项目,本项目受到 [GitHub 社区准则](https://help.github.com/articles/github-community-guidelines/)的约束。 此外,作为 npm 托管的项目,[npm 公司的行为准则](https://www.npmjs.com/policies/conduct)也涵盖了本项目。 - -有助于创造正面环境的行为包括但不限于: - -* 使用友好和包容性语言 -* 尊重不同的观点和经历 -* 耐心地接受建设性批评 -* 关注对社区最有利的事情 -* 友善对待其他社区成员 - -身为参与者不能接受的行为包括但不限于: - -* 使用与性有关的言语或是图像,以及不受欢迎的性骚扰 -* 捣乱/煽动/造谣的行为或进行侮辱/贬损的评论,人身攻击及政治攻击 -* 公开或私下的骚扰 -* 未经许可地发布他人的个人资料,例如住址或是电子地址 -* 其他可以被合理地认定为不恰当或者违反职业操守的行为 - -## 使用范围 - -当一个人代表该项目或是其社区时,本行为标准适用于其项目社区和公共社区。 - -根据某人在本社区范围以外发生的违规情况,项目维护者可以认为其不受欢迎,并采取适当措施来保证所有成员的安全性和舒适性。 - -## 强制执行 - -如果您看到违反行为准则的行为,请按以下步骤操作: - -1. 让这个人知道他所做的并不合适,并要求他停止或编辑他们的提交信息。该人应立即停止行为并纠正问题。 -2. 如果该人没有纠正其行为,或者您不方便与其沟通,请[联系项目维护者](#联系项目维护者)。上报时,请尽可能多的提供详细信息,链接,截图,上下文或可用于更好地理解和解决情况的其他信息。 -3. 收到上报信息后,项目维护者会查看问题,并采取进一步的措施。 - -一旦项目维护者参与其中,他们将遵循以下一系列步骤,并尽力保护项目成员的利益。任何维护团队认为有必要且适合的所有投诉都将进行审查及调查,并做出相对应的回应。项目小组有对事件回报者有保密的义务。具体执行的方针近一步细节可能会单独公布。 - -以下是项目维护者根据需要采取的进一步执法步骤: - -1. 再次要求停止违规行为。 -2. 如果违规者还是没有回应,将会受到正式的警告,并收到项目维护者的移除或修改消息。同时,相关的问题或合并请求将会被锁定。 -3. 如果警告后违规行为继续出现,违规者将会被禁言 24 小时。 -4. 如果禁言后违规行为继续出现,违规者将会被处罚长期(6-12个月)禁言。 - -除此之外,项目维护者可以根据需要删除任何违规的消息,图片,贡献等。如果违规行为被认为是对社区成员的严重或直接威胁,包括任何置社区成员于风险的威胁、身体或言语攻击,项目维护者有充分权利自行决定跳过上述任何步骤。 - -没有切实地遵守或是执行本行为标准的项目维护人员,可能会因项目领导人或是其他成员的决定,暂时或是永久地取消其参与资格。 - -## 联系项目维护者 - -您可以通过以下方式与维护人员联系: - -* 讨论: - * [GitHub Discussions](https://github.com/next-theme/hexo-theme-next/discussions) - -* 即时通信: - * [Gitter](https://gitter.im/hexo-next) - -## 来源 - -本行为标准改编自[Contributor Covenant](https://www.contributor-covenant.org/) 和 [WeAllJS Code of Conduct](https://wealljs.org/code-of-conduct)。 diff --git a/themes/next/docs/zh-CN/CONTRIBUTING.md b/themes/next/docs/zh-CN/CONTRIBUTING.md deleted file mode 100644 index 50c1694a..00000000 --- a/themes/next/docs/zh-CN/CONTRIBUTING.md +++ /dev/null @@ -1,181 +0,0 @@ -
- 语言: - :us: - :cn: - :ru: -
- -NexT logo - -# NexT - -首先,非常感谢大家抽出宝贵时间来让我们的 NexT 主题越变越好。在这里,我们介绍一下 [NexT 主题及其子模块](https://github.com/next-theme) 的开源贡献指南。不过,我们希望大家不要局限于此,更欢迎大家随时进行补充。 - -## 目录 - -[如何为 NexT 做贡献](#如何为-next-做贡献) - - * [你需要了解的](#你需要了解的) - * [阅读文档](#阅读文档) - * [快速调试指南](#快速调试指南) - * [反馈 Bug](#反馈-bug) - * [提交漏洞](#提交漏洞) - * [提交功能需求](#提交功能需求) - * [提交合并请求](#提交合并请求) - * [发布版本](#发布版本) - -[规范](#规范) - - * [行为规范](#行为规范) - * [编码规范](#编码规范) - * [标签规范](#标签规范) - * [提交信息规范](#提交信息规范) - -## 如何为 NexT 做贡献 - -### 你需要了解的 - -#### 阅读文档 - -如果你在使用过程中遇到了问题,你可以查阅 [FAQs](https://theme-next.js.org/docs/faqs) 或者 [NexT 帮助文档](https://theme-next.js.org/docs/troubleshooting)。 - -另外,你也可以通过 [这里](https://github.com/next-theme/hexo-theme-next/search?q=&type=Issues&utf8=%E2%9C%93) 进行大致检索,有些问题已经得到解答,你可以自行解决。对于没有解决的 Issue,你也可以继续提问。 - -#### 快速调试指南 - -在 GitHub 上提交 Issue 前,请先查看我们的 [快速调试指南](https://theme-next.js.org/docs/troubleshooting.html#Quick-Debug-Instructions) 来 debug。 - -如果你在使用过程中发现了 Bug,请再次确认 Bug 在 [最新发布版本](https://github.com/next-theme/hexo-theme-next/releases/latest) 中是否重现。如果 Bug 重现,欢迎你到我们的 [主题仓库](https://github.com/next-theme/hexo-theme-next) 中 [反馈 Bug](#reporting-bugs) 或者 [提交功能需求](#提交功能需求),也更期待您 [提交合并请求](#提交合并请求)。 - -### 反馈 Bug - -反馈 Bug 前,请再次确认您已经查看了 [你需要了解的](#你需要了解的) 内容,避免提交重复的 Issue。创建 Issue 时,请认真遵守如下指南,这样我们才能更好地理解问题,重现问题和解决问题。 - -* 在标题中清晰准确地描述你的问题。 -* 按照 [模板](../../.github/ISSUE_TEMPLATE.md) 尽可能的详细填写相关信息。 -* 一步步详细你是如何重现 Bug 的,做了什么,使用了哪些功能等等。如果你需要展示代码段,请使用 [Markdown 代码块](https://help.github.com/articles/creating-and-highlighting-code-blocks/) 或 [Github 预览链接](https://help.github.com/articles/creating-a-permanent-link-to-a-code-snippet/) 或 [Gist 链接](https://gist.github.com/)。 -* 提供 Bug 的样例,如图像文件、在线演示网址等等。 -* 详细描述通过上述重现过程出现的问题。 -* 详细描述你期待的结果。 - -#### 提交漏洞 - -如果你发现安全问题,请以负责任的方式行事,即不要在公共 Issue 中提交而是直接向我们反馈,这样我们就可以在漏洞被利用之前对其进行修复。请将相关信息发送到 security@theme-next.com(可接受 PGP 加密邮件)。 - -我们很乐意对任何提交漏洞的人予以特别感谢以便我们修复它。如果你想保持匿名性或使用笔名替代,请告诉我们。我们将充分尊重你的意愿。 - -### 提交功能需求 - -提交功能需求前,请再次确认您已经查看了 [你需要了解的](#你需要了解的) 内容,避免提交重复的 Issue。确定相关仓库后,创建 Issue 并按照 [模板](../../.github/ISSUE_TEMPLATE.md) 尽可能的详细填写相关信息。 - -请认真遵守如下指南,这样我们才能更好地理解和开发功能需求:pencil:: - -* 在标题中清晰准确地描述你的功能需求。 -* 详细描述目前所具有的功能和你所期待的功能,并解释为什么需要该功能。 -* 提供功能需求的样例,如图像文件、在线演示网址等等。 - -### 提交合并请求 - -提交合并请求前,请再次确认您已经查看了 [你需要了解的](#你需要了解的) 内容,避免提交重复的合并请求。确定相关仓库后,创建合并请求。更多详细操作过程可以查看 [帮助文档](https://help.github.com/articles/creating-a-pull-request/)。 - -请认真遵守如下指南,这样我们才能更好地理解你的合并请求: - -* 创建合并请求时,请遵守 [编码规范](#编码规范) 和 [提交信息规范](#提交信息规范)。 -* 在标题中清晰准确地描述你的合并请求,不要加入 Issue 编号。 -* 按照 [模板](../../.github/PULL_REQUEST_TEMPLATE.md) 尽可能的详细填写相关信息。 -* 合并请求需要在所有主题样式中测试通过,并提供所表现功能的样例,如图像文件、在线演示网址等等。 - -### 发布版本 - -版本发布是将项目发布给用户的一种很好的方式。 - -1. 进入 GitHub 项目主页,点击 **Releases** 和 **Draft a new release**。 -2. 输入你需要发布的版本号。版本控制是基于 [Git tags](https://git-scm.com/book/en/Git-Basics-Tagging) 工作的,建议按照 [About Major and Minor NexT versions](https://github.com/theme-next/hexo-theme-next/issues/187) 确定版本号。 -3. 确定你需要发布的分支。除非发布测试版本,通常情况下选择 `master` 分支。 -4. 输入发布版本的标题和说明。 - - 标题为版本号。 - - 内容根据 [Release Drafter](https://github.com/release-drafter/release-drafter) 的模版填写。 - - 使用被动语态,省略主语。 - - 所有的变化都需要记录在版本说明中。对于没有使用 PR 的更改,需要添加相应的 commit 编号。如果使用了 PR 进行合并修改,则直接添加相应的 PR 编号即可。 -5. 如果您希望随版本一起发布二进制文件(如编译的程序),请在上传二进制文件对话框中手动拖放或选择文件。 -6. 如果版本不稳定,请选择 **This is a pre-release**,以通知用户它尚未完全准备好。如果您准备公布您的版本,请点击 **Publish release**。否则,请单击 **Save draft** 以稍后处理。 - -## 规范 - -### 行为规范 - -为了保证本项目的顺利运作,所有参与人都需要遵守 [行为规范](CODE_OF_CONDUCT.md)。 - -### 编码规范 - -我们使用 ESLint 和 Stylint 来识别和报告 JavaScript 和 Stylus 中的模式,目的是使代码更加一致并避免错误。编码时应遵循这些规范。 - -### 标签规范 - -为了方便维护人员和用户能够快速找到他们想要查看的问题,我们使用「标签」功能对 Pull requests 和 Issues 进行分类。 - -如果您不确定某个标签的含义,或者不知道将哪些标签应用于 PR 或 issue,千万别错过这个。 - -Issue 的标签: - -- 类型 - - `Bug`: 检测到需要进行确认的 Bug - - `Feature Request`: 提出了新功能请求的 Issue - - `Question`: 提出疑问的 Issue - - `Meta`: 表明使用条款变更的 Issue - - `Support`: 被标记为支持请求的 Issue - - `Polls`: 发起投票的 Issue -- 结果 - - `Duplicate`: 重复提及的 Issue - - `Hexo`: 与 Hexo 相关的 Issue - - `Hexo Plugin`: 与 Hexo 插件相关的 Issue - - `Browser`: 与浏览器相关的 Issue - - `Invalid`: 无法复现的 Issue - - `Expected Behavior`: 与预期行为相符的 Issue - - `Need More Info`: 需要更多信息的 Issue - - `Solved`: 已经解决的 Issue - - `To Do`: 待解决的 Issue - - `Stale`: 由于长期无人回应被封存的 Issue - -Pull Request 的标签: - -- `Breaking Change`: 产生重大变动的 Pull Request -- `Bug Fix`: 修复相关 Bug 的 Pull Request -- `New Feature`: 添加了新功能的 Pull Request -- `Feature`: 为现有功能提供选项或加成的 Pull Request -- `i18n`: 更新了翻译的 Pull Request -- `Dependencies`: 更新了依赖包的 Pull Request -- `Actions`: 更新了 GitHub Actions 的 Pull Request -- `Skip Release`: 无需在 Release Note 中展现的 Pull Request - -两者兼有: - -- `Roadmap`: 与 NexT 主题发展相关的 Issue 或者 Pull Request -- `Help Wanted`: 需要帮助的 Issue 或者 Pull Request -- `Improvement`: 需要改进的 Issue 或者改进了 NexT 主题的 Pull Request -- `Layout`: 与模版引擎相关的 Issue 或者 Pull Request -- `CSS`: 与 NexT 主题 CSS 文件相关的 Issue 或者 Pull Request -- `Icons & Fonts`: 与 NexT 主题图标和字体相关的 Issue 或者 Pull Request -- `PJAX`: 与 PJAX 相关的 Issue 或者 Pull Request -- `3rd Party Plugin`: 与第三方插件和服务相关的 Issue 或者 Pull Request -- `Docs`: 与文档说明相关的 Issue 或者 Pull Request -- `Configurations`: 与 NexT 主题设置相关的 Issue 或者 Pull Request - -### 提交信息规范 - -我们对项目的 git 提交信息格式进行统一格式约定,每条提交信息由 `type`+`subject` 组成,这将提升项目日志的可读性。 - -- `type` 用于表述此次提交信息的意义,首写字母大写,包括但不局限于如下类型: - * `Build`:基础构建系统或依赖库的变化 - * `Ci`:CI 构建系统及其脚本变化 - * `Docs`:文档内容变化 - * `Feat`:新功能 - * `Fix`:Bug 修复 - * `Perf`:性能优化 - * `Refactor`:重构(即不是新增功能,也不是修改 Bug 的代码变动) - * `Style`:格式(不影响代码运行的变动) - * `Revert`:代码回滚 - * `Release`:版本发布 -- `subject` 用于简要描述修改变更的内容,如 `Update code highlighting in README.md`。 - * 句尾不要使用符号。 - * 使用现在时、祈使句语气。 diff --git a/themes/next/docs/zh-CN/README.md b/themes/next/docs/zh-CN/README.md deleted file mode 100644 index dadba527..00000000 --- a/themes/next/docs/zh-CN/README.md +++ /dev/null @@ -1,165 +0,0 @@ -
- 语言: - 🇺🇸 - 🇨🇳 - 🇷🇺 -
- -![NexT preview](https://user-images.githubusercontent.com/16272760/99784261-872d3200-2b56-11eb-807c-869042d1f6e8.png) - -NexT logo - -# NexT - -> «NexT» 是一款风格优雅的高质量 [Hexo](https://hexo.io) 主题,自点点滴滴中用爱雕琢而成。 - -[![NPM version](https://img.shields.io/npm/v/hexo-theme-next?color=red&logo=npm&style=flat-square)](https://www.npmjs.com/package/hexo-theme-next) -[![Required Hexo version](https://img.shields.io/badge/hexo-%3E=5.3.0-blue?style=flat-square&logo=hexo)](https://hexo.io) -[![License](https://img.shields.io/badge/license-%20AGPL-orange?style=flat-square&logo=gnu)](https://github.com/next-theme/hexo-theme-next/blob/master/LICENSE.md) -[![Build Status](https://img.shields.io/github/workflow/status/next-theme/hexo-theme-next/Linter?label=test&logo=github&style=flat-square)](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ALinter) -[![Build Status](https://img.shields.io/github/workflow/status/next-theme/hexo-theme-next/Tester?logo=github&style=flat-square)](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ATester) -[![Coverage Status](https://img.shields.io/coveralls/github/next-theme/hexo-theme-next?logo=coveralls&style=flat-square)](https://coveralls.io/github/next-theme/hexo-theme-next) - -## 即时预览 - -

- 💟 Muse | 🔯 Mist | ♓️ Pisces | ♊️ Gemini -
-
- 更多 «NexT» 的例子参见这里。 -

- -## 安装 - -如果你在使用 Hexo 5.0 或更新版本,最简单的安装方式是通过 npm: - -```sh -$ cd hexo-site -$ npm install hexo-theme-next -``` - -你也可以直接克隆整个仓库: - -```sh -$ cd hexo-site -$ git clone https://github.com/next-theme/hexo-theme-next themes/next -``` - -此外,如果你想要使用其他方式,请参见[详细安装步骤][docs-installation-url]。 - -安装完成后,在 Hexo 配置文件中将 `theme` 设置为 `next`。 - -```yml -theme: next -``` - -## 配置 - -我们不推荐直接修改 NexT 主题的文件。因为这可能导致错误(例如 git merge 冲突),并且在升级主题时修改的文件可能丢失。 - -目前 NexT 鼓励用户使用 [Alternate Theme Config][docs-configuration-url] 进行配置。并且可以轻松地通过 [Custom Files][docs-custom-files-url] 自定义主题的布局和样式。 - -## 插件 - -插件丰富和拓展了 NexT 的功能。这些插件分为两种:核心插件和第三方插件。核心插件被 NexT 的基础功能所依赖。第三方插件提供了大量的可选功能。 - -配置这些插件非常简单。例如,你想要在你的站点中使用 `pjax` 插件,请进入 NexT 配置文件,启用 `pjax` 配置项: - -```yml -# Easily enable fast Ajax navigation on your website. -# For more information: https://github.com/next-theme/pjax -pjax: true -``` - -### 设置 CDN - -第三方插件默认通过 [CDNJS](https://cdnjs.com) CDN 服务加载。我们也提供了其它的 CDN 服务供选择,包括著名的 [UNPKG](https://unpkg.com) 和 [jsDelivr](https://www.jsdelivr.com)。 - -例如,你想要使用 `unpkg` 代替 `cdnjs` 作为默认的 CDN 提供商,你需要在 NexT 配置文件中进行如下设置: - -```yml -vendors: - # ... - # Some contents... - # ... - plugins: unpkg -``` - -## 更新 - -NexT 每个月都会发布新版本。请在更新前阅读[更新说明][docs-release-url]。你可以通过如下命令更新 NexT。 - -通过 npm 安装最新版本: - -```sh -$ cd hexo-site -$ npm install hexo-theme-next@latest -``` - -或者通过 git 更新到最新的 master 分支: - -```sh -$ cd themes/next -$ git pull -``` - -**如果你想要从 v5.x / v7.x 更新到最新版本,阅读[这篇文档][docs-upgrade-url]。** - -## 反馈 - -* 浏览 [Awesome NexT][awesome-next-url] 列表,与其它用户分享插件和教程。 -* 加入我们的 [GitHub discussions][discussions-url] / [Gitter][gitter-url] 聊天。 -* 请花几秒钟来[添加或修正翻译][i18n-url]。 -* 在 [GitHub Issues][issues-bug-url] 报告Bug。 -* 在 [GitHub][issues-feat-url] 请求新的功能。 -* 为 [受欢迎的 Feature request][feat-req-vote-url] 投票。 - -## 贡献你的代码 - -我们欢迎你加入 NexT 的开发,贡献出你的一份力量。请看[开源贡献指南][contributing-document-url]。 🤗 - -你也可以随时向我们的[官方插件][official-plugins-url]提交 Issue 或 Pull Request。 - -## 贡献者 - -[![Contributors][contributors-image]][contributors-url] - -## 鸣谢 - -«NexT» 特别感谢这些支持我们核心基础设施的优质服务: - - - -> GitHub 容许我们托管 Git 仓库及运行测试。 - - - -> Netlify 容许我们发布文档。 - - - -> Crowdin 容许我们方便地翻译文档。 - - - -> 感谢 CDNJS 提供的 CDN 服务。 - -[docs-installation-url]: https://theme-next.js.org/docs/getting-started/installation.html -[docs-configuration-url]: https://theme-next.js.org/docs/getting-started/configuration.html -[docs-custom-files-url]: https://theme-next.js.org/docs/advanced-settings/custom-files.html -[docs-release-url]: https://github.com/next-theme/hexo-theme-next/releases -[docs-upgrade-url]: https://theme-next.js.org/docs/getting-started/upgrade.html - -[awesome-next-url]: https://github.com/next-theme/awesome-next -[discussions-url]: https://github.com/next-theme/hexo-theme-next/discussions -[gitter-url]: https://gitter.im/hexo-next -[i18n-url]: https://crowdin.com/project/hexo-theme-next - -[issues-bug-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Bug&template=bug-report.md -[issues-feat-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Feature+Request&template=feature-request.md -[feat-req-vote-url]: https://github.com/next-theme/hexo-theme-next/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22 - -[contributing-document-url]: https://github.com/next-theme/hexo-theme-next/blob/master/docs/zh-CN/CONTRIBUTING.md -[official-plugins-url]: https://github.com/next-theme -[contributors-image]: https://raw.githubusercontent.com/next-theme/contributors/master/contributors.svg -[contributors-url]: https://github.com/next-theme/hexo-theme-next/blob/master/docs/AUTHORS.md diff --git a/themes/next/languages/README.md b/themes/next/languages/README.md deleted file mode 100644 index 8d183420..00000000 --- a/themes/next/languages/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# Internationalization (i18n) - -[![Crowdin](https://badges.crowdin.net/hexo-theme-next/localized.svg)](https://crowdin.com/project/hexo-theme-next) - -You can use internationalization to present your site in different languages. The default language is set by modifying the `language` setting in Hexo `_config.yml`. You can also set multiple languages and modify the order of default languages. - -```yml -language: en -``` - -```yml -language: - - zh-CN - - en -``` - -## Override Default Translations - -If you would like to customize the default translation, you do not need to modify the translation files in the `languages` directory. You can override all translations using [Data Files](https://hexo.io/docs/data-files). - -1. Creat a `languages.yml` in `source/_data`. -2. Insert following codes: (be careful about the two-space indent) - - ```yml - # language - zh-CN: - # items - post: - copyright: - # the translation you perfer - author: 本文博主 - en: - menu: - schedule: Calendar - ``` - -## Improve Translations - -The files in the `language` directory are automatically generated, you do not need to modify them directly. Please submit translations via [Crowdin](https://crowdin.com/project/hexo-theme-next) if you would like to add or improve translation for NexT theme. diff --git a/themes/next/languages/ar.yml b/themes/next/languages/ar.yml deleted file mode 100644 index 1184af76..00000000 --- a/themes/next/languages/ar.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: عربي -title: - archive: الأرشيف - category: تصنيف - tag: وسم - schedule: التقويم -menu: - home: Home - archives: الأرشيفات - categories: التصنيفات - tags: الوسوم - about: معلومات - search: بحث - schedule: التقويم - sitemap: خريطة الموقع - commonweal: Commonweal 404 -sidebar: - overview: عام - toc: المحتويات -post: - posted: نُشر في - edited: عُدل في - created: أُنشأ - modified: عُدل - edit: تحرير هذا المقال - in: في - read_more: تابع القراءة - untitled: بدون عنوان - sticky: مثبت - views: مشاهدات - related_posts: مقالات مشابهة - copyright: - author: مؤلف المقال - link: رابط المقال - post_author: Written by - post_link: This article originally appeared on - license_title: حقوق الملكية - license_content: "حميع المقالات في هذه المدوّنة منشورة تحت رخصة %s إلا عند التنويه بخلافه." -footer: - powered: "تطبيق الموقع %s" - total_views: إجمالي المشاهدات - total_visitors: إجمالي الزوار -counter: - tag_cloud: - zero: لا وسوم - one: وسمٌ واحدٌ - other: "%d وسماً بالمُجمل" - categories: - zero: لا تصنيفات - one: تصنيفٌ واحد - other: "%d تصنيفات بالمُجمل" - archive_posts: - zero: لا مقالات. - one: مقالٌ واحد. - other: "%d مقالاً بالمُجمل." -state: - posts: المقالات - tags: الوسوم - categories: التصنيفات -search: - placeholder: بحث... - empty: "We didn't find any results for the search: %s" - hits_time: "%s results found in %s ms" - hits: "%s results found" -cheers: - um: هِم.. - ok: حسناً - nice: جميل - good: جيد - great: عظيم - excellent: ممتاز -keep_on: واصل الكتابة. -symbol: - comma: "، " - period: ". " - colon: ": " -reward: - donate: تبرّع - wechatpay: WeChat Pay - alipay: Alipay - paypal: PayPal - bitcoin: Bitcoin -follow_me: - welcome: مرحباً بك حيثُ أنشر أيضاً -accessibility: - nav_toggle: تشغيل شريط التصفح - prev_page: الصفحة السابقة - next_page: الصفحة التالية - back_to_top: Back to top - select_lang: Select language -symbols_count_time: - count: عدد الحروف في المقال - count_total: مُجمل عدد الحروف - time: زمن القراءة - time_total: مُجمل زمن القراءة - time_minutes: دقائق. diff --git a/themes/next/languages/bn.yml b/themes/next/languages/bn.yml deleted file mode 100644 index 2e6de0a7..00000000 --- a/themes/next/languages/bn.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: বাংলা -title: - archive: আর্কাইভ - category: ক্যাটাগরি - tag: ট্যাগ - schedule: কর্ম পরিকল্পনা -menu: - home: হোম পেজ - archives: আর্কাইভ এর তালিকা - categories: ক্যাটাগরি এর তালিকা - tags: ট্যাগ এর তালিকা - about: সম্পর্কে - search: সার্চ - schedule: কর্ম পরিকল্পনা - sitemap: Sitemap - commonweal: Commonweal 404 -sidebar: - overview: সারাংশ - toc: সূচীপত্র -post: - posted: প্রকাশিত হয়েছে - edited: সম্পাদিত হয়েছে - created: তৈরি করা হয়েছে - modified: পরিমার্জন করা হয়েছে - edit: পোস্টটি সম্পাদনা করুন - in: শ্রেনী - read_more: আরো পড়ুন - untitled: শিরোনামহীন - sticky: স্থির - views: ভিউ - related_posts: সম্পর্কিত পোস্ট - copyright: - author: লিখিকা - link: পোস্ট লিঙ্ক - post_author: রচনা করেছেন - post_link: এই আর্টিকেলটি প্রথমে প্রকাশিত হয়েছে - license_title: কপিরাইট নোটিস - license_content: "এই ব্লগের সমস্ত আর্টিকেল %s এর অধীনে লাইসেন্সপ্রাপ্ত যদি না ব্যতিক্রম উল্লেখ করা হয়।" -footer: - powered: "%s এর সাহায্যে চলছে" - total_views: মোট দর্শক - total_visitors: মোট দর্শক -counter: - tag_cloud: - zero: কোনও ট্যাগ নেই - one: একটি ট্যাগ আছে - other: "মোট %d টি ট্যাগ" - categories: - zero: কোন ক্যাটাগরি নেই - one: একটি ক্যাটাগরি আছে - other: "মোট %d টি ক্যাটাগরি" - archive_posts: - zero: কোনও পোস্ট নেই. - one: ১টি পোস্ট। - other: "মোট %d টি পোস্ট।" -state: - posts: পোস্ট এর তালিকা - tags: ট্যাগ এর তালিকা - categories: ক্যাটাগরি এর তালিকা -search: - placeholder: সার্চ করা হচ্ছে... - empty: "আমরা উক্ত অনুসন্ধানের জন্য কোন ফলাফল খুঁজে পাইনি: %s" - hits_time: "%s টি ফলাফল %s মিলিসেকেন্ড এ পাওয়া গেছে" - hits: "%s টি ফলাফল পাওয়া গেছে" -cheers: - um: ইয়ে... মানে.. - ok: ঠিক আছে - nice: বেশ - good: ভালো - great: অসাধারন - excellent: চমৎকার -keep_on: পোস্ট চালিয়ে যাও। -symbol: - comma: ", " - period: "। " - colon: "ঃ " -reward: - donate: দান করুন - wechatpay: উইচ্যাট পে - alipay: আলি পে - paypal: PayPal - bitcoin: বিটকয়েন -follow_me: - welcome: আমার অন্যান্য প্রকাশনা চ্যানেলে আপনাকে স্বাগতম -accessibility: - nav_toggle: নেভিগেশন বারের দৃশ্যমানতা টগল করুন - prev_page: পূর্ববর্তী পৃষ্ঠা - next_page: পূর্ববর্তী পৃষ্ঠা - back_to_top: উপরে ফিরে যান - select_lang: ভাষা নির্বাচন করুন -symbols_count_time: - count: আর্টিকালে অক্ষর এর পরিমাণ - count_total: আর্টিকালে অক্ষর এর মোট পরিমাণ - time: পড়াতে লাগবে - time_total: মোট পড়াতে লাগবে - time_minutes: মিনিট। diff --git a/themes/next/languages/de.yml b/themes/next/languages/de.yml deleted file mode 100644 index 4b03bc29..00000000 --- a/themes/next/languages/de.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: Deutsch -title: - archive: Archiv - category: Kategorie - tag: Schlagwort - schedule: Zeitplan -menu: - home: Startseite - archives: Archiv - categories: Kategorien - tags: Schlagwörter - about: Über - search: Suche - schedule: Zeitplan - sitemap: Sitemap - commonweal: Commonweal 404 -sidebar: - overview: Übersicht - toc: Inhaltsverzeichnis -post: - posted: Veröffentlicht am - edited: Bearbeitet am - created: Erstellt - modified: Geändert am - edit: Diesen Beitrag bearbeiten - in: in - read_more: Weiterlesen - untitled: Unbenannt - sticky: Angepinnt - views: Aufrufe - related_posts: Ähnliche Beiträge - copyright: - author: Beitragsautor - link: Beitragslink - post_author: Written by - post_link: This article originally appeared on - license_title: Urheberrechtshinweis - license_content: "Alle Artikel in diesem Blog sind unter %s lizenziert, außer es wird anders angegeben." -footer: - powered: "Erstellt mit %s" - total_views: Alle Aufrufe - total_visitors: Alle Besucher -counter: - tag_cloud: - zero: Keine Schlagworte - one: Insgesamt ein Schlagwort - other: "Insgesamt %d Schlagwörter" - categories: - zero: Keine Kategorien - one: Insgesamt eine Kategorie - other: "Insgesamt %d Kategorien" - archive_posts: - zero: Keine Artikel vorhanden. - one: Ein Artikel. - other: "Insgesamt %d Artikel." -state: - posts: Artikel - tags: schlagwörter - categories: Kategorien -search: - placeholder: Suche... - empty: "We didn't find any results for the search: %s" - hits_time: "%s results found in %s ms" - hits: "%s results found" -cheers: - um: Öhm.. - ok: OK - nice: Schön - good: Gut - great: Wunderbar - excellent: Exzellent -keep_on: Bleib dran. -symbol: - comma: ". " - period: ", " - colon: ": " -reward: - donate: Spenden - wechatpay: WeChat Bezahlung - alipay: Alipay - paypal: PayPal - bitcoin: Bitcoin -follow_me: - welcome: Willkommen zu meinen anderen Veröffentlichen Kanälen -accessibility: - nav_toggle: Navigationsleiste an/ausschalten - prev_page: Vorherige Seite - next_page: Nächste Seite - back_to_top: Back to top - select_lang: Select language -symbols_count_time: - count: Symbole im Artikel gezählt - count_total: Insgesamt gezählte Symbole - time: Lesezeit - time_total: Insgesamte Lesezeit - time_minutes: minuten. diff --git a/themes/next/languages/default.yml b/themes/next/languages/default.yml deleted file mode 100644 index 7fcfc3b3..00000000 --- a/themes/next/languages/default.yml +++ /dev/null @@ -1 +0,0 @@ -en.yml \ No newline at end of file diff --git a/themes/next/languages/en.yml b/themes/next/languages/en.yml deleted file mode 100644 index 59515bc8..00000000 --- a/themes/next/languages/en.yml +++ /dev/null @@ -1,113 +0,0 @@ -name: English - -title: - archive: Archive - category: Category - tag: Tag - schedule: Schedule - -menu: - home: Home - archives: Archives - categories: Categories - tags: Tags - about: About - search: Search - schedule: Schedule - sitemap: Sitemap - commonweal: Commonweal 404 - -sidebar: - overview: Overview - toc: Table of Contents - -post: - posted: Posted on - edited: Edited on - created: Created - modified: Modified - edit: Edit this post - in: In - read_more: Read more - untitled: Untitled - sticky: Sticky - views: Views - related_posts: Related Posts - copyright: - author: Post author - link: Post link - post_author: Written by - post_link: This article originally appeared on - license_title: Copyright Notice - license_content: "All articles in this blog are licensed under %s unless stating additionally." - -footer: - powered: "Powered by %s" - total_views: Total Views - total_visitors: Total Visitors - -counter: - tag_cloud: - zero: No tags - one: 1 tag in total - other: "%d tags in total" - - categories: - zero: No categories - one: 1 category in total - other: "%d categories in total" - - archive_posts: - zero: No posts. - one: 1 post. - other: "%d posts in total." - -state: - posts: posts - tags: tags - categories: categories - -search: - placeholder: Searching... - empty: "We didn't find any results for the search: %s" - hits_time: "%s results found in %s ms" - hits: "%s results found" - -cheers: - um: Um.. - ok: OK - nice: Nice - good: Good - great: Great - excellent: Excellent - -keep_on: Keep on posting. - -symbol: - comma: ", " - period: ". " - colon: ": " - -reward: - donate: Donate - wechatpay: WeChat Pay - alipay: Alipay - paypal: PayPal - bitcoin: Bitcoin - -follow_me: - welcome: Welcome to my other publishing channels - -accessibility: - nav_toggle: Toggle navigation bar - prev_page: Previous page - next_page: Next page - back_to_top: Back to top - select_lang: Select language - -symbols_count_time: - count: Symbols count in article - count_total: Symbols count total - time: Reading time - time_total: Reading time total - time_minutes: mins. diff --git a/themes/next/languages/es.yml b/themes/next/languages/es.yml deleted file mode 100644 index 817d7791..00000000 --- a/themes/next/languages/es.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: Español -title: - archive: Archivo - category: Categoría - tag: Etiqueta - schedule: Calendario -menu: - home: Inicio - archives: Archivo - categories: Categorías - tags: Etiquetas - about: Sobre mi - search: Buscar - schedule: Calendario - sitemap: Mapa del sitio - commonweal: Commonweal 404 -sidebar: - overview: Inicio - toc: Tabla de contenidos -post: - posted: Publicado el - edited: Editado el - created: Creado por - modified: Modificado por - edit: Editar esta entrada - in: En - read_more: Leer más - untitled: Sin título - sticky: Destacados - views: Visitas - related_posts: Entradas relacionadas - copyright: - author: Autor de la entrada - link: Enlace a la entrada - post_author: Escrito por - post_link: Este artículo apareció originalmente en - license_title: Copyright - license_content: "Todos los artículos de este blog están licenciados bajo %s a no ser que se especifique una licencia adicional." -footer: - powered: "Creado mediante %s" - total_views: Visitas totales - total_visitors: Visitantes totales -counter: - tag_cloud: - zero: Sin etiquetas - one: 1 etiqueta en total - other: "%d etiquetas en total" - categories: - zero: Sin categorías - one: 1 categoría en total - other: "%d categorías en total" - archive_posts: - zero: Sin entradas. - one: 1 entrada. - other: "%d entradas en total." -state: - posts: entradas - tags: etiquetas - categories: categorías -search: - placeholder: Buscando... - empty: "No hemos encontrado ningún resultado para la búsqueda: %s" - hits_time: "%s resultados encontrados en %s ms" - hits: "%s resultados encontrados" -cheers: - um: Um.. - ok: Bueno - nice: Guai - good: Bien - great: Genial - excellent: Excelente -keep_on: Sigue posteando. -symbol: - comma: ", " - period: ". " - colon: ": " -reward: - donate: Donar - wechatpay: WeChat Pay - alipay: Alipay - paypal: PayPal - bitcoin: Bitcoin -follow_me: - welcome: Bienvenido a mis otros canales -accessibility: - nav_toggle: Cambiar a barra de navegación - prev_page: Página anterior - next_page: Página siguiente - back_to_top: Volver al principio - select_lang: Seleccione el idioma -symbols_count_time: - count: Cantidad de caracteres en el articulo - count_total: Cantidad total de caracteres - time: Tiempo de lectura - time_total: Tiempo total de lectura - time_minutes: minutos. diff --git a/themes/next/languages/fa.yml b/themes/next/languages/fa.yml deleted file mode 100644 index 978bab4a..00000000 --- a/themes/next/languages/fa.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: فارسی -title: - archive: بایگانی - category: دسته بندی - tag: برچسب - schedule: زمان بندی -menu: - home: صفحه اصلی - archives: بایگانی - categories: دسته بندی ها - tags: برچسب ها - about: درباره - search: جستجو - schedule: زمان بندی - sitemap: نقشه سایت - commonweal: Commonweal 404 -sidebar: - overview: نمای کلی - toc: فهرست مطالب -post: - posted: نوشته شده در - edited: ویرایش شده در - created: ایجاد شده - modified: تغییر یافته - edit: ویرایش این پست - in: در - read_more: ادامه مطلب - untitled: بدون عنوان - sticky: چسبنده - views: بازدیدها - related_posts: پست های مرتبط - copyright: - author: نویسنده پست - link: لینک پست - post_author: Written by - post_link: This article originally appeared on - license_title: مقررات کپی رایت - license_content: "همه مقالات در این وبلاگ تحت %s مجاز می باشند مگر اینکه به طور اضافی بیان شوند." -footer: - powered: "قدرت گرفته از %s" - total_views: مجموع بازدیدها - total_visitors: تعداد بازدید کنندگان -counter: - tag_cloud: - zero: بدون برچسب - one: 1 برچسب در مجموع - other: "%d برچسب در مجموع" - categories: - zero: بدون دسته بندی - one: 1 دسته بندی در مجموع - other: "%d دسته بندی در مجموع" - archive_posts: - zero: بدون پست. - one: 1 پست. - other: "%d برچسب در مجموع." -state: - posts: پست ها - tags: برجسب ها - categories: دسته بندی ها -search: - placeholder: جستجو... - empty: "We didn't find any results for the search: %s" - hits_time: "%s results found in %s ms" - hits: "%s results found" -cheers: - um: ام... - ok: باشه - nice: زیبا - good: خوب - great: عالی - excellent: بسیار عالی -keep_on: به پست دادن ادامه دهید. -symbol: - comma: ", " - period: ". " - colon: ": " -reward: - donate: کمک مالی - wechatpay: پرداخت WeChat - alipay: AliPay - paypal: PayPal - bitcoin: بیت کوین -follow_me: - welcome: Welcome to my other publishing channels -accessibility: - nav_toggle: تغییر ناوبری - prev_page: صفحه قبلی - next_page: صفحه بعدی - back_to_top: Back to top - select_lang: Select language -symbols_count_time: - count: تعداد نمادها در مقاله - count_total: تعداد کل نمادها - time: زمان خواندن - time_total: کل زمان خواندن - time_minutes: دقیقه. diff --git a/themes/next/languages/fr.yml b/themes/next/languages/fr.yml deleted file mode 100644 index b947464e..00000000 --- a/themes/next/languages/fr.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: Français -title: - archive: Archive - category: Catégorie - tag: Mots clés - schedule: Plannifier -menu: - home: Accueil - archives: Archives - categories: Catégories - tags: Mots clés - about: À propos - search: Recherche - schedule: Plannifier - sitemap: Sitemap - commonweal: Commonweal 404 -sidebar: - overview: Aperçu - toc: Table Des Matières -post: - posted: Posté le - edited: Édité le - created: Article créé le - modified: Mis à jour le - edit: Éditer cet article - in: dans - read_more: Lire la suite - untitled: Sans titre - sticky: Épingler - views: Vues - related_posts: Articles similaires - copyright: - author: Auteur de l'article - link: Lien de l'article - post_author: Written by - post_link: This article originally appeared on - license_title: Droit d'auteur - license_content: "Tous les articles de ce blog sont sous licence %s, sauf mention contraire." -footer: - powered: "Propulsé par %s" - total_views: Vues totales - total_visitors: Total visiteurs -counter: - tag_cloud: - zero: Aucun tag - one: 1 tag au total - other: "%d tags au total" - categories: - zero: Aucune categorie - one: 1 catégorie au total - other: "%d catégories au total" - archive_posts: - zero: Aucun article. - one: 1 article. - other: "%d articles au total." -state: - posts: articles - tags: mots clé - categories: catégories -search: - placeholder: Recherche... - empty: "We didn't find any results for the search: %s" - hits_time: "%s results found in %s ms" - hits: "%s results found" -cheers: - um: Um.. - ok: OK - nice: Jolie - good: Bien - great: Super - excellent: Excellent -keep_on: Continue comme ça. -symbol: - comma: ", " - period: ". " - colon: ": " -reward: - donate: Donner - wechatpay: WeChat Pay - alipay: Alipay - paypal: PayPal - bitcoin: Bitcoin -follow_me: - welcome: Welcome to my other publishing channels -accessibility: - nav_toggle: Basculer la barre de navigation - prev_page: Page précédente - next_page: Page suivante - back_to_top: Back to top - select_lang: Select language -symbols_count_time: - count: Caractères dans l'article - count_total: Caractères total - time: Temps de lecture - time_total: Temps total de lecture - time_minutes: mins. diff --git a/themes/next/languages/id.yml b/themes/next/languages/id.yml deleted file mode 100644 index db972b8f..00000000 --- a/themes/next/languages/id.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: Bahasa Indonesia -title: - archive: Arsip - category: Kategori - tag: Tag - schedule: Schedule -menu: - home: Beranda - archives: Arsip - categories: Kategori - tags: Tags - about: Tentang - search: Pencarian - schedule: Schedule - sitemap: Sitemap - commonweal: Commonweal 404 -sidebar: - overview: Ikhtisar - toc: Daftar Isi -post: - posted: Diposting di - edited: Edited on - created: Post created - modified: Updated at - edit: Edit this post - in: Di - read_more: Baca lebih - untitled: Tidak ada title - sticky: Sticky - views: Views - related_posts: Related Posts - copyright: - author: Post author - link: Post link - post_author: Written by - post_link: This article originally appeared on - license_title: Copyright Notice - license_content: "All articles in this blog are licensed under %s unless stating additionally." -footer: - powered: "Powered by %s" - total_views: Total Views - total_visitors: Total Visitors -counter: - tag_cloud: - zero: Tidak ada tags - one: 1 total tag - other: "%d total tags" - categories: - zero: Tidak ada kategori - one: 1 total categori - other: "%d total kategori" - archive_posts: - zero: Tidak ada posting. - one: 1 posting. - other: "%d total posting." -state: - posts: posting - tags: tags - categories: kategori -search: - placeholder: Searching... - empty: "We didn't find any results for the search: %s" - hits_time: "%s results found in %s ms" - hits: "%s results found" -cheers: - um: Um.. - ok: OK - nice: Bagus - good: Bagus - great: Besar - excellent: Baik -keep_on: Terus Posting. -symbol: - comma: ", " - period: ". " - colon: ": " -reward: - donate: Donate - wechatpay: WeChat Pay - alipay: Alipay - paypal: PayPal - bitcoin: Bitcoin -follow_me: - welcome: Welcome to my other publishing channels -accessibility: - nav_toggle: Toggle navigation bar - prev_page: Halaman sebelumnya - next_page: Halaman selanjutnya - back_to_top: Back to top - select_lang: Select language -symbols_count_time: - count: Symbols count in article - count_total: Symbols count total - time: Reading time - time_total: Reading time total - time_minutes: mins. diff --git a/themes/next/languages/it.yml b/themes/next/languages/it.yml deleted file mode 100644 index 4ebe8418..00000000 --- a/themes/next/languages/it.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: Italiano -title: - archive: Archivio - category: Categoria - tag: Tag - schedule: Programma -menu: - home: Home - archives: Archivi - categories: Categorie - tags: Tags - about: Informazioni su - search: Cerca - schedule: Programma - sitemap: Sitemap - commonweal: Commonweal 404 -sidebar: - overview: Panoramica - toc: Indice -post: - posted: Scritto il - edited: Edited on - created: Post creato - modified: Post modificato - edit: Edit this post - in: In - read_more: Leggi di più - untitled: Senza titolo - sticky: Sticky - views: Views - related_posts: Related Posts - copyright: - author: Autore - link: Link - post_author: Written by - post_link: This article originally appeared on - license_title: Copyright - license_content: "Tutti gli articoli in questo sito sono sotto licenza %s salvo disposizione contraria." -footer: - powered: "Powered by %s" - total_views: Total Views - total_visitors: Total Visitors -counter: - tag_cloud: - zero: Nessun tag - one: 1 tag in totale - other: "%d tags in totale." - categories: - zero: Nessuna categoria - one: 1 categoria in totale - other: "%d categorie in totale." - archive_posts: - zero: Nessun post. - one: 1 post. - other: "%d posts in totale." -state: - posts: posts - tags: tags - categories: categorie -search: - placeholder: Cerca... - empty: "We didn't find any results for the search: %s" - hits_time: "%s results found in %s ms" - hits: "%s results found" -cheers: - um: Mh.. - ok: OK - nice: Bello - good: Buono - great: Ottimo - excellent: Eccellente -keep_on: Continua così. -symbol: - comma: ", " - period: ". " - colon: ": " -reward: - donate: Dona - wechatpay: WeChat Pay - alipay: Alipay - paypal: PayPal - bitcoin: Bitcoin -follow_me: - welcome: Welcome to my other publishing channels -accessibility: - nav_toggle: Toggle navigation bar - prev_page: Pagina precedente - next_page: Pagina successiva - back_to_top: Back to top - select_lang: Select language -symbols_count_time: - count: Symbols count in article - count_total: Symbols count total - time: Reading time - time_total: Reading time total - time_minutes: mins. diff --git a/themes/next/languages/ja.yml b/themes/next/languages/ja.yml deleted file mode 100644 index 41d92d7e..00000000 --- a/themes/next/languages/ja.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: 日本語 -title: - archive: アーカイブ - category: カテゴリ - tag: タグ - schedule: スケジュール -menu: - home: ホーム - archives: アーカイブ - categories: カテゴリ - tags: タグ - about: プロフィール - search: 検索 - schedule: スケジュール - sitemap: サイトマップ - commonweal: 公益 404 -sidebar: - overview: 概要 - toc: 見出し -post: - posted: 投稿日 - edited: 編集日 - created: 作成日 - modified: 修正日 - edit: この記事を編集する - in: カテゴリ - read_more: 続きを読む - untitled: 無題 - sticky: 固定 - views: 閲覧数 - related_posts: 関連記事 - copyright: - author: 著者 - link: 記事へのリンク - post_author: 作者 - post_link: 元の記事 - license_title: 著作権表示 - license_content: "このブログ内のすべての記事は、特別な記載がない限り %s の下のライセンスで保護されています。" -footer: - powered: "Powered by %s" - total_views: 閲覧合計数 - total_visitors: 合計閲覧者数 -counter: - tag_cloud: - zero: タグなし - one: 全 1 タグ - other: "全 %d タグ" - categories: - zero: カテゴリなし - one: 全 1 カテゴリ - other: "全 %d カテゴリ" - archive_posts: - zero: ポストなし - one: 全 1 ポスト - other: "全 %d ポスト" -state: - posts: ポスト - tags: タグ - categories: カテゴリ -search: - placeholder: 検索… - empty: "検索結果が見つかりませんでした: %s" - hits_time: "%s の結果が %s ms で見つかりました" - hits: "%s 件の結果が見つかりました" -cheers: - um: うーん - ok: はい - nice: まあまあ - good: いいね - great: すごい - excellent: 最高 -keep_on: もっと書こう! -symbol: - comma: "、" - period: "。" - colon: ":" -reward: - donate: 寄付 - wechatpay: WeChat 支払う - alipay: Alipay - paypal: PayPal - bitcoin: ビットコイン -follow_me: - welcome: 他の公開チャンネルへようこそ -accessibility: - nav_toggle: ナビゲーションバーの切り替え - prev_page: 前のページ - next_page: 次のページ - back_to_top: Back to top - select_lang: Select language -symbols_count_time: - count: 単語数 - count_total: 単語の総数 - time: 読書の時間 - time_total: 読書の合計時間 - time_minutes: 分 diff --git a/themes/next/languages/ko.yml b/themes/next/languages/ko.yml deleted file mode 100644 index 95c4e0ec..00000000 --- a/themes/next/languages/ko.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: 한국어 -title: - archive: 아카이브 - category: 카테고리 - tag: 태그 - schedule: Schedule -menu: - home: 홈 - archives: 아카이브 - categories: 카테고리 - tags: 태그 - about: 정보 - search: 검색 - schedule: Schedule - sitemap: Sitemap - commonweal: Commonweal 404 -sidebar: - overview: 흝어보기 - toc: 목차 -post: - posted: 작성일 - edited: Edited on - created: Post created - modified: Updated at - edit: Edit this post - in: In - read_more: 더 읽어보기 - untitled: 제목 없음 - sticky: 고정 - views: Views - related_posts: Related Posts - copyright: - author: 포스트 작성자 - link: Post link - post_author: Written by - post_link: This article originally appeared on - license_title: Copyright Notice - license_content: "All articles in this blog are licensed under %s unless stating additionally." -footer: - powered: "Powered by %s" - total_views: Total Views - total_visitors: Total Visitors -counter: - tag_cloud: - zero: 태그 없음 - one: 1개의 태그 - other: "총 %d개의 태그" - categories: - zero: 카테고리 없음 - one: 1개의 카테고리 - other: "총 %d개의 카테고리" - archive_posts: - zero: 포스트 없음 - one: 1개의 포스트 - other: "총 %d개의 포스트" -state: - posts: 포스트 - tags: 태그 - categories: 카테고리 -search: - placeholder: Searching... - empty: "We didn't find any results for the search: %s" - hits_time: "%s results found in %s ms" - hits: "%s results found" -cheers: - um: 음.. - ok: 동의해요 - nice: 잘했어요 - good: 좋아요 - great: 훌륭해요 - excellent: 완벽해요 -keep_on: 포스트를 마저 작성하세요 -symbol: - comma: ", " - period: ". " - colon: ": " -reward: - donate: 도네이션 - wechatpay: WeChat Pay - alipay: Alipay - paypal: PayPal - bitcoin: 비트코인 -follow_me: - welcome: Welcome to my other publishing channels -accessibility: - nav_toggle: Toggle navigation bar - prev_page: 이전 페이지 - next_page: 다음 페이지 - back_to_top: Back to top - select_lang: Select language -symbols_count_time: - count: Symbols count in article - count_total: Symbols count total - time: Reading time - time_total: Reading time total - time_minutes: mins. diff --git a/themes/next/languages/nl.yml b/themes/next/languages/nl.yml deleted file mode 100644 index 586dbd39..00000000 --- a/themes/next/languages/nl.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: Niederländisch -title: - archive: Archief - category: Categorie - tag: Label - schedule: Rooster -menu: - home: Home - archives: Archieven - categories: Categorieën - tags: Labels - about: Over - search: Zoeken - schedule: Rooster - sitemap: Sitemap - commonweal: Gezond verstand 404 -sidebar: - overview: Overzicht - toc: Inhoudsopgave -post: - posted: Geplaatst op - edited: Edited on - created: Post aangemaakt - modified: Post aangepast - edit: Edit this post - in: In - read_more: Lees meer - untitled: Naamloos - sticky: Sticky - views: Views - related_posts: Related Posts - copyright: - author: Post auteur - link: Post link - post_author: Written by - post_link: This article originally appeared on - license_title: Copyright melding - license_content: "Alle artikelen op deze blog zijn gelicenseerd onder %s, mits niet anders aangegeven." -footer: - powered: "Mede mogelijk gemaakt door %s" - total_views: Total Views - total_visitors: Total Visitors -counter: - tag_cloud: - zero: Geen labels - one: 1 label in totaal - other: "%d labels in totaal" - categories: - zero: Geen categorieën - one: 1 categorie in totaal - other: "%d categorieën in totaal" - archive_posts: - zero: Geen posts. - one: 1 post. - other: "%d posts in totaal." -state: - posts: posts - tags: labels - categories: categorieën -search: - placeholder: Zoeken... - empty: "We didn't find any results for the search: %s" - hits_time: "%s results found in %s ms" - hits: "%s results found" -cheers: - um: Um.. - ok: Oké - nice: Leuk - good: Goed - great: Geweldig - excellent: Uitstekend -keep_on: Blijf posten. -symbol: - comma: ", " - period: ". " - colon: ": " -reward: - donate: Doneer - wechatpay: WeChat Pay - alipay: Alipay - paypal: PayPal - bitcoin: Bitcoin -follow_me: - welcome: Welcome to my other publishing channels -accessibility: - nav_toggle: Toggle navigation bar - prev_page: Vorige pagina - next_page: Volgende pagina - back_to_top: Back to top - select_lang: Select language -symbols_count_time: - count: Symbols count in article - count_total: Symbols count total - time: Reading time - time_total: Reading time total - time_minutes: mins. diff --git a/themes/next/languages/pt-BR.yml b/themes/next/languages/pt-BR.yml deleted file mode 100644 index 009164b6..00000000 --- a/themes/next/languages/pt-BR.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: Português -title: - archive: Arquivo - category: Categoria - tag: Etiqueta - schedule: Programação -menu: - home: Home - archives: Arquivos - categories: Categorias - tags: Etiquetas - about: Sobre - search: Pesquisar - schedule: Programação - sitemap: Mapa do site - commonweal: Commonweal 404 -sidebar: - overview: Visão geral - toc: Índice -post: - posted: Postado em - edited: Editado em - created: Criado em - modified: Modificado em - edit: Editar publicação - in: Em - read_more: Leia mais - untitled: Sem título - sticky: Fixo - views: Visualizações - related_posts: Publicações Relacionadas - copyright: - author: Autor da publicação - link: Link da publicação - post_author: Escrito por - post_link: Este artigo foi originalmente publicado em - license_title: Nota de Direitos Autorais - license_content: "Todos os artigos deste blog são licenciados sob %s, a menos que seja indicado o contrário." -footer: - powered: "Feito com %s" - total_views: Visualizações Totais - total_visitors: Total de visitantes -counter: - tag_cloud: - zero: Sem etiquetas - one: 1 etiqueta no total de - other: "%d etiquetas no total de" - categories: - zero: Sem categoria - one: 1 categoria no total de - other: "%d categoria no total de" - archive_posts: - zero: Sem publicações. - one: 1 publicação. - other: "%d publicações no total." -state: - posts: publicações - tags: etiquetas - categories: categorias -search: - placeholder: Pesquisando... - empty: "Não encontramos nenhum resultado para a pesquisa: %s" - hits_time: "%s resultados encontrados em %s ms" - hits: "%s resultados encontrados" -cheers: - um: Uhmmmm... - ok: OK - nice: Bom - good: Muito Bom - great: Ótimo - excellent: Excelente -keep_on: Continue publicando. -symbol: - comma: ", " - period: ". " - colon: ": " -reward: - donate: Doar - wechatpay: WeChat Pay - alipay: Alipay - paypal: PayPal - bitcoin: Bitcoin -follow_me: - welcome: Bem-vindo aos meus outros canais de publicação -accessibility: - nav_toggle: Alternar barra de navegação - prev_page: Página anterior - next_page: Próxima página - back_to_top: Back to top - select_lang: Select language -symbols_count_time: - count: Contagem total de caracteres no artigo - count_total: Contagem total de caracteres - time: Tempo de leitura - time_total: Tempo total de leitura - time_minutes: mins. diff --git a/themes/next/languages/pt.yml b/themes/next/languages/pt.yml deleted file mode 100644 index 7e7e496a..00000000 --- a/themes/next/languages/pt.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: Português -title: - archive: Arquivo - category: Categoria - tag: Tag - schedule: Schedule -menu: - home: Home - archives: Arquivos - categories: Categorias - tags: Tags - about: Sobre - search: Pesquisa - schedule: Schedule - sitemap: Sitemap - commonweal: Commonweal 404 -sidebar: - overview: Visão Geral - toc: Tabela de Conteúdo -post: - posted: Postado em - edited: Edited on - created: Post created - modified: Updated at - edit: Edit this post - in: Em - read_more: Ler mais - untitled: Sem título - sticky: Sticky - views: Views - related_posts: Related Posts - copyright: - author: Post author - link: Post link - post_author: Written by - post_link: This article originally appeared on - license_title: Copyright Notice - license_content: "All articles in this blog are licensed under %s unless stating additionally." -footer: - powered: "Desenvolvido com amor com %s" - total_views: Total Views - total_visitors: Total Visitors -counter: - tag_cloud: - zero: Sem tags - one: 1 tag no total - other: "%d tags no total" - categories: - zero: Sem categorias - one: 1 categoria no total - other: "%d categorias no total" - archive_posts: - zero: Sem publicações. - one: 1 post. - other: "%d publicações no total." -state: - posts: publicações - tags: tags - categories: categorias -search: - placeholder: Searching... - empty: "We didn't find any results for the search: %s" - hits_time: "%s results found in %s ms" - hits: "%s results found" -cheers: - um: Um.. - ok: OK - nice: Legal - good: Bom - great: Grandioso - excellent: Excelente -keep_on: Mantenha-se publicando! -symbol: - comma: ", " - period: ". " - colon: ": " -reward: - donate: Donate - wechatpay: WeChat Pay - alipay: Alipay - paypal: PayPal - bitcoin: Bitcoin -follow_me: - welcome: Welcome to my other publishing channels -accessibility: - nav_toggle: Toggle navigation bar - prev_page: Página anterior - next_page: Página seguinte - back_to_top: Back to top - select_lang: Select language -symbols_count_time: - count: Symbols count in article - count_total: Symbols count total - time: Reading time - time_total: Reading time total - time_minutes: mins. diff --git a/themes/next/languages/ru.yml b/themes/next/languages/ru.yml deleted file mode 100644 index 0880c179..00000000 --- a/themes/next/languages/ru.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: Английский -title: - archive: Архив - category: Категория - tag: Тэг - schedule: Календарь -menu: - home: Главная - archives: Архив - categories: Категории - tags: Тэги - about: О сайте - search: Поиск - schedule: Планировщик - sitemap: Карта сайта - commonweal: Страница 404 -sidebar: - overview: Обзор - toc: Содержание -post: - posted: Размещено - edited: Изменено - created: Создано - modified: Изменено - edit: Редактировать запись - in: В категории - read_more: Далее... - untitled: Безимянный - sticky: Ссылка - views: Просмотров - related_posts: Похожие записи - copyright: - author: Автор записи - link: Ссылка на запись - post_author: Авторы - post_link: Оригинал этой статьи был написан - license_title: Информация об авторских правах - license_content: "Все записи на этом сайте защищены лицензией %s, если не указано дополнительно." -footer: - powered: "Генератор — %s" - total_views: Всего просмотров - total_visitors: Всего посетителей -counter: - tag_cloud: - zero: Нет тэгов. - one: 1 тэг. - other: "%d тэгов всего." - categories: - zero: Нет категорий. - one: 1 категория. - other: "%d категорий всего." - archive_posts: - zero: Нет записей. - one: 1 запись. - other: "%d записей всего." -state: - posts: Архив - tags: Тэги - categories: Категории -search: - placeholder: Поиск... - empty: "По запросу ничего не найдено: %s" - hits_time: "%s результатов найдено за %s мс" - hits: "%s результатов найдено" -cheers: - um: Эм.. - ok: ОК - nice: Неплохо - good: Хорошо - great: Замечательно - excellent: Великолепно -keep_on: Продолжаю писать. -symbol: - comma: ", " - period: ". " - colon: ": " -reward: - donate: Донат - wechatpay: WeChat Pay - alipay: Alipay - paypal: PayPal - bitcoin: Биткоин -follow_me: - welcome: Добро пожаловать на другие мои издательские каналы -accessibility: - nav_toggle: Показать/скрыть меню - prev_page: Предыдущая страница - next_page: Следующая страница - back_to_top: В начало - select_lang: Выберите язык -symbols_count_time: - count: Кол-во символов в статье - count_total: Общее кол-во символов - time: Время чтения - time_total: Общее время чтения - time_minutes: мин. diff --git a/themes/next/languages/si.yml b/themes/next/languages/si.yml deleted file mode 100644 index 66508f93..00000000 --- a/themes/next/languages/si.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: සිංහල -title: - archive: සංරක්ෂිතය - category: ප්‍රවර්ගය - tag: ටැගය - schedule: කාලසටහන -menu: - home: මුල - archives: සංරක්ෂිත - categories: ප්‍රවර්ග - tags: ටැග - about: පිළිබඳව - search: සොයන්න - schedule: කාලසටහන - sitemap: අඩවි සිතියම - commonweal: සමස්ත ප්‍රජාව 404 -sidebar: - overview: සමස්ත දැක්ම - toc: පටුන -post: - posted: පළ කළේ - edited: සංස්කරණය කළේ - created: හැදුවා - modified: සංස්කරණය කළා - edit: ලිපිය සංස්කරණය - in: තුළ - read_more: තව කියවන්න - untitled: නිර්නාමික - sticky: ඇලෙන - views: දර්ශන වාර - related_posts: ආශ්‍රිත ලිපි - copyright: - author: කර්තෘ - link: සබැඳිය - post_author: ලියන ලද්දේ - post_link: මේ ලිපිය මුළින්ම පළ වූයේ - license_title: හිමිකම් ප්‍රකාශය - license_content: "මෙහි සියලු ලිපි, අමතර සඳහනක් නොමැති තැන් වලදී, %s බලපත්‍රය යටතේ පවතී." -footer: - powered: "%s විසින් බල ගැන්වේ" - total_views: සියලු දර්ශන වාර - total_visitors: සියලු අමුත්තන් -counter: - tag_cloud: - zero: ටැග නැත - one: 1 ටැගයක් ඇත - other: "ටැග %dක් ඇත" - categories: - zero: ප්‍රවර්ග නැත - one: 1 ප්‍රවර්ගයක් ඇත - other: "ප්‍රවර්ග %dක් ඇත" - archive_posts: - zero: ලිපි නැත. - one: 1 ලිපියක්. - other: "ලිපි %dක් ඇත." -state: - posts: ලිපි - tags: ටැග - categories: ප්‍රවර්ග -search: - placeholder: සොයමින්... - empty: "%s ගැන සෙවීමෙන් ප්‍රතිඵල හමු නොවුණි" - hits_time: "ප්‍රතිඵල %s සඳහා %s ms ගතවිය" - hits: "ප්‍රතිඵල %s හමු විය" -cheers: - um: ඇත්ත වශයෙන්ම.. - ok: හරි - nice: කදිමයි - good: හොඳයි - great: නියමයි - excellent: විශිෂ්ටයි -keep_on: දිගටම පළ කරන්න. -symbol: - comma: ", " - period: ". " - colon: ": " -reward: - donate: පරිත්‍යාග කරන්න - wechatpay: වීචැට් පේ - alipay: අලිපේ - paypal: පේපෑල් - bitcoin: බිට්කොයින් -follow_me: - welcome: මගේ වෙනත් පළකිරීම් මාධ්‍ය වෙත සාදරයෙන් පිළිගනිමි -accessibility: - nav_toggle: යාත්‍රණය මාරු කිරීම - prev_page: පෙර පිටුව - next_page: පසු පිටුව - back_to_top: Back to top - select_lang: Select language -symbols_count_time: - count: ලිපියේ සංකේත ගණන - count_total: මුළු සංකේත ගණන - time: කියවුම් කාලය - time_total: මුළු කියවුම් කාලය - time_minutes: විනාඩි. diff --git a/themes/next/languages/tk.yml b/themes/next/languages/tk.yml deleted file mode 100644 index ee2ac995..00000000 --- a/themes/next/languages/tk.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: Türkmençe -title: - archive: Arhiw - category: Bölüm - tag: Teg - schedule: Kalendar -menu: - home: Baş sahypa - archives: Arhiw - categories: Bölümler - tags: Tegler - about: Saýt hakynda - search: Gözleg - schedule: Kalendar - sitemap: Saýtyň kartasy - commonweal: 404 sahypa -sidebar: - overview: Syn - toc: Mazmuny -post: - posted: Goýuldy - edited: Üýtgedildi - created: Döredildi - modified: Üýtgedildi - edit: Redaktirle - in: bölümde - read_more: Dowamyny oka - untitled: Atlandyrylmadyk - sticky: Salgylanma - views: Görüldi - related_posts: Meňzeş makalalar - copyright: - author: Makalanyň awtory - link: Makala salgylanma - post_author: Written by - post_link: This article originally appeared on - license_title: Awtorlyk hukugy hakynda maglumat - license_content: "Eger-de goşmaça maglumat berilmedik bolsa, bu saýtdaky ähli maglumatlar %s lisenziýa bilen goragly." -footer: - powered: "Генератор — %s" - total_views: Görülme sany - total_visitors: Girilen sany -counter: - tag_cloud: - zero: Teg ýok. - one: 1 teg. - other: "%d teg bar." - categories: - zero: Bölüm ýok. - one: 1 bölüm. - other: "%d bölüm bar." - archive_posts: - zero: Makala tapylmady. - one: 1 makala. - other: "%d makala bar." -state: - posts: Makalalar - tags: Tegler - categories: Bölümler -search: - placeholder: Gözleg... - empty: "We didn't find any results for the search: %s" - hits_time: "%s results found in %s ms" - hits: "%s results found" -cheers: - um: Hmm.. - ok: OK - nice: Erbet däl - good: Gowy - great: Bet - excellent: Örän gowy -keep_on: Ýazmagy dowam et. -symbol: - comma: ", " - period: ". " - colon: ": " -reward: - donate: Donat - wechatpay: WeChat Pay - alipay: Alipay - paypal: PayPal - bitcoin: Bitcoin -follow_me: - welcome: Meniň başga paýlaşma platformalarym -accessibility: - nav_toggle: Görkez/Gizle - prev_page: Öňki sahypa - next_page: Indiki sahypa - back_to_top: Back to top - select_lang: Select language -symbols_count_time: - count: Makalada symbollaryň mukdary - count_total: Symbollaryň umumy sany - time: Okalma wagty - time_total: Jemi okalma wagty - time_minutes: min. diff --git a/themes/next/languages/tr.yml b/themes/next/languages/tr.yml deleted file mode 100644 index 7758016a..00000000 --- a/themes/next/languages/tr.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: Türk -title: - archive: Arşiv - category: Kategori - tag: Etiket - schedule: Program -menu: - home: Ana Sayfa - archives: Arşivler - categories: Kategoriler - tags: Etiketler - about: Hakkımda - search: Ara - schedule: Program - sitemap: Site Haritası - commonweal: Hata 404 -sidebar: - overview: Genel Bakış - toc: İçindekiler -post: - posted: Yayınlandı - edited: Düzenlendi - created: Oluşturuldu - modified: Değiştirildi - edit: Bu gönderiyi düzenle - in: İçinde - read_more: Daha fazla oku - untitled: Başlıksız - sticky: Sabit - views: Görünümler - related_posts: İlgili Gönderiler - copyright: - author: Gönderiyi yazan - link: Gönderi bağlantısı - post_author: Written by - post_link: This article originally appeared on - license_title: Telif Hakkı Bildirimi - license_content: "Bu blogdaki tüm makaleler aksi belirtilmediği sürece %s altında lisanslıdır." -footer: - powered: "%s tarafından desteklenmektedir" - total_views: Toplam görüntülenme - total_visitors: Toplam Ziyaretçi -counter: - tag_cloud: - zero: Etiket yok - one: Toplam 1 etiket - other: "Toplamda %d etiket" - categories: - zero: Kategori yok - one: Toplamda 1 kategori - other: "Toplamda %d kategori" - archive_posts: - zero: Gönderi yok. - one: 1 gönderi. - other: "Toplamda %d gönderi." -state: - posts: gönderiler - tags: etiketler - categories: kategoriler -search: - placeholder: Aranıyor... - empty: "We didn't find any results for the search: %s" - hits_time: "%s results found in %s ms" - hits: "%s results found" -cheers: - um: Um.. - ok: Tamam - nice: Güzel - good: İyi - great: Müthiş - excellent: Mükemmel -keep_on: Gönderiye devam. -symbol: - comma: ", " - period: ". " - colon: ": " -reward: - donate: Bağış - wechatpay: WeChat Pay - alipay: Alipay - paypal: PayPal - bitcoin: Bitcoin -follow_me: - welcome: Diğer yayıncılık kanallarıma hoşgeldiniz -accessibility: - nav_toggle: Gezinti çubuğunu değiştir - prev_page: Önceki sayfa - next_page: Sonraki sayfa - back_to_top: Back to top - select_lang: Select language -symbols_count_time: - count: Makalede sayılan semboller - count_total: Sayılan toplam semboller - time: Okuma Süresi - time_total: Toplamda Okuma Süresi - time_minutes: dk. diff --git a/themes/next/languages/uk.yml b/themes/next/languages/uk.yml deleted file mode 100644 index 4da7e4f0..00000000 --- a/themes/next/languages/uk.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: Український -title: - archive: Архів - category: Категорія - tag: Тег - schedule: Календар -menu: - home: Головна - archives: Архів - categories: Категорії - tags: Теги - about: Про сайт - search: Пошук - schedule: Календар - sitemap: Карта сайту - commonweal: Сторінка 404 -sidebar: - overview: Огляд - toc: Зміст -post: - posted: Опубліковано - edited: Змінено - created: Створено - modified: Змінено - edit: Редагувати запис - in: в категорії - read_more: Читати повністю - untitled: Без імені - sticky: Посилання - views: Переглядів - related_posts: Схожі записи - copyright: - author: Автор запису - link: Посилання на запис - post_author: Written by - post_link: This article originally appeared on - license_title: Інформація про авторські права - license_content: "Всі записи на цьому сайті захищені ліцензією %s, якщо не вказано додатково." -footer: - powered: "Генератор — %s" - total_views: Всього переглядів - total_visitors: Всього відвідувачів -counter: - tag_cloud: - zero: Немає тегів. - one: 1 тег. - other: "%d тегів всього." - categories: - zero: Немає категорій. - one: 1 категорія. - other: "%d категорій всього." - archive_posts: - zero: Немає записів. - one: 1 запис. - other: "%d записів всього." -state: - posts: Архів - tags: Теги - categories: Категорії -search: - placeholder: Пошук... - empty: "We didn't find any results for the search: %s" - hits_time: "%s results found in %s ms" - hits: "%s results found" -cheers: - um: Ем.. - ok: ОК - nice: Не погано - good: Добре - great: Чудово - excellent: Прекрасно -keep_on: Продовжую писати. -symbol: - comma: ", " - period: ". " - colon: ": " -reward: - donate: Донат - wechatpay: WeChat Pay - alipay: Alipay - paypal: PayPal - bitcoin: Bitcoin -follow_me: - welcome: Мої інші видавничі канали -accessibility: - nav_toggle: Показати/приховати меню - prev_page: Попередня сторінка - next_page: Наступна сторінка - back_to_top: Back to top - select_lang: Select language -symbols_count_time: - count: К-сть символів в статті - count_total: Загальна к-сть символів - time: Час читання - time_total: Загальний час читання - time_minutes: хв. diff --git a/themes/next/languages/vi.yml b/themes/next/languages/vi.yml deleted file mode 100644 index 43189773..00000000 --- a/themes/next/languages/vi.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: Tiếng Việt -title: - archive: Lưu Trữ - category: Phân Loại - tag: Thẻ - schedule: Danh Mục -menu: - home: Trang Chủ - archives: Lưu Trữ - categories: Đầu Mục - tags: Thẻ - about: Giới Thiệu - search: Tìm Kiếm - schedule: Danh Mục - sitemap: Bản đồ trang - commonweal: Commonwealth Act No. 404 -sidebar: - overview: Tổng Quan - toc: Mục Lục -post: - posted: Tạo lúc - edited: Chỉnh sửa vào - created: Được tạo - modified: Được thay đổi - edit: Chính sửa bài viết này - in: Trong - read_more: Đọc tiếp - untitled: Không có tiêu đề - sticky: Đính - views: Lượt xem - related_posts: Các bài viết liên quan - copyright: - author: Người viết - link: Liên kết bài viết - post_author: Written by - post_link: This article originally appeared on - license_title: Chú ý bản quyền - license_content: "Tất cả bài viết trong blog này được đăng ký bởi %s trừ khi có thông báo bổ sung." -footer: - powered: "Cung cấp bởi %s" - total_views: Tổng số người xem - total_visitors: Tổng số truy cập -counter: - tag_cloud: - zero: Không có thẻ nào - one: có 1 thẻ tất cả - other: "có %d thẻ tất cả" - categories: - zero: Không có trong mục nào - one: có 1 mục tất cả - other: "có %d mục tất cả" - archive_posts: - zero: Không có bài viết. - one: 1 bài viết. - other: "tổng số %d bài viết." -state: - posts: bài viết - tags: thẻ - categories: mục -search: - placeholder: Đang tìm... - empty: "We didn't find any results for the search: %s" - hits_time: "%s results found in %s ms" - hits: "%s results found" -cheers: - um: Um.. - ok: Đồng Ý - nice: Hay - good: Tốt - great: Tuyệt vời - excellent: Tuyệt cú mèo -keep_on: Giữ tiến độ nha. -symbol: - comma: ", " - period: ". " - colon: ": " -reward: - donate: Tài trợ - wechatpay: WeChat Pay - alipay: Alipay - paypal: Paypal - bitcoin: Bitcoin -follow_me: - welcome: Xin chào mừng đến với các kênh khác của tôi -accessibility: - nav_toggle: Thanh điều hướng chuyển đổi - prev_page: Trang trước - next_page: Trang sau - back_to_top: Back to top - select_lang: Select language -symbols_count_time: - count: Số biểu tượng trong bài viết - count_total: Tổng số biểu tượng - time: Thời lượng đọc - time_total: Tổng thời lượng đọc - time_minutes: phút. diff --git a/themes/next/languages/zh-CN.yml b/themes/next/languages/zh-CN.yml deleted file mode 100644 index 51838dcb..00000000 --- a/themes/next/languages/zh-CN.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: 简体中文 -title: - archive: 归档 - category: 分类 - tag: 标签 - schedule: 日程表 -menu: - home: 首页 - archives: 归档 - categories: 分类 - tags: 标签 - about: 关于 - search: 搜索 - schedule: 日程表 - sitemap: 站点地图 - commonweal: 公益 404 -sidebar: - overview: 站点概览 - toc: 文章目录 -post: - posted: 发表于 - edited: 更新于 - created: 创建时间 - modified: 修改时间 - edit: 编辑 - in: 分类于 - read_more: 阅读全文 - untitled: 未命名 - sticky: 置顶 - views: 阅读次数 - related_posts: 相关文章 - copyright: - author: 本文作者 - link: 本文链接 - post_author: 原作者 - post_link: 原文链接 - license_title: 版权声明 - license_content: "本博客所有文章除特别声明外,均采用 %s 许可协议。转载请注明出处!" -footer: - powered: "由 %s 强力驱动" - total_views: 总访问量 - total_visitors: 总访客量 -counter: - tag_cloud: - zero: 暂无标签 - one: 目前共计 1 个标签 - other: "目前共计 %d 个标签" - categories: - zero: 暂无分类 - one: 目前共计 1 个分类 - other: "目前共计 %d 个分类" - archive_posts: - zero: 暂无日志。 - one: 目前共计 1 篇日志。 - other: "目前共计 %d 篇日志。" -state: - posts: 日志 - tags: 标签 - categories: 分类 -search: - placeholder: 搜索... - empty: "没有找到任何搜索结果:%s" - hits_time: "找到 %s 个搜索结果(用时 %s 毫秒)" - hits: "找到 %s 个搜索结果" -cheers: - um: 嗯.. - ok: 还行 - nice: 不错 - good: 很好 - great: 非常好 - excellent: 太棒了 -keep_on: 继续努力。 -symbol: - comma: "," - period: "。" - colon: ":" -reward: - donate: 赞赏 - wechatpay: 微信 - alipay: 支付宝 - paypal: PayPal - bitcoin: 比特币 -follow_me: - welcome: 欢迎关注我的其它发布渠道 -accessibility: - nav_toggle: 切换导航栏 - prev_page: 上一页 - next_page: 下一页 - back_to_top: 返回顶部 - select_lang: 选择语言 -symbols_count_time: - count: 本文字数 - count_total: 站点总字数 - time: 阅读时长 - time_total: 站点阅读时长 - time_minutes: 分钟 diff --git a/themes/next/languages/zh-HK.yml b/themes/next/languages/zh-HK.yml deleted file mode 100644 index 84c2f5af..00000000 --- a/themes/next/languages/zh-HK.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: 繁體中文(香港) -title: - archive: 歸檔 - category: 分類 - tag: 標籤 - schedule: 日程表 -menu: - home: 首頁 - archives: 歸檔 - categories: 分類 - tags: 標籤 - about: 關於 - search: 檢索 - schedule: 日程表 - sitemap: 站點地圖 - commonweal: 公益 404 -sidebar: - overview: 本站概覽 - toc: 文章目錄 -post: - posted: 發表於 - edited: 更新於 - created: 創建時間 - modified: 修改時間 - edit: 編輯 - in: 分類於 - read_more: 閱讀全文 - untitled: 未命名 - sticky: 置頂 - views: 閱讀次數 - related_posts: 相關文章 - copyright: - author: 博主 - link: 文章連結 - post_author: 已寫入 - post_link: 文章最初發表於 - license_title: 版權聲明 - license_content: "本網誌所有文章除特別聲明外,均採用 %s 許可協議。轉載請註明出處!" -footer: - powered: "由 %s 強力驅動" - total_views: 總瀏覽次數 - total_visitors: 訪客總數 -counter: - tag_cloud: - zero: 暫無標籤 - one: 目前共有 1 個標籤 - other: "目前共有 %d 個標籤" - categories: - zero: 暫無分類 - one: 目前共有 1 個分類 - other: "目前共有 %d 個分類" - archive_posts: - zero: 暫無文章。 - one: 目前共有 1 篇文章。 - other: "目前共有 %d 篇文章。" -state: - posts: 文章 - tags: 標籤 - categories: 分類 -search: - placeholder: 搜索... - empty: "我們無法找到任何有關 %s 的搜索結果" - hits_time: "%s 結果在 %s 毫秒找到" - hits: "找到 %s 個結果" -cheers: - um: 嗯.. - ok: 還行 - nice: 好 - good: 很好 - great: 非常好 - excellent: 太棒了 -keep_on: 繼續努力。 -symbol: - comma: "," - period: "。" - colon: ":" -reward: - donate: 讚賞 - wechatpay: 微信支付 - alipay: 支付寶 - paypal: 貝寶 - bitcoin: 比特幣 -follow_me: - welcome: 歡迎關注我的其它發布渠道 -accessibility: - nav_toggle: 切換導航欄 - prev_page: 上一頁 - next_page: 下一頁 - back_to_top: 回到頂部 - select_lang: 選擇語言 -symbols_count_time: - count: 本文字數 - count_total: 站點總字數 - time: 閱讀時長 - time_total: 站點閱讀時長 - time_minutes: 分鍾 diff --git a/themes/next/languages/zh-TW.yml b/themes/next/languages/zh-TW.yml deleted file mode 100644 index 23f67f62..00000000 --- a/themes/next/languages/zh-TW.yml +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: 繁體中文 -title: - archive: 歸檔 - category: 分類 - tag: 標籤 - schedule: 時間表 -menu: - home: 首頁 - archives: 歸檔 - categories: 分類 - tags: 標籤 - about: 關於 - search: 搜尋 - schedule: 時間表 - sitemap: 網站地圖 - commonweal: 公益 404 -sidebar: - overview: 本站概要 - toc: 文章目錄 -post: - posted: 發表於 - edited: 更新於 - created: 創建時間 - modified: 修改時間 - edit: 編輯 - in: 分類於 - read_more: 閱讀全文 - untitled: 未命名 - sticky: 置頂 - views: 閱讀次數 - related_posts: 相關文章 - copyright: - author: 作者 - link: 文章連結 - post_author: 已寫入 - post_link: 文章最初發表於 - license_title: 版權聲明 - license_content: "本網誌所有文章除特別聲明外,均採用 %s 許可協議。轉載請註明出處!" -footer: - powered: "由 %s 強力驅動" - total_views: 總瀏覽次數 - total_visitors: 訪客總數 -counter: - tag_cloud: - zero: 沒有標籤 - one: 目前共有 1 個標籤 - other: "目前共有 %d 個標籤" - categories: - zero: 沒有分類 - one: 目前共有 1 個分類 - other: "目前共有 %d 個分類" - archive_posts: - zero: 沒有文章。 - one: 目前共有 1 篇文章。 - other: "目前共有 %d 篇文章。" -state: - posts: 文章 - tags: 標籤 - categories: 分類 -search: - placeholder: 搜尋... - empty: "我們無法找到任何有關 %s 的搜索結果" - hits_time: "%s 找到 %s 個結果" - hits: "找到 %s 個結果" -cheers: - um: 嗯.. - ok: 還行 - nice: 好 - good: 很好 - great: 非常好 - excellent: 太棒了 -keep_on: 繼續努力。 -symbol: - comma: "," - period: "。" - colon: ":" -reward: - donate: 捐贈 - wechatpay: 微信支付 - alipay: 支付寶 - paypal: 貝寶 - bitcoin: 比特幣 -follow_me: - welcome: 歡迎關注我的其它發布渠道 -accessibility: - nav_toggle: 切換導航欄 - prev_page: 上一頁 - next_page: 下一頁 - back_to_top: 回到頂端 - select_lang: 選擇語言 -symbols_count_time: - count: 文章字數 - count_total: 總字數 - time: 所需閱讀時間 - time_total: 所需總閱讀時間 - time_minutes: 分鐘 diff --git a/themes/next/layout/_layout.njk b/themes/next/layout/_layout.njk deleted file mode 100644 index 9dff4c55..00000000 --- a/themes/next/layout/_layout.njk +++ /dev/null @@ -1,52 +0,0 @@ - - - - {{ partial('_partials/head/head.njk', {}, {cache: theme.cache.enable}) }} - {%- include '_partials/head/head-unique.njk' -%} - {% block title %}{% endblock %} - {{ partial('_third-party/analytics/index.njk', {}, {cache: theme.cache.enable}) }} - {{- next_inject('head') }} - - - - -
- -
-
-
- {%- include '_partials/header/index.njk' -%} -
- {%- if theme.sidebar.display !== 'remove' %} - {% block sidebar %}{% endblock %} - {%- endif %} -
- - {{ partial('_partials/widgets.njk', {}, {cache: theme.cache.enable}) }} - -
- {%- include '_partials/header/sub-menu.njk' -%} - {% block content %}{% endblock %} - {%- include '_partials/comments.njk' -%} -
-
- -
- -
- - {{ partial('_scripts/index.njk', {}, {cache: theme.cache.enable}) }} - {{ partial('_third-party/index.njk', {}, {cache: theme.cache.enable}) }} - {{ partial('_third-party/statistics/index.njk', {}, {cache: theme.cache.enable}) }} - - {%- include '_third-party/math/index.njk' -%} - {%- include '_third-party/quicklink.njk' -%} - - {{- next_inject('bodyEnd') }} - - diff --git a/themes/next/layout/_macro/post-collapse.njk b/themes/next/layout/_macro/post-collapse.njk deleted file mode 100644 index 4c391194..00000000 --- a/themes/next/layout/_macro/post-collapse.njk +++ /dev/null @@ -1,41 +0,0 @@ -{% macro render(posts) %} -{%- set current_year = '1970' %} -{%- for post in posts.toArray() %} - - {%- set year = date(post.date, 'YYYY') %} - - {%- if year !== current_year %} - {%- set current_year = year %} -
- {{ current_year }} -
- {%- endif %} - -
-
- - -
- {%- if post.link %}{# Link posts #} - {%- set postTitleIcon = '' %} - {%- set postText = post.title or post.link %} - {{ next_url(post.link, postText + postTitleIcon, {class: 'post-title-link post-title-link-external', itemprop: 'url'}) }} - {% else %} - - {%- endif %} -
- - {{ post_gallery(post.photos) }} -
-
- -{%- endfor %} -{% endmacro %} diff --git a/themes/next/layout/_macro/post.njk b/themes/next/layout/_macro/post.njk deleted file mode 100644 index 70b05c65..00000000 --- a/themes/next/layout/_macro/post.njk +++ /dev/null @@ -1,161 +0,0 @@ -{##################} -{### POST BLOCK ###} -{##################} -
- {# Gallery support #} - {{ post_gallery(post.photos) }} - -
- - - - - - - - - {%- if post.header !== false %} -
- <{% if is_index %}h2{% else %}h1{% endif %} class="post-title{% if post.direction and post.direction.toLowerCase() === 'rtl' %} rtl{% endif %}" itemprop="name headline"> - {# Link posts #} - {%- if post.link %} - {%- if post.sticky > 0 %} - - - - {%- endif %} - {%- set postTitleIcon = '' %} - {%- set postText = post.title or post.link %} - {{- next_url(post.link, postText + postTitleIcon, {class: 'post-title-link post-title-link-external', itemprop: 'url'}) }} - {% elif is_index %} - {%- if post.sticky > 0 %} - - - - {%- endif %} - {{- next_url(post.path, post.title or __('post.untitled'), {class: 'post-title-link', itemprop: 'url'}) }} - {%- else %} - {{- post.title }} - {{- post_edit(post.source) }} - {%- endif %} - - - -
- {%- endif %} - - {#################} - {### POST BODY ###} - {#################} -
- {%- if is_index %} - {%- if post.description and theme.excerpt_description %} -

{{ post.description }}

- - {%- if theme.read_more_btn %} -
- - {{ __('post.read_more') }} » - -
- {%- endif %} - - {% elif post.excerpt %} - {{ post.excerpt }} - - {%- if theme.read_more_btn %} -
- - {{ __('post.read_more') }} » - -
- {%- endif %} - - {% else %} - {{ post.content }} - {%- endif %} - {% else %} - {{ post.content }} - {%- endif %} -
- - {#####################} - {### END POST BODY ###} - {#####################} - - {%- if theme.related_posts.enable and (theme.related_posts.display_in_home or not is_index) %} - {{ partial('_partials/post/post-related.njk') }} - {%- endif %} - -
- {%- if is_index %} -
- {% else %} - {{- next_inject('postBodyEnd') }} - - {%- if post.reward_settings.enable %} - {{ partial('_partials/post/post-reward.njk') }} - {%- endif %} - - {%- if theme.creative_commons.license and theme.creative_commons.post and post.copyright !== false %} - {{ partial('_partials/post/post-copyright.njk') }} - {%- endif %} - - {%- if theme.follow_me %} - {{ partial('_partials/post/post-followme.njk', {}, {cache: theme.cache.enable}) }} - {%- endif %} - - {%- if post.tags and post.tags.length %} - {%- set tag_indicate = '' if theme.tag_icon else '#' %} - - {%- endif %} - - {{ partial('_partials/post/post-footer.njk', {}, {cache: theme.cache.enable}) }} - - {%- if theme.post_navigation and (post.prev or post.next) %} - {%- set prev = post.prev if theme.post_navigation === 'right' else post.next %} - {%- set next = post.next if theme.post_navigation === 'right' else post.prev %} -
-
- {%- if prev %} - - {%- endif %} -
-
- {%- if next %} - - {%- endif %} -
-
- {%- endif %} - - {%- endif %} -
-
-
-{######################} -{### END POST BLOCK ###} -{######################} diff --git a/themes/next/layout/_macro/sidebar.njk b/themes/next/layout/_macro/sidebar.njk deleted file mode 100644 index bae73220..00000000 --- a/themes/next/layout/_macro/sidebar.njk +++ /dev/null @@ -1,50 +0,0 @@ -{% macro render(display_toc) %} - - - - -{% endmacro %} diff --git a/themes/next/layout/_partials/comments.njk b/themes/next/layout/_partials/comments.njk deleted file mode 100644 index cd38ca3c..00000000 --- a/themes/next/layout/_partials/comments.njk +++ /dev/null @@ -1,35 +0,0 @@ -{%- if page.comments %} - {%- if theme.injects.comment.length == 1 %} - {%- set inject_item = theme.injects.comment[0] %} - {{ partial(inject_item.layout, inject_item.locals, inject_item.options) }} - {%- elif theme.injects.comment.length > 1 %} - {%- if theme.comments.style == 'buttons' %} -
- {%- for inject_item in theme.injects.comment %} - {{ inject_item.locals.button }} - {%- endfor %} -
- {%- for inject_item in theme.injects.comment %} -
- {{ partial(inject_item.layout, inject_item.locals, inject_item.options) }} -
- {%- endfor %} - {{- next_js('comments-buttons.js', { pjax: true }) }} - {%- elif theme.comments.style == 'tabs' %} -
- -
- {%- for inject_item in theme.injects.comment %} -
- {{ partial(inject_item.layout, inject_item.locals, inject_item.options) }} -
- {%- endfor %} -
-
- {%- endif %} - {%- endif %} -{%- endif %} diff --git a/themes/next/layout/_partials/footer.njk b/themes/next/layout/_partials/footer.njk deleted file mode 100644 index d39307a3..00000000 --- a/themes/next/layout/_partials/footer.njk +++ /dev/null @@ -1,90 +0,0 @@ -{%- if theme.footer.beian.enable %} -
- {{- next_url('https://beian.miit.gov.cn', theme.footer.beian.icp + ' ') }} - {%- if theme.footer.beian.gongan_icon_url %} - - {%- endif %} - {%- if theme.footer.beian.gongan_id and theme.footer.beian.gongan_num %} - {{- next_url('http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=' + theme.footer.beian.gongan_id, theme.footer.beian.gongan_num + ' ') }} - {%- endif %} -
-{%- endif %} - - - -{%- if config.symbols_count_time.total_symbols or config.symbols_count_time.total_time %} -
- {%- if config.symbols_count_time.total_symbols %} - - {%- endif %} - - {%- if config.symbols_count_time.total_time %} - - {%- endif %} -
-{%- endif %} - -{%- if theme.busuanzi_count.enable %} -
- {%- if theme.busuanzi_count.total_visitors %} - - {%- endif %} - - {%- if theme.busuanzi_count.total_views %} - - {%- endif %} -
-{%- endif %} - -{%- if theme.footer.powered %} -
- {%- set next_site = 'https://theme-next.js.org' if theme.scheme === 'Gemini' else 'https://theme-next.js.org/' + theme.scheme | lower + '/' %} - {{- __('footer.powered', next_url('https://hexo.io', 'Hexo') + ' & ' + next_url(next_site, 'NexT.' + theme.scheme)) }} -
-{%- endif %} - -{%- if theme.add_this_id %} -
- -
-{%- endif %} - -{{- next_inject('footer') }} diff --git a/themes/next/layout/_partials/head/head-unique.njk b/themes/next/layout/_partials/head/head-unique.njk deleted file mode 100644 index 89949441..00000000 --- a/themes/next/layout/_partials/head/head-unique.njk +++ /dev/null @@ -1,22 +0,0 @@ -{%- if theme.open_graph.enable %} - {%- if theme.open_graph.options %} - {{ open_graph(theme.open_graph.options) }} - {%- else %} - {{ open_graph() }} - {%- endif %} -{%- endif %} - -{# https://github.com/theme-next/hexo-theme-next/issues/866 #} -{%- set canonical = url | replace(r/index\.html$/, '') %} -{%- if not config.permalink.endsWith('.html') %} - {%- set canonical = canonical | replace(r/\.html$/, '') %} -{%- endif %} - - -{# Exports some front-matter variables to Front-End #} -{# https://hexo.io/docs/variables.html #} -{{ next_data('page', next_config_unique()) }} - -{{ next_data('calendar', - theme.calendar if page.type === 'schedule' else '') -}} diff --git a/themes/next/layout/_partials/head/head.njk b/themes/next/layout/_partials/head/head.njk deleted file mode 100644 index e85686bb..00000000 --- a/themes/next/layout/_partials/head/head.njk +++ /dev/null @@ -1,64 +0,0 @@ - - -{%- if theme.darkmode %} - - -{%- else %} - -{%- endif %} -{%- if config.meta_generator %} - {{- meta_generator() }} -{%- endif %} - -{{ next_pre() }} - -{%- if theme.favicon.apple_touch_icon %} - -{%- endif %} -{%- if theme.favicon.medium %} - -{%- endif %} -{%- if theme.favicon.small %} - -{%- endif %} -{%- if theme.favicon.safari_pinned_tab %} - -{%- endif %} -{%- if theme.favicon.android_manifest %} - -{%- endif %} - -{%- if theme.google_site_verification %} - -{%- endif %} -{%- if theme.bing_site_verification %} - -{%- endif %} -{%- if theme.yandex_site_verification %} - -{%- endif %} -{%- if theme.baidu_site_verification %} - -{%- endif %} - - - -{{ next_font() }} - -{{ next_vendors('fontawesome') }} - -{%- if theme.motion.enable %} - {{ next_vendors('animate_css') }} -{%- endif %} - -{%- if theme.fancybox %} - {{ next_vendors('fancybox_css') }} -{%- endif %} - -{%- if theme.pace.enable %} - {{ next_vendors('pace_css') }} - {{ next_vendors('pace_js') }} -{%- endif %} - -{{ next_data('main', next_config()) }} -{{- next_js('config.js') }} diff --git a/themes/next/layout/_partials/header/brand.njk b/themes/next/layout/_partials/header/brand.njk deleted file mode 100644 index 92999606..00000000 --- a/themes/next/layout/_partials/header/brand.njk +++ /dev/null @@ -1,37 +0,0 @@ -
- - -
- {%- if theme.custom_logo and theme.scheme === 'Muse' %} - {{ title }} - {%- endif %} - - - - <{% if is_home() or is_archive() %}h1{% else %}p{% endif %} class="site-title">{{ title }} - - - {%- if subtitle %} -

{{ subtitle }}

- {%- endif %} - {%- if theme.custom_logo and (theme.scheme === 'Gemini' or theme.scheme === 'Pisces') %} - {{ title }} - {%- endif %} -
- - -
diff --git a/themes/next/layout/_partials/header/index.njk b/themes/next/layout/_partials/header/index.njk deleted file mode 100644 index 37c4c109..00000000 --- a/themes/next/layout/_partials/header/index.njk +++ /dev/null @@ -1,7 +0,0 @@ -{{ partial('_partials/header/brand.njk') }} - -{{ partial('_partials/header/menu.njk', {}, {cache: theme.cache.enable}) }} - -{{ partial('_partials/search/index.njk', {}, {cache: theme.cache.enable}) }} - -{{- next_inject('header') }} diff --git a/themes/next/layout/_partials/header/menu-item.njk b/themes/next/layout/_partials/header/menu-item.njk deleted file mode 100644 index a0c6ab24..00000000 --- a/themes/next/layout/_partials/header/menu-item.njk +++ /dev/null @@ -1,28 +0,0 @@ -{% macro render(node) %} - - {%- set itemURL = node.path %} - - -{% endmacro %} diff --git a/themes/next/layout/_partials/header/menu.njk b/themes/next/layout/_partials/header/menu.njk deleted file mode 100644 index 55b5aef1..00000000 --- a/themes/next/layout/_partials/header/menu.njk +++ /dev/null @@ -1,19 +0,0 @@ -{% import 'menu-item.njk' as menu_item with context %} - -{%- if theme.menu or theme.algolia_search.enable or theme.local_search.enable %} - -{%- endif %} diff --git a/themes/next/layout/_partials/header/sub-menu.njk b/themes/next/layout/_partials/header/sub-menu.njk deleted file mode 100644 index e4c3bc35..00000000 --- a/themes/next/layout/_partials/header/sub-menu.njk +++ /dev/null @@ -1,12 +0,0 @@ -{% import '_partials/header/menu-item.njk' as menu_item with context %} - -{%- if theme.menu and is_page() %} - {%- set menus = next_menu(page.path) %} - {%- for menu in menus %} - - {%- endfor %} -{%- endif %} diff --git a/themes/next/layout/_partials/languages.njk b/themes/next/layout/_partials/languages.njk deleted file mode 100644 index a23f07f5..00000000 --- a/themes/next/layout/_partials/languages.njk +++ /dev/null @@ -1,16 +0,0 @@ -{%- if theme.language_switcher and languages.length > 1 %} -
- - -
-{%- endif %} diff --git a/themes/next/layout/_partials/page/breadcrumb.njk b/themes/next/layout/_partials/page/breadcrumb.njk deleted file mode 100644 index a64bf336..00000000 --- a/themes/next/layout/_partials/page/breadcrumb.njk +++ /dev/null @@ -1,30 +0,0 @@ -{%- set paths = page.path.split('/') %} -{%- set count = paths.length %} -{%- if count > 2 %} - {%- set link = '/' %} - -{%- endif %} diff --git a/themes/next/layout/_partials/page/categories.njk b/themes/next/layout/_partials/page/categories.njk deleted file mode 100644 index 60f2cd3e..00000000 --- a/themes/next/layout/_partials/page/categories.njk +++ /dev/null @@ -1,8 +0,0 @@ -
-
- {{ _p('counter.categories', site.categories.length) }} -
-
- {{ list_categories() }} -
-
diff --git a/themes/next/layout/_partials/page/page-header.njk b/themes/next/layout/_partials/page/page-header.njk deleted file mode 100644 index 497157b4..00000000 --- a/themes/next/layout/_partials/page/page-header.njk +++ /dev/null @@ -1,15 +0,0 @@ -
- -

- {{- page.title }} - {{- post_edit(page.source) }} -

- - - -
diff --git a/themes/next/layout/_partials/page/schedule.njk b/themes/next/layout/_partials/page/schedule.njk deleted file mode 100644 index 9deaec16..00000000 --- a/themes/next/layout/_partials/page/schedule.njk +++ /dev/null @@ -1,3 +0,0 @@ -
-
-{{- next_js('schedule.js', { pjax: true }) }} diff --git a/themes/next/layout/_partials/page/tags.njk b/themes/next/layout/_partials/page/tags.njk deleted file mode 100644 index c6e55cc0..00000000 --- a/themes/next/layout/_partials/page/tags.njk +++ /dev/null @@ -1,16 +0,0 @@ -
-
- {{ _p('counter.tag_cloud', site.tags.length) }} -
-
- {{ tagcloud({ - min_font: theme.tagcloud.min, - max_font: theme.tagcloud.max, - amount : theme.tagcloud.amount, - orderby : theme.tagcloud.orderby, - order : theme.tagcloud.order, - class : 'tag-cloud' - }) - }} -
-
diff --git a/themes/next/layout/_partials/pagination.njk b/themes/next/layout/_partials/pagination.njk deleted file mode 100644 index ecd0c1a0..00000000 --- a/themes/next/layout/_partials/pagination.njk +++ /dev/null @@ -1,12 +0,0 @@ -{%- if page.prev or page.next %} - -{%- endif %} diff --git a/themes/next/layout/_partials/post/post-copyright.njk b/themes/next/layout/_partials/post/post-copyright.njk deleted file mode 100644 index 4efc312c..00000000 --- a/themes/next/layout/_partials/post/post-copyright.njk +++ /dev/null @@ -1,29 +0,0 @@ -{%- set ccIcon = '' %} -{%- set ccText = theme.creative_commons.license | upper %} - -
-
    -
  • - {%- if page.author %} - {{ __('post.copyright.post_author') + __('symbol.colon') }} - {{- page.author }} - {%- elif author %} - {{ __('post.copyright.author') + __('symbol.colon') }} - {{- author }} - {%- endif %} -
  • -
  • - {%- if page.post_link %} - {{ __('post.copyright.post_link') + __('symbol.colon') }} - {{ next_url(page.post_link, page.post_link, {title: page.title}) }} - {%- else %} - {{ __('post.copyright.link') + __('symbol.colon') }} - {{ next_url(page.permalink, page.permalink, {title: page.title}) }} - {%- endif %} -
  • -
  • - {{ __('post.copyright.license_title') + __('symbol.colon') }} - {{- __('post.copyright.license_content', next_url(ccURL, ccIcon + ccText)) }} -
  • -
-
diff --git a/themes/next/layout/_partials/post/post-followme.njk b/themes/next/layout/_partials/post/post-followme.njk deleted file mode 100644 index d321137b..00000000 --- a/themes/next/layout/_partials/post/post-followme.njk +++ /dev/null @@ -1,20 +0,0 @@ -
- {{ __('follow_me.welcome') }} - - -
diff --git a/themes/next/layout/_partials/post/post-footer.njk b/themes/next/layout/_partials/post/post-footer.njk deleted file mode 100644 index 55e51e7e..00000000 --- a/themes/next/layout/_partials/post/post-footer.njk +++ /dev/null @@ -1,7 +0,0 @@ -{%- if theme.rating.enable %} -
-
-
-
-
-{%- endif %} diff --git a/themes/next/layout/_partials/post/post-meta.njk b/themes/next/layout/_partials/post/post-meta.njk deleted file mode 100644 index c3d3ea44..00000000 --- a/themes/next/layout/_partials/post/post-meta.njk +++ /dev/null @@ -1,107 +0,0 @@ - diff --git a/themes/next/layout/_partials/post/post-related.njk b/themes/next/layout/_partials/post/post-related.njk deleted file mode 100644 index 7d5cd8a1..00000000 --- a/themes/next/layout/_partials/post/post-related.njk +++ /dev/null @@ -1,20 +0,0 @@ -{%- if page.related_posts and page.related_posts.length > 0 %} - - -{%- endif %} diff --git a/themes/next/layout/_partials/post/post-reward.njk b/themes/next/layout/_partials/post/post-reward.njk deleted file mode 100644 index ba332dea..00000000 --- a/themes/next/layout/_partials/post/post-reward.njk +++ /dev/null @@ -1,18 +0,0 @@ -
-
{{ page.reward_settings.comment }}
- -
- - {%- for name, image in theme.reward %} - {%- set builtin = ['wechatpay', 'alipay', 'paypal', 'bitcoin'] %} - {%- set translation = __('reward.' + name) if builtin.includes(name) else name %} -
- {{ author }} {{ translation }} - {{ translation }} -
- {%- endfor %} - -
-
diff --git a/themes/next/layout/_partials/search/algolia-search.njk b/themes/next/layout/_partials/search/algolia-search.njk deleted file mode 100644 index 59f5b4e5..00000000 --- a/themes/next/layout/_partials/search/algolia-search.njk +++ /dev/null @@ -1,14 +0,0 @@ -
- - - -
- - - -
-
-

-
-
-
diff --git a/themes/next/layout/_partials/search/index.njk b/themes/next/layout/_partials/search/index.njk deleted file mode 100644 index 0a22e244..00000000 --- a/themes/next/layout/_partials/search/index.njk +++ /dev/null @@ -1,11 +0,0 @@ -{%- if theme.algolia_search.enable or theme.local_search.enable %} -
- -
-{%- endif %} diff --git a/themes/next/layout/_partials/search/localsearch.njk b/themes/next/layout/_partials/search/localsearch.njk deleted file mode 100644 index 6fa6f650..00000000 --- a/themes/next/layout/_partials/search/localsearch.njk +++ /dev/null @@ -1,18 +0,0 @@ -
- - - -
- -
- - - -
-
-
- -
-
diff --git a/themes/next/layout/_partials/sidebar/site-overview.njk b/themes/next/layout/_partials/sidebar/site-overview.njk deleted file mode 100644 index 857c4c6d..00000000 --- a/themes/next/layout/_partials/sidebar/site-overview.njk +++ /dev/null @@ -1,98 +0,0 @@ - - -{%- if theme.site_state %} -
- -
-{%- endif %} - -{%- if theme.chat.enable and (theme.chatra.enable or theme.tidio.enable or theme.gitter.enable) %} - -{%- endif %} - -{%- if theme.social %} - -{%- endif %} - -{%- if theme.creative_commons.license and theme.creative_commons.sidebar %} -
- {%- set ccImage = 'Creative Commons' %} - {{ next_url(ccURL, ccImage, {class: 'cc-opacity'}) }} -
-{%- endif %} - -{# Blogroll #} -{%- if theme.links %} - -{%- endif %} diff --git a/themes/next/layout/_partials/widgets.njk b/themes/next/layout/_partials/widgets.njk deleted file mode 100644 index 996a931f..00000000 --- a/themes/next/layout/_partials/widgets.njk +++ /dev/null @@ -1,27 +0,0 @@ -{%- if theme.back2top.enable and not theme.back2top.sidebar %} -
- - 0% -
-{%- endif %} - -{%- if theme.reading_progress.enable %} -
-{%- endif %} - -{%- if theme.bookmark.enable %} - -{%- endif %} - -{%- if theme.github_banner.enable %} - {%- set github_URL = theme.github_banner.permalink %} - {%- set github_title = theme.github_banner.title %} - - {%- set github_image = '' %} - - {{ next_url(github_URL, github_image, {class: 'github-corner', title: github_title, "aria-label": github_title}) }} -{%- endif %} - - diff --git a/themes/next/layout/_scripts/index.njk b/themes/next/layout/_scripts/index.njk deleted file mode 100644 index 6a3788b8..00000000 --- a/themes/next/layout/_scripts/index.njk +++ /dev/null @@ -1,20 +0,0 @@ -{%- include 'vendors.njk' -%} - -{{- next_js('comments.js') }} - -{{- next_js('utils.js') }} -{%- if theme.motion.enable %} - {{- next_js('motion.js') }} -{%- endif %} - -{%- if theme.scheme === 'Muse' or theme.scheme === 'Mist' %} - {{- next_js('schemes/muse.js') }} -{%- endif %} - -{{- next_js('next-boot.js') }} -{%- if theme.bookmark.enable %} - {{- next_js('bookmark.js') }} -{%- endif %} -{%- if theme.pjax %} - {{- next_js('pjax.js') }} -{%- endif %} diff --git a/themes/next/layout/_scripts/vendors.njk b/themes/next/layout/_scripts/vendors.njk deleted file mode 100644 index 07901005..00000000 --- a/themes/next/layout/_scripts/vendors.njk +++ /dev/null @@ -1,7 +0,0 @@ -{%- if theme.canvas_ribbon.enable %} - -{%- endif %} - -{%- for name in js_vendors() %} - {{ next_vendors(name) }} -{%- endfor %} diff --git a/themes/next/layout/_third-party/analytics/baidu-analytics.njk b/themes/next/layout/_third-party/analytics/baidu-analytics.njk deleted file mode 100644 index 2e1e4292..00000000 --- a/themes/next/layout/_third-party/analytics/baidu-analytics.njk +++ /dev/null @@ -1,4 +0,0 @@ -{%- if theme.baidu_analytics %} - {{ next_js('third-party/analytics/baidu-analytics.js') }} - -{%- endif %} diff --git a/themes/next/layout/_third-party/analytics/cloudflare.njk b/themes/next/layout/_third-party/analytics/cloudflare.njk deleted file mode 100644 index d44f2e15..00000000 --- a/themes/next/layout/_third-party/analytics/cloudflare.njk +++ /dev/null @@ -1,3 +0,0 @@ -{%- if theme.cloudflare_analytics %} - -{%- endif %} diff --git a/themes/next/layout/_third-party/analytics/google-analytics.njk b/themes/next/layout/_third-party/analytics/google-analytics.njk deleted file mode 100644 index b0ffd9c7..00000000 --- a/themes/next/layout/_third-party/analytics/google-analytics.njk +++ /dev/null @@ -1,7 +0,0 @@ -{%- if theme.google_analytics.tracking_id %} - {%- if not theme.google_analytics.only_pageview %} - - {%- endif %} - {{ next_data('google_analytics', theme.google_analytics) }} - {{ next_js('third-party/analytics/google-analytics.js') }} -{%- endif %} diff --git a/themes/next/layout/_third-party/analytics/growingio.njk b/themes/next/layout/_third-party/analytics/growingio.njk deleted file mode 100644 index 0c0c496b..00000000 --- a/themes/next/layout/_third-party/analytics/growingio.njk +++ /dev/null @@ -1,5 +0,0 @@ -{%- if theme.growingio_analytics %} - - {{ next_data('growingio_analytics', theme.growingio_analytics) }} - {{ next_js('third-party/analytics/growingio.js') }} -{%- endif %} diff --git a/themes/next/layout/_third-party/analytics/index.njk b/themes/next/layout/_third-party/analytics/index.njk deleted file mode 100644 index 796a0fdf..00000000 --- a/themes/next/layout/_third-party/analytics/index.njk +++ /dev/null @@ -1,6 +0,0 @@ -{%- include 'google-analytics.njk' -%} -{%- include 'baidu-analytics.njk' -%} -{%- include 'growingio.njk' -%} -{%- include 'cloudflare.njk' -%} -{%- include 'microsoft-clarity.njk' -%} -{%- include 'matomo.njk' -%} diff --git a/themes/next/layout/_third-party/analytics/matomo.njk b/themes/next/layout/_third-party/analytics/matomo.njk deleted file mode 100644 index ed64d114..00000000 --- a/themes/next/layout/_third-party/analytics/matomo.njk +++ /dev/null @@ -1,4 +0,0 @@ -{%- if theme.matomo.enable %} - {{ next_data('matomo', theme.matomo) }} - {{ next_js('third-party/analytics/matomo.js') }} -{%- endif %} diff --git a/themes/next/layout/_third-party/analytics/microsoft-clarity.njk b/themes/next/layout/_third-party/analytics/microsoft-clarity.njk deleted file mode 100644 index ebae7a1e..00000000 --- a/themes/next/layout/_third-party/analytics/microsoft-clarity.njk +++ /dev/null @@ -1,9 +0,0 @@ -{%- if theme.clarity_analytics %} - -{%- endif %} diff --git a/themes/next/layout/_third-party/chat/chatra.njk b/themes/next/layout/_third-party/chat/chatra.njk deleted file mode 100644 index c0ebd126..00000000 --- a/themes/next/layout/_third-party/chat/chatra.njk +++ /dev/null @@ -1,3 +0,0 @@ -{{ next_data('chatra', theme.chatra) }} -{{ next_js('third-party/chat/chatra.js') }} - diff --git a/themes/next/layout/_third-party/chat/gitter.njk b/themes/next/layout/_third-party/chat/gitter.njk deleted file mode 100644 index 6eae1539..00000000 --- a/themes/next/layout/_third-party/chat/gitter.njk +++ /dev/null @@ -1,3 +0,0 @@ -{{ next_data('gitter', theme.gitter) }} -{{ next_js('third-party/chat/gitter.js') }} - diff --git a/themes/next/layout/_third-party/chat/tidio.njk b/themes/next/layout/_third-party/chat/tidio.njk deleted file mode 100644 index 8b222cfd..00000000 --- a/themes/next/layout/_third-party/chat/tidio.njk +++ /dev/null @@ -1,2 +0,0 @@ - -{{ next_js('third-party/chat/tidio.js') }} diff --git a/themes/next/layout/_third-party/comments/changyan.njk b/themes/next/layout/_third-party/comments/changyan.njk deleted file mode 100644 index 677c45aa..00000000 --- a/themes/next/layout/_third-party/comments/changyan.njk +++ /dev/null @@ -1,2 +0,0 @@ -{{ next_data('changyan', theme.changyan) }} -{{ next_js('third-party/comments/changyan.js') }} diff --git a/themes/next/layout/_third-party/comments/disqus.njk b/themes/next/layout/_third-party/comments/disqus.njk deleted file mode 100644 index 3876f003..00000000 --- a/themes/next/layout/_third-party/comments/disqus.njk +++ /dev/null @@ -1,6 +0,0 @@ -{{ next_data('disqus', theme.disqus, { - i18n: { - disqus: __('disqus') - } -}) }} -{{ next_js('third-party/comments/disqus.js') }} diff --git a/themes/next/layout/_third-party/comments/disqusjs.njk b/themes/next/layout/_third-party/comments/disqusjs.njk deleted file mode 100644 index d15e2b37..00000000 --- a/themes/next/layout/_third-party/comments/disqusjs.njk +++ /dev/null @@ -1,6 +0,0 @@ -{{ next_vendors('disqusjs_css') }} - -{{ next_data('disqusjs', theme.disqusjs, { - js: theme.vendors.disqusjs_js -}) }} -{{ next_js('third-party/comments/disqusjs.js') }} diff --git a/themes/next/layout/_third-party/comments/gitalk.njk b/themes/next/layout/_third-party/comments/gitalk.njk deleted file mode 100644 index d1cee1d0..00000000 --- a/themes/next/layout/_third-party/comments/gitalk.njk +++ /dev/null @@ -1,7 +0,0 @@ -{{ next_vendors('gitalk_css') }} - -{{ next_data('gitalk', theme.gitalk, { - js: theme.vendors.gitalk_js, - path_md5: gitalk_md5(page.path) -}) }} -{{ next_js('third-party/comments/gitalk.js') }} diff --git a/themes/next/layout/_third-party/comments/isso.njk b/themes/next/layout/_third-party/comments/isso.njk deleted file mode 100644 index 86e86b52..00000000 --- a/themes/next/layout/_third-party/comments/isso.njk +++ /dev/null @@ -1,2 +0,0 @@ -{{ next_data('isso', theme.isso) }} -{{ next_js('third-party/comments/isso.js') }} diff --git a/themes/next/layout/_third-party/comments/livere.njk b/themes/next/layout/_third-party/comments/livere.njk deleted file mode 100644 index 331535b4..00000000 --- a/themes/next/layout/_third-party/comments/livere.njk +++ /dev/null @@ -1 +0,0 @@ -{{ next_js('third-party/comments/livere.js') }} diff --git a/themes/next/layout/_third-party/comments/utterances.njk b/themes/next/layout/_third-party/comments/utterances.njk deleted file mode 100644 index b3656ffc..00000000 --- a/themes/next/layout/_third-party/comments/utterances.njk +++ /dev/null @@ -1,2 +0,0 @@ -{{ next_data('utterances', theme.utterances) }} -{{ next_js('third-party/comments/utterances.js') }} diff --git a/themes/next/layout/_third-party/fancybox.njk b/themes/next/layout/_third-party/fancybox.njk deleted file mode 100644 index a42c3748..00000000 --- a/themes/next/layout/_third-party/fancybox.njk +++ /dev/null @@ -1,3 +0,0 @@ -{%- if theme.fancybox %} - {{ next_js('third-party/fancybox.js') }} -{%- endif %} diff --git a/themes/next/layout/_third-party/index.njk b/themes/next/layout/_third-party/index.njk deleted file mode 100644 index a6afcc80..00000000 --- a/themes/next/layout/_third-party/index.njk +++ /dev/null @@ -1,22 +0,0 @@ -{%- include 'rating.njk' -%} - -{%- if theme.algolia_search.enable %} - {%- include 'search/algolia-search.njk' -%} -{%- elif theme.local_search.enable %} - {%- include 'search/localsearch.njk' -%} -{%- endif %} - -{%- if theme.chatra.enable %} - {%- include 'chat/chatra.njk' -%} -{%- elif theme.tidio.enable %} - {%- include 'chat/tidio.njk' -%} -{%- elif theme.gitter.enable %} - {%- include 'chat/gitter.njk' -%} -{%- endif %} - -{%- include 'tags/pdf.njk' -%} -{%- include 'tags/mermaid.njk' -%} - -{%- include 'fancybox.njk' -%} - -{%- include 'pace.njk' -%} diff --git a/themes/next/layout/_third-party/math/index.njk b/themes/next/layout/_third-party/math/index.njk deleted file mode 100644 index a47095b1..00000000 --- a/themes/next/layout/_third-party/math/index.njk +++ /dev/null @@ -1,26 +0,0 @@ -{%- if theme.math.mathjax.enable or theme.math.katex.enable %} - {%- set enable_math = false %} - - {%- set is_index_has_math = false %} - - {# At home, check if there has `mathjax: true` post #} - {%- if is_home() and not theme.math.every_page %} - {%- for post in page.posts.toArray() %} - {%- if post.mathjax and not is_index_has_math %} - {%- set is_index_has_math = true %} - {%- endif %} - {%- endfor %} - {%- endif %} - - {%- if theme.math.every_page or is_index_has_math or page.mathjax %} - {%- set enable_math = true %} - {%- endif %} - - {{ next_data('enableMath', enable_math) }} - - {%- if theme.math.mathjax.enable %} - {%- include '_third-party/math/mathjax.njk' -%} - {% elif theme.math.katex.enable %} - {%- include '_third-party/math/katex.njk' -%} - {%- endif %} -{%- endif %} diff --git a/themes/next/layout/_third-party/math/katex.njk b/themes/next/layout/_third-party/math/katex.njk deleted file mode 100644 index 62a64c2c..00000000 --- a/themes/next/layout/_third-party/math/katex.njk +++ /dev/null @@ -1,7 +0,0 @@ -{{ next_vendors('katex') }} -{%- if theme.math.katex.copy_tex %} - {{ next_data('katex', { - copy_tex_js: theme.vendors.copy_tex_js - }) }} - {{ next_js('third-party/math/katex.js') }} -{%- endif %} diff --git a/themes/next/layout/_third-party/math/mathjax.njk b/themes/next/layout/_third-party/math/mathjax.njk deleted file mode 100644 index a20bb8be..00000000 --- a/themes/next/layout/_third-party/math/mathjax.njk +++ /dev/null @@ -1,4 +0,0 @@ -{{ next_data('mathjax', theme.math.mathjax, { - js: theme.vendors.mathjax -}) }} -{{ next_js('third-party/math/mathjax.js') }} diff --git a/themes/next/layout/_third-party/pace.njk b/themes/next/layout/_third-party/pace.njk deleted file mode 100644 index ffbadcd4..00000000 --- a/themes/next/layout/_third-party/pace.njk +++ /dev/null @@ -1,3 +0,0 @@ -{%- if theme.pace.enable %} - {{ next_js('third-party/pace.js') }} -{%- endif %} diff --git a/themes/next/layout/_third-party/quicklink.njk b/themes/next/layout/_third-party/quicklink.njk deleted file mode 100644 index e027a982..00000000 --- a/themes/next/layout/_third-party/quicklink.njk +++ /dev/null @@ -1,7 +0,0 @@ -{%- if theme.quicklink.enable %} - {{ next_vendors('quicklink') }} - {{ next_data('quicklink', page.quicklink, { - url: url | replace(r/index\.html$/, '') - }) }} - {{ next_js('third-party/quicklink.js') }} -{%- endif %} diff --git a/themes/next/layout/_third-party/rating.njk b/themes/next/layout/_third-party/rating.njk deleted file mode 100644 index 87c4e365..00000000 --- a/themes/next/layout/_third-party/rating.njk +++ /dev/null @@ -1,5 +0,0 @@ -{%- if theme.rating.enable %} - - {{ next_data('rating', theme.rating) }} - {{ next_js('third-party/rating.js') }} -{%- endif %} diff --git a/themes/next/layout/_third-party/search/algolia-search.njk b/themes/next/layout/_third-party/search/algolia-search.njk deleted file mode 100644 index 9e69c92e..00000000 --- a/themes/next/layout/_third-party/search/algolia-search.njk +++ /dev/null @@ -1,4 +0,0 @@ -{{ next_vendors('algolia_search') }} -{{ next_vendors('instant_search') }} - -{{- next_js('third-party/search/algolia-search.js') }} diff --git a/themes/next/layout/_third-party/search/localsearch.njk b/themes/next/layout/_third-party/search/localsearch.njk deleted file mode 100644 index 8a8d5272..00000000 --- a/themes/next/layout/_third-party/search/localsearch.njk +++ /dev/null @@ -1,2 +0,0 @@ -{{ next_vendors('local_search') }} -{{ next_js('third-party/search/local-search.js') }} diff --git a/themes/next/layout/_third-party/statistics/busuanzi-counter.njk b/themes/next/layout/_third-party/statistics/busuanzi-counter.njk deleted file mode 100644 index f3ff6db6..00000000 --- a/themes/next/layout/_third-party/statistics/busuanzi-counter.njk +++ /dev/null @@ -1,3 +0,0 @@ -{%- if theme.busuanzi_count.enable %} - -{%- endif %} diff --git a/themes/next/layout/_third-party/statistics/firestore.njk b/themes/next/layout/_third-party/statistics/firestore.njk deleted file mode 100644 index 2bc37a11..00000000 --- a/themes/next/layout/_third-party/statistics/firestore.njk +++ /dev/null @@ -1,6 +0,0 @@ -{%- if theme.firestore.enable %} - {{ next_vendors('firebase_app') }} - {{ next_vendors('firebase_firestore') }} - {{ next_data('firestore', theme.firestore) }} - {{ next_js('third-party/statistics/firestore.js') }} -{%- endif %} diff --git a/themes/next/layout/_third-party/statistics/index.njk b/themes/next/layout/_third-party/statistics/index.njk deleted file mode 100644 index 6921d8e4..00000000 --- a/themes/next/layout/_third-party/statistics/index.njk +++ /dev/null @@ -1,3 +0,0 @@ -{%- include 'busuanzi-counter.njk' -%} -{%- include 'firestore.njk' -%} -{%- include 'lean-analytics.njk' -%} diff --git a/themes/next/layout/_third-party/statistics/lean-analytics.njk b/themes/next/layout/_third-party/statistics/lean-analytics.njk deleted file mode 100644 index d3171c47..00000000 --- a/themes/next/layout/_third-party/statistics/lean-analytics.njk +++ /dev/null @@ -1,4 +0,0 @@ -{%- if theme.leancloud_visitors.enable %} - {{ next_data('leancloud_visitors', theme.leancloud_visitors) }} - {{ next_js('third-party/statistics/lean-analytics.js') }} -{%- endif %} diff --git a/themes/next/layout/_third-party/tags/mermaid.njk b/themes/next/layout/_third-party/tags/mermaid.njk deleted file mode 100644 index 1487cb7f..00000000 --- a/themes/next/layout/_third-party/tags/mermaid.njk +++ /dev/null @@ -1,6 +0,0 @@ -{%- if theme.mermaid.enable %} - {{ next_data('mermaid', theme.mermaid, { - js: theme.vendors.mermaid - }) }} - {{ next_js('third-party/tags/mermaid.js') }} -{%- endif %} diff --git a/themes/next/layout/_third-party/tags/pdf.njk b/themes/next/layout/_third-party/tags/pdf.njk deleted file mode 100644 index d86927cd..00000000 --- a/themes/next/layout/_third-party/tags/pdf.njk +++ /dev/null @@ -1,7 +0,0 @@ -{%- if theme.pdf.enable %} - {{ next_data('pdf', { - object_url: theme.vendors.pdfobject, - url: url_for('lib/pdf/web/viewer.html') - }) }} - {{ next_js('third-party/tags/pdf.js') }} -{%- endif %} diff --git a/themes/next/layout/archive.njk b/themes/next/layout/archive.njk deleted file mode 100644 index 699d5830..00000000 --- a/themes/next/layout/archive.njk +++ /dev/null @@ -1,48 +0,0 @@ -{% extends '_layout.njk' %} -{% import '_macro/post-collapse.njk' as post_template with context %} -{% import '_macro/sidebar.njk' as sidebar_template with context %} - -{% block title %}{{ __('title.archive') }} | {{ title }}{% endblock %} - -{% block class %}archive posts-collapse{% endblock %} - -{% block content %} - - {#####################} - {### ARCHIVE BLOCK ###} - {#####################} -
-
-
- {%- set posts_length = site.posts.length %} - {%- if posts_length > 210 %} - {%- set cheers = 'excellent' %} - {% elif posts_length > 130 %} - {%- set cheers = 'great' %} - {% elif posts_length > 80 %} - {%- set cheers = 'good' %} - {% elif posts_length > 50 %} - {%- set cheers = 'nice' %} - {% elif posts_length > 30 %} - {%- set cheers = 'ok' %} - {% else %} - {%- set cheers = 'um' %} - {%- endif %} - {{ __('cheers.' + cheers) }}! {{ _p('counter.archive_posts', site.posts.length) }} {{ __('keep_on') }} -
- - {{ post_template.render(page.posts) }} - -
-
- {#########################} - {### END ARCHIVE BLOCK ###} - {#########################} - - {%- include '_partials/pagination.njk' -%} - -{% endblock %} - -{% block sidebar %} - {{ sidebar_template.render(false) }} -{% endblock %} diff --git a/themes/next/layout/category.njk b/themes/next/layout/category.njk deleted file mode 100644 index 6468ae31..00000000 --- a/themes/next/layout/category.njk +++ /dev/null @@ -1,36 +0,0 @@ -{% extends '_layout.njk' %} -{% import '_macro/post-collapse.njk' as post_template with context %} -{% import '_macro/sidebar.njk' as sidebar_template with context %} - -{% block title %}{{ __('title.category') }}: {{ page.category }} | {{ title }}{% endblock %} - -{% block class %}category posts-collapse{% endblock %} - -{% block content %} - - {######################} - {### CATEGORY BLOCK ###} - {######################} -
-
-
-

- {{- page.category }} - {{ __('title.category') }} -

-
- - {{ post_template.render(page.posts) }} -
-
- {##########################} - {### END CATEGORY BLOCK ###} - {##########################} - - {%- include '_partials/pagination.njk' -%} - -{% endblock %} - -{% block sidebar %} - {{ sidebar_template.render(false) }} -{% endblock %} diff --git a/themes/next/layout/index.njk b/themes/next/layout/index.njk deleted file mode 100644 index 0ce84ec2..00000000 --- a/themes/next/layout/index.njk +++ /dev/null @@ -1,20 +0,0 @@ -{% extends '_layout.njk' %} -{% import '_macro/sidebar.njk' as sidebar_template with context %} - -{% block title %}{{ title }}{% if theme.index_with_subtitle and subtitle %} - {{ subtitle }}{% endif %}{% endblock %} - -{% block class %}index posts-expand{% endblock %} - -{% block content %} - - {%- for post in page.posts.toArray() %} - {{ partial('_macro/post.njk', {post: post, is_index: true}) }} - {%- endfor %} - - {%- include '_partials/pagination.njk' -%} - -{% endblock %} - -{% block sidebar %} - {{ sidebar_template.render(false) }} -{% endblock %} diff --git a/themes/next/layout/page.njk b/themes/next/layout/page.njk deleted file mode 100644 index d30ac6eb..00000000 --- a/themes/next/layout/page.njk +++ /dev/null @@ -1,54 +0,0 @@ -{% extends '_layout.njk' %} -{% import '_macro/sidebar.njk' as sidebar_template with context %} - -{% block title %} - {%- set page_title_suffix = ' | ' + title %} - - {%- if page.type === 'categories' and not page.title %} - {{- __('title.category') + page_title_suffix }} - {%- elif page.type === 'tags' and not page.title %} - {{- __('title.tag') + page_title_suffix }} - {%- elif page.type === 'schedule' and not page.title %} - {{- __('title.schedule') + page_title_suffix }} - {%- else %} - {{- page.title + page_title_suffix }} - {%- endif %} -{% endblock %} - -{% block class %}page posts-expand{% endblock %} - -{% block content %} - - {##################} - {### PAGE BLOCK ###} - {##################} -
- {%- include '_partials/page/page-header.njk' -%} - {#################} - {### PAGE BODY ###} - {#################} -
- {%- if page.type === 'tags' %} - {%- include '_partials/page/tags.njk' -%} - {% elif page.type === 'categories' %} - {%- include '_partials/page/categories.njk' -%} - {% elif page.type === 'schedule' %} - {%- include '_partials/page/schedule.njk' -%} - {% else %} - {{ page.content }} - {%- endif %} -
- {#####################} - {### END PAGE BODY ###} - {#####################} -
- {%- include '_partials/page/breadcrumb.njk' -%} - {######################} - {### END PAGE BLOCK ###} - {######################} - -{% endblock %} - -{% block sidebar %} - {{ sidebar_template.render(true) }} -{% endblock %} diff --git a/themes/next/layout/post.njk b/themes/next/layout/post.njk deleted file mode 100644 index 8c45a2a6..00000000 --- a/themes/next/layout/post.njk +++ /dev/null @@ -1,16 +0,0 @@ -{% extends '_layout.njk' %} -{% import '_macro/sidebar.njk' as sidebar_template with context %} - -{% block title %}{{ page.title }} | {{ title }}{% endblock %} - -{% block class %}post posts-expand{% endblock %} - -{% block content %} - - {{ partial('_macro/post.njk', {post: page}) }} - -{% endblock %} - -{% block sidebar %} - {{ sidebar_template.render(true) }} -{% endblock %} diff --git a/themes/next/layout/tag.njk b/themes/next/layout/tag.njk deleted file mode 100644 index 96c8c2aa..00000000 --- a/themes/next/layout/tag.njk +++ /dev/null @@ -1,36 +0,0 @@ -{% extends '_layout.njk' %} -{% import '_macro/post-collapse.njk' as post_template with context %} -{% import '_macro/sidebar.njk' as sidebar_template with context %} - -{% block title %}{{ __('title.tag') }}: {{ page.tag }} | {{ title }}{% endblock %} - -{% block class %}tag posts-collapse{% endblock %} - -{% block content %} - - {#################} - {### TAG BLOCK ###} - {#################} -
-
-
-

- {{- page.tag }} - {{ __('title.tag') }} -

-
- - {{ post_template.render(page.posts) }} -
-
- {#####################} - {### END TAG BLOCK ###} - {#####################} - - {%- include '_partials/pagination.njk' -%} - -{% endblock %} - -{% block sidebar %} - {{ sidebar_template.render(false) }} -{% endblock %} diff --git a/themes/next/package.json b/themes/next/package.json deleted file mode 100644 index 497bb8e1..00000000 --- a/themes/next/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "hexo-theme-next", - "version": "8.13.0", - "description": "Elegant and powerful theme for Hexo.", - "main": "package.json", - "files": [ - "docs", - "languages", - "layout", - "scripts", - "source", - "_config.yml", - "_vendors.yml" - ], - "scripts": { - "eslint": "eslint scripts/ source/js test/", - "prepare": "node .githooks/install.js", - "stylint": "stylint source/css/", - "test": "mocha test/index.js", - "test-cov": "c8 npm test" - }, - "repository": "next-theme/hexo-theme-next", - "keywords": [ - "hexo", - "theme", - "next" - ], - "author": "NexT (https://theme-next.js.org)", - "license": "AGPL-3.0-or-later", - "bugs": { - "url": "https://github.com/next-theme/hexo-theme-next/issues" - }, - "homepage": "https://theme-next.js.org", - "devDependencies": { - "@next-theme/eslint-config": "0.0.3", - "c8": "7.12.0", - "chai": "4.3.6", - "eslint": "8.23.0", - "hexo": "6.2.0", - "hexo-renderer-marked": "5.0.0", - "js-yaml": "4.1.0", - "mocha": "10.0.0", - "stylint": "2.0.0" - } -} diff --git a/themes/next/renovate.json b/themes/next/renovate.json deleted file mode 100644 index f45d8f11..00000000 --- a/themes/next/renovate.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "extends": [ - "config:base" - ] -} diff --git a/themes/next/scripts/events/index.js b/themes/next/scripts/events/index.js deleted file mode 100644 index db738d65..00000000 --- a/themes/next/scripts/events/index.js +++ /dev/null @@ -1,32 +0,0 @@ -/* global hexo */ - -'use strict'; - -hexo.extend.filter.register('before_generate', () => { - // Merge config - require('./lib/config')(hexo); - // Set vendors - require('./lib/vendors')(hexo); - // Add filter type `theme_inject` - require('./lib/injects')(hexo); - // Highlight - require('./lib/highlight')(hexo); - // Menu and sub menu - require('./lib/navigation')(hexo); -}, 0); - -hexo.on('ready', () => { - if (process.argv.includes('--next-disable-banner')) return; - const { version } = require('../../package.json'); - hexo.log.info(`================================== - ███╗ ██╗███████╗██╗ ██╗████████╗ - ████╗ ██║██╔════╝╚██╗██╔╝╚══██╔══╝ - ██╔██╗ ██║█████╗ ╚███╔╝ ██║ - ██║╚██╗██║██╔══╝ ██╔██╗ ██║ - ██║ ╚████║███████╗██╔╝ ██╗ ██║ - ╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝ ╚═╝ -======================================== -NexT version ${version} -Documentation: https://theme-next.js.org -========================================`); -}); diff --git a/themes/next/scripts/events/lib/config.js b/themes/next/scripts/events/lib/config.js deleted file mode 100644 index 263776de..00000000 --- a/themes/next/scripts/events/lib/config.js +++ /dev/null @@ -1,44 +0,0 @@ -'use strict'; - -const merge = require('hexo-util').deepMerge; - -module.exports = hexo => { - const data = hexo.locals.get('data'); - - if (data.next) { - hexo.log.warn('`next.yml` is deprecated. Please upgrade to Hexo 5 or later and use `_config.next.yml` instead.'); - hexo.log.warn('Documentation: https://theme-next.js.org/docs/getting-started/configuration.html'); - } - - const { cache, language_switcher } = hexo.theme.config; - const warning = function(...args) { - hexo.log.warn(`Since ${args[0]} is turned on, the ${args[1]} is disabled to avoid potential hazards.`); - }; - - if (cache && cache.enable && language_switcher) { - warning('language_switcher', 'caching'); - cache.enable = false; - } - if (cache && cache.enable && hexo.config.relative_link) { - warning('caching', '`relative_link` option in Hexo `_config.yml`'); - hexo.config.relative_link = false; - } - - // Custom languages support. Introduced in NexT v6.3.0. - if (data.languages) { - const { language } = hexo.config; - const { i18n } = hexo.theme; - - const mergeLang = lang => { - if (data.languages[lang]) i18n.set(lang, merge(i18n.get([lang]), data.languages[lang])); - }; - - if (Array.isArray(language)) { - for (const lang of language) { - mergeLang(lang); - } - } else { - mergeLang(language); - } - } -}; diff --git a/themes/next/scripts/events/lib/highlight.js b/themes/next/scripts/events/lib/highlight.js deleted file mode 100644 index 03564a00..00000000 --- a/themes/next/scripts/events/lib/highlight.js +++ /dev/null @@ -1,28 +0,0 @@ -'use strict'; - -const fs = require('fs'); -const { resolve, highlightTheme } = require('./utils'); - -function prismTheme(name) { - let file = resolve('prismjs', `themes/${name}.css`); - if (!fs.existsSync(file)) file = resolve('prism-themes', `themes/${name}.css`); - return file; -} - -module.exports = hexo => { - const { config } = hexo; - const theme = hexo.theme.config; - config.highlight.hljs = false; - config.prismjs = config.prismjs || {}; - theme.highlight = { - enable: config.highlight.enable && !config.prismjs.enable, - light : highlightTheme(theme.codeblock.theme.light), - dark : highlightTheme(theme.codeblock.theme.dark) - }; - theme.prism = { - enable: config.prismjs.enable, - light : prismTheme(theme.codeblock.prism.light), - dark : prismTheme(theme.codeblock.prism.dark), - number: resolve('prismjs', 'plugins/line-numbers/prism-line-numbers.css') - }; -}; diff --git a/themes/next/scripts/events/lib/injects.js b/themes/next/scripts/events/lib/injects.js deleted file mode 100644 index 6a7c3239..00000000 --- a/themes/next/scripts/events/lib/injects.js +++ /dev/null @@ -1,85 +0,0 @@ -'use strict'; - -const fs = require('fs'); -const path = require('path'); -const { points } = require('./utils'); -const defaultExtname = '.njk'; - -// Defining stylus types -class StylusInject { - constructor(base_dir) { - this.base_dir = base_dir; - this.files = []; - } - push(file) { - // Get absolute path base on hexo dir - this.files.push(path.resolve(this.base_dir, file)); - } -} - -// Defining view types -class ViewInject { - constructor(base_dir) { - this.base_dir = base_dir; - this.raws = []; - } - raw(name, raw, ...args) { - // Set default extname - if (path.extname(name) === '') { - name += defaultExtname; - } - this.raws.push({ name, raw, args }); - } - file(name, file, ...args) { - // Set default extname from file's extname - if (path.extname(name) === '') { - name += path.extname(file); - } - // Get absolute path base on hexo dir - this.raw(name, fs.readFileSync(path.resolve(this.base_dir, file), 'utf8'), ...args); - } -} - -// Init injects -function initInject(base_dir) { - const injects = {}; - points.styles.forEach(item => { - injects[item] = new StylusInject(base_dir); - }); - points.views.forEach(item => { - injects[item] = new ViewInject(base_dir); - }); - return injects; -} - -module.exports = hexo => { - // Exec theme_inject filter - const injects = initInject(hexo.base_dir); - hexo.execFilterSync('theme_inject', injects); - hexo.theme.config.injects = {}; - - // Inject stylus - points.styles.forEach(type => { - hexo.theme.config.injects[type] = injects[type].files; - }); - - // Inject views - points.views.forEach(type => { - const configs = Object.create(null); - hexo.theme.config.injects[type] = []; - // Add or override view. - injects[type].raws.forEach((injectObj, index) => { - const name = `inject/${type}/${injectObj.name}`; - hexo.theme.setView(name, injectObj.raw); - configs[name] = { - layout : name, - locals : injectObj.args[0], - options: injectObj.args[1], - order : injectObj.args[2] || index - }; - }); - // Views sort. - hexo.theme.config.injects[type] = Object.values(configs) - .sort((x, y) => x.order - y.order); - }); -}; diff --git a/themes/next/scripts/events/lib/navigation.js b/themes/next/scripts/events/lib/navigation.js deleted file mode 100644 index 33f6d1d1..00000000 --- a/themes/next/scripts/events/lib/navigation.js +++ /dev/null @@ -1,57 +0,0 @@ -'use strict'; - -const { join } = require('path').posix; - -class TreeNode { - constructor(parent, path, name, icon) { - if (parent && !path.startsWith('http')) { - path = join(parent.path, path); - } - this.parent = parent; - this.children = []; - this.path = path; - this.name = name; - this.icon = icon; - } - - append(child) { - this.children.push(child); - } -} - -module.exports = hexo => { - const menu_map = new Map(); - const main_menu = []; - hexo.theme.config.menu_map = menu_map; - hexo.theme.config.main_menu = main_menu; - - function parse(menu, parent) { - if (!menu) return; - Object.entries(menu).forEach(([name, value]) => { - if (name.toLowerCase() === 'default') return; - let node; - if (typeof value === 'string') { - const [path, icon] = value.split('||').map(v => v.trim()); - node = new TreeNode(parent, path, name, icon); - } else if (typeof value === 'object') { - if (typeof value.default !== 'string') { - hexo.log.warn('Missing default entry for menu item:', name); - return; - } - const [path, icon] = value.default.split('||').map(v => v.trim()); - node = new TreeNode(parent, path, name, icon); - parse(value, node); - } - if (node) { - menu_map.set(node.path, node); - if (parent) { - parent.append(node); - } else { - main_menu.push(node); - } - } - }); - } - - parse(hexo.theme.config.menu); -}; diff --git a/themes/next/scripts/events/lib/utils.js b/themes/next/scripts/events/lib/utils.js deleted file mode 100644 index 3fdd1100..00000000 --- a/themes/next/scripts/events/lib/utils.js +++ /dev/null @@ -1,84 +0,0 @@ -'use strict'; - -const fs = require('fs'); -const path = require('path'); -const css = require('css'); - -function resolve(name, file = '') { - let dir; - try { - dir = path.dirname(require.resolve(`${name}/package.json`)); - } catch (error) { - return ''; - } - return `${dir}/${file}`; -} - -function highlightTheme(name) { - const file = resolve('highlight.js', `styles/${name}.css`); - const content = fs.readFileSync(file, 'utf8'); - - let background = ''; - let foreground = ''; - css.parse(content).stylesheet.rules - .filter(rule => rule.type === 'rule' && rule.selectors.some(selector => selector.endsWith('.hljs'))) - .flatMap(rule => rule.declarations) - .forEach(declaration => { - if (declaration.property === 'background' || declaration.property === 'background-color') background = declaration.value; - else if (declaration.property === 'color') foreground = declaration.value; - }); - return { - file, - background, - foreground - }; -} - -function getVendors({ name, alias, version, file, minified, local, custom }) { - // Make it possible to set `cdnjs_name` and `cdnjs_file` in `custom_cdn_url` - const npm_name = name; - const cdnjs_name = alias || name; - const npm_file = file; - const cdnjs_file = minified.replace(/^(dist|lib|source\/js|)\/(browser\/|)/, ''); - const value = { - npm_name, - cdnjs_name, - version, - npm_file, - minified, - cdnjs_file - }; - return { - local, - jsdelivr: `https://cdn.jsdelivr.net/npm/${npm_name}@${version}/${minified}`, - unpkg : `https://unpkg.com/${npm_name}@${version}/${npm_file}`, - cdnjs : `https://cdnjs.cloudflare.com/ajax/libs/${cdnjs_name}/${version}/${cdnjs_file}`, - custom : (custom || '').replace(/\$\{(.+?)\}/g, (match, $1) => value[$1]) - }; -} - -const points = { - views: [ - 'head', - 'header', - 'sidebar', - 'postMeta', - 'postBodyEnd', - 'footer', - 'bodyEnd', - 'comment' - ], - styles: [ - 'variable', - 'mixin', - 'style' - ] -}; - -// Required by theme-next-docs and @next-theme/plugins -module.exports = { - resolve, - highlightTheme, - getVendors, - points -}; diff --git a/themes/next/scripts/events/lib/vendors.js b/themes/next/scripts/events/lib/vendors.js deleted file mode 100644 index af47027e..00000000 --- a/themes/next/scripts/events/lib/vendors.js +++ /dev/null @@ -1,55 +0,0 @@ -'use strict'; - -const fs = require('fs'); -const path = require('path'); -const yaml = require('js-yaml'); -const { url_for } = require('hexo-util'); -const { getVendors } = require('./utils'); - -let internal; -try { - internal = require('@next-theme/plugins'); -} catch (error) { -} -const vendorsFile = fs.readFileSync(path.join(__dirname, '../../../_vendors.yml')); -const dependencies = yaml.load(vendorsFile); - -module.exports = hexo => { - const { vendors, creative_commons, pace } = hexo.theme.config; - if (typeof internal === 'function') { - internal(hexo, dependencies); - } - for (const [key, value] of Object.entries(dependencies)) { - // This script will be executed repeatedly when Hexo listens file changes - // But the variable vendors[key] only needs to be modified once - if (vendors[key] && typeof vendors[key] === 'string') { - vendors[key] = { - url: url_for.call(hexo, vendors[key]) - }; - continue; - } - if (key === 'creative_commons') { - value.file = `${value.dir}/${creative_commons.size}/${creative_commons.license.replace(/-/g, '_')}.svg`; - } - if (key === 'pace_css') { - value.file = `${value.dir}/${pace.color}/pace-theme-${pace.theme}.css`; - } - const { name, file } = value; - const links = getVendors({ - ...value, - minified: file, - local : url_for.call(hexo, `lib/${name}/${file}`), - custom : vendors.custom_cdn_url - }); - let { plugins = 'cdnjs' } = vendors; - if (plugins === 'local' && typeof internal === 'undefined') { - hexo.log.warn('Dependencies for `plugins: local` not found. The default CDN provider CDNJS is used instead.'); - hexo.log.warn('Run `npm install @next-theme/plugins` in Hexo site root directory to install the plugin.'); - plugins = 'cdnjs'; - } - vendors[key] = { - url : links[plugins] || links.cdnjs, - integrity: value.integrity - }; - } -}; diff --git a/themes/next/scripts/filters/comment/changyan.js b/themes/next/scripts/filters/comment/changyan.js deleted file mode 100644 index b0ee8bf7..00000000 --- a/themes/next/scripts/filters/comment/changyan.js +++ /dev/null @@ -1,35 +0,0 @@ -/* global hexo */ - -'use strict'; - -const path = require('path'); -const { iconText } = require('./common'); - -// Add comment -hexo.extend.filter.register('theme_inject', injects => { - const config = hexo.theme.config.changyan; - if (!config.enable || !config.appid || !config.appkey) return; - - injects.comment.raw('changyan', '
', {}, {}); - - injects.bodyEnd.file('changyan', path.join(hexo.theme_dir, 'layout/_third-party/comments/changyan.njk')); - -}); - -// Add post_meta -hexo.extend.filter.register('theme_inject', injects => { - const config = hexo.theme.config.changyan; - if (!config.enable || !config.appid || !config.appkey) return; - - injects.postMeta.raw('changyan', ` - {% if post.comments %} - - {% endif %} - `, {}, {}); - -}); diff --git a/themes/next/scripts/filters/comment/common.js b/themes/next/scripts/filters/comment/common.js deleted file mode 100644 index 7b8dd4a7..00000000 --- a/themes/next/scripts/filters/comment/common.js +++ /dev/null @@ -1,23 +0,0 @@ -'use strict'; - -function capitalize(input) { - return input.toString().charAt(0).toUpperCase() + input.toString().substring(1); -} - -module.exports = { - iconText(icon, key, defaultValue) { - if (!defaultValue) { - defaultValue = capitalize(key); - } - return ` - - {%- set post_meta_comment = __('post.comments.${key}') %} - {%- if post_meta_comment == 'post.comments.${key}' %} - {%- set post_meta_comment = '${defaultValue}' %} - {%- endif %} - - `; - } -}; diff --git a/themes/next/scripts/filters/comment/default-config.js b/themes/next/scripts/filters/comment/default-config.js deleted file mode 100644 index 316a174c..00000000 --- a/themes/next/scripts/filters/comment/default-config.js +++ /dev/null @@ -1,34 +0,0 @@ -/* global hexo */ - -'use strict'; - -const path = require('path'); - -hexo.extend.filter.register('theme_inject', injects => { - injects.comment.raws.forEach(element => { - // Set default button content - const injectName = path.basename(element.name, path.extname(element.name)); - element.args[0] = Object.assign({ - configKey: injectName, - class : injectName, - button : injectName - }, element.args[0]); - // Get locals and config - const locals = element.args[0]; - const config = hexo.theme.config.comments; - // Set activeClass - if (config.active === locals.configKey) { - config.activeClass = locals.class; - } - // Set custom button content - if (config.nav) { - const nav = config.nav[locals.configKey] || {}; - if (nav.order) { - element.args[2] = nav.order; - } - if (nav.text) { - locals.button = nav.text; - } - } - }); -}, 99999); diff --git a/themes/next/scripts/filters/comment/disqus.js b/themes/next/scripts/filters/comment/disqus.js deleted file mode 100644 index 9c2efa01..00000000 --- a/themes/next/scripts/filters/comment/disqus.js +++ /dev/null @@ -1,39 +0,0 @@ -/* global hexo */ - -'use strict'; - -const path = require('path'); -const { iconText } = require('./common'); - -// Add comment -hexo.extend.filter.register('theme_inject', injects => { - const config = hexo.theme.config.disqus; - if (!config.enable || !config.shortname) return; - - injects.comment.raw('disqus', ` -
- -
- `, {}, { cache: true }); - - injects.bodyEnd.file('disqus', path.join(hexo.theme_dir, 'layout/_third-party/comments/disqus.njk')); - -}); - -// Add post_meta -hexo.extend.filter.register('theme_inject', injects => { - const config = hexo.theme.config.disqus; - if (!config.enable || !config.shortname || !config.count) return; - - injects.postMeta.raw('disqus', ` - {% if post.comments %} - - {% endif %} - `, {}, {}); - -}); diff --git a/themes/next/scripts/filters/comment/disqusjs.js b/themes/next/scripts/filters/comment/disqusjs.js deleted file mode 100644 index 42cd3446..00000000 --- a/themes/next/scripts/filters/comment/disqusjs.js +++ /dev/null @@ -1,20 +0,0 @@ -/* global hexo */ - -'use strict'; - -const path = require('path'); - -// Add comment -hexo.extend.filter.register('theme_inject', injects => { - const config = hexo.theme.config.disqusjs; - if (!config.enable || !config.shortname || !config.apikey) return; - - injects.comment.raw('disqusjs', ` -
- -
- `, {}, { cache: true }); - - injects.bodyEnd.file('disqusjs', path.join(hexo.theme_dir, 'layout/_third-party/comments/disqusjs.njk')); - -}); diff --git a/themes/next/scripts/filters/comment/gitalk.js b/themes/next/scripts/filters/comment/gitalk.js deleted file mode 100644 index 5acd5d00..00000000 --- a/themes/next/scripts/filters/comment/gitalk.js +++ /dev/null @@ -1,16 +0,0 @@ -/* global hexo */ - -'use strict'; - -const path = require('path'); - -// Add comment -hexo.extend.filter.register('theme_inject', injects => { - const theme = hexo.theme.config; - if (!theme.gitalk.enable) return; - - injects.comment.raw('gitalk', '
', {}, { cache: true }); - - injects.bodyEnd.file('gitalk', path.join(hexo.theme_dir, 'layout/_third-party/comments/gitalk.njk')); - -}); diff --git a/themes/next/scripts/filters/comment/isso.js b/themes/next/scripts/filters/comment/isso.js deleted file mode 100644 index 10876fbd..00000000 --- a/themes/next/scripts/filters/comment/isso.js +++ /dev/null @@ -1,16 +0,0 @@ -/* global hexo */ - -'use strict'; - -const path = require('path'); - -// Add comment -hexo.extend.filter.register('theme_inject', injects => { - const theme = hexo.theme.config; - if (!theme.isso) return; - - injects.comment.raw('isso', '
', {}, { cache: true }); - - injects.bodyEnd.file('isso', path.join(hexo.theme_dir, 'layout/_third-party/comments/isso.njk')); - -}); diff --git a/themes/next/scripts/filters/comment/livere.js b/themes/next/scripts/filters/comment/livere.js deleted file mode 100644 index 865754f8..00000000 --- a/themes/next/scripts/filters/comment/livere.js +++ /dev/null @@ -1,16 +0,0 @@ -/* global hexo */ - -'use strict'; - -const path = require('path'); - -// Add comment -hexo.extend.filter.register('theme_inject', injects => { - const theme = hexo.theme.config; - if (!theme.livere_uid) return; - - injects.comment.raw('livere', '
', {}, { cache: true }); - - injects.bodyEnd.file('livere', path.join(hexo.theme_dir, 'layout/_third-party/comments/livere.njk')); - -}); diff --git a/themes/next/scripts/filters/comment/utterances.js b/themes/next/scripts/filters/comment/utterances.js deleted file mode 100644 index 398a60ab..00000000 --- a/themes/next/scripts/filters/comment/utterances.js +++ /dev/null @@ -1,21 +0,0 @@ -/* global hexo */ - -'use strict'; - -const path = require('path'); - -// Add comment -hexo.extend.filter.register('theme_inject', injects => { - const config = hexo.theme.config.utterances; - if (!config.enable) return; - - if (!config.repo) { - hexo.log.warn('utterances.repo can\'t be null.'); - return; - } - - injects.comment.raw('utterances', '
', {}, { cache: true }); - - injects.bodyEnd.file('utterances', path.join(hexo.theme_dir, 'layout/_third-party/comments/utterances.njk')); - -}); diff --git a/themes/next/scripts/filters/default-injects.js b/themes/next/scripts/filters/default-injects.js deleted file mode 100644 index 14fc0adf..00000000 --- a/themes/next/scripts/filters/default-injects.js +++ /dev/null @@ -1,24 +0,0 @@ -/* global hexo */ - -'use strict'; - -const { points } = require('../events/lib/utils'); - -hexo.extend.filter.register('theme_inject', injects => { - const filePath = hexo.theme.config.custom_file_path; - - if (!filePath) return; - - points.views.forEach(key => { - if (filePath[key]) { - injects[key].file('custom', filePath[key]); - } - }); - - points.styles.forEach(key => { - if (filePath[key]) { - injects[key].push(filePath[key]); - } - }); - -}, 99); diff --git a/themes/next/scripts/filters/locals.js b/themes/next/scripts/filters/locals.js deleted file mode 100644 index 4b3d184a..00000000 --- a/themes/next/scripts/filters/locals.js +++ /dev/null @@ -1,37 +0,0 @@ -/* global hexo */ - -'use strict'; - -const keys = ['toc', 'reward_settings', 'quicklink']; - -hexo.extend.filter.register('template_locals', locals => { - const { config } = hexo; - const { __, theme, page } = locals; - const { i18n } = hexo.theme; - // Hexo & NexT version - locals.next_version = require('../../package.json').version; - // Language & Config - locals.title = __('title') !== 'title' ? __('title') : config.title; - locals.subtitle = __('subtitle') !== 'subtitle' ? __('subtitle') : config.subtitle; - locals.author = __('author') !== 'author' ? __('author') : config.author; - locals.description = __('description') !== 'description' ? __('description') : config.description; - locals.languages = [...i18n.languages]; - locals.languages.splice(locals.languages.indexOf('default'), 1); - // See https://github.com/hexojs/hexo/pull/4614 - page.lang = page.lang || page.language; - // Creative Commons - locals.ccURL = 'https://creativecommons.org/' + (theme.creative_commons.license === 'cc-zero' ? 'publicdomain/zero/1.0/' : 'licenses/' + theme.creative_commons.license + '/4.0/') + (theme.creative_commons.language || ''); - // PJAX - locals.pjax = theme.pjax ? ' data-pjax' : ''; - // Front-matter - keys.forEach(key => { - page[key] = { ...theme[key], ...page[key] }; - }); - // Set home or archive quicklink - if (page.__index) { - page.quicklink.enable = theme.quicklink.home; - } - if (page.archive) { - page.quicklink.enable = theme.quicklink.archive; - } -}); diff --git a/themes/next/scripts/filters/minify.js b/themes/next/scripts/filters/minify.js deleted file mode 100644 index 9125e559..00000000 --- a/themes/next/scripts/filters/minify.js +++ /dev/null @@ -1,156 +0,0 @@ -/* global hexo */ - -'use strict'; - -const internalScripts = []; - -hexo.theme.addProcessor('js/*', file => { - internalScripts.push(file.params[0]); -}); - -hexo.extend.filter.register('after_generate', () => { - const theme = hexo.theme.config; - if (!theme.minify) return; - - if (theme.vendors.internal !== 'local') { - // Remove all internal scripts - internalScripts.forEach(path => { - hexo.route.remove(path); - }); - return; - } - - if (!hexo.locals.get('pages').some(page => page.type === 'schedule')) { - hexo.route.remove('js/schedule.js'); - } - - if (!theme.bookmark.enable) { - hexo.route.remove('js/bookmark.js'); - } - - if (!theme.motion.enable) { - hexo.route.remove('js/motion.js'); - } - - if (!theme.pjax) { - hexo.route.remove('js/pjax.js'); - } - - if (theme.comments.style !== 'buttons') { - hexo.route.remove('js/comments-buttons.js'); - } - - if (theme.scheme === 'Pisces' || theme.scheme === 'Gemini') { - hexo.route.remove('js/schemes/muse.js'); - } - - // Third Party Scripts - // Analytics - if (!theme.baidu_analytics) { - hexo.route.remove('js/third-party/analytics/baidu-analytics.js'); - } - - if (!theme.google_analytics.tracking_id) { - hexo.route.remove('js/third-party/analytics/google-analytics.js'); - } - - if (!theme.growingio_analytics) { - hexo.route.remove('js/third-party/analytics/growingio.js'); - } - - // Chat - if (!theme.chatra.enable) { - hexo.route.remove('js/third-party/chat/chatra.js'); - } - - if (!theme.tidio.enable) { - hexo.route.remove('js/third-party/chat/tidio.js'); - } - - if (!theme.gitter.enable) { - hexo.route.remove('js/third-party/chat/gitter.js'); - } - - // Comments - if (!theme.changyan.enable || !theme.changyan.appid || !theme.changyan.appkey) { - hexo.route.remove('js/third-party/comments/changyan.js'); - } - - if (!theme.disqus.enable || !theme.disqus.shortname) { - hexo.route.remove('js/third-party/comments/disqus.js'); - } - - if (!theme.disqusjs.enable || !theme.disqusjs.shortname || !theme.disqusjs.apikey) { - hexo.route.remove('js/third-party/comments/disqusjs.js'); - } - - if (!theme.gitalk.enable) { - hexo.route.remove('js/third-party/comments/gitalk.js'); - } - - if (!theme.isso) { - hexo.route.remove('js/third-party/comments/isso.js'); - } - - if (!theme.livere_uid) { - hexo.route.remove('js/third-party/comments/livere.js'); - } - - if (!theme.utterances.enable || !theme.utterances.repo) { - hexo.route.remove('js/third-party/comments/utterances.js'); - } - - // Math - if (!theme.math.katex.enable || !theme.math.katex.copy_tex) { - hexo.route.remove('js/third-party/math/katex.js'); - } - - if (!theme.math.mathjax.enable) { - hexo.route.remove('js/third-party/math/mathjax.js'); - } - - // Search - if (!theme.algolia_search.enable) { - hexo.route.remove('js/third-party/search/algolia-search.js'); - hexo.route.remove('images/logo-algolia-nebula-blue-full.svg'); - } - - if (!theme.local_search.enable) { - hexo.route.remove('js/third-party/search/local-search.js'); - } - - // Statistics - if (!theme.firestore.enable) { - hexo.route.remove('js/third-party/statistics/firestore.js'); - } - - if (!theme.leancloud_visitors.enable) { - hexo.route.remove('js/third-party/statistics/lean-analytics.js'); - } - - // Tags - if (!theme.mermaid.enable) { - hexo.route.remove('js/third-party/tags/mermaid.js'); - } - - if (!theme.pdf.enable) { - hexo.route.remove('js/third-party/tags/pdf.js'); - } - - // Others - if (!theme.fancybox) { - hexo.route.remove('js/third-party/fancybox.js'); - } - - if (!theme.pace.enable) { - hexo.route.remove('js/third-party/pace.js'); - } - - if (!theme.quicklink.enable) { - hexo.route.remove('js/third-party/quicklink.js'); - } - - if (!theme.rating.enable) { - hexo.route.remove('js/third-party/rating.js'); - } -}); diff --git a/themes/next/scripts/filters/post.js b/themes/next/scripts/filters/post.js deleted file mode 100644 index 5fb10ace..00000000 --- a/themes/next/scripts/filters/post.js +++ /dev/null @@ -1,36 +0,0 @@ -/* global hexo */ - -'use strict'; - -const { parse } = require('url'); -const { unescapeHTML } = require('hexo-util'); - -hexo.extend.filter.register('after_post_render', data => { - const { config } = hexo; - const theme = hexo.theme.config; - if (!theme.exturl && !theme.lazyload) return; - if (theme.lazyload) { - data.content = data.content.replace(/(]*)\ssrc=/ig, '$1 data-src='); - } - if (theme.exturl) { - const siteHost = parse(config.url).hostname || config.url; - // External URL icon - const exturlIcon = theme.exturl_icon ? '' : ''; - data.content = data.content.replace(/]*\shref="([^"]+)"[^>]*>([^<]+)<\/a>/ig, (match, href, html) => { - // Exit if the href attribute doesn't exists. - if (!href) return match; - - // Exit if the url has same host with `config.url`, which means it's an internal link. - const link = parse(href); - if (!link.protocol || link.hostname === siteHost) return match; - - // Return encrypted URL with title. - const title = match.match(/title="([^"]+)"/); - const encoded = Buffer.from(unescapeHTML(href)).toString('base64'); - if (title) return `${html}${exturlIcon}`; - - return `${html}${exturlIcon}`; - }); - } - -}, 0); diff --git a/themes/next/scripts/helpers/engine.js b/themes/next/scripts/helpers/engine.js deleted file mode 100644 index 7f6fbe97..00000000 --- a/themes/next/scripts/helpers/engine.js +++ /dev/null @@ -1,115 +0,0 @@ -/* global hexo */ - -'use strict'; - -const crypto = require('crypto'); -const { parse } = require('url'); -const nextFont = require('./font'); -const nextUrl = require('./next-url'); -const { getVendors } = require('../events/lib/utils'); - -hexo.extend.helper.register('next_font', nextFont); -hexo.extend.helper.register('next_url', nextUrl); - -hexo.extend.helper.register('next_inject', function(point) { - return this.theme.injects[point] - .map(item => this.partial(item.layout, item.locals, item.options)) - .join(''); -}); - -hexo.extend.helper.register('next_js', function(file, { - pjax = false, - module = false -} = {}) { - const { next_version } = this; - const { internal, custom_cdn_url } = this.theme.vendors; - const links = getVendors({ - name : 'hexo-theme-next', - version : next_version, - file : 'source/js/' + file, - minified: 'source/js/' + file.replace(/\.js$/, '.min.js'), - local : this.url_for(`${this.theme.js}/${file}`), - custom : custom_cdn_url - }); - const src = links[internal] || links.local; - return ``; -}); - -hexo.extend.helper.register('next_vendors', function(name) { - const { url, integrity } = this.theme.vendors[name]; - const type = url.endsWith('css') ? 'css' : 'js'; - if (type === 'css') { - if (integrity) return ``; - return ``; - } - if (integrity) return ``; - return ``; -}); - -hexo.extend.helper.register('next_data', function(name, ...data) { - const json = data.length === 1 ? data[0] : Object.assign({}, ...data); - return ``; -}); - -hexo.extend.helper.register('next_pre', function() { - if (!this.theme.preconnect) return ''; - const { enable, host } = this.theme.font; - const { internal, plugins, custom_cdn_url } = this.theme.vendors; - const links = { - local : this.theme.js && parse(this.theme.js).hostname ? parse(this.theme.js).protocol + '//' + parse(this.theme.js).hostname : '', - jsdelivr: 'https://cdn.jsdelivr.net', - unpkg : 'https://unpkg.com', - cdnjs : 'https://cdnjs.cloudflare.com', - custom : custom_cdn_url && parse(custom_cdn_url).hostname ? parse(custom_cdn_url).protocol + '//' + parse(custom_cdn_url).hostname : '' - }; - const h = enable ? host || 'https://fonts.googleapis.com' : ''; - const i = links[internal]; - const p = links[plugins]; - return [...new Set([h, i, p].filter(origin => origin))].map( - origin => `` - ).join('\n'); -}); - -hexo.extend.helper.register('post_gallery', function(photos) { - if (!photos || !photos.length) return ''; - const content = photos.map(photo => ` -
- -
`).join(''); - return `
- ${content} -
`; -}); - -hexo.extend.helper.register('post_edit', function(src) { - const { post_edit } = this.theme; - if (!post_edit.enable) return ''; - return this.next_url(post_edit.url + src, '', { - class: 'post-edit-link', - title: this.__('post.edit') - }); -}); - -hexo.extend.helper.register('gitalk_md5', function(path) { - const str = this.url_for(path); - return crypto.createHash('md5').update(str).digest('hex'); -}); - -/** - * Get page path given a certain language tag - */ -hexo.extend.helper.register('i18n_path', function(language) { - const { path, lang } = this.page; - const base = path.startsWith(lang) ? path.slice(lang.length + 1) : path; - return this.url_for(`${this.languages.indexOf(language) === 0 ? '' : '/' + language}/${base}`); -}); - -/** - * Get the language name - */ -hexo.extend.helper.register('language_name', function(language) { - const name = hexo.theme.i18n.__(language)('name'); - return name === 'name' ? language : name; -}); diff --git a/themes/next/scripts/helpers/font.js b/themes/next/scripts/helpers/font.js deleted file mode 100644 index 5c46090e..00000000 --- a/themes/next/scripts/helpers/font.js +++ /dev/null @@ -1,25 +0,0 @@ -'use strict'; - -// https://developers.google.com/fonts/docs/getting_started -module.exports = function() { - const config = this.theme.font; - - if (!config || !config.enable) return ''; - - const fontStyles = ':300,300italic,400,400italic,700,700italic'; - const fontHost = config.host || 'https://fonts.googleapis.com'; - - // Get a font list from config - let fontFamilies = []; - ['global', 'title', 'headings', 'posts', 'codes'].forEach(item => { - if (config[item] && config[item].family && config[item].external) { - fontFamilies = fontFamilies.concat(config[item].family.split(',')); - } - }); - - fontFamilies = fontFamilies.map(name => name.trim().replace(/\s/g, '+') + fontStyles); - fontFamilies = [...new Set(fontFamilies)].join('%7C'); - - // Merge extra parameters to the final processed font string - return fontFamilies ? `` : ''; -}; diff --git a/themes/next/scripts/helpers/navigation.js b/themes/next/scripts/helpers/navigation.js deleted file mode 100644 index bdc0aed1..00000000 --- a/themes/next/scripts/helpers/navigation.js +++ /dev/null @@ -1,19 +0,0 @@ -/* global hexo */ - -'use strict'; - -hexo.extend.helper.register('next_menu', function(path) { - path = ('/' + path).replace(/index\.html$/, ''); - const { menu_map } = this.theme; - if (!menu_map.has(path)) return; - let node = menu_map.get(path); - const menus = []; - if (node.children.length) { - menus.unshift(node.children); - } - while (node.parent) { - menus.unshift(node.parent.children); - node = node.parent; - } - return menus; -}); diff --git a/themes/next/scripts/helpers/next-config.js b/themes/next/scripts/helpers/next-config.js deleted file mode 100644 index 25c28a3e..00000000 --- a/themes/next/scripts/helpers/next-config.js +++ /dev/null @@ -1,64 +0,0 @@ -/* global hexo */ - -'use strict'; - -const { parse } = require('url'); - -/** - * Export theme config - */ -hexo.extend.helper.register('next_config', function() { - const { config, theme, url_for, __ } = this; - const exportConfig = { - hostname : parse(config.url).hostname || config.url, - root : config.root, - images : url_for(theme.images), - scheme : theme.scheme, - darkmode : theme.darkmode, - version : this.next_version, - exturl : theme.exturl, - sidebar : theme.sidebar, - copycode : theme.codeblock.copy_button, - bookmark : theme.bookmark, - mediumzoom: theme.mediumzoom, - lazyload : theme.lazyload, - pangu : theme.pangu, - comments : theme.comments, - stickytabs: theme.tabs.sticky, - motion : theme.motion, - prism : config.prismjs.enable && !config.prismjs.preprocess, - i18n : { - placeholder: __('search.placeholder'), - empty : __('search.empty', '${query}'), - hits_time : __('search.hits_time', '${hits}', '${time}'), - hits : __('search.hits', '${hits}') - } - }; - if (config.algolia && theme.algolia_search && theme.algolia_search.enable) { - exportConfig.algolia = { - appID : config.algolia.applicationID || config.algolia.appId, - apiKey : config.algolia.apiKey, - indexName: config.algolia.indexName, - hits : theme.algolia_search.hits - }; - } - if (config.search && theme.local_search && theme.local_search.enable) { - exportConfig.path = url_for(config.search.path); - exportConfig.localsearch = theme.local_search; - } - return exportConfig; -}); - -hexo.extend.helper.register('next_config_unique', function() { - const { page, is_home, is_post } = this; - return { - sidebar : page.sidebar || '', - isHome : is_home(), - isPost : is_post(), - lang : page.lang, - comments : page.comments || '', - permalink: page.permalink || '', - path : page.path || '', - title : page.title || '' - }; -}); diff --git a/themes/next/scripts/helpers/next-url.js b/themes/next/scripts/helpers/next-url.js deleted file mode 100644 index 5f06921d..00000000 --- a/themes/next/scripts/helpers/next-url.js +++ /dev/null @@ -1,54 +0,0 @@ -'use strict'; - -const { htmlTag } = require('hexo-util'); -const { parse } = require('url'); - -module.exports = function(path, text, options = {}) { - const { config, theme } = this; - const data = parse(path); - const siteHost = parse(config.url).hostname || config.url; - - let exturl = ''; - let tag = 'a'; - let attrs = { href: this.url_for(path) }; - - // If `exturl` enabled, set spanned links only on external links. - if (theme.exturl && data.protocol && data.hostname !== siteHost) { - tag = 'span'; - exturl = 'exturl'; - const encoded = Buffer.from(path).toString('base64'); - attrs = { - class : exturl, - 'data-url': encoded - }; - } - - for (const key in options) { - - /** - * If option have `class` attribute, add it to - * 'exturl' class if `exturl` option enabled. - */ - if (exturl !== '' && key === 'class') { - attrs[key] += ' ' + options[key]; - } else { - attrs[key] = options[key]; - } - } - - // If it's external link, rewrite attributes. - if (data.protocol && data.hostname !== siteHost) { - attrs.external = null; - - if (!theme.exturl) { - // Only for simple link need to rewrite/add attributes. - attrs.rel = 'noopener'; - attrs.target = '_blank'; - } else { - // Remove rel attributes for `exturl` in main menu. - attrs.rel = null; - } - } - - return htmlTag(tag, attrs, decodeURI(text), false); -}; diff --git a/themes/next/scripts/helpers/next-vendors.js b/themes/next/scripts/helpers/next-vendors.js deleted file mode 100644 index 3fc0be33..00000000 --- a/themes/next/scripts/helpers/next-vendors.js +++ /dev/null @@ -1,30 +0,0 @@ -/* global hexo */ - -'use strict'; - -hexo.extend.helper.register('js_vendors', function() { - const { config, theme } = this; - const vendors = ['anime']; - if (config.prismjs.enable && !config.prismjs.preprocess) { - vendors.push('prism', 'prism_autoloader'); - if (config.prismjs.line_number) { - vendors.push('prism_line_numbers'); - } - } - if (theme.pjax) { - vendors.push('pjax'); - } - if (theme.fancybox) { - vendors.push('jquery', 'fancybox_js'); - } - if (theme.mediumzoom) { - vendors.push('mediumzoom'); - } - if (theme.lazyload) { - vendors.push('lazyload'); - } - if (theme.pangu) { - vendors.push('pangu'); - } - return vendors; -}); diff --git a/themes/next/scripts/tags/button.js b/themes/next/scripts/tags/button.js deleted file mode 100644 index 8379ffd7..00000000 --- a/themes/next/scripts/tags/button.js +++ /dev/null @@ -1,23 +0,0 @@ -/** - * button.js | https://theme-next.js.org/docs/tag-plugins/button - */ - -'use strict'; - -module.exports = ctx => function(args) { - args = args.join(' ').split(','); - const url = args[0]; - const text = (args[1] || '').trim(); - let icon = (args[2] || '').trim(); - const title = (args[3] || '').trim(); - - if (!url) { - ctx.log.warn('URL can NOT be empty.'); - } - if (icon.length > 0) { - if (!icon.startsWith('fa')) icon = 'fa fa-' + icon; - icon = ``; - } - - return ` 0 ? ` title="${title}"` : ''}>${icon}${text}`; -}; diff --git a/themes/next/scripts/tags/caniuse.js b/themes/next/scripts/tags/caniuse.js deleted file mode 100644 index a6b04548..00000000 --- a/themes/next/scripts/tags/caniuse.js +++ /dev/null @@ -1,16 +0,0 @@ -/** - * caniuse.js | https://theme-next.js.org/docs/tag-plugins/caniuse - */ - -'use strict'; - -module.exports = ctx => function(args) { - const [feature, periods = 'current'] = args.join('').split('@'); - - if (!feature) { - ctx.log.warn('Caniuse feature can NOT be empty.'); - return ''; - } - - return ``; -}; diff --git a/themes/next/scripts/tags/center-quote.js b/themes/next/scripts/tags/center-quote.js deleted file mode 100644 index 169be33d..00000000 --- a/themes/next/scripts/tags/center-quote.js +++ /dev/null @@ -1,11 +0,0 @@ -/** - * center-quote.js | https://theme-next.js.org/docs/tag-plugins/ - */ - -'use strict'; - -module.exports = ctx => function(args, content) { - return `
-${ctx.render.renderSync({ text: content, engine: 'markdown' })} -
`; -}; diff --git a/themes/next/scripts/tags/group-pictures.js b/themes/next/scripts/tags/group-pictures.js deleted file mode 100644 index b55a6547..00000000 --- a/themes/next/scripts/tags/group-pictures.js +++ /dev/null @@ -1,132 +0,0 @@ -/** - * group-pictures.js | https://theme-next.js.org/docs/tag-plugins/group-pictures - */ - -'use strict'; - -const LAYOUTS = { - 2: { - 1: [1, 1], - 2: [2] - }, - 3: { - 1: [1, 2], - 2: [2, 1], - 3: [3] - }, - 4: { - 1: [1, 2, 1], - 2: [1, 3], - 3: [2, 2], - 4: [3, 1] - }, - 5: { - 1: [1, 2, 2], - 2: [2, 1, 2], - 3: [2, 3], - 4: [3, 2] - }, - 6: { - 1: [1, 2, 3], - 2: [1, 3, 2], - 3: [2, 1, 3], - 4: [2, 2, 2], - 5: [3, 3] - }, - 7: { - 1: [1, 2, 2, 2], - 2: [1, 3, 3], - 3: [2, 2, 3], - 4: [2, 3, 2], - 5: [3, 2, 2] - }, - 8: { - 1: [1, 2, 2, 3], - 2: [1, 2, 3, 2], - 3: [1, 3, 2, 2], - 4: [2, 2, 2, 2], - 5: [2, 3, 3], - 6: [3, 2, 3], - 7: [3, 3, 2] - }, - 9: { - 1: [1, 2, 3, 3], - 2: [1, 3, 2, 3], - 3: [2, 2, 2, 3], - 4: [2, 2, 3, 2], - 5: [2, 3, 2, 2], - 6: [3, 2, 2, 2], - 7: [3, 3, 3] - }, - 10: { - 1: [1, 3, 3, 3], - 2: [2, 2, 3, 3], - 3: [2, 3, 2, 3], - 4: [2, 3, 3, 2], - 5: [3, 2, 2, 3], - 6: [3, 2, 3, 2], - 7: [3, 3, 2, 2] - } -}; - -function groupBy(group, data) { - const r = []; - for (const count of group) { - r.push(data.slice(0, count)); - data = data.slice(count); - } - return r; -} - -const templates = { - - dispatch: function(pictures, group, layout) { - const rule = LAYOUTS[group] ? LAYOUTS[group][layout] : null; - return rule ? this.getHTML(groupBy(rule, pictures)) : this.defaults(pictures); - }, - - /** - * Defaults Layout - * - * □ □ □ - * □ □ □ - * ... - * - * @param pictures - */ - defaults: function(pictures) { - const ROW_SIZE = 3; - const rows = pictures.length / ROW_SIZE; - const pictureArr = []; - - for (let i = 0; i < rows; i++) { - pictureArr.push(pictures.slice(i * ROW_SIZE, (i + 1) * ROW_SIZE)); - } - - return this.getHTML(pictureArr); - }, - - getHTML: function(rows) { - return rows.map(row => { - return `
${this.getColumnHTML(row)}
`; - }).join(''); - }, - - getColumnHTML: function(pictures) { - return pictures.map(picture => { - return `
${picture}
`; - }).join(''); - } -}; - -module.exports = ctx => function(args, content) { - args = args[0].split('-'); - const group = parseInt(args[0], 10); - const layout = parseInt(args[1], 10); - - content = ctx.render.renderSync({ text: content, engine: 'markdown' }); - - const pictures = content.match(/(]*>((?!<\/a)(.|\n))+<\/a>)|(]+>)/g); - - return `
${templates.dispatch(pictures, group, layout)}
`; -}; diff --git a/themes/next/scripts/tags/index.js b/themes/next/scripts/tags/index.js deleted file mode 100644 index fe069502..00000000 --- a/themes/next/scripts/tags/index.js +++ /dev/null @@ -1,55 +0,0 @@ -/* global hexo */ - -'use strict'; - -const postButton = require('./button')(hexo); - -hexo.extend.tag.register('button', postButton); -hexo.extend.tag.register('btn', postButton); - -const caniUse = require('./caniuse')(hexo); - -hexo.extend.tag.register('caniuse', caniUse); -hexo.extend.tag.register('can', caniUse); - -const centerQuote = require('./center-quote')(hexo); - -hexo.extend.tag.register('centerquote', centerQuote, true); -hexo.extend.tag.register('cq', centerQuote, true); - -const groupPicture = require('./group-pictures')(hexo); - -hexo.extend.tag.register('grouppicture', groupPicture, true); -hexo.extend.tag.register('gp', groupPicture, true); - -const postLabel = require('./label')(hexo); - -hexo.extend.tag.register('label', postLabel); - -const linkGrid = require('./link-grid'); - -hexo.extend.tag.register('linkgrid', linkGrid, true); -hexo.extend.tag.register('lg', linkGrid, true); - -const mermaid = require('./mermaid'); - -hexo.extend.tag.register('mermaid', mermaid, true); - -const postNote = require('./note')(hexo); - -hexo.extend.tag.register('note', postNote, true); -hexo.extend.tag.register('subnote', postNote, true); - -const pdf = require('./pdf')(hexo); - -hexo.extend.tag.register('pdf', pdf); - -const postTabs = require('./tabs')(hexo); - -hexo.extend.tag.register('tabs', postTabs, true); -hexo.extend.tag.register('subtabs', postTabs, true); -hexo.extend.tag.register('subsubtabs', postTabs, true); - -const postVideo = require('./video'); - -hexo.extend.tag.register('video', postVideo); diff --git a/themes/next/scripts/tags/label.js b/themes/next/scripts/tags/label.js deleted file mode 100644 index 1ebfca53..00000000 --- a/themes/next/scripts/tags/label.js +++ /dev/null @@ -1,13 +0,0 @@ -/** - * label.js | https://theme-next.js.org/docs/tag-plugins/label - */ - -'use strict'; - -module.exports = ctx => function(args) { - const [classes = 'default', text = ''] = args.join(' ').split('@'); - - if (!text) ctx.log.warn('Label text must be defined!'); - - return `${text}`; -}; diff --git a/themes/next/scripts/tags/link-grid.js b/themes/next/scripts/tags/link-grid.js deleted file mode 100644 index 22913cbd..00000000 --- a/themes/next/scripts/tags/link-grid.js +++ /dev/null @@ -1,20 +0,0 @@ -/** - * link-grid.js | https://theme-next.js.org/docs/tag-plugins/link-grid - */ - -'use strict'; - -module.exports = function([image = '/images/avatar.gif', delimiter = '|', comment = '%'], content) { - const links = content.split('\n').filter(line => line.trim() !== '').map(line => { - const item = line.split(delimiter).map(arg => arg.trim()); - if (item[0][0] === comment) return ''; - const imageSource = item[3] || image; - const hasExtension = /\.[^/]+$/.test(imageSource); - return ``; - }); - return ``; -}; diff --git a/themes/next/scripts/tags/mermaid.js b/themes/next/scripts/tags/mermaid.js deleted file mode 100644 index d9272163..00000000 --- a/themes/next/scripts/tags/mermaid.js +++ /dev/null @@ -1,14 +0,0 @@ -/** - * mermaid.js | https://theme-next.js.org/docs/tag-plugins/mermaid - */ - -'use strict'; - -const { escapeHTML } = require('hexo-util'); - -module.exports = function(args, content) { - return `
-${args.join(' ')}
-${escapeHTML(content)}
-
`; -}; diff --git a/themes/next/scripts/tags/note.js b/themes/next/scripts/tags/note.js deleted file mode 100644 index 6b818bdb..00000000 --- a/themes/next/scripts/tags/note.js +++ /dev/null @@ -1,25 +0,0 @@ -/** - * note.js | https://theme-next.js.org/docs/tag-plugins/note - */ - -'use strict'; - -module.exports = ctx => function(args, content) { - const keywords = ['default', 'primary', 'info', 'success', 'warning', 'danger', 'no-icon']; - const className = []; - for (let i = 0; i < 2; i++) { - if (keywords.includes(args[0])) { - className.push(args.shift()); - } else { - break; - } - } - - content = ctx.render.renderSync({ text: content, engine: 'markdown' }); - if (args.length === 0) { - return `
${content}
`; - } - return `
${ctx.render.renderSync({ text: args.join(' '), engine: 'markdown' })} -${content} -
`; -}; diff --git a/themes/next/scripts/tags/pdf.js b/themes/next/scripts/tags/pdf.js deleted file mode 100644 index 6c29f6c5..00000000 --- a/themes/next/scripts/tags/pdf.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * pdf.js | https://theme-next.js.org/docs/tag-plugins/pdf - */ - -'use strict'; - -module.exports = ctx => function(args) { - const theme = ctx.theme.config; - return `
`; -}; diff --git a/themes/next/scripts/tags/tabs.js b/themes/next/scripts/tags/tabs.js deleted file mode 100644 index d54da50e..00000000 --- a/themes/next/scripts/tags/tabs.js +++ /dev/null @@ -1,47 +0,0 @@ -/** - * tabs.js | https://theme-next.js.org/docs/tag-plugins/tabs - */ - -'use strict'; - -module.exports = ctx => function(args, content = '') { - const tabBlock = /\n([\w\W\s\S]*?)/g; - - args = args.join(' ').split(','); - const tabName = args[0]; - const tabActive = Number(args[1]) || 0; - - let tabId = 0; - let tabNav = ''; - let tabContent = ''; - - if (!tabName) ctx.log.warn('Tabs block must have unique name!'); - const matches = content.matchAll(tabBlock); - - for (const match of matches) { - let [caption = '', icon = ''] = match[1].split('@'); - let postContent = match[2]; - - postContent = ctx.render.renderSync({ text: postContent, engine: 'markdown' }).trim(); - - const abbr = tabName + ' ' + ++tabId; - const href = abbr.toLowerCase().split(' ').join('-'); - - icon = icon.trim(); - if (icon.length > 0) { - if (!icon.startsWith('fa')) icon = 'fa fa-' + icon; - icon = ``; - } - - caption = icon + caption.trim(); - - const isActive = (tabActive > 0 && tabActive === tabId) || (tabActive === 0 && tabId === 1) ? ' active' : ''; - tabNav += `
  • ${caption || abbr}
  • `; - tabContent += `
    ${postContent}
    `; - } - - tabNav = ``; - tabContent = `
    ${tabContent}
    `; - - return `
    ${tabNav + tabContent}
    `; -}; diff --git a/themes/next/scripts/tags/video.js b/themes/next/scripts/tags/video.js deleted file mode 100644 index 2c326e52..00000000 --- a/themes/next/scripts/tags/video.js +++ /dev/null @@ -1,9 +0,0 @@ -/** - * video.js | https://theme-next.js.org/docs/tag-plugins/ - */ - -'use strict'; - -module.exports = function(args) { - return ``; -}; diff --git a/themes/next/source/css/_colors.styl b/themes/next/source/css/_colors.styl deleted file mode 100644 index 25d49cd9..00000000 --- a/themes/next/source/css/_colors.styl +++ /dev/null @@ -1,75 +0,0 @@ -:root { - --body-bg-color: $body-bg-color; - --content-bg-color: $content-bg-color; - --card-bg-color: $card-bg-color; - --text-color: $text-color; - --blockquote-color: $blockquote-color; - --link-color: $link-color; - --link-hover-color: $link-hover-color; - --brand-color: $brand-color; - --brand-hover-color: $brand-hover-color; - --table-row-odd-bg-color: $table-row-odd-bg-color; - --table-row-hover-bg-color: $table-row-hover-bg-color; - --menu-item-bg-color: $menu-item-bg-color; - --theme-color: $theme-color; - - --btn-default-bg: $btn-default-bg; - --btn-default-color: $btn-default-color; - --btn-default-border-color: $btn-default-border-color; - --btn-default-hover-bg: $btn-default-hover-bg; - --btn-default-hover-color: $btn-default-hover-color; - --btn-default-hover-border-color: $btn-default-hover-border-color; - - --highlight-background: $highlight-background; - --highlight-foreground: $highlight-foreground; - --highlight-gutter-background: $highlight-gutter-background; - --highlight-gutter-foreground: $highlight-gutter-foreground; - - color-scheme: light; -} - -if (hexo-config('darkmode')) { - @media (prefers-color-scheme: dark) { - :root { - --body-bg-color: $body-bg-color-dark; - --content-bg-color: $content-bg-color-dark; - --card-bg-color: $card-bg-color-dark; - --text-color: $text-color-dark; - --blockquote-color: $blockquote-color-dark; - --link-color: $link-color-dark; - --link-hover-color: $link-hover-color-dark; - --brand-color: $brand-color-dark; - --brand-hover-color: $brand-hover-color-dark; - --table-row-odd-bg-color: $table-row-odd-bg-color-dark; - --table-row-hover-bg-color: $table-row-hover-bg-color-dark; - --menu-item-bg-color: $menu-item-bg-color-dark; - --theme-color: $theme-color-dark; - - --btn-default-bg: $btn-default-bg-dark; - --btn-default-color: $btn-default-color-dark; - --btn-default-border-color: $btn-default-border-color-dark; - --btn-default-hover-bg: $btn-default-hover-bg-dark; - --btn-default-hover-color: $btn-default-hover-color-dark; - --btn-default-hover-border-color: $btn-default-hover-border-color-dark; - - --highlight-background: $highlight-background-dark; - --highlight-foreground: $highlight-foreground-dark; - --highlight-gutter-background: $highlight-gutter-background-dark; - --highlight-gutter-foreground: $highlight-gutter-foreground-dark; - - color-scheme: dark; - } - - img { - opacity: .75; - - &:hover { - opacity: .9; - } - } - - iframe { - color-scheme: light; - } - } -} diff --git a/themes/next/source/css/_common/components/back-to-top.styl b/themes/next/source/css/_common/components/back-to-top.styl deleted file mode 100644 index d1c91521..00000000 --- a/themes/next/source/css/_common/components/back-to-top.styl +++ /dev/null @@ -1,45 +0,0 @@ -if (hexo-config('back2top.enable')) { - .back-to-top { - font-size: $b2t-font-size; - - if (not hexo-config('back2top.scrollpercent')) { - span { - display: none; - } - } - - if (hexo-config('back2top.sidebar')) { - margin: 20px - $sidebar-offset -10px -20px; - opacity: 0; - transition: opacity $transition-ease; - - &.back-to-top-on { - cursor: pointer; - opacity: $b2t-opacity; - - &:hover { - opacity: $b2t-opacity-hover; - } - } - } else { - bottom: $b2t-position-bottom; - box-sizing: border-box; - color: $b2t-color; - padding: 0 6px; - transition: bottom $transition-ease; - sidebar-toggle(); - - if (not hexo-config('back2top.scrollpercent')) { - width: 24px; - } - - &:hover { - color: $sidebar-highlight; - } - - &.back-to-top-on { - bottom: $b2t-position-bottom-on; - } - } - } -} diff --git a/themes/next/source/css/_common/components/index.styl b/themes/next/source/css/_common/components/index.styl deleted file mode 100644 index 77f5cd33..00000000 --- a/themes/next/source/css/_common/components/index.styl +++ /dev/null @@ -1,20 +0,0 @@ -.noscript-warning { - background-color: lighten($red, 20%); - color: white; - font-family: sans-serif; - font-size: 1rem; - font-weight: bold; - left: 0; - position: fixed; - text-align: center; - top: 0; - width: 100%; - z-index: $zindex-5; -} - -@import 'back-to-top'; -@import 'reading-progress'; - -@import 'post'; -@import 'pages'; -@import 'third-party'; diff --git a/themes/next/source/css/_common/components/pages/breadcrumb.styl b/themes/next/source/css/_common/components/pages/breadcrumb.styl deleted file mode 100644 index c0b6f7a9..00000000 --- a/themes/next/source/css/_common/components/pages/breadcrumb.styl +++ /dev/null @@ -1,21 +0,0 @@ -ul.breadcrumb { - font-size: $font-size-smallest; - list-style: none; - margin: 1em 0; - padding: 0 2em; - text-align: center; - - li { - display: inline; - } - - li:not(:first-child)::before { - content: '/\00a0'; - font-weight: normal; - padding: .5em; - } - - li:last-child { - font-weight: bold; - } -} diff --git a/themes/next/source/css/_common/components/pages/categories.styl b/themes/next/source/css/_common/components/pages/categories.styl deleted file mode 100644 index 130c58f3..00000000 --- a/themes/next/source/css/_common/components/pages/categories.styl +++ /dev/null @@ -1,35 +0,0 @@ -.category-all-page { - .category-all-title { - text-align: center; - } - - .category-all { - margin-top: 20px; - } - - .category-list { - list-style: none; - margin: 0; - padding: 0; - } - - .category-list-item { - margin: 5px 10px; - } - - .category-list-count { - color: $grey; - - &::before { - content: ' ('; - } - - &::after { - content: ') '; - } - } - - .category-list-child { - padding-left: 10px; - } -} diff --git a/themes/next/source/css/_common/components/pages/index.styl b/themes/next/source/css/_common/components/pages/index.styl deleted file mode 100644 index ee55922a..00000000 --- a/themes/next/source/css/_common/components/pages/index.styl +++ /dev/null @@ -1,5 +0,0 @@ -// Page specific styles -@import 'categories'; -@import 'schedule'; -@import 'breadcrumb'; -@import 'tag-cloud'; diff --git a/themes/next/source/css/_common/components/pages/schedule.styl b/themes/next/source/css/_common/components/pages/schedule.styl deleted file mode 100644 index cce754c5..00000000 --- a/themes/next/source/css/_common/components/pages/schedule.styl +++ /dev/null @@ -1,102 +0,0 @@ -@keyframes dot-flash { - from { - opacity: 1; - transform: scale(1); - } - - to { - opacity: 0; - transform: scale(.8); - } -} - -.event-list { - hr { - background: $black-deep; - margin: 20px 0 45px; - - &::after { - background: $black-deep; - color: white; - content: 'NOW'; - display: inline-block; - font-weight: bold; - padding: 0 5px; - } - } - - .event { - --event-background: $black-deep; - --event-foreground: $grey; - --event-title: white; - background: var(--event-background); - padding: 15px; - - .event-summary { - border-bottom: 0; - color: var(--event-title); - margin: 0; - padding: 0 0 0 35px; - position: relative; - - &::before { - animation: dot-flash 1s alternate infinite ease-in-out; - background: var(--event-title); - left: 0; - margin-top: -6px; - position: absolute; - top: 50%; - round-icon(12px); - } - } - - &:nth-of-type(odd) .event-summary::before { - animation-delay: .5s; - } - - &:not(:last-child) { - margin-bottom: 20px; - } - - .event-relative-time { - color: var(--event-foreground); - display: inline-block; - font-size: 12px; - font-weight: normal; - padding-left: 12px; - } - - .event-details { - color: var(--event-foreground); - display: block; - line-height: 18px; - padding: 6px 0 6px 35px; - - &::before { - color: var(--event-foreground); - display: inline-block; - margin-right: 9px; - width: 14px; - font-family-icons(); - } - - &.event-location::before { - content: '\f041'; - } - - &.event-duration::before { - content: '\f017'; - } - - &.event-description::before { - content: '\f024'; - } - } - } - - .event-past { - --event-background: $whitesmoke; - --event-foreground: $grey-dark; - --event-title: $black-deep; - } -} diff --git a/themes/next/source/css/_common/components/pages/tag-cloud.styl b/themes/next/source/css/_common/components/pages/tag-cloud.styl deleted file mode 100644 index 60795459..00000000 --- a/themes/next/source/css/_common/components/pages/tag-cloud.styl +++ /dev/null @@ -1,28 +0,0 @@ -.tag-cloud { - text-align: center; - - a { - display: inline-block; - margin: 10px; - } -} - -for $tag-cloud in (0 .. 10) { - $tag-cloud-color = mix($tag-cloud-end, $tag-cloud-start, $tag-cloud * 10); - .tag-cloud-{$tag-cloud} { - border-bottom-color: $tag-cloud-color; - color: $tag-cloud-color; - } -} - -if (hexo-config('darkmode')) { - @media (prefers-color-scheme: dark) { - for $tag-cloud in (0 .. 10) { - $tag-cloud-color = mix($tag-cloud-end-dark, $tag-cloud-start-dark, $tag-cloud * 10); - .tag-cloud-{$tag-cloud} { - border-bottom-color: $tag-cloud-color; - color: $tag-cloud-color; - } - } - } -} diff --git a/themes/next/source/css/_common/components/post/index.styl b/themes/next/source/css/_common/components/post/index.styl deleted file mode 100644 index a0d8ff0e..00000000 --- a/themes/next/source/css/_common/components/post/index.styl +++ /dev/null @@ -1,53 +0,0 @@ -.rtl { - &.post-body { - p, a, h1, h2, h3, h4, h5, h6, li, ul, ol { - direction: rtl; - font-family: UKIJ Ekran; - } - } - - &.post-title { - font-family: UKIJ Ekran; - } -} - -.post-button { - margin-top: 40px; - text-align: center; -} - -.use-motion { - if (hexo-config('motion.transition.post_block')) { - .post-block, .pagination, .comments { - visibility: hidden; - } - } - - if (hexo-config('motion.transition.post_header')) { - .post-header { - visibility: hidden; - } - } - - if (hexo-config('motion.transition.post_body')) { - .post-body { - visibility: hidden; - } - } - - if (hexo-config('motion.transition.coll_header')) { - .collection-header { - visibility: hidden; - } - } -} - -@import 'post-collapse'; -@import 'post-body'; -@import 'post-gallery'; -@import 'post-header'; -@import 'post-nav'; -@import 'post-footer'; -@import 'post-widgets'; -@import 'post-reward'; -@import 'post-followme'; diff --git a/themes/next/source/css/_common/components/post/post-body.styl b/themes/next/source/css/_common/components/post/post-body.styl deleted file mode 100644 index 5cc46ae9..00000000 --- a/themes/next/source/css/_common/components/post/post-body.styl +++ /dev/null @@ -1,79 +0,0 @@ -.post-body { - font-family: $font-family-posts; - word-wrap(); - - +desktop-large() { - font-size: $font-size-large; - } - - +desktop() { - text-align: unquote(hexo-config('text_align.desktop')); - } - - +tablet-mobile() { - text-align: unquote(hexo-config('text_align.mobile')); - } - - h1, h2, h3, h4, h5, h6 { - // Supported plugins: hexo-renderer-markdown-it hexo-renderer-marked - .header-anchor, .headerlink { - border-bottom-style: none; - color: inherit; - float: right; - font-size: $font-size-small; - margin-left: 10px; - opacity: 0; - - &::before { - font-family-icons('\f0c1'); - } - } - - &:hover { - .header-anchor, .headerlink { - opacity: .5; - - &:hover { - opacity: 1; - } - } - } - } - - .exturl .fa { - font-size: $font-size-small; - margin-left: 4px; - } - - // For fancybox and pandoc - .image-caption, img + figcaption, .fancybox + figcaption { - color: $grey-dark; - font-size: $font-size-small; - font-weight: bold; - line-height: 1; - margin: -15px auto 15px; - text-align: center; - } - - iframe, img, video, embed { - margin-bottom: 20px; - } - - .video-container { - height: 0; - margin-bottom: 20px; - overflow: hidden; - padding-top: 75%; - position: relative; - width: 100%; - - iframe, object, embed { - height: 100%; - left: 0; - margin: 0; - position: absolute; - top: 0; - width: 100%; - } - } -} diff --git a/themes/next/source/css/_common/components/post/post-collapse.styl b/themes/next/source/css/_common/components/post/post-collapse.styl deleted file mode 100644 index 7f5ebc19..00000000 --- a/themes/next/source/css/_common/components/post/post-collapse.styl +++ /dev/null @@ -1,109 +0,0 @@ -.posts-collapse .post-content { - margin-bottom: $posts-collapse-margin; - margin-left: $posts-collapse-margin; - position: relative; - - +mobile() { - margin-left: $posts-collapse-margin-mobile; - margin-right: $posts-collapse-margin-mobile; - } - - .collection-title { - font-size: $font-size-large; - position: relative; - - &::before { - background: $grey-dark; - border: 1px solid white; - margin-left: -6px; - margin-top: -4px; - position: absolute; - top: 50%; - round-icon(10px); - } - } - - .collection-year { - font-size: $font-size-largest; - font-weight: bold; - margin: 60px 0; - position: relative; - - &::before { - background: $grey; - margin-left: -4px; - margin-top: -4px; - position: absolute; - top: 50%; - round-icon(8px); - } - } - - .collection-header { - display: block; - margin-left: 20px; - - small { - color: $grey; - margin-left: 5px; - } - } - - .post-header { - border-bottom: 1px dashed $grey-light; - // 2px is equal to half the width of .posts-collapse::before - margin: 30px 2px 0; - padding-left: 15px; - position: relative; - transition: border $transition-ease; - - &::before { - background: $grey; - border: 1px solid white; - left: -6px; - position: absolute; - top: $font-size-smallest; - transition: background $transition-ease; - round-icon(6px); - } - - &:hover { - border-bottom-color: $grey-dim; - - &::before { - background: $black-deep; - } - } - } - - .post-meta-container { - display: inline; - font-size: $font-size-smallest; - margin-right: 10px; - } - - .post-title { - display: inline; - - a { - border-bottom: 0; - color: var(--link-color); - } - - .fa-external-link-alt { - font-size: $font-size-small; - margin-left: 5px; - } - } - - &::before { - background: $whitesmoke; - content: ' '; - height: 100%; - margin-left: -2px; - position: absolute; - // To do: 1.25em is inaccurate when .collection-title has line breaks on mobile - top: 1.25em; - width: 4px; - } -} diff --git a/themes/next/source/css/_common/components/post/post-followme.styl b/themes/next/source/css/_common/components/post/post-followme.styl deleted file mode 100644 index 825d9766..00000000 --- a/themes/next/source/css/_common/components/post/post-followme.styl +++ /dev/null @@ -1,35 +0,0 @@ -if (hexo-config('follow_me')) { - .followme { - color: $grey; - padding: 1em 1.5em; - text-align: center; - post-card(); - - .social-list { - flex-wrap(); - - .social-item { - margin: .5em 2em; - - +tablet-mobile() { - margin: .5em .75em; - } - } - - .social-link { - border: 0; - display: inline-block; - text-align: center; - - .icon { - font-size: 1.75em; - } - - .label { - display: block; - font-size: 14px; - } - } - } - } -} diff --git a/themes/next/source/css/_common/components/post/post-footer.styl b/themes/next/source/css/_common/components/post/post-footer.styl deleted file mode 100644 index 5351db2c..00000000 --- a/themes/next/source/css/_common/components/post/post-footer.styl +++ /dev/null @@ -1,41 +0,0 @@ -// Flexbox layout makes it possible to reorder the child -// elements of .post-footer through the `order` CSS property -// Fix issue #16 -// To do: use `gap` instead of `margin` -// See https://caniuse.com/flexbox-gap -.post-footer { - flex-column(); -} - -.post-eof { - background: $grey-light; - height: 1px; - margin: $post-eof-margin-top auto $post-eof-margin-bottom; - width: 8%; - - .post-block:last-of-type & { - display: none; - } -} - -if (hexo-config('creative_commons.post')) { - .post-copyright ul { - list-style: none; - padding: .5em 1em; - post-card(); - } -} - -.post-tags { - margin-top: 40px; - text-align: center; - - a { - display: inline-block; - font-size: $font-size-smaller; - - &:not(:last-child) { - margin-right: 10px; - } - } -} diff --git a/themes/next/source/css/_common/components/post/post-gallery.styl b/themes/next/source/css/_common/components/post/post-gallery.styl deleted file mode 100644 index a4240d77..00000000 --- a/themes/next/source/css/_common/components/post/post-gallery.styl +++ /dev/null @@ -1,33 +0,0 @@ -.post-gallery { - display: flex; - min-height: 200px; - - .post-gallery-image { - flex: 1; - - &:not(:first-child) { - clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%); - margin-left: -20px; - } - - &:not(:last-child) { - margin-right: -20px; - } - - img { - height: 100%; - object-fit: cover; - // Override darkmode image opacity. - opacity: 1; - width: 100%; - } - } -} - -.posts-expand .post-gallery { - margin-bottom: 60px; -} - -.posts-collapse .post-gallery { - margin: 15px 0; -} diff --git a/themes/next/source/css/_common/components/post/post-header.styl b/themes/next/source/css/_common/components/post/post-header.styl deleted file mode 100644 index ba04ce4a..00000000 --- a/themes/next/source/css/_common/components/post/post-header.styl +++ /dev/null @@ -1,120 +0,0 @@ -.posts-expand .post-header { - font-size: $font-size-large; - margin-bottom: 60px; - text-align: center; -} - -.posts-expand .post-title { - font-size: $font-size-largest; - font-weight: normal; - margin: initial; - word-wrap(); - - if (hexo-config('post_edit.enable')) { - .post-edit-link { - border-bottom: 0; - color: $grey; - float: right; - font-size: $font-size-larger; - margin-left: -1.2em; - transition: color $transition-ease-in; - - +mobile-small() { - margin-left: initial; - } - - &:hover { - color: $sidebar-highlight; - } - } - } -} - -.posts-expand .post-title-link { - border-bottom: 0; - color: var(--link-color); - display: inline-block; - position: relative; - - &::before { - background: var(--link-color); - bottom: 0; - content: ''; - height: 2px; - // Fix issue #75 - left: 0; - position: absolute; - transform: scaleX(0); - transition: transform $transition-ease; - width: 100%; - } - - &:hover::before { - transform: scaleX(1); - } - - .fa-external-link-alt { - font-size: $font-size-small; - margin-left: 5px; - } -} - -.post-sticky-flag { - display: inline-block; - // Fix issue #80 #140 - margin-right: 8px; - transform: rotate(30deg); -} - -.posts-expand .post-meta-container { - color: $grey-dark; - font-family: $font-family-posts; - font-size: $font-size-smallest; - margin-top: 3px; - - .post-description { - font-size: $font-size-small; - margin-top: 2px; - } - - time { - border-bottom: 1px dashed $grey-dark; - } -} - -// Flexbox layout makes it possible to reorder the child -// elements of .post-meta through the `order` CSS property -.post-meta { - flex-wrap(); -} - -// .post-meta-item exists in .post-meta and footer -:not(.post-meta-break) + .post-meta-item::before { - content: '|'; - margin: 0 .5em; -} - -.post-meta-item-icon { - margin-right: 3px; -} - -.post-meta-item-text { - if (not hexo-config('post_meta.item_text')) { - display: none; - } - - +tablet-mobile() { - display: none; - } -} - -.post-meta-break { - flex-basis: 100%; - height: 0; -} - -if (hexo-config('busuanzi_count.enable') and hexo-config('busuanzi_count.post_views')) { - #busuanzi_container_page_pv { - display: none; - } -} diff --git a/themes/next/source/css/_common/components/post/post-nav.styl b/themes/next/source/css/_common/components/post/post-nav.styl deleted file mode 100644 index 1f14593e..00000000 --- a/themes/next/source/css/_common/components/post/post-nav.styl +++ /dev/null @@ -1,41 +0,0 @@ -.post-nav { - border-top: 1px solid $gainsboro; - display: flex; - gap: 30px; - justify-content: space-between; - margin-top: 1em; - padding: 10px 5px 0; -} - -.post-nav-item { - flex: 1; - - a { - border-bottom: 0; - display: block; - font-size: $font-size-small; - line-height: 1.6; - - &:active { - top: 2px; - } - } - - .fa { - font-size: $font-size-smallest; - } - - &:first-child { - .fa { - margin-right: 5px; - } - } - - &:last-child { - text-align: right; - - .fa { - margin-left: 5px; - } - } -} diff --git a/themes/next/source/css/_common/components/post/post-reward.styl b/themes/next/source/css/_common/components/post/post-reward.styl deleted file mode 100644 index 1afe23d1..00000000 --- a/themes/next/source/css/_common/components/post/post-reward.styl +++ /dev/null @@ -1,56 +0,0 @@ -.reward-container { - margin: $post-card-margin; - padding: 1em 0; - text-align: center; - - button { - button($sidebar-highlight); - border: 2px solid $sidebar-highlight; - border-radius: 2px; - outline: 0; - transition: all $transition-ease; - vertical-align: text-top; - } -} - -.post-reward { - display: none; - padding-top: 20px; - - &.active { - display: block; - } - - div { - display: inline-block; - - span { - display: block; - } - - if (hexo-config('reward_settings.animation')) { - &:hover span { - animation: next-roll .1s infinite linear; - // The animation may affect :hover of img in dark mode - pointer-events: none; - } - } - } - - img { - display: inline-block; - margin: .8em 2em 0; - max-width: 100%; - width: 180px; - } -} - -@keyframes next-roll { - from { - transform: rotateZ(30deg); - } - - to { - transform: rotateZ(-30deg); - } -} diff --git a/themes/next/source/css/_common/components/post/post-widgets.styl b/themes/next/source/css/_common/components/post/post-widgets.styl deleted file mode 100644 index eea67c8d..00000000 --- a/themes/next/source/css/_common/components/post/post-widgets.styl +++ /dev/null @@ -1,20 +0,0 @@ -.post-widgets { - border-top: 1px solid $gainsboro; - margin-top: 15px; - text-align: center; -} - -.wpac-rating-container { - height: 20px; - line-height: 20px; - margin-top: 10px; - padding-top: 6px; - text-align: center; -} - -.social-like { - display: flex; - font-size: $font-size-small; - justify-content: center; - text-align: center; -} diff --git a/themes/next/source/css/_common/components/reading-progress.styl b/themes/next/source/css/_common/components/reading-progress.styl deleted file mode 100644 index d28c4f9c..00000000 --- a/themes/next/source/css/_common/components/reading-progress.styl +++ /dev/null @@ -1,27 +0,0 @@ -if (hexo-config('reading_progress.enable')) { - .reading-progress-bar { - --progress: 0; - background: convert(hexo-config('reading_progress.color')); - height: convert(hexo-config('reading_progress.height')); - position: fixed; - z-index: $zindex-5; - - if (hexo-config('reading_progress.reversed')) { - width: calc(100% - var(--progress)); - } else { - width: var(--progress); - } - - if (hexo-config('reading_progress.start_at') == 'right') { - right: 0; - } else { - left: 0; - } - - if (hexo-config('reading_progress.position') == 'bottom') { - bottom: 0; - } else { - top: 0; - } - } -} diff --git a/themes/next/source/css/_common/components/third-party/disqusjs.styl b/themes/next/source/css/_common/components/third-party/disqusjs.styl deleted file mode 100644 index 1662456a..00000000 --- a/themes/next/source/css/_common/components/third-party/disqusjs.styl +++ /dev/null @@ -1,39 +0,0 @@ -if (hexo-config('disqusjs.enable') and hexo-config('darkmode')) { - @media (prefers-color-scheme:dark) { - html #dsqjs a { - color: var(--link-color) - } - - html #dsqjs a:focus,html #dsqjs a:hover { - color: var(--link-hover-color) - } - - html #dsqjs .dsqjs-nav,html #dsqjs footer { - border-color: var(--card-bg-color) - } - - html #dsqjs .dsqjs-load-more,html #dsqjs .dsqjs-load-more:hover,html #dsqjs .dsqjs-nav-tab,html #dsqjs .dsqjs-no-comment,html #dsqjs .dsqjs-post-content { - color: var(--text-color) - } - - html #dsqjs .dsqjs-order-label { - background-color: #3e4b5e - } - - html #dsqjs .dsqjs-order-radio:checked+.dsqjs-order-label { - background-color: var(--content-bg-color) - } - - html #dsqjs .dsqjs-tab-active>span:after { - background-color: #2e9fff!important - } - - html #dsqjs .dsqjs-footer,html #dsqjs .dsqjs-meta { - color: var(--text-color) - } - - html #dsqjs .dsqjs-post-body blockquote { - border-color: var(--content-bg-color) - } - } -} diff --git a/themes/next/source/css/_common/components/third-party/gitalk.styl b/themes/next/source/css/_common/components/third-party/gitalk.styl deleted file mode 100644 index 6951d5bb..00000000 --- a/themes/next/source/css/_common/components/third-party/gitalk.styl +++ /dev/null @@ -1,9 +0,0 @@ -if (hexo-config('gitalk.enable')) { - .gt-header a, .gt-comments a, .gt-popup a { - border-bottom: 0; - } - - .gt-container .gt-popup .gt-action.is--active::before { - top: .7em; - } -} diff --git a/themes/next/source/css/_common/components/third-party/gitter.styl b/themes/next/source/css/_common/components/third-party/gitter.styl deleted file mode 100644 index ced2490d..00000000 --- a/themes/next/source/css/_common/components/third-party/gitter.styl +++ /dev/null @@ -1,7 +0,0 @@ -if (hexo-config('gitter.enable')) { - .gitter-open-chat-button { - $alignment = sidebar-toggle-alignment(false); - {$alignment[0]}: auto !important; - {$alignment[1]}: 10px !important; - } -} diff --git a/themes/next/source/css/_common/components/third-party/index.styl b/themes/next/source/css/_common/components/third-party/index.styl deleted file mode 100644 index 101dc729..00000000 --- a/themes/next/source/css/_common/components/third-party/index.styl +++ /dev/null @@ -1,18 +0,0 @@ -@import 'disqusjs'; -@import 'gitalk'; -@import 'utterances'; -@import 'search'; -@import 'related-posts'; -@import 'math'; -@import 'gitter'; - -.use-motion .animated { - // Fix issue #48 #55 - animation-fill-mode: none; - // Fix issue #46 .animated in .sidebar - visibility: inherit; -} - -.use-motion .sidebar .animated { - animation-fill-mode: both; -} diff --git a/themes/next/source/css/_common/components/third-party/math.styl b/themes/next/source/css/_common/components/third-party/math.styl deleted file mode 100644 index 7837b3d2..00000000 --- a/themes/next/source/css/_common/components/third-party/math.styl +++ /dev/null @@ -1,9 +0,0 @@ -if (hexo-config('math.mathjax.enable')) { - mjx-container[jax='CHTML'][display='true'], .has-jax { - overflow: auto hidden; - } - - mjx-container[display='true'] + br { - display: none; - } -} diff --git a/themes/next/source/css/_common/components/third-party/related-posts.styl b/themes/next/source/css/_common/components/third-party/related-posts.styl deleted file mode 100644 index 294153f6..00000000 --- a/themes/next/source/css/_common/components/third-party/related-posts.styl +++ /dev/null @@ -1,23 +0,0 @@ -if (hexo-config('related_posts.enable')) { - .popular-posts-header { - border-bottom: 1px solid $gainsboro; - font-size: $font-size-large; - margin-bottom: 10px; - margin-top: $post-eof-margin-bottom; - } - - .popular-posts { - padding: 0; - - .popular-posts-item { - margin-left: 2em; - - .popular-posts-title { - font-size: $font-size-small; - font-weight: normal; - line-height: $line-height-base * 1.2; - margin: 0; - } - } - } -} diff --git a/themes/next/source/css/_common/components/third-party/search.styl b/themes/next/source/css/_common/components/third-party/search.styl deleted file mode 100644 index d5b6a150..00000000 --- a/themes/next/source/css/_common/components/third-party/search.styl +++ /dev/null @@ -1,179 +0,0 @@ -if (hexo-config('local_search.enable') or hexo-config('algolia_search.enable')) { - .search-active { - overflow: hidden; - } - - .search-pop-overlay { - background: rgba(0, 0, 0, 0); - display: flex; - height: 100%; - left: 0; - position: fixed; - top: 0; - transition: visibility .4s, background .4s; - visibility: hidden; - width: 100%; - z-index: $zindex-4; - - .search-active & { - background: rgba(0, 0, 0, .3); - visibility: visible; - } - } - - .search-popup { - background: var(--card-bg-color); - border-radius: 5px; - height: 80%; - margin: auto; - transform: scale(0); - transition: transform .4s; - width: 700px; - - .search-active & { - transform: scale(1); - } - - +mobile() { - border-radius: 0; - height: 100%; - width: 100%; - } - - .search-icon, .popup-btn-close { - color: $grey-dark; - font-size: 18px; - padding: 0 10px; - } - - .popup-btn-close { - cursor: pointer; - - &:hover .fa { - color: $black-deep; - } - } - - .search-header { - background: $gainsboro; - if (hexo-config('darkmode')) { - @media (prefers-color-scheme: dark) { - background: $grey-dim; - } - } - border-top-left-radius: 5px; - border-top-right-radius: 5px; - display: flex; - padding: 5px; - } - - input.search-input { - background: transparent; - border: 0; - outline: 0; - width: 100%; - - &::-webkit-search-cancel-button { - display: none; - } - } - - .search-result-container { - height: calc(100% - 55px); - overflow: auto; - padding: 5px 25px; - - hr { - margin: 5px 0 10px; - - &:first-child { - display: none; - } - } - } - - .search-result-list { - margin: 0 5px; - padding: 0; - } - - a.search-result-title { - font-weight: bold; - } - - p.search-result { - border-bottom: 1px dashed $grey-light; - padding: 5px 0; - } - } -} - -if (hexo-config('algolia_search.enable')) { - .search-input-container { - flex-grow: 1; - - form { - padding: 2px; - } - } - - .search-stats { - align-items: center; - display: flex; - justify-content: space-between; - - img { - height: 1em; - margin: 0; - } - } - - .algolia-pagination { - // Override default style of ul - margin: 40px 0; - opacity: 1; - padding: 0; - - .pagination-item { - display: inline-block; - } - - .current .page-number { - @extend $page-number-current; - cursor: default; - } - - .disabled-item { - visibility: hidden; - } - } -} - -if (hexo-config('local_search.enable')) { - .search-popup { - .search-input-container { - flex-grow: 1; - padding: 2px; - } - - .no-result { - display: flex; - } - - .search-result-list { - width: 100%; - } - - .search-result-icon { - color: $grey-light; - margin: auto; - } - } - - mark.search-keyword { - background: transparent; - border-bottom: 1px dashed $red; - color: $red; - font-weight: bold; - } -} diff --git a/themes/next/source/css/_common/components/third-party/utterances.styl b/themes/next/source/css/_common/components/third-party/utterances.styl deleted file mode 100644 index 771e7311..00000000 --- a/themes/next/source/css/_common/components/third-party/utterances.styl +++ /dev/null @@ -1,5 +0,0 @@ -if (hexo-config('utterances.enable')) { - .utterances { - max-width: unset; - } -} diff --git a/themes/next/source/css/_common/outline/footer/index.styl b/themes/next/source/css/_common/outline/footer/index.styl deleted file mode 100644 index 52e5a057..00000000 --- a/themes/next/source/css/_common/outline/footer/index.styl +++ /dev/null @@ -1,100 +0,0 @@ -// Footer Section -// -------------------------------------------------- -.footer { - color: $grey-dark; - font-size: $font-size-small; - padding: 20px 0; - - &.footer-fixed { - bottom: 0; - left: 0; - position: absolute; - right: 0; - } -} - -// Flexbox layout makes it possible to reorder the child -// elements of .footer-inner through the `order` CSS property -.footer-inner { - box-sizing: border-box; - text-align: center; - flex-column(); - main-container(); -} - -.use-motion { - .footer { - opacity: 0; - } -} - -@keyframes icon-animate { - 0%, 100% { - transform: scale(1); - } - - 10%, 30% { - transform: scale(.9); - } - - 20%, 40%, 60%, 80% { - transform: scale(1.1); - } - - 50%, 70% { - transform: scale(1.1); - } -} - -.languages { - display: inline-block; - font-size: $font-size-large; - position: relative; - - .lang-select-label span { - margin: 0 .5em; - } - - .lang-select { - height: 100%; - left: 0; - opacity: 0; - position: absolute; - top: 0; - width: 100%; - } -} - -.with-love { - color: convert(hexo-config('footer.icon.color')); - display: inline-block; - margin: 0 5px; - - if (hexo-config('footer.icon.animated')) { - animation: icon-animate 1.33s ease-in-out infinite; - } -} - -if (hexo-config('footer.beian.enable') and hexo-config('footer.beian.gongan_icon_url')) { - .beian img { - display: inline-block; - margin: 0 3px; - vertical-align: middle; - } -} - -if (hexo-config('busuanzi_count.enable')) { - .busuanzi-count { - if (hexo-config('busuanzi_count.total_visitors')) { - #busuanzi_container_site_uv { - display: none; - } - } - - if (hexo-config('busuanzi_count.total_views')) { - #busuanzi_container_site_pv { - display: none; - } - } - } -} diff --git a/themes/next/source/css/_common/outline/header/bookmark.styl b/themes/next/source/css/_common/outline/header/bookmark.styl deleted file mode 100644 index f0f01d3d..00000000 --- a/themes/next/source/css/_common/outline/header/bookmark.styl +++ /dev/null @@ -1,24 +0,0 @@ -if (hexo-config('bookmark.enable')) { - .book-mark-link { - border-bottom: 0; - position: fixed; - top: -10px; - transition: top .3s; - sidebar-toggle-position(true); - - +tablet-mobile() { - display: none; - } - - &::before { - color: convert(hexo-config('bookmark.color')); - font-size: 32px; - line-height: 1; - font-family-icons('\f02e'); - } - } - - .book-mark-link:hover, .book-mark-link-fixed { - top: -2px; - } -} diff --git a/themes/next/source/css/_common/outline/header/github-banner.styl b/themes/next/source/css/_common/outline/header/github-banner.styl deleted file mode 100644 index 214f7685..00000000 --- a/themes/next/source/css/_common/outline/header/github-banner.styl +++ /dev/null @@ -1,59 +0,0 @@ -if (hexo-config('github_banner.enable')) { - @keyframes octocat-wave { - 0%, 100% { - transform: rotate(0); - } - - 20%, 60% { - transform: rotate(-25deg); - } - - 40%, 80% { - transform: rotate(10deg); - } - } - - .github-corner { - :hover .octo-arm { - animation: octocat-wave 560ms ease-in-out; - } - - svg { - color: white; - fill: var(--theme-color); - position: absolute; - right: 0; - top: 0; - z-index: $zindex-0; - } - - +tablet-mobile() { - if (hexo-config('local_search.enable') or hexo-config('algolia_search.enable')) { - display: none; - } - - svg { - if (($scheme == 'Pisces') or ($scheme == 'Gemini')) { - color: var(--theme-color); - fill: white; - } - } - - .github-corner:hover .octo-arm { - animation: none; - } - - .github-corner .octo-arm { - animation: octocat-wave 560ms ease-in-out; - } - } - - if ($scheme == 'Mist') { - +mobile() { - svg { - top: inherit; - } - } - } - } -} diff --git a/themes/next/source/css/_common/outline/header/index.styl b/themes/next/source/css/_common/outline/header/index.styl deleted file mode 100644 index 9f5a67ec..00000000 --- a/themes/next/source/css/_common/outline/header/index.styl +++ /dev/null @@ -1,38 +0,0 @@ -// Header Section -// -------------------------------------------------- -.headband { - background: $headband-bg; - height: $headband-height; - - +tablet-mobile() { - display: none; - } -} - -// Fix issue #521 -header.header { - background: $head-bg; -} - -.header-inner { - main-container(); -} - -.site-brand-container { - display: flex; - flex-shrink: 0; - padding: 0 10px; -} - -.use-motion { - header.header, .site-brand-container .toggle { - opacity: 0; - } -} - -@import 'site-meta'; -@import 'site-nav'; -@import 'menu'; - -@import 'bookmark'; -@import 'github-banner'; diff --git a/themes/next/source/css/_common/outline/header/menu.styl b/themes/next/source/css/_common/outline/header/menu.styl deleted file mode 100644 index d5a6e0ca..00000000 --- a/themes/next/source/css/_common/outline/header/menu.styl +++ /dev/null @@ -1,56 +0,0 @@ -// Menu -// -------------------------------------------------- -.menu { - margin: 0; - padding: 1em 0; - text-align: center; -} - -.menu-item { - display: inline-block; - list-style: none; - margin: 0 10px; - - +mobile() { - display: block; - margin-top: 10px; - - &.menu-item-search { - display: none; - } - } - - a { - border-bottom: 0; - display: block; - font-size: $font-size-smaller; - transition: border-color $transition-ease; - - &:hover, &.menu-item-active { - background: var(--menu-item-bg-color); - } - } - - .fa, .fab, .far, .fas { - margin-right: 8px; - } - - .badge { - display: inline-block; - font-weight: bold; - line-height: 1; - margin-left: .35em; - margin-top: .35em; - text-align: center; - white-space: nowrap; - - +mobile() { - float: right; - margin-left: 0; - } - } -} - -.use-motion .menu-item { - visibility: hidden; -} diff --git a/themes/next/source/css/_common/outline/header/site-meta.styl b/themes/next/source/css/_common/outline/header/site-meta.styl deleted file mode 100644 index 2c7c749b..00000000 --- a/themes/next/source/css/_common/outline/header/site-meta.styl +++ /dev/null @@ -1,49 +0,0 @@ -.site-meta { - flex-grow: 1; - text-align: center; - - +mobile() { - text-align: center; - } -} - -.custom-logo-image { - margin-top: 20px; - - +tablet-mobile() { - display: none; - } -} - -.brand { - border-bottom: 0; - color: var(--brand-color); - display: inline-block; - padding: 0 40px; - - &:hover { - color: var(--brand-hover-color); - } -} - -.site-title { - font-family: $font-family-logo; - font-size: $font-size-title; - font-weight: normal; - line-height: 1.5; - margin: 0; -} - -.site-subtitle { - color: $subtitle-color; - font-size: $font-size-subtitle; - margin: 10px 0; -} - -.use-motion { - .site-title, .site-subtitle, .custom-logo-image { - opacity: 0; - position: relative; - top: -10px; - } -} diff --git a/themes/next/source/css/_common/outline/header/site-nav.styl b/themes/next/source/css/_common/outline/header/site-nav.styl deleted file mode 100644 index 864d1bfa..00000000 --- a/themes/next/source/css/_common/outline/header/site-nav.styl +++ /dev/null @@ -1,24 +0,0 @@ -.site-nav-toggle, .site-nav-right { - display: none; - - +mobile() { - flex-column(); - } - - .toggle { - color: var(--text-color); - padding: 10px; - width: 22px; - - .toggle-line { - background: var(--text-color); - border-radius: 1px; - } - } -} - -.site-nav { - +mobile() { - site-nav-hide-by-default(); - } -} diff --git a/themes/next/source/css/_common/outline/index.styl b/themes/next/source/css/_common/outline/index.styl deleted file mode 100644 index fd6fc197..00000000 --- a/themes/next/source/css/_common/outline/index.styl +++ /dev/null @@ -1,5 +0,0 @@ -@import 'header'; -@import 'sidebar'; -@import 'footer'; - -@import 'mobile'; diff --git a/themes/next/source/css/_common/outline/mobile.styl b/themes/next/source/css/_common/outline/mobile.styl deleted file mode 100644 index ccb8e731..00000000 --- a/themes/next/source/css/_common/outline/mobile.styl +++ /dev/null @@ -1,85 +0,0 @@ -/* -// < 767px -+mobile() { - -} -*/ - -if (hexo-config('mobile_layout_economy')) { - +mobile-small() { - // For Pisces & Gemini schemes only wider width (remove main blocks in Gemini). - .main-inner { - padding: initial !important; - } - - // For all schemes wider width. - .posts-expand { - .post-header { - margin-bottom: 10px !important; - } - } - - .post-block { - margin-top: initial !important; - // Inside posts blocks content padding (default 40px). - padding: $content-mobile-padding 18px $content-mobile-padding !important; - } - - .post-body { - // For headers narrow width. - h1, h2, h3, h4, h5, h6 { - margin: 20px 0 8px; - } - - // Rewrite paddings & margins inside tags. - .note, .tabs .tab-content .tab-pane { - h1, h2, h3, h4, h5, h6 { - margin: 0 5px; - } - } - - // For paragraphs narrow width. - > p { - margin: 0 0 10px; - } - - // Rewrite paddings & margins inside tags. - .note > p, .tabs .tab-content .tab-pane > p { - padding: 0 5px; - } - - img, video { - margin-bottom: 10px !important; - } - - .note { - margin-bottom: 10px !important; - padding: 10px !important; - - if (hexo-config('note.icons')) { - &:not(.no-icon) { - padding-left: 35px !important; - } - } - } - - .tabs .tab-content .tab-pane { - padding: 10px 10px 0 !important; - } - } - - .post-eof { - margin: 40px auto 20px !important; - } - - .pagination { - margin-top: 40px; - } - } -} -/* -// < 413px -+mobile-smallest() { - -} -*/ diff --git a/themes/next/source/css/_common/outline/sidebar/index.styl b/themes/next/source/css/_common/outline/sidebar/index.styl deleted file mode 100644 index 7fa5a1f4..00000000 --- a/themes/next/source/css/_common/outline/sidebar/index.styl +++ /dev/null @@ -1,38 +0,0 @@ -.sidebar-inner { - color: $grey-dark; - // Init Sidebar & TOC inner dimensions on all pages and for all schemes. - $offset = (($scheme == 'Pisces') or ($scheme == 'Gemini')) ? $sidebar-offset : $sidebar-padding; - max-height: 'calc(100vh - %s)' % unit($offset * 2, 'px'); - padding: $sidebar-padding 10px; - text-align: center; - flex-column(); -} - -.site-overview-item:not(:first-child) { - margin-top: 10px; -} - -.cc-license { - .cc-opacity { - border-bottom: 0; - opacity: .7; - - &:hover { - opacity: .9; - } - } - - img { - display: inline-block; - } -} - -@import 'sidebar-author'; -@import 'sidebar-author-links'; -@import 'sidebar-button'; -@import 'sidebar-blogroll'; -@import 'sidebar-dimmer'; -@import 'sidebar-nav'; -@import 'sidebar-toggle'; -@import 'sidebar-toc'; -@import 'site-state'; diff --git a/themes/next/source/css/_common/outline/sidebar/sidebar-author-links.styl b/themes/next/source/css/_common/outline/sidebar/sidebar-author-links.styl deleted file mode 100644 index 7921467c..00000000 --- a/themes/next/source/css/_common/outline/sidebar/sidebar-author-links.styl +++ /dev/null @@ -1,11 +0,0 @@ -.links-of-author { - a { - font-size: $font-size-smaller; - } - - if (not hexo-config('social_icons.icons_only')) { - .fa, .fab, .far, .fas { - margin-right: 2px; - } - } -} diff --git a/themes/next/source/css/_common/outline/sidebar/sidebar-author.styl b/themes/next/source/css/_common/outline/sidebar/sidebar-author.styl deleted file mode 100644 index 825d87de..00000000 --- a/themes/next/source/css/_common/outline/sidebar/sidebar-author.styl +++ /dev/null @@ -1,29 +0,0 @@ -.site-author-image { - border: $site-author-image-border-width solid $site-author-image-border-color; - max-width: $site-author-image-width; - padding: 2px; - - if (hexo-config('avatar.rounded')) { - border-radius: 50%; - } - - if (hexo-config('avatar.rotated')) { - transition: transform 1s ease-out; - - &:hover { - transform: rotateZ(360deg); - } - } -} - -.site-author-name { - color: $site-author-name-color; - font-weight: $site-author-name-weight; - margin: $site-author-name-margin; -} - -.site-description { - color: $site-description-color; - font-size: $site-description-font-size; - margin-top: $site-description-margin-top; -} diff --git a/themes/next/source/css/_common/outline/sidebar/sidebar-blogroll.styl b/themes/next/source/css/_common/outline/sidebar/sidebar-blogroll.styl deleted file mode 100644 index ec510872..00000000 --- a/themes/next/source/css/_common/outline/sidebar/sidebar-blogroll.styl +++ /dev/null @@ -1,15 +0,0 @@ -.links-of-blogroll { - font-size: $font-size-smaller; -} - -.links-of-blogroll-title { - font-size: $font-size-small; - font-weight: 600; - margin-top: 0; -} - -.links-of-blogroll-list { - list-style: none; - margin: 0; - padding: 0; -} diff --git a/themes/next/source/css/_common/outline/sidebar/sidebar-button.styl b/themes/next/source/css/_common/outline/sidebar/sidebar-button.styl deleted file mode 100644 index 9f6d90ea..00000000 --- a/themes/next/source/css/_common/outline/sidebar/sidebar-button.styl +++ /dev/null @@ -1,15 +0,0 @@ -.sidebar .sidebar-button { - &:not(:first-child) { - margin-top: 15px; - } - - button { - button($orange); - border: 1px solid $orange; - border-radius: 4px; - - .fa, .fab, .far, .fas { - margin-right: 5px; - } - } -} diff --git a/themes/next/source/css/_common/outline/sidebar/sidebar-dimmer.styl b/themes/next/source/css/_common/outline/sidebar/sidebar-dimmer.styl deleted file mode 100644 index 4ce022da..00000000 --- a/themes/next/source/css/_common/outline/sidebar/sidebar-dimmer.styl +++ /dev/null @@ -1,24 +0,0 @@ -.sidebar-dimmer { - display: none; -} - -+tablet-mobile() { - .sidebar-dimmer { - background: black; - display: block; - height: 100%; - left: 0; - opacity: 0; - position: fixed; - top: 0; - transition: visibility .4s, opacity .4s; - visibility: hidden; - width: 100%; - z-index: $zindex-1; - - .sidebar-active & { - opacity: .7; - visibility: visible; - } - } -} diff --git a/themes/next/source/css/_common/outline/sidebar/sidebar-nav.styl b/themes/next/source/css/_common/outline/sidebar/sidebar-nav.styl deleted file mode 100644 index 268a59d2..00000000 --- a/themes/next/source/css/_common/outline/sidebar/sidebar-nav.styl +++ /dev/null @@ -1,57 +0,0 @@ -// Sidebar Navigation -.sidebar-nav { - display: none; - margin: 0; - padding-bottom: 20px; - padding-left: 0; - - .sidebar-nav-active & { - display: block; - } - - li { - border-bottom: 1px solid transparent; - color: $sidebar-nav-color; - cursor: pointer; - display: inline-block; - font-size: $font-size-small; - - &.sidebar-nav-overview { - margin-left: 10px; - } - - &:hover { - color: $sidebar-nav-hover-color; - } - } -} - -.sidebar-toc-active .sidebar-nav-toc, .sidebar-overview-active .sidebar-nav-overview { - border-bottom-color: $sidebar-highlight; - color: $sidebar-highlight; - - &:hover { - color: $sidebar-highlight; - } -} - -// Need for Sidebar/TOC inner scrolling if content taller then viewport. -.sidebar-panel-container { - flex: 1; - overflow-x: hidden; - overflow-y: auto; -} - -.sidebar-panel { - display: none; -} - -.sidebar-overview-active .site-overview-wrap { - // Flexbox layout makes it possible to reorder the child - // elements of .site-overview-item through the `order` CSS property - flex-column(); -} - -.sidebar-toc-active .post-toc-wrap { - display: block; -} diff --git a/themes/next/source/css/_common/outline/sidebar/sidebar-toc.styl b/themes/next/source/css/_common/outline/sidebar/sidebar-toc.styl deleted file mode 100644 index 18f47292..00000000 --- a/themes/next/source/css/_common/outline/sidebar/sidebar-toc.styl +++ /dev/null @@ -1,61 +0,0 @@ -if (hexo-config('toc.enable')) { - .post-toc { - font-size: $font-size-small; - - ol { - list-style: none; - margin: 0; - padding: 0 2px 5px 10px; - text-align: left; - - > ol { - padding-left: 0; - } - - a { - transition: all $transition-ease; - } - } - - .nav-item { - line-height: 1.8; - overflow: hidden; - text-overflow: ellipsis; - - if (not hexo-config('toc.wrap')) { - white-space: nowrap; - } - } - - .nav { - .nav-child { - display: hexo-config('toc.expand_all') ? block : none; - } - - .active > .nav-child { - display: block; - } - - .active-current > .nav-child { - display: block; - - > .nav-item { - display: block; - } - } - - .active > a { - border-bottom-color: $sidebar-highlight; - color: $sidebar-highlight; - } - - .active-current > a { - color: $sidebar-highlight; - - &:hover { - color: $sidebar-highlight; - } - } - } - } -} diff --git a/themes/next/source/css/_common/outline/sidebar/sidebar-toggle.styl b/themes/next/source/css/_common/outline/sidebar/sidebar-toggle.styl deleted file mode 100644 index 0d44434a..00000000 --- a/themes/next/source/css/_common/outline/sidebar/sidebar-toggle.styl +++ /dev/null @@ -1,21 +0,0 @@ -.sidebar-toggle { - bottom: 45px; - height: 12px; - padding: 6px 5px; - width: 14px; - sidebar-toggle(); -} - -.sidebar-toggle:hover .toggle-line { - background: $sidebar-highlight; -} - -@media (any-hover: hover) { - body:not(.sidebar-active) .sidebar-toggle:hover { - toggle-arrow(hexo-config('sidebar.position')); - } -} - -.sidebar-active .sidebar-toggle { - toggle-close(hexo-config('sidebar.position')); -} diff --git a/themes/next/source/css/_common/outline/sidebar/site-state.styl b/themes/next/source/css/_common/outline/sidebar/site-state.styl deleted file mode 100644 index d1d30f77..00000000 --- a/themes/next/source/css/_common/outline/sidebar/site-state.styl +++ /dev/null @@ -1,28 +0,0 @@ -if (hexo-config('site_state')) { - .site-state { - flex-wrap(); - line-height: 1.4; - } - - .site-state-item { - // Fix issue #103 - // The click area of the link becomes smaller - padding: 0 15px; - - a { - border-bottom: 0; - display: block; - } - } - - .site-state-item-count { - display: block; - font-size: $site-state-item-count-font-size; - font-weight: 600; - } - - .site-state-item-name { - color: $site-state-item-name-color; - font-size: $site-state-item-name-font-size; - } -} diff --git a/themes/next/source/css/_common/scaffolding/base.styl b/themes/next/source/css/_common/scaffolding/base.styl deleted file mode 100644 index 0042acbc..00000000 --- a/themes/next/source/css/_common/scaffolding/base.styl +++ /dev/null @@ -1,99 +0,0 @@ -::selection { - background: $selection-bg; - color: $selection-color; -} - -html, body { - height: 100%; -} - -body { - background: var(--body-bg-color); - box-sizing: border-box; - color: var(--text-color); - font-family: $font-family-base; - font-size: $font-size-base; - line-height: $line-height-base; - min-height: 100%; - position: relative; - transition: padding $transition-ease; - - if (hexo-config('body_scrollbar.overlay')) { - overflow-x: hidden; - @supports (overflow-x: clip) { - overflow-x: clip; - } - width: 100vw; - } - - if (hexo-config('body_scrollbar.stable')) { - overflow-y: scroll; - } -} - -h1, h2, h3, h4, h5, h6 { - font-family: $font-family-headings; - font-weight: bold; - line-height: 1.5; - margin: 30px 0 15px; -} - -for $headline in (1 .. 6) { - h{$headline} { - font-size: $font-size-headings-base - $font-size-headings-step * $headline; - } -} - -p { - margin: 0 0 20px; -} - -a { - border-bottom: 1px solid $link-decoration-color; - color: var(--link-color); - // For a:not(:any-link) - cursor: pointer; - outline: 0; - text-decoration: none; - word-wrap(); - - &:hover { - border-bottom-color: var(--link-hover-color); - color: var(--link-hover-color); - } -} - -iframe, img, video, embed { - display: block; - margin-left: auto; - margin-right: auto; - max-width: 100%; -} - -hr { - background-image: repeating-linear-gradient(-45deg, $grey-lighter, $grey-lighter 4px, transparent 4px, transparent 8px); - border: 0; - height: 3px; - margin: 40px 0; -} - -blockquote { - border-left: 4px solid $grey-lighter; - color: var(--blockquote-color); - margin: 0; - padding: 0 15px; - - cite::before { - content: '-'; - padding: 0 5px; - } -} - -dt { - font-weight: bold; -} - -dd { - margin: 0; - padding: 0; -} diff --git a/themes/next/source/css/_common/scaffolding/buttons.styl b/themes/next/source/css/_common/scaffolding/buttons.styl deleted file mode 100644 index a54372fb..00000000 --- a/themes/next/source/css/_common/scaffolding/buttons.styl +++ /dev/null @@ -1,26 +0,0 @@ -.btn { - background: var(--btn-default-bg); - border: 2px solid var(--btn-default-border-color); - border-radius: $btn-default-radius; - color: var(--btn-default-color); - display: inline-block; - font-size: $font-size-small; - line-height: 2; - padding: 0 20px; - transition: background-color $transition-ease; - - &:hover { - background: var(--btn-default-hover-bg); - border-color: var(--btn-default-hover-border-color); - color: var(--btn-default-hover-color); - } - - + .btn { - margin: 0 0 8px 8px; - } - - .fa-fw { - text-align: left; - width: (18em / 14); - } -} diff --git a/themes/next/source/css/_common/scaffolding/comments.styl b/themes/next/source/css/_common/scaffolding/comments.styl deleted file mode 100644 index 8ace888e..00000000 --- a/themes/next/source/css/_common/scaffolding/comments.styl +++ /dev/null @@ -1,39 +0,0 @@ -.comments { - margin-top: 60px; - overflow: hidden; -} - -.comment-button-group { - display: flex; - flex-wrap: wrap-reverse; - justify-content: center; - margin: 1em 0; - - .comment-button { - margin: .1em .2em; - - &.active { - background: var(--btn-default-hover-bg); - border-color: var(--btn-default-hover-border-color); - color: var(--btn-default-hover-color); - } - } -} - -.comment-position { - display: none; - - &.active { - display: block; - } -} - -.tabs-comment { - margin-top: 4em; - padding-top: 0; - - .comments { - margin-top: 0; - padding-top: 0; - } -} diff --git a/themes/next/source/css/_common/scaffolding/highlight/copy-code.styl b/themes/next/source/css/_common/scaffolding/highlight/copy-code.styl deleted file mode 100644 index a787b847..00000000 --- a/themes/next/source/css/_common/scaffolding/highlight/copy-code.styl +++ /dev/null @@ -1,61 +0,0 @@ -.highlight:hover .copy-btn, pre:hover .copy-btn { - opacity: 1; -} - -figure.highlight { - .table-container { - position: relative; - } -} - -.copy-btn { - color: $black-dim; - cursor: pointer; - line-height: 1.6; - opacity: 0; - padding: 2px 6px; - position: absolute; - transition: opacity $transition-ease; - - if (hexo-config('codeblock.copy_button.style') == 'flat') { - background: white; - border: 0; - font-size: $font-size-smaller; - right: 0; - top: 0; - } else if (hexo-config('codeblock.copy_button.style') == 'mac') { - color: var(--highlight-foreground); - font-size: 14px; - right: 0; - top: 2px; - } else { - background-color: $gainsboro; - background-image: linear-gradient(#fcfcfc, $gainsboro); - border: 1px solid #d5d5d5; - border-radius: 3px; - font-size: $font-size-smaller; - right: 4px; - top: 8px; - } -} - -if (hexo-config('codeblock.copy_button.style') == 'mac') { - figure.highlight { - border-radius: 5px; - box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .4); - padding-top: 30px; - - .table-container { - border-radius: 0 0 5px 5px; - } - - &::before { - background: #fc625d; - box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b; - left: 12px; - margin-top: -20px; - position: absolute; - round-icon(12px); - } - } -} diff --git a/themes/next/source/css/_common/scaffolding/highlight/index.styl b/themes/next/source/css/_common/scaffolding/highlight/index.styl deleted file mode 100644 index 3c3c6e95..00000000 --- a/themes/next/source/css/_common/scaffolding/highlight/index.styl +++ /dev/null @@ -1,144 +0,0 @@ -// Use `@require` to fix issue #67 -@require hexo-config('highlight.light.file') if (hexo-config('highlight.enable') && hexo-config('highlight.light.file')); -if (hexo-config('prism.enable')) { - @require hexo-config('prism.light') if (hexo-config('prism.light')); - @require hexo-config('prism.number') if (hexo-config('prism.number')); -} - -if (hexo-config('darkmode')) { - @media (prefers-color-scheme: dark) { - @require hexo-config('highlight.dark.file') if (hexo-config('highlight.enable') && hexo-config('highlight.dark.file')); - @require hexo-config('prism.dark') if (hexo-config('prism.enable') && hexo-config('prism.dark')); - } -} - -@require 'copy-code' if (hexo-config('codeblock.copy_button.enable')); - -// Placeholder: $code-inline $code-block -$code-inline { - background: var(--highlight-background); - color: var(--highlight-foreground); -} - -$code-block { - @extend $code-inline; - line-height: $line-height-code-block; - margin: 0 auto 20px; -} - -$figcaption { - background: var(--highlight-gutter-background); - color: var(--highlight-foreground); - display: flow-root; - font-size: $table-font-size; - line-height: 1.2; - padding: .5em; - - a { - color: var(--highlight-foreground); - float: right; - - &:hover { - border-bottom-color: var(--highlight-foreground); - } - } -} - -pre, code { - font-family: $code-font-family; -} - -code { - @extend $code-inline; - border-radius: 3px; - font-size: $table-font-size; - padding: 2px 4px; - word-wrap(); -} - -kbd { - @extend $code-inline; - border: 2px solid $grey-light; - border-radius: .2em; - box-shadow: .1em .1em .2em rgba(0, 0, 0, .1); - font-family: inherit; - padding: .1em .3em; - white-space: nowrap; -} - -// `highlight.line_number: false` and `highlight.wrap: false` -// in Hexo config generates code.highlight elements -figure.highlight { - @extend $code-block; - position: relative; - - pre { - border: 0; - margin: 0; - padding: 10px 0; - } - - table { - border: 0; - margin: 0; - width: auto; - } - - td { - border: 0; - padding: 0; - } - - figcaption { - @extend $figcaption; - } - - .gutter { - disable-user-select(); - - pre { - background: var(--highlight-gutter-background); - color: var(--highlight-gutter-foreground); - padding-left: 10px; - padding-right: 10px; - text-align: right; - } - } - - .code pre { - padding-left: 10px; - width: 100%; - } - - // See https://github.com/next-theme/hexo-theme-next/discussions/410 - .marked { - background: rgba(0, 0, 0, .3); - } -} - -// See https://github.com/hexojs/hexo-util/pull/229 -pre .caption, pre figcaption { - @extend $figcaption; - margin-bottom: 10px; -} - -.gist table { - width: auto; - - td { - border: 0; - } -} - -pre { - @extend $code-block; - overflow: auto; - padding: 10px; - position: relative; - - code { - background: none; - padding: 0; - text-shadow: none; - } -} diff --git a/themes/next/source/css/_common/scaffolding/index.styl b/themes/next/source/css/_common/scaffolding/index.styl deleted file mode 100644 index aec7a8d1..00000000 --- a/themes/next/source/css/_common/scaffolding/index.styl +++ /dev/null @@ -1,12 +0,0 @@ -// -// Scaffolding -// ================================================== -@import 'normalize'; -@import 'base'; -@import 'tables'; -@import 'buttons'; -@import 'toggles'; -@import 'highlight'; -@import 'tags'; -@import 'pagination'; -@import 'comments'; diff --git a/themes/next/source/css/_common/scaffolding/normalize.styl b/themes/next/source/css/_common/scaffolding/normalize.styl deleted file mode 100644 index beb43cf5..00000000 --- a/themes/next/source/css/_common/scaffolding/normalize.styl +++ /dev/null @@ -1,289 +0,0 @@ -/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ -/* Document -========================================================================== */ -/** - * 1. Correct the line height in all browsers. - * 2. Prevent adjustments of font size after orientation changes in iOS. - */ -html { - line-height: 1.15; /* 1 */ - -webkit-text-size-adjust: 100%; /* 2 */ -} - -/* Sections -========================================================================== */ -/** - * Remove the margin in all browsers. - */ -body { - margin: 0; -} - -/** - * Render the `main` element consistently in IE. - */ -main { - display: block; -} - -/** - * Correct the font size and margin on `h1` elements within `section` and - * `article` contexts in Chrome, Firefox, and Safari. - */ -h1 { - font-size: 2em; - margin: .67em 0; -} - -/* Grouping content -========================================================================== */ -/** - * 1. Add the correct box sizing in Firefox. - * 2. Show the overflow in Edge and IE. - */ -hr { - box-sizing: content-box; /* 1 */ - height: 0; /* 1 */ - overflow: visible; /* 2 */ -} - -/** - * 1. Correct the inheritance and scaling of font size in all browsers. - * 2. Correct the odd `em` font sizing in all browsers. - */ -pre { - font-family: monospace, monospace; /* 1 */ - font-size: 1em; /* 2 */ -} - -/* Text-level semantics -========================================================================== */ -/** - * Remove the gray background on active links in IE 10. - */ -a { - background: transparent; -} - -/** - * 1. Remove the bottom border in Chrome 57- - * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. - */ -abbr[title] { - border-bottom: none; /* 1 */ - text-decoration: underline; /* 2 */ - text-decoration: underline dotted; /* 2 */ -} - -/** - * Add the correct font weight in Chrome, Edge, and Safari. - */ -b, strong { - font-weight: bolder; -} - -/** - * 1. Correct the inheritance and scaling of font size in all browsers. - * 2. Correct the odd `em` font sizing in all browsers. - */ -code, kbd, samp { - font-family: monospace, monospace; /* 1 */ - font-size: 1em; /* 2 */ -} - -/** - * Add the correct font size in all browsers. - */ -small { - font-size: 80%; -} - -/** - * Prevent `sub` and `sup` elements from affecting the line height in - * all browsers. - */ -sub, sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sub { - bottom: -.25em; -} - -sup { - top: -.5em; -} - -/* Embedded content -========================================================================== */ -/** - * Remove the border on images inside links in IE 10. - */ -img { - border-style: none; -} - -/* Forms -========================================================================== */ -/** - * 1. Change the font styles in all browsers. - * 2. Remove the margin in Firefox and Safari. - */ -button, input, optgroup, select, textarea { - font-family: inherit; /* 1 */ - font-size: 100%; /* 1 */ - line-height: 1.15; /* 1 */ - margin: 0; /* 2 */ -} - -/** - * Show the overflow in IE. - * 1. Show the overflow in Edge. - */ -button, input { - /* 1 */ - overflow: visible; -} - -/** - * Remove the inheritance of text transform in Edge, Firefox, and IE. - * 1. Remove the inheritance of text transform in Firefox. - */ -button, select { - /* 1 */ - text-transform: none; -} - -/** - * Correct the inability to style clickable types in iOS and Safari. - */ -button, [type='button'], [type='reset'], [type='submit'] { - -webkit-appearance: button; -} - -/** - * Remove the inner border and padding in Firefox. - */ -button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -/** - * Restore the focus styles unset by the previous rule. - */ -button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring { - outline: 1px dotted ButtonText; -} - -/** - * Correct the padding in Firefox. - */ -fieldset { - padding: .35em .75em .625em; -} - -/** - * 1. Correct the text wrapping in Edge and IE. - * 2. Correct the color inheritance from `fieldset` elements in IE. - * 3. Remove the padding so developers are not caught out when they zero out - * `fieldset` elements in all browsers. - */ -legend { - box-sizing: border-box; /* 1 */ - color: inherit; /* 2 */ - display: table; /* 1 */ - max-width: 100%; /* 1 */ - padding: 0; /* 3 */ - white-space: normal; /* 1 */ -} - -/** - * Add the correct vertical alignment in Chrome, Firefox, and Opera. - */ -progress { - vertical-align: baseline; -} - -/** - * Remove the default vertical scrollbar in IE 10+. - */ -textarea { - overflow: auto; -} - -/** - * 1. Add the correct box sizing in IE 10. - * 2. Remove the padding in IE 10. - */ -[type='checkbox'], [type='radio'] { - box-sizing: border-box; /* 1 */ - padding: 0; /* 2 */ -} - -/** - * Correct the cursor style of increment and decrement buttons in Chrome. - */ -[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button { - height: auto; -} - -/** - * 1. Correct the odd appearance in Chrome and Safari. - * 2. Correct the outline style in Safari. - */ -[type='search'] { - outline-offset: -2px; /* 2 */ - -webkit-appearance: textfield; /* 1 */ -} - -/** - * Remove the inner padding in Chrome and Safari on macOS. - */ -[type='search']::-webkit-search-decoration { - -webkit-appearance: none; -} - -/** - * 1. Correct the inability to style clickable types in iOS and Safari. - * 2. Change font properties to `inherit` in Safari. - */ -::-webkit-file-upload-button { - font: inherit; /* 2 */ - -webkit-appearance: button; /* 1 */ -} - -/* Interactive -========================================================================== */ -/* - * Add the correct display in Edge, IE 10+, and Firefox. - */ -details { - display: block; -} - -/* - * Add the correct display in all browsers. - */ -summary { - display: list-item; -} - -/* Misc -========================================================================== */ -/** - * Add the correct display in IE 10+. - */ -template { - display: none; -} - -/** - * Add the correct display in IE 10. - */ -[hidden] { - display: none; -} diff --git a/themes/next/source/css/_common/scaffolding/pagination.styl b/themes/next/source/css/_common/scaffolding/pagination.styl deleted file mode 100644 index 5a98d91b..00000000 --- a/themes/next/source/css/_common/scaffolding/pagination.styl +++ /dev/null @@ -1,55 +0,0 @@ -$page-number-basic { - display: inline-block; - margin: -1px 10px 0; - padding: 0 10px; - - +mobile() { - margin: 0 5px; - } -} - -$page-number-current { - background: $pagination-active-bg; - border-color: $pagination-active-border; - color: $pagination-active-color; -} - -.pagination { - border-top: 1px solid $pagination-border; - margin: 120px 0 0; - text-align: center; - - .prev, .next, .page-number { - @extend $page-number-basic; - border-bottom: 0; - border-top: 1px solid $pagination-link-border; - transition: border-color $transition-ease; - - &:hover { - border-top-color: $pagination-link-hover-border; - } - } - - +mobile() { - border-top: 0; - - .prev, .next, .page-number { - border-bottom: 1px solid $pagination-link-border; - border-top: 0; - - &:hover { - border-bottom-color: $pagination-link-hover-border; - } - } - } - - .space { - @extend $page-number-basic; - margin: 0; - padding: 0; - } - - .page-number.current { - @extend $page-number-current; - } -} diff --git a/themes/next/source/css/_common/scaffolding/tables.styl b/themes/next/source/css/_common/scaffolding/tables.styl deleted file mode 100644 index 9f1e8667..00000000 --- a/themes/next/source/css/_common/scaffolding/tables.styl +++ /dev/null @@ -1,39 +0,0 @@ -.table-container { - overflow: auto; -} - -table { - border-collapse: collapse; - border-spacing: 0; - font-size: $table-font-size; - margin: 0 0 20px; - width: 100%; -} - -tbody tr { - &:nth-of-type(odd) { - background: var(--table-row-odd-bg-color); - } - - &:hover { - background: var(--table-row-hover-bg-color); - } -} - -caption, th, td { - padding: 8px; -} - -th, td { - border: 1px solid $table-border-color; - border-bottom: 3px solid $table-cell-border-bottom-color; -} - -th { - font-weight: 700; - padding-bottom: 10px; -} - -td { - border-bottom-width: 1px; -} diff --git a/themes/next/source/css/_common/scaffolding/tags/blockquote-center.styl b/themes/next/source/css/_common/scaffolding/tags/blockquote-center.styl deleted file mode 100644 index f391a6bd..00000000 --- a/themes/next/source/css/_common/scaffolding/tags/blockquote-center.styl +++ /dev/null @@ -1,34 +0,0 @@ -// Blockquote with all children centered. -.blockquote-center { - border-left: 0; - margin: 40px 0; - padding: 0; - position: relative; - text-align: center; - - &::before, &::after { - left: 0; - line-height: 1; - opacity: .6; - position: absolute; - width: 100%; - } - - &::before { - border-top: 1px solid $grey-light; - text-align: left; - top: -20px; - font-family-icons('\f10d'); - } - - &::after { - border-bottom: 1px solid $grey-light; - bottom: -20px; - text-align: right; - font-family-icons('\f10e'); - } - - p, div { - text-align: center; - } -} diff --git a/themes/next/source/css/_common/scaffolding/tags/group-pictures.styl b/themes/next/source/css/_common/scaffolding/tags/group-pictures.styl deleted file mode 100644 index 3d314b1d..00000000 --- a/themes/next/source/css/_common/scaffolding/tags/group-pictures.styl +++ /dev/null @@ -1,20 +0,0 @@ -.group-picture { - margin-bottom: 20px; - - .group-picture-row { - display: flex; - gap: 3px; - margin-bottom: 3px; - } - - .group-picture-column { - flex: 1; - - img { - height: 100%; - margin: 0; - object-fit: cover; - width: 100%; - } - } -} diff --git a/themes/next/source/css/_common/scaffolding/tags/index.styl b/themes/next/source/css/_common/scaffolding/tags/index.styl deleted file mode 100644 index fc8eadd5..00000000 --- a/themes/next/source/css/_common/scaffolding/tags/index.styl +++ /dev/null @@ -1,8 +0,0 @@ -@import 'blockquote-center'; -@import 'group-pictures'; -@import 'label'; -@import 'link-grid'; -@import 'mermaid'; -@import 'note'; -@import 'pdf'; -@import 'tabs'; diff --git a/themes/next/source/css/_common/scaffolding/tags/label.styl b/themes/next/source/css/_common/scaffolding/tags/label.styl deleted file mode 100644 index 032f54a4..00000000 --- a/themes/next/source/css/_common/scaffolding/tags/label.styl +++ /dev/null @@ -1,10 +0,0 @@ -.post-body .label { - color: $text-color; - padding: 0 2px; - - for $type in $note-types { - &.{$type} { - background: $label[$type]; - } - } -} diff --git a/themes/next/source/css/_common/scaffolding/tags/link-grid.styl b/themes/next/source/css/_common/scaffolding/tags/link-grid.styl deleted file mode 100644 index 1c736af9..00000000 --- a/themes/next/source/css/_common/scaffolding/tags/link-grid.styl +++ /dev/null @@ -1,113 +0,0 @@ -.post-body .link-grid { - display: grid; - // https://caniuse.com/mdn-css_properties_gap_grid_context - grid-gap: 1.5rem; - gap: 1.5rem; - grid-template-columns: 1fr 1fr; - margin-bottom: 20px; - padding: 1rem; - - +mobile() { - grid-template-columns: 1fr; - } - - .link-grid-container { - border: solid $grey-lighter; - box-shadow: 1rem 1rem .5rem rgba(0, 0, 0, .5); - min-height: 5rem; - // Fix issue #30 - min-width: 0; - padding: .5rem; - position: relative; - transition: background .3s; - - &:hover { - animation: next-shake .5s; - background: var(--card-bg-color); - } - - &:active { - box-shadow: .5rem .5rem .25rem rgba(0, 0, 0, .5); - transform: translate(.2rem, .2rem); - } - - .link-grid-image { - border: 1px solid $grey-lighter; - border-radius: 50%; - box-sizing: border-box; - height: 5rem; - padding: 3px; - position: absolute; - width: 5rem; - } - - p { - margin: 0 1rem 0 6rem; - - &:first-of-type { - font-size: 1.2em; - } - - &:last-of-type { - font-size: .8em; - line-height: 1.3rem; - opacity: .7; - } - } - - a { - border: 0; - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; - } - } -} - -@keyframes next-shake { - 0% { - transform: translate(1pt, 1pt) rotate(0deg); - } - - 10% { - transform: translate(-1pt, -2pt) rotate(-1deg); - } - - 20% { - transform: translate(-3pt, 0pt) rotate(1deg); - } - - 30% { - transform: translate(3pt, 2pt) rotate(0deg); - } - - 40% { - transform: translate(1pt, -1pt) rotate(1deg); - } - - 50% { - transform: translate(-1pt, 2pt) rotate(-1deg); - } - - 60% { - transform: translate(-3pt, 1pt) rotate(0deg); - } - - 70% { - transform: translate(3pt, 1pt) rotate(-1deg); - } - - 80% { - transform: translate(-1pt, -1pt) rotate(1deg); - } - - 90% { - transform: translate(1pt, 2pt) rotate(0deg); - } - - 100% { - transform: translate(1pt, -2pt) rotate(-1deg); - } -} diff --git a/themes/next/source/css/_common/scaffolding/tags/mermaid.styl b/themes/next/source/css/_common/scaffolding/tags/mermaid.styl deleted file mode 100644 index f872c666..00000000 --- a/themes/next/source/css/_common/scaffolding/tags/mermaid.styl +++ /dev/null @@ -1,6 +0,0 @@ -if (hexo-config('mermaid.enable')) { - .mermaid { - margin-bottom: 20px; - text-align: center; - } -} diff --git a/themes/next/source/css/_common/scaffolding/tags/note.styl b/themes/next/source/css/_common/scaffolding/tags/note.styl deleted file mode 100644 index 2e7c1451..00000000 --- a/themes/next/source/css/_common/scaffolding/tags/note.styl +++ /dev/null @@ -1,112 +0,0 @@ -if (hexo-config('note.style') != 'disabled') { - .post-body .note { - $note-icons = hexo-config('note.icons'); - $note-style = hexo-config('note.style'); - - border-radius: $note-border-radius; - margin-bottom: 20px; - padding: 1em; - position: relative; - - if ($note-style == 'simple') { - border: 1px solid $gainsboro; - border-left-width: 5px; - } - - if ($note-style == 'modern') { - background: $whitesmoke; - border: 1px solid transparent; - } - - if ($note-style == 'flat') { - background: lighten($gainsboro, 65%); - border: initial; - border-left: 3px solid $gainsboro; - } - - summary { - cursor: pointer; - outline: 0; - - p { - display: inline; - } - } - - h2, h3, h4, h5, h6 { - border-bottom: initial; - margin: 0; - padding-top: 0; - } - - p, ul, ol, table, pre, blockquote, img { - &:first-child { - margin-top: 0; - } - - &:last-child { - margin-bottom: 0; - } - } - - if ($note-icons) { - &:not(.no-icon) { - padding-left: 2.5em; - - &::before { - font-size: 1.5em; - left: .3em; - position: absolute; - top: calc(50% - 1em); - } - } - } - - for $type in $note-types { - &.{$type} { - if ($note-style == 'flat') { - background: $note-bg[$type]; - if (hexo-config('darkmode')) { - @media (prefers-color-scheme: dark) { - background: mix($note-bg[$type], $body-bg-color-dark, 10%); - } - } - } - - if ($note-style == 'modern') { - background: $note-modern-bg[$type]; - border-color: $note-modern-border[$type]; - color: $note-modern-text[$type]; - - a:not(.btn) { - border-bottom-color: $note-modern-text[$type]; - color: $note-modern-text[$type]; - - &:hover { - border-bottom-color: $note-modern-hover[$type]; - color: $note-modern-hover[$type]; - } - } - } - - if ($note-style != 'modern') { - border-left-color: $note-border[$type]; - - h2, h3, h4, h5, h6 { - color: $note-text[$type]; - } - } - - if ($note-icons) { - &:not(.no-icon)::before { - font-family-icons($note-icon[$type]); - - if ($note-style != 'modern') { - color: $note-text[$type]; - } - } - } - } - } - } -} diff --git a/themes/next/source/css/_common/scaffolding/tags/pdf.styl b/themes/next/source/css/_common/scaffolding/tags/pdf.styl deleted file mode 100644 index 68816222..00000000 --- a/themes/next/source/css/_common/scaffolding/tags/pdf.styl +++ /dev/null @@ -1,8 +0,0 @@ -if (hexo-config('pdf.enable')) { - .pdfobject-container { - iframe, embed { - height: convert(hexo-config('pdf.height')); - width: 100%; - } - } -} diff --git a/themes/next/source/css/_common/scaffolding/tags/tabs.styl b/themes/next/source/css/_common/scaffolding/tags/tabs.styl deleted file mode 100644 index 30809058..00000000 --- a/themes/next/source/css/_common/scaffolding/tags/tabs.styl +++ /dev/null @@ -1,103 +0,0 @@ -.post-body .tabs { - margin-bottom: 20px; -} - -.post-body .tabs, .tabs-comment { - padding-top: 10px; - - ul.nav-tabs { - background: (($scheme == 'Muse') or ($scheme == 'Mist')) ? var(--body-bg-color) : var(--content-bg-color); - display: flex; - flex-wrap: wrap; - margin: 0; - padding: 0; - position: -webkit-sticky; - position: sticky; - top: 0; - // Fix issue #398 - z-index: $zindex-0; - - +mobile-smallest() { - display: block; - margin-bottom: 5px; - } - - li.tab { - border-bottom: 1px solid $grey-lighter; - border-left: 1px solid transparent; - border-right: 1px solid transparent; - border-radius: $tbr $tbr 0 0; - border-top: 3px solid transparent; - flex-grow: 1; - list-style-type: none; - - +mobile-smallest() { - border-bottom: 1px solid transparent; - border-left: 3px solid transparent; - border-right: 1px solid transparent; - border-top: 1px solid transparent; - } - - +mobile-smallest() { - border-radius: $tbr; - } - - if (hexo-config('tabs.transition.tabs')) { - transition: all $transition-ease-out; - } - - a { - border-bottom: initial; - display: block; - line-height: 1.8; - padding: .25em .75em; - text-align: center; - - i { - width: (18em / 14); - } - - if (hexo-config('tabs.transition.labels')) { - transition: all $transition-ease-out; - } - } - - &.active { - border-bottom-color: transparent; - border-left-color: $table-border-color; - border-right-color: $table-border-color; - border-top-color: $orange; - - +mobile-smallest() { - border-bottom-color: $table-border-color; - border-left-color: $orange; - border-right-color: $table-border-color; - border-top-color: $table-border-color; - } - - a { - cursor: default; - } - } - } - } - - .tab-content { - border: 1px solid $table-border-color; - border-radius: 0 0 $tbr $tbr; - border-top-color: transparent; - - +mobile-smallest() { - border-radius: $tbr; - border-top-color: $table-border-color; - } - - .tab-pane { - padding: 20px 20px 0; - - &:not(.active) { - display: none; - } - } - } -} diff --git a/themes/next/source/css/_common/scaffolding/toggles.styl b/themes/next/source/css/_common/scaffolding/toggles.styl deleted file mode 100644 index 3b9eea5d..00000000 --- a/themes/next/source/css/_common/scaffolding/toggles.styl +++ /dev/null @@ -1,26 +0,0 @@ -.toggle { - line-height: 0; - - .toggle-line { - background: white; - display: block; - height: 2px; - left: 0; - position: relative; - top: 0; - transition: all .4s; - width: 100%; - - &:not(:first-child) { - margin-top: 3px; - } - } -} - -.toggle.toggle-arrow { - toggle-arrow(hexo-config('sidebar.position')); -} - -.toggle.toggle-close { - toggle-close(hexo-config('sidebar.position')); -} diff --git a/themes/next/source/css/_mixins.styl b/themes/next/source/css/_mixins.styl deleted file mode 100644 index 1e365d05..00000000 --- a/themes/next/source/css/_mixins.styl +++ /dev/null @@ -1,247 +0,0 @@ -mobile-smallest() { - @media (max-width: 413px) { - {block}; - } -} - -mobile-small() { - @media (max-width: 567px) { - {block}; - } -} - -mobile() { - @media (max-width: 767px) { - {block}; - } -} - -tablet-mobile() { - @media (max-width: 991px) { - {block}; - } -} - -tablet-desktop() { - @media (min-width: 768px) { - {block}; - } -} - -tablet() { - @media (min-width: 768px) and (max-width: 991px) { - {block}; - } -} - -desktop() { - @media (min-width: 992px) { - {block}; - } -} - -desktop-large() { - @media (min-width: 1200px) { - {block}; - } -} - -desktop-largest() { - @media (min-width: 1600px) { - {block}; - } -} - -random-color($min, $max) { - return floor(math(0, 'random') * ($max - $min + 1) + $min); -} - -word-wrap() { - overflow-wrap: break-word; -} - -disable-user-select() { - -moz-user-select: none; - -ms-user-select: none; - -webkit-user-select: none; - user-select: none; -} - -sidebar-inline-links-item() { - margin: 5px 0 0; - - a { - box-sizing: border-box; - display: inline-block; - max-width: 100%; - overflow: hidden; - padding: 0 5px; - text-overflow: ellipsis; - white-space: nowrap; - } -} - -flex-wrap() { - display: flex; - flex-wrap: wrap; - justify-content: center; -} - -flex-column() { - display: flex; - flex-direction: column; - justify-content: center; -} - -post-card() { - background: var(--card-bg-color); - border-left: 3px solid $red; - margin: $post-card-margin; -} - -font-family-icons($icon = '') { - if ($icon) { - content: $icon; - } - font-family: 'Font Awesome 5 Free'; - font-weight: 900; -} - -main-container() { - margin: 0 auto; - width: $content-desktop; - - +desktop-large() { - width: $content-desktop-large; - } - - +desktop-largest() { - width: $content-desktop-largest; - } -} - -sidebar-toggle-alignment($reverse) { - $condition = hexo-config('sidebar.position') == 'right'; - if (($scheme == 'Muse') or ($scheme == 'Mist')) { - $condition = $condition == $reverse; - } - return $condition ? ('left' 'right') : ('right' 'left'); -} - -sidebar-toggle-position($reverse) { - $alignment = sidebar-toggle-alignment($reverse)[0]; - {$alignment}: $b2t-position-right; - +tablet-mobile() { - {$alignment}: $b2t-position-right-mobile; - } -} - -sidebar-toggle() { - background: $b2t-bg-color; - cursor: pointer; - opacity: $b2t-opacity; - position: fixed; - z-index: $zindex-3; - sidebar-toggle-position(false); - - &:hover { - opacity: $b2t-opacity-hover; - } - - +tablet-mobile() { - opacity: $b2t-opacity-hover; - } -} - -round-icon($diameter) { - border-radius: 50%; - content: ' '; - height: $diameter; - width: $diameter; -} - -toggle-arrow($position) { - if ($position == 'right') { - .toggle-line:first-child { - top: 2px; - transform: rotate(-45deg); - width: 50%; - } - - .toggle-line:last-child { - top: -2px; - transform: rotate(45deg); - width: 50%; - } - } else { - .toggle-line:first-child { - left: 50%; - top: 2px; - transform: rotate(45deg); - width: 50%; - } - - .toggle-line:last-child { - left: 50%; - top: -2px; - transform: rotate(-45deg); - width: 50%; - } - } -} - -toggle-close($position) { - .toggle-line:nth-child(2) { - opacity: 0; - } - - if ($position == 'right') { - .toggle-line:first-child { - top: 5px; - transform: rotate(-45deg); - } - - .toggle-line:last-child { - top: -5px; - transform: rotate(45deg); - } - } else { - .toggle-line:first-child { - top: 5px; - transform: rotate(45deg); - } - - .toggle-line:last-child { - top: -5px; - transform: rotate(-45deg); - } - } -} - -site-nav-hide-by-default() { - --scroll-height: 0; - height: 0; - overflow: hidden; - transition: height $transition-ease; - - body:not(.site-nav-on) & .animated { - animation: none; - } - - body.site-nav-on & { - height: var(--scroll-height); - } -} - -button($color) { - background: transparent; - color: $color; - cursor: pointer; - line-height: 2; - padding: 0 15px; - - &:hover { - background: $color; - color: white; - } -} diff --git a/themes/next/source/css/_schemes/Gemini/index.styl b/themes/next/source/css/_schemes/Gemini/index.styl deleted file mode 100644 index 17248223..00000000 --- a/themes/next/source/css/_schemes/Gemini/index.styl +++ /dev/null @@ -1,130 +0,0 @@ -@import '../Pisces/_layout'; -@import '../Pisces/_header'; -@import '../Pisces/_menu'; -@import '../Pisces/_sub-menu'; -@import '../Pisces/_sidebar'; - -// ================================================== -// Rewrite _layout.styl -// ================================================== -// Sidebar padding used as main desktop content padding for sidebar padding and post blocks padding too. - -// In `source/css/_variables/Pisces.styl` there are variable for main offset: -// $sidebar-offset = 12px; -// This value alse can be changed in main NexT config as `sidebar: offset: 12` option. - -// In `source/css/_variables/base.styl` there are variables for other resolutions: -// $content-tablet-padding = 10px; -// $content-mobile-padding = 8px; -// P.S. If u want to change this paddings u may set this variables into `custom_file_path.variable` (in theme _config.yml). - -// So, it will 12px in Desktop, 10px in Tablets and 8px in Mobiles for all possible paddings. - -// ================================================== -// Desktop layout styles. -// ================================================== -// Post blocks. -.main-inner > { - .sub-menu, .post-block, .tabs-comment, .comments, .pagination { - background: var(--content-bg-color); - border-radius: $border-radius-inner; - box-shadow: $box-shadow-inner; - - &:not(:first-child):not(.sub-menu) { - border-radius: $border-radius; - box-shadow: $box-shadow; - margin-top: $sidebar-offset; - - +tablet() { - margin-top: $content-tablet-padding; - } - - +mobile() { - margin-top: $content-mobile-padding; - } - } - } -} - -// Post & Comments blocks. -.post-block, .comments { - padding: $content-desktop-padding; -} - -// Post delimiters. -.post-eof { - display: none; -} - -// Pagination. -.pagination { - border-top: initial; - padding: 10px 0; -} - -// ================================================== -// Headers. -// ================================================== -.post-body { - h1, h2 { - border-bottom: 1px solid $body-bg-color; - } - - h3 { - border-bottom: 1px dotted $body-bg-color; - } -} - -// ================================================== -// > 768px & < 991px -// ================================================== -+tablet() { - // Posts in blocks. - .main-inner { - padding: $content-tablet-padding; - } - - .posts-expand { - // Components inside Posts. - .post-button { - margin-top: ($content-tablet-padding * 2); - } - } - - .post-block { - // Inside posts blocks content padding (default 40px). - padding: ($content-tablet-padding * 2); - } - - .comments { - padding: $content-tablet-padding ($content-tablet-padding * 2); - // padding: initial; - // padding-top: $content-tablet-padding; - } -} - -// ================================================== -// < 767px -// ================================================== -+mobile() { - // Posts in blocks. - .main-inner { - padding: $content-mobile-padding; - } - - .posts-expand { - // Components inside Posts. - .post-button { - margin: $sidebar-offset 0; - } - } - - .post-block { - // Inside posts blocks content padding (default 40px). - padding: $sidebar-offset; - } - - .comments { - padding: 10px $sidebar-offset; - } -} diff --git a/themes/next/source/css/_schemes/Mist/_header.styl b/themes/next/source/css/_schemes/Mist/_header.styl deleted file mode 100644 index d5fad4e8..00000000 --- a/themes/next/source/css/_schemes/Mist/_header.styl +++ /dev/null @@ -1,56 +0,0 @@ -// Header -// -------------------------------------------------- -.header-inner { - align-items: center; - display: flex; - padding: 20px 0; - - +mobile() { - display: block; - padding: 10px 0; - } -} - -.site-meta { - line-height: normal; - - .brand { - padding: 2px 1px; - - +mobile() { - display: block; - } - } - - .site-title { - font-weight: bolder; - } -} - -.logo-line { - background: var(--brand-color); - display: block; - height: 2px; - margin: 0 auto; - width: 75%; - - +mobile() { - display: none; - } -} - -.use-motion { - .logo-line:first-of-type { - transform: scaleX(0); - transform-origin: left; - } - - .logo-line:last-of-type { - transform: scaleX(0); - transform-origin: right; - } -} - -.site-subtitle { - display: none; -} diff --git a/themes/next/source/css/_schemes/Mist/_layout.styl b/themes/next/source/css/_schemes/Mist/_layout.styl deleted file mode 100644 index f7a8876a..00000000 --- a/themes/next/source/css/_schemes/Mist/_layout.styl +++ /dev/null @@ -1,43 +0,0 @@ -// Tags -// -------------------------------------------------- -hr { - height: 2px; - margin: 20px 0; -} - -// Components -// -------------------------------------------------- -.btn { - padding: 0 10px; -} - -.headband { - display: none; -} - -// Pagination -// -------------------------------------------------- -.pagination { - text-align: left; - - +mobile() { - margin: 80px 0 0; - text-align: center; - } -} - -// Footer -// -------------------------------------------------- -.footer { - background: var(--content-bg-color); - color: var(--text-color); - padding: 10px 0; -} - -.footer-inner { - text-align: left; - - +mobile() { - text-align: center; - } -} diff --git a/themes/next/source/css/_schemes/Mist/_menu.styl b/themes/next/source/css/_schemes/Mist/_menu.styl deleted file mode 100644 index 6c15a5ae..00000000 --- a/themes/next/source/css/_schemes/Mist/_menu.styl +++ /dev/null @@ -1,45 +0,0 @@ -// Menu -// -------------------------------------------------- -.site-nav { - flex-grow: 1; - - +mobile() { - padding: 0 10px 0; - } -} - -.main-menu { - +mobile() { - padding-top: 10px; - } -} - -.menu { - padding: 0; - - .menu-item { - margin: 0; - - +mobile() { - margin-top: 5px; - } - - a { - border-radius: 2px; - padding: 0 10px; - transition-property: background; - - +mobile() { - text-align: left; - } - } - - .badge { - background: white; - border-radius: 10px; - color: $black-light; - padding: 1px 4px; - text-shadow: 1px 1px 0 rgba(0, 0, 0, .1); - } - } -} diff --git a/themes/next/source/css/_schemes/Mist/_posts-expand.styl b/themes/next/source/css/_schemes/Mist/_posts-expand.styl deleted file mode 100644 index e546e5e0..00000000 --- a/themes/next/source/css/_schemes/Mist/_posts-expand.styl +++ /dev/null @@ -1,72 +0,0 @@ -// Post Expand -// -------------------------------------------------- -.posts-expand { - &.index { - .post-header { - text-align: left; - - +mobile() { - text-align: center; - } - } - - .post-meta-container { - margin-top: 5px; - } - - .post-meta { - justify-content: flex-start; - - +mobile() { - justify-content: center; - } - } - } - - .post-eof { - display: none; - } - - .post-block:not(:first-of-type) { - margin-top: 120px; - } - - .post-header { - margin-bottom: 20px; - } - - .post-tags { - text-align: left; - - a { - background: var(--content-bg-color); - border-bottom: 0; - padding: 1px 5px; - - &:hover { - background: var(--menu-item-bg-color); - } - } - } - - .post-nav { - margin-top: 40px; - } -} - -.post-button { - margin-top: 20px; - text-align: left; - - .btn { - background: none; - border: 0; - border-bottom: 2px solid var(--btn-default-border-color); - padding: 0; - transition-property: border; - - &:hover { - border-bottom-color: var(--btn-default-hover-border-color); - } - } -} diff --git a/themes/next/source/css/_schemes/Mist/index.styl b/themes/next/source/css/_schemes/Mist/index.styl deleted file mode 100644 index 6969d77e..00000000 --- a/themes/next/source/css/_schemes/Mist/index.styl +++ /dev/null @@ -1,10 +0,0 @@ -// -// Mist scheme -// ================================================== -@import '_layout'; -@import '_header'; -@import '_menu'; -@import '_posts-expand'; -@import '../Muse/_layout'; -@import '../Muse/_sidebar'; -@import '../Muse/_sub-menu'; diff --git a/themes/next/source/css/_schemes/Muse/_header.styl b/themes/next/source/css/_schemes/Muse/_header.styl deleted file mode 100644 index bd135475..00000000 --- a/themes/next/source/css/_schemes/Muse/_header.styl +++ /dev/null @@ -1,18 +0,0 @@ -.custom-logo-image { - background: white; - margin: 0 auto 10px; - max-width: 150px; - padding: 5px; -} - -.brand { - background: var(--btn-default-bg); -} - -.header-inner { - padding-top: 100px; - - +mobile() { - padding-top: 50px; - } -} diff --git a/themes/next/source/css/_schemes/Muse/_layout.styl b/themes/next/source/css/_schemes/Muse/_layout.styl deleted file mode 100644 index 33831c9b..00000000 --- a/themes/next/source/css/_schemes/Muse/_layout.styl +++ /dev/null @@ -1,28 +0,0 @@ -.main-inner { - main-container(); - - +mobile() { - padding-left: 20px; - padding-right: 20px; - } -} - -.header-inner, .main-inner, .footer-inner { - +mobile() { - width: auto; - } -} - -// Page - Container -// -------------------------------------------------- -.main-inner { - padding-bottom: $content-padding-bottom; -} - -.post-block:first-of-type { - padding-top: $posts-first-padding; - - +mobile() { - padding-top: $posts-first-padding-mobile; - } -} diff --git a/themes/next/source/css/_schemes/Muse/_menu.styl b/themes/next/source/css/_schemes/Muse/_menu.styl deleted file mode 100644 index f863d0a9..00000000 --- a/themes/next/source/css/_schemes/Muse/_menu.styl +++ /dev/null @@ -1,56 +0,0 @@ -.site-nav { - +mobile() { - padding-top: 30px; - } -} - -.main-menu { - +mobile() { - border-bottom: 1px solid $grey-lighter; - border-top: 1px solid $grey-lighter; - } -} - -.menu { - +mobile() { - text-align: left; - } -} - -.menu .menu-item { - +mobile() { - margin: 0 10px; - } - - a { - border-bottom: 1px solid transparent; - - +mobile() { - padding: 5px 10px; - } - - &:hover, &.menu-item-active { - background: transparent; - border-bottom: 1px solid var(--link-hover-color); - - +mobile() { - border-bottom: 1px dotted $grey-lighter; - } - } - } - - .fa, .fab, .far, .fas { - +tablet-desktop() { - display: block; - line-height: 2; - margin-right: 0; - width: 100%; - } - } - - .badge { - background: $gainsboro; - color: $black-light; - padding: 1px 4px; - } -} diff --git a/themes/next/source/css/_schemes/Muse/_sidebar.styl b/themes/next/source/css/_schemes/Muse/_sidebar.styl deleted file mode 100644 index c1b73bd0..00000000 --- a/themes/next/source/css/_schemes/Muse/_sidebar.styl +++ /dev/null @@ -1,94 +0,0 @@ -if (hexo-config('sidebar.position') == 'right') { - .sidebar-active { - +desktop() { - padding-right: $sidebar-desktop; - } - } - - .sidebar { - right: 0 - $sidebar-desktop; - - .sidebar-active & { - right: 0; - } - } -} else { - .sidebar-active { - +desktop() { - padding-left: $sidebar-desktop; - } - } - - .sidebar { - left: 0 - $sidebar-desktop; - - .sidebar-active & { - left: 0; - } - } -} - -.sidebar { - background: $black-deep; - bottom: 0; - if (not hexo-config('back2top.sidebar')) { - box-shadow: inset 0 2px 6px black; - } - position: fixed; - top: 0; - transition: all $transition-ease-out; - width: $sidebar-desktop; - z-index: $zindex-2; - - a { - border-bottom-color: $black-light; - color: $grey-dark; - - &:hover { - border-bottom-color: $gainsboro; - color: $gainsboro; - } - } -} - -.links-of-author { - &:not(:first-child) { - margin-top: 15px; - } - - a { - border-bottom-color: $black-light; - display: inline-block; - margin-bottom: 10px; - margin-right: 10px; - vertical-align: middle; - - if (hexo-config('social_icons.transition')) { - transition: all $transition-ease; - } - - &::before { - background: rgb(random-color(0, 255) - 50%, random-color(0, 255) - 50%, random-color(0, 255) - 50%); - display: inline-block; - margin-right: 3px; - transform: translateY(-2px); - round-icon(4px); - } - } -} - -.links-of-blogroll-item { - if (hexo-config('links_settings.layout') == 'inline') { - display: inline-block; - } - padding: 2px 10px; - - a { - box-sizing: border-box; - display: inline-block; - max-width: 280px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } -} diff --git a/themes/next/source/css/_schemes/Muse/_sub-menu.styl b/themes/next/source/css/_schemes/Muse/_sub-menu.styl deleted file mode 100644 index 59bf1934..00000000 --- a/themes/next/source/css/_schemes/Muse/_sub-menu.styl +++ /dev/null @@ -1,7 +0,0 @@ -.sub-menu { - margin: 10px 0; - - .menu-item { - display: inline-block; - } -} diff --git a/themes/next/source/css/_schemes/Muse/index.styl b/themes/next/source/css/_schemes/Muse/index.styl deleted file mode 100644 index 959b7ae7..00000000 --- a/themes/next/source/css/_schemes/Muse/index.styl +++ /dev/null @@ -1,5 +0,0 @@ -@import '_layout'; -@import '_header'; -@import '_menu'; -@import '_sub-menu'; -@import '_sidebar'; diff --git a/themes/next/source/css/_schemes/Pisces/_header.styl b/themes/next/source/css/_schemes/Pisces/_header.styl deleted file mode 100644 index 8fca6720..00000000 --- a/themes/next/source/css/_schemes/Pisces/_header.styl +++ /dev/null @@ -1,35 +0,0 @@ -.site-brand-container { - background: var(--theme-color); - - .site-nav-on & { - +tablet-mobile() { - box-shadow: 0 0 16px rgba(0, 0, 0, .5); - } - } -} - -.site-meta { - padding: 20px 0; -} - -.brand { - padding: 0; -} - -.site-subtitle { - margin: 10px 10px 0; -} - -.site-nav-toggle, .site-nav-right { - +tablet() { - flex-column(); - } - - .toggle { - color: white; - - .toggle-line { - background: white; - } - } -} diff --git a/themes/next/source/css/_schemes/Pisces/_layout.styl b/themes/next/source/css/_schemes/Pisces/_layout.styl deleted file mode 100644 index 1d40564f..00000000 --- a/themes/next/source/css/_schemes/Pisces/_layout.styl +++ /dev/null @@ -1,54 +0,0 @@ -.header-inner { - background: var(--content-bg-color); - border-radius: $border-radius-inner; - box-shadow: $box-shadow-inner; - width: $sidebar-desktop; - - +tablet-mobile() { - border-radius: initial; - width: auto; - } -} - -.main { - // Make sure that .header and .main-inner are the same height - // Required for .sidebar `position: sticky;` - align-items: stretch; - display: flex; - justify-content: space-between; - main-container(); - - if (hexo-config('sidebar.position') == 'right') { - flex-direction: row-reverse; - } - - +tablet-mobile() { - display: block; - width: auto; - } -} - -.main-inner { - border-radius: $border-radius-inner; - box-sizing: border-box; - width: $content-wrap; - - +tablet-mobile() { - border-radius: initial; - width: 100%; - } -} - -.footer-inner { - if (hexo-config('sidebar.position') == 'right') { - padding-right: $sidebar-desktop + $sidebar-offset; - } else { - padding-left: $sidebar-desktop + $sidebar-offset; - } - - +tablet-mobile() { - padding-left: 0; - padding-right: 0; - width: auto; - } -} diff --git a/themes/next/source/css/_schemes/Pisces/_menu.styl b/themes/next/source/css/_schemes/Pisces/_menu.styl deleted file mode 100644 index 79b1c203..00000000 --- a/themes/next/source/css/_schemes/Pisces/_menu.styl +++ /dev/null @@ -1,46 +0,0 @@ -.site-nav { - +tablet() { - site-nav-hide-by-default(); - } -} - -.menu .menu-item { - display: block; - margin: 0; - - a { - padding: 5px 20px; - position: relative; - text-align: left; - transition-property: background-color; - } - - +tablet-mobile() { - &.menu-item-search { - display: none; - } - } - - .badge { - background: $grey-light; - border-radius: 10px; - color: var(--content-bg-color); - float: right; - padding: 2px 5px; - text-shadow: 1px 1px 0 rgba(0, 0, 0, .1); - } -} - -if (not hexo-config('menu_settings.badges')) { - .main-menu .menu-item-active::after { - background: $grey; - border-radius: 50%; - content: ' '; - height: 6px; - margin-top: -3px; - position: absolute; - right: 15px; - top: 50%; - width: 6px; - } -} diff --git a/themes/next/source/css/_schemes/Pisces/_sidebar.styl b/themes/next/source/css/_schemes/Pisces/_sidebar.styl deleted file mode 100644 index 385850ab..00000000 --- a/themes/next/source/css/_schemes/Pisces/_sidebar.styl +++ /dev/null @@ -1,92 +0,0 @@ -.sidebar { - margin-top: $sidebar-offset; - // https://caniuse.com/css-sticky - position: -webkit-sticky; - position: sticky; - top: $sidebar-offset; - width: $sidebar-desktop; - - +tablet-mobile() { - display: none; - } - - if (hexo-config('motion.enable') and hexo-config('motion.transition.sidebar')) { - visibility: hidden; - } -} - -.sidebar-toggle { - display: none; -} - -.sidebar-inner { - background: var(--content-bg-color); - border-radius: $border-radius; - box-shadow: $box-shadow; - box-sizing: border-box; - color: var(--text-color); -} - -.site-state-item { - padding: 0 10px; -} - -.sidebar .sidebar-button { - border-bottom: 1px dotted $grey-light; - border-top: 1px dotted $grey-light; - - button { - border: 0; - color: $orange; - display: block; - width: 100%; - - &:hover { - background: none; - border: 0; - color: darken($orange, 20%); - } - } -} - -.links-of-author { - flex-wrap(); -} - -.links-of-author-item { - sidebar-inline-links-item(); - - if (not hexo-config('social_icons.icons_only')) { - width: 50%; - } - - a { - border-bottom: 0; - border-radius: 4px; - display: block; - - &:hover { - background: var(--body-bg-color); - } - } -} - -.links-of-blogroll-item { - if (hexo-config('links_settings.layout') == 'inline') { - display: inline-block; - max-width: 100%; - sidebar-inline-links-item(); - } -} - -if (hexo-config('back2top.sidebar')) { - // Only when back2top.sidebar is true, apply the following styles - .back-to-top { - background: var(--body-bg-color); - margin: 8px - $sidebar-offset -10px -18px; - - &.back-to-top-on { - margin-top: 16px; - } - } -} diff --git a/themes/next/source/css/_schemes/Pisces/_sub-menu.styl b/themes/next/source/css/_schemes/Pisces/_sub-menu.styl deleted file mode 100644 index 166f6003..00000000 --- a/themes/next/source/css/_schemes/Pisces/_sub-menu.styl +++ /dev/null @@ -1,28 +0,0 @@ -.sub-menu { - margin: 0; - padding: 6px 0; - - .menu-item { - display: inline-block; - - a { - background: transparent; - margin: 5px 10px; - padding: initial; - - &:hover { - background: transparent; - color: $sidebar-highlight; - } - } - } - - .menu-item-active { - border-bottom-color: $sidebar-highlight; - color: $sidebar-highlight; - - &:hover { - border-bottom-color: $sidebar-highlight; - } - } -} diff --git a/themes/next/source/css/_schemes/Pisces/index.styl b/themes/next/source/css/_schemes/Pisces/index.styl deleted file mode 100644 index 5574b5fb..00000000 --- a/themes/next/source/css/_schemes/Pisces/index.styl +++ /dev/null @@ -1,30 +0,0 @@ -@import '_layout'; -@import '_header'; -@import '_menu'; -@import '_sub-menu'; -@import '_sidebar'; - -.main-inner { - background: var(--content-bg-color); - box-shadow: $box-shadow-inner; - padding: $content-desktop-padding; - - +tablet-mobile() { - padding: 20px; - } -} - -// Sub-menu(s). -.sub-menu { - border-bottom: 1px solid $table-border-color; -} - -.post-block:first-of-type { - padding-top: 40px; -} - -.pagination { - +mobile() { - margin-bottom: 10px; - } -} diff --git a/themes/next/source/css/_variables/Gemini.styl b/themes/next/source/css/_variables/Gemini.styl deleted file mode 100644 index e8ff7e4b..00000000 --- a/themes/next/source/css/_variables/Gemini.styl +++ /dev/null @@ -1,18 +0,0 @@ -// Variables of Gemini scheme -// ================================================== - -@import 'Pisces'; - -// Settings for some of the most global styles. -// -------------------------------------------------- -$body-bg-color = #eee; - -// Borders. -// -------------------------------------------------- -$box-shadow-inner = 0 2px 2px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .12); -$box-shadow = 0 2px 2px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 -1px .5px 0 rgba(0, 0, 0, .09); - -$border-radius-inner = initial; -$border-radius = initial; -// $border-radius-inner = 0 0 3px 3px; -// $border-radius = 3px; diff --git a/themes/next/source/css/_variables/Mist.styl b/themes/next/source/css/_variables/Mist.styl deleted file mode 100644 index 49f85f73..00000000 --- a/themes/next/source/css/_variables/Mist.styl +++ /dev/null @@ -1,25 +0,0 @@ -// Variables of Mist scheme -// ================================================== - -@import 'Muse'; - -$content-padding-bottom = 80px; -$posts-first-padding = 80px; -$posts-first-padding-mobile = 60px; - -$link-decoration-color = $grey-light; -$content-bg-color = $whitesmoke; -$menu-item-bg-color = $grey-lighter; - -$head-bg = var(--content-bg-color); -$brand-color = $black-deep; -$brand-hover-color = $brand-color; - -$posts-collapse-left = 0; - -$btn-default-bg = transparent; -$btn-default-color = var(--link-color); -$btn-default-hover-bg = transparent; -$btn-default-border-color = var(--link-color); -$btn-default-hover-color = var(--link-hover-color); -$btn-default-hover-border-color = var(--link-hover-color); diff --git a/themes/next/source/css/_variables/Muse.styl b/themes/next/source/css/_variables/Muse.styl deleted file mode 100644 index b63b6975..00000000 --- a/themes/next/source/css/_variables/Muse.styl +++ /dev/null @@ -1,9 +0,0 @@ -// Variables of Muse scheme -// ================================================== - -$sidebar-width = hexo-config('sidebar.width') is a 'unit' ? hexo-config('sidebar.width') : 320; -$sidebar-desktop = unit($sidebar-width, 'px'); - -$content-padding-bottom = 60px; -$posts-first-padding = 70px; -$posts-first-padding-mobile = 35px; diff --git a/themes/next/source/css/_variables/Pisces.styl b/themes/next/source/css/_variables/Pisces.styl deleted file mode 100644 index fc2db1b5..00000000 --- a/themes/next/source/css/_variables/Pisces.styl +++ /dev/null @@ -1,68 +0,0 @@ -// Variables of Pisces scheme -// ================================================== - -// Settings for some of the most global styles. -// -------------------------------------------------- -$body-bg-color = #f5f7f9; - -$sidebar-width = hexo-config('sidebar.width') is a 'unit' ? hexo-config('sidebar.width') : 240; -$sidebar-desktop = unit($sidebar-width, 'px'); -$content-wrap = 'calc(100% - %s)' % unit($sidebar-width + $sidebar-offset, 'px'); - -$content-desktop = 'calc(100% - %s)' % unit($content-desktop-padding / 2, 'px'); -$content-desktop-large = 1160px; -$content-desktop-largest = 73%; - - -// Borders -// -------------------------------------------------- -$box-shadow-inner = initial; -$box-shadow = initial; - -$border-radius-inner = initial; -$border-radius = initial; - - -// Header -// -------------------------------------------------- -$subtitle-color = $grey-lighter; - -// Sidebar -// -------------------------------------------------- -$sidebar-nav-color = var(--text-color); -$sidebar-nav-hover-color = $orange; -$sidebar-highlight = $orange; - -$site-author-image-width = 120px; -$site-author-image-border-width = 1px; -$site-author-image-border-color = $gainsboro; - -$site-author-name-margin = 0; -$site-author-name-color = var(--text-color); -$site-author-name-weight = 600; - -$site-description-font-size = $font-size-smaller; -$site-description-color = $grey-dark; -$site-description-margin-top = 0; - -$site-state-item-count-font-size = $font-size-medium; -$site-state-item-name-font-size = $font-size-smaller; -$site-state-item-name-color = $grey-dark; - - -// Components -// -------------------------------------------------- - -// Button -$btn-default-radius = 2px; -$btn-default-bg = white; -$btn-default-color = $text-color; -$btn-default-border-color = $text-color; -$btn-default-hover-bg = $black-deep; -$btn-default-hover-color = white; - -// Back to top -$b2t-opacity = .6; -$b2t-opacity-hover = .8; -$b2t-position-bottom = -100px; -$b2t-position-bottom-on = 30px; diff --git a/themes/next/source/css/_variables/base.styl b/themes/next/source/css/_variables/base.styl deleted file mode 100644 index 5a8ccc6c..00000000 --- a/themes/next/source/css/_variables/base.styl +++ /dev/null @@ -1,382 +0,0 @@ -// -// Variables -// ================================================== - - -// Color system -// -------------------------------------------------- -$whitesmoke = #f5f5f5; -$gainsboro = #eee; -$grey-lighter = #ddd; -$grey-light = #ccc; -$grey = #bbb; -$grey-dark = #999; -$grey-dim = #666; -$black-light = #555; -$black-dim = #333; -$black-deep = #222; -$red = #ff2a2a; -$blue-bright = #87daff; -$blue = #0684bd; -$blue-deep = #262a30; -$orange = #fc6423; - - -// Transition -// -------------------------------------------------- -$transition-ease = .2s ease-in-out; -$transition-ease-in = .2s ease-in; -$transition-ease-out = .2s ease-out; - - -// Scaffolding -// Settings for some of the most global styles. -// -------------------------------------------------- -// Global text color on -$text-color = $black-light; -$text-color-dark = $grey-light; - -// Global link color. -$link-color = $black-light; -$link-color-dark = $grey-light; -$link-hover-color = $black-deep; -$link-hover-color-dark = $gainsboro; -$link-decoration-color = $grey-dark; - -$blockquote-color = $grey-dim; -$blockquote-color-dark = $grey; - -// Global border color. -$border-color = $grey-light; - -// Background color for -$body-bg-color = white; -$body-bg-color-dark = #282828; -$content-bg-color = white; -$content-bg-color-dark = $black-dim; - -// Selection -$selection-bg = $blue-deep; -$selection-color = $gainsboro; - -// Dark mode color -$card-bg-color = $whitesmoke; -$card-bg-color-dark = $black-light; - -$menu-item-bg-color = $whitesmoke; -$menu-item-bg-color-dark = $black-light; - -$theme-color = convert(hexo-config('theme_color.light')); -$theme-color-dark = convert(hexo-config('theme_color.dark')); - -// Typography -// Font, line-height, and elements colors. -// -------------------------------------------------- -get_font_family(config) { - $custom-family = hexo-config('font.' + config + '.family'); - return $custom-family is a 'string' ? unquote($custom-family) : null; -} - -// Font families. -$font-family-chinese = 'PingFang SC', 'Microsoft YaHei'; - -$font-family-base = $font-family-chinese, sans-serif; -$font-family-base = get_font_family('global'), $font-family-chinese, sans-serif if get_font_family('global'); - -$font-family-logo = $font-family-base; -$font-family-logo = get_font_family('title'), $font-family-base if get_font_family('title'); - -$font-family-headings = $font-family-base; -$font-family-headings = get_font_family('headings'), $font-family-base if get_font_family('headings'); - -$font-family-posts = $font-family-base; -$font-family-posts = get_font_family('posts'), $font-family-base if get_font_family('posts'); - -$font-family-monospace = consolas, Menlo, monospace, $font-family-chinese; -$font-family-monospace = get_font_family('codes'), consolas, Menlo, monospace, $font-family-chinese if get_font_family('codes'); - - -// Font size -$font-size-base = (hexo-config('font.enable') and hexo-config('font.global.size') is a 'unit') ? unit(hexo-config('font.global.size'), em) : 1em; -$font-size-smallest = .75em; -$font-size-smaller = .8125em; -$font-size-small = .875em; -$font-size-medium = 1em; -$font-size-large = 1.125em; -$font-size-larger = 1.25em; -$font-size-largest = 1.5em; - - -// Headings font size -$font-size-headings-step = .125em; -$font-size-headings-base = (hexo-config('font.enable') and hexo-config('font.headings.size') is a 'unit') ? unit(hexo-config('font.headings.size'), em) : 1.625em; - - -// Global line height -$line-height-base = 2; -$line-height-code-block = 1.6; // Can't be less than 1.3; - - -// Z-index master list -// -------------------------------------------------- -// Fix issue https://github.com/next-theme/theme-next-docs/issues/54 -$zindex-0 = 5; -$zindex-1 = 10; -$zindex-2 = 20; -$zindex-3 = 30; -$zindex-4 = 40; -$zindex-5 = 50; - - -// Table -// -------------------------------------------------- -$table-border-color = $grey-lighter; -$table-font-size = $font-size-small; -$table-cell-border-bottom-color = $grey-lighter; -$table-row-odd-bg-color = #f9f9f9; -$table-row-odd-bg-color-dark = #282828; -$table-row-hover-bg-color = $whitesmoke; -$table-row-hover-bg-color-dark = #363636; - - -// Code & Code Blocks -// -------------------------------------------------- -$code-font-family = $font-family-monospace; - -$highlight-background = convert(hexo-config('highlight.light.background')); -$highlight-foreground = convert(hexo-config('highlight.light.foreground')); -$highlight-gutter-background = mix($highlight-background, $highlight-foreground, 90%); -$highlight-gutter-foreground = mix($highlight-background, $highlight-foreground, 10%); - -$highlight-background-dark = convert(hexo-config('highlight.dark.background')); -$highlight-foreground-dark = convert(hexo-config('highlight.dark.foreground')); -$highlight-gutter-background-dark = mix($highlight-background-dark, $highlight-foreground-dark, 90%); -$highlight-gutter-foreground-dark = mix($highlight-background-dark, $highlight-foreground-dark, 10%); - - -// Buttons -// -------------------------------------------------- -$btn-default-radius = 0; -$btn-default-bg = $black-deep; -$btn-default-bg-dark = $black-deep; -$btn-default-color = white; -$btn-default-color-dark = $text-color-dark; -$btn-default-border-color = $black-deep; -$btn-default-border-color-dark = $black-light; -$btn-default-hover-bg = white; -$btn-default-hover-bg-dark = $grey-dim; -$btn-default-hover-color = $black-deep; -$btn-default-hover-color-dark = $text-color-dark; -$btn-default-hover-border-color = $black-deep; -$btn-default-hover-border-color-dark = $grey-dim; - - -// Pagination -// -------------------------------------------------- -$pagination-border = $gainsboro; - -$pagination-link-bg = transparent; -$pagination-link-color = $link-color; -$pagination-link-border = $gainsboro; - -$pagination-link-hover-bg = transparent; -$pagination-link-hover-color = $link-color; -$pagination-link-hover-border = var(--link-hover-color); - -$pagination-active-bg = $grey-light; -$pagination-active-color = var(--content-bg-color); -$pagination-active-border = $grey-light; - - -// Layout sizes -// -------------------------------------------------- -$content-desktop = 700px; -$content-desktop-large = 800px; -$content-desktop-largest = 900px; - -$content-desktop-padding = 40px; -$content-tablet-padding = 10px; -$content-mobile-padding = 8px; - - -// Headband -// -------------------------------------------------- -$headband-height = 3px; -$headband-bg = var(--theme-color); - - -// Section Header -// Variables for header section elements. -// -------------------------------------------------- -$head-bg = transparent; - -// Site Meta -$brand-color = white; -$brand-hover-color = white; -$brand-color-dark = $grey-lighter; -$brand-hover-color-dark = $grey-lighter; - -$font-size-title = (hexo-config('font.enable') and hexo-config('font.title.size') is a 'unit') ? unit(hexo-config('font.title.size'), em) : 1.375em; -$font-size-subtitle = $font-size-smaller; -$subtitle-color = $grey-dark; -$site-subtitle-color = $grey-dark; - - -// Posts Collpase -// -------------------------------------------------- -$posts-collapse-margin = 35px; -$posts-collapse-margin-mobile = 0; - - -// Tag Cloud -// -------------------------------------------------- -$tag-cloud-start = #aaa; -$tag-cloud-end = #111; -$tag-cloud-start-dark = #555; -$tag-cloud-end-dark = #eee; - - -// Sidebar -// Variables for sidebar section elements. -// -------------------------------------------------- - -$sidebar-padding = hexo-config('sidebar.padding') is a 'unit' ? unit(hexo-config('sidebar.padding'), px) : 18px; -$sidebar-offset = hexo-config('sidebar.offset') is a 'unit' ? unit(hexo-config('sidebar.offset'), px) : 12px; -$sidebar-nav-color = $grey-dim; -$sidebar-nav-hover-color = $whitesmoke; -$sidebar-highlight = $blue-bright; - -$site-author-image-width = 96px; -$site-author-image-border-width = 2px; -$site-author-image-border-color = $black-dim; - -$site-author-name-margin = 5px 0 0; -$site-author-name-color = $whitesmoke; -$site-author-name-weight = normal; - -$site-description-font-size = $font-size-medium; -$site-description-color = $grey-dark; -$site-description-margin-top = 5px; - -$site-state-item-count-font-size = $font-size-larger; -$site-state-item-name-font-size = $font-size-small; -$site-state-item-name-color = inherit; - - -// Components -// -------------------------------------------------- -// Back to top -$b2t-opacity = .8; -$b2t-opacity-hover = 1; -$b2t-position-bottom = -100px; -$b2t-position-bottom-on = 19px; -$b2t-position-right = 30px; -$b2t-position-right-mobile = 20px; -$b2t-font-size = 12px; -$b2t-color = white; -$b2t-bg-color = $black-deep; - -// .post-expand .post-eof -// In Muse scheme, margin above and below the post separator -$post-eof-margin-top = 80px; // or 160px for more white space; -$post-eof-margin-bottom = 60px; // or 120px for less white space; - -$post-card-margin = 1em 0 0; - - -// Note colors -// -------------------------------------------------- -// Read note light_bg_offset from NexT config and set in '$lbg%' to use it as string variable. -$lbg = hexo-config('note.light_bg_offset') is a 'unit' ? unit(hexo-config('note.light_bg_offset'), '%') : 0; -$note-types = 'default' 'primary' 'info' 'success' 'warning' 'danger'; - -$note-border-radius = 3px; - -$note-border = { - default : #777, - primary : #6f42c1, - info : #428bca, - success : #5cb85c, - warning : #f0ad4e, - danger : #d9534f -}; - -$note-bg = { - default : lighten(spin($note-border.default, 0), 94% + $lbg), - primary : lighten(spin($note-border.primary, 10), 92% + $lbg), - info : lighten(spin($note-border.info, -10), 91% + $lbg), - success : lighten(spin($note-border.success, 10), 90% + $lbg), - warning : lighten(spin($note-border.warning, 10), 88% + $lbg), - danger : lighten(spin($note-border.danger, -10), 92% + $lbg) -}; - -$note-text = { - default : $note-border.default, - primary : $note-border.primary, - info : $note-border.info, - success : $note-border.success, - warning : $note-border.warning, - danger : $note-border.danger -}; - -$note-icon = { - default : '\f0a9', - primary : '\f055', - info : '\f05a', - success : '\f058', - warning : '\f06a', - danger : '\f056' -}; - -$note-modern-border = { - default : #e1e1e1, - primary : #e1c2ff, - info : #b3e5ef, - success : #d0e6be, - warning : #fae4cd, - danger : #ebcdd2 -}; - -$note-modern-bg = { - default : lighten(spin($note-modern-border.default, 10), 60% + ($lbg * 4)), - primary : lighten(spin($note-modern-border.primary, 10), 40% + ($lbg * 4)), - info : lighten(spin($note-modern-border.info, 10), 50% + ($lbg * 4)), - success : lighten(spin($note-modern-border.success, 10), 40% + ($lbg * 4)), - warning : lighten(spin($note-modern-border.warning, 10), 43% + ($lbg * 4)), - danger : lighten(spin($note-modern-border.danger, 10), 35% + ($lbg * 4)) -}; - -$note-modern-text = { - default : $grey-dim, - primary : #6f42c1, - info : #31708f, - success : #3c763d, - warning : #8a6d3b, - danger : #a94442 -}; - -$note-modern-hover = { - default : darken(spin($note-modern-text.default, -10), 32%), - primary : darken(spin($note-modern-text.primary, -10), 22%), - info : darken(spin($note-modern-text.info, -10), 32%), - success : darken(spin($note-modern-text.success, -10), 27%), - warning : darken(spin($note-modern-text.warning, -10), 18%), - danger : darken(spin($note-modern-text.danger, -10), 22%) -}; - - -// Tabs border radius -// -------------------------------------------------- -$tbr = 0; - - -// Label colors -// -------------------------------------------------- -$label = { - default : lighten(spin($note-border.default, 0), 89% + $lbg), - primary : lighten(spin($note-border.primary, 10), 87% + $lbg), - info : lighten(spin($note-border.info, -10), 86% + $lbg), - success : lighten(spin($note-border.success, 10), 85% + $lbg), - warning : lighten(spin($note-border.warning, 10), 83% + $lbg), - danger : lighten(spin($note-border.danger, -10), 87% + $lbg) -}; diff --git a/themes/next/source/css/main.styl b/themes/next/source/css/main.styl deleted file mode 100644 index ca6ded3e..00000000 --- a/themes/next/source/css/main.styl +++ /dev/null @@ -1,45 +0,0 @@ -// CSS Style Guide: https://codeguide.co/#css - - -$scheme = hexo-config('scheme') ? hexo-config('scheme') : 'Muse'; - - -// Variables Layer -// -------------------------------------------------- -@import '_variables/base'; -@import '_variables/' + $scheme; -for $inject_variable in hexo-config('injects.variable') - @import $inject_variable; - -// Mixins Layer -// -------------------------------------------------- -@import '_mixins'; -for $inject_mixin in hexo-config('injects.mixin') - @import $inject_mixin; - -// Dark mode colors -// -------------------------------------------------- -@import '_colors'; - -// Common Layer -// -------------------------------------------------- - -// Scaffolding -@import '_common/scaffolding'; - -// Layout -@import '_common/outline'; - -// Components -@import '_common/components'; - - -// Schemes Layer -// -------------------------------------------------- -@import '_schemes/' + $scheme; - - -// Custom Layer -// -------------------------------------------------- -for $inject_style in hexo-config('injects.style') - @import $inject_style; diff --git a/themes/next/source/css/noscript.styl b/themes/next/source/css/noscript.styl deleted file mode 100644 index 2ca321fd..00000000 --- a/themes/next/source/css/noscript.styl +++ /dev/null @@ -1,30 +0,0 @@ -body { margin-top: 2rem; } - -.use-motion .menu-item, -.use-motion .sidebar, -.use-motion .post-block, -.use-motion .pagination, -.use-motion .comments, -.use-motion .post-header, -.use-motion .post-body, -.use-motion .collection-header { - visibility: visible; -} - -.use-motion header.header, -.use-motion .site-brand-container .toggle, -.use-motion .footer { opacity: initial; } - -.use-motion .site-title, -.use-motion .site-subtitle, -.use-motion .custom-logo-image { - opacity: initial; - top: initial; -} - -.use-motion .logo-line { - transform: scaleX(1); -} - -.search-pop-overlay, .sidebar-nav { display: none; } -.sidebar-panel { display: block; } diff --git a/themes/next/source/images/apple-touch-icon-next.png b/themes/next/source/images/apple-touch-icon-next.png deleted file mode 100644 index 86a0d1d33bc2ae8a0416ebba67d1bbb60aa29c38..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1544 zcmV+j2KV`iP)Px#OHfQyMIs_1FE20E)zv2_C(h2!$jHdT!ovUm|GT@p zWo2de_xJq#{8d#|IyyQ>M@Qx533`J9dBE>4W{r{KFjMLpp4N$2iMRJCGfPM7@le{)BPzVgz zp?ByVdWYVj|4-=tUS5SkR}Te{-Fr#UrxsqJ9+ed6YY9KmoXq6n^B9DRMwF@T2u)qH z!=wh-sAdPH_8fFy0-I1d68Zp);!FTtdweUZc2nr)?5^hh99w*FOU z@NYFT^!v%iPrGly0Q*+sLVtesYh+the|AET4WK8lR^dv1IZ-3FhAuiK5V|-?gf2#j z&_yW`x^K3G&OKl4kP$$ih@p!?B6M+)2(4Rz(6$=G6WT(;6uP)cgkEi(xI(Yi7`D(w zo(Y6r>FyarFV`4e&^@lk@PfWf|DSeM5}?agV`>aDXt-c%3^!*Ij0g0Q8X5*mjbRC$9oB0MOK51O_53LU8p`RzcozW; zx3wC>721@58xhdzx?E$}LW9xpjUu4UhOZO>Z8Us+D+1bR_}&sQXJ}B}yadb|8fraT zV|YUw4WF(>KpPF;mjp}*eTo5XG<+u!&}PFoihwq!uhI`XPYZ1{e1FDs0nqR?Ym5YF zqv0DwK${KUMFjNpqb>9(0vg8Y^d$otmiJc}L#s|8wD~Z~fHtQu8PG6DgwAq-&}PFY z1KMo(WI!7YpAcwxN`zJiV(2pgG_<|npE+y^Z8UsBppAx42(;Po$$&N*J{izP!?y+W zi2YsL=fkK`KXsymhWcmL#_y-S*Y&V_u#us^S9pDvbMSkxv7uidoc36Qa`CQ+5AC^d z=CTJ%0ZkrQ=v?t(E_)>OCL8YaU+nX$$--iAUNb;m^jBG2!5*5enU|exmY3aQcv=O- znjO}ft-yw2|VZs2g-W`Epf@n*5gsJ2LLtC^nFlq8+?%Xc!{Z3_|hFI~!oeU$ep z%4jE9Y9n1{ah68@W{++)8|fc~HIM4)QycHpg}3P<_K$M$L~}7jBXs?6bDwjvo+I;D zsoi}398La6+~*osM@45l#ptQ6MrZFz597*no3v)ffsUEletxWeW~`A+ntYvaeQj?e z*kSqGXZsrrhZ>IsxH$({IR{z11zkG`GR^j$#{%z41lp5(Ne#glJc5nj-BUaKR!X?# zzN6F-<0?&z;|30?9q0Z}oHG*G)Q)s%Db~RbjMU)mp-u&Dmm0zkF~o9eRh}p?ByVnjn4wmEZ*c=^{+H00012dQ@0+Qek%>aB^>E zX>4U6ba`-PAZc)PV*mhnoa6Eg2ys>@D9TUE%t_@^00ScnE@KN5BNI!L6ay0=M1VBI uWCJ6!R3OXP)X2ol#2my2%YaCrN-hBE7ZG&wLN%2D0000`v diff --git a/themes/next/source/images/avatar.gif b/themes/next/source/images/avatar.gif deleted file mode 100644 index 3b5d744b17ae541e331e9296640f0418d4e7c821..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1785 zcmc(eiCfYK1Au>kC}AoSube4(tj%1XGs-IqwL{J4`&#nMW_^ZNl2cuo5V((w@KF|BSr-Dy?Ci?Qibx<>SXfwIUgogbVv$IpPzd>aHjAZHDkmh84Xt*5 zetu+ln8)SL&&~0%H{C|LeZF5GCnaWl}%00$Q845^9#jbGjmg0YYZq% z1HxF_nwpz|7kNflF9N9Q5iJvD0w&0S9`em0*f}BgKh?c=3?YfFSYWEn(AG8D&f9}T zF|^Ozg(s2g21~=--BqP2;U+HbKfJ-6t^Mpd+Vd(rH9aPG>VjZaYzrEFkzM1W4W*?PEbt7_?0ObX=R3 zfm*vF0T2e?IaX0s7omGCFNR2kL@?w2C0yDOh`J7v?|JOT+#U{?U0_{uqpk}`=r+VP zC12fo8O3{HxoZwDCgwbOZNi&VzKT}`9?t!=AVtC=y%<;l+psDMv*su+IEO5Q?TgN0 z=&H7$Gf?L=qqi5`@bimQ^6tFqKOeh&ck{=aiDvo7nlqFv&4wkwGeO}maQB{~k%?ck zE7Cdok^c8R9AM5IP1JJ)~Cz5Sv{>KNvX5%lB* z9%4%%UT_Wehfmg@gc%I&MaBNNZg03yUt|q!t%QXZJ9njhaoqbXT&%>qob*i$7vJ9{ z<5xiO5wWzi1105!#^PQCsto8sM4BepmIPkI5zoZ?*-1r_m8zst+M_T+_C9c`BdGyZ z()dMh4bJ_{K1iXtN>KzH?;xb$$ACsu8o5!>Fp}gw-jJ7^zUL{9PKe8II{SSj5atkhyp)&z8{9L0;5~dN8IV%e^8!Cm#@R*x{T5QR+y!yez%{*GTHhd}S&e?yi8`c_py&b`IA#{jM67?2A- z96X6KMj50BNJHBI?9Zj78OXyk^6Q>ufCnUfBpmb@X3fgX_M_S)8KAM>*1*t+*UyZc z^4w;`mO~qzDlqH`0`+#Ffh1i?m ztGf;Harv-B6uCo0TB=_qclsj^84AC_7^!(v;Oi5;Kl$z+X{K*fpE(N zWyVw!0PLHXpb*M(Bl@dIQsB%LhJP-?;tE={h{Y(QpYjdD9`hDbfEiJN) znh_Ry7j#5m>=)N|?3XDh_r1_zMIHc&wJ0=9`=ky7CuDT$ia(uo`t1DDrGgKeCI{e@ z{!P0)EBNAc7g6Tp|0X`9!<~%Y?miKrA{MDPqrRMh1+NgBt?oT@PRlxMyn2}v=_`HO z`{&U{yA!^h75UlWQ#)`T_pCemHpYGaJuhRu^ZY~){h#)L$)<4Zd(gT$0zX0)xk sj2>F=QOaOm@==$w^6D`S!9xiV>IXt*{ozi=Q1Vaehf=%aC;;&N3lE276aWAK diff --git a/themes/next/source/images/favicon-16x16-next.png b/themes/next/source/images/favicon-16x16-next.png deleted file mode 100644 index de8c5d3a5f8215c3f7b095c9e284e061bda65f86..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 435 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstUx|vage(c z!@6@aFM%A+0*}aIAe|4wj2{=>aRxHH1AIbUeKHFb!9Yn#DLy_vBO^maMdk0`zd#Zw z0tY~@yu3V6p{Ay$mX_Az$B+O0`?r4m`qisfPnj~MwY3$f@^9nqaG!lvI6;x#X;^) z4C~IxyaaMM3p^r=f%IJvW-JI^#13S11^9%x`eYU=fq|TyoQjGHgbgIWfB*jF%NI8{ zx2;>Zu3x`iO-&6bs0aoM3JPUqWq0n}*}Qo(P|Le_@AmKC57(%ytPE5IHwwrGiqzKD z{{8#c)YSCg!Gk}3{P_R>|Gj(no6k4eJyZq^Jd4Jw%*zpM57yY9pK zMcQgs21j>QigM54W!RCVazM0UCtHDVhG46xh5pA!(TqDDnlwLEm~eRS(JM@6p3293 zNMwDW(!P~x!s$%jghh-wOB)P19fJ88oOHECttPa5*~LF^Vp#0%pwrbyN~~|szWB|o z_J4%n&U>rEu5s2%I6jof{A;(j!|>g|;yo?%ZfFGheBJp^9_Zijs*s41pu}>8f};Gi z%$!t(lFEWqh0KDIWCn(cIgdZ_a1@4VXq@stea7=?5CgL^w_Y;0u(GiCWD#az1(ybs x!zs+ln?n>%-?(z($eANDN7zp{cr5VJV|XPlSn|oqbSlsa22WQ%mvv4FO#p=N1nU3* diff --git a/themes/next/source/images/logo-algolia-nebula-blue-full.svg b/themes/next/source/images/logo-algolia-nebula-blue-full.svg deleted file mode 100644 index 886c422e..00000000 --- a/themes/next/source/images/logo-algolia-nebula-blue-full.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/themes/next/source/images/logo.svg b/themes/next/source/images/logo.svg deleted file mode 100644 index 0f2b8d85..00000000 --- a/themes/next/source/images/logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/themes/next/source/js/bookmark.js b/themes/next/source/js/bookmark.js deleted file mode 100644 index 8e3ae6ad..00000000 --- a/themes/next/source/js/bookmark.js +++ /dev/null @@ -1,56 +0,0 @@ -/* global CONFIG */ - -document.addEventListener('DOMContentLoaded', () => { - 'use strict'; - - const doSaveScroll = () => { - localStorage.setItem('bookmark' + location.pathname, window.scrollY); - }; - - const scrollToMark = () => { - let top = localStorage.getItem('bookmark' + location.pathname); - top = parseInt(top, 10); - // If the page opens with a specific hash, just jump out - if (!isNaN(top) && location.hash === '') { - // Auto scroll to the position - window.anime({ - targets : document.scrollingElement, - duration : 200, - easing : 'linear', - scrollTop: top - }); - } - }; - // Register everything - const init = function(trigger) { - // Create a link element - const link = document.querySelector('.book-mark-link'); - // Scroll event - window.addEventListener('scroll', () => link.classList.toggle('book-mark-link-fixed', window.scrollY === 0), { passive: true }); - // Register beforeunload event when the trigger is auto - if (trigger === 'auto') { - // Register beforeunload event - window.addEventListener('beforeunload', doSaveScroll); - document.addEventListener('pjax:send', doSaveScroll); - } - // Save the position by clicking the icon - link.addEventListener('click', () => { - doSaveScroll(); - window.anime({ - targets : link, - duration: 200, - easing : 'linear', - top : -30, - complete: () => { - setTimeout(() => { - link.style.top = ''; - }, 400); - } - }); - }); - scrollToMark(); - document.addEventListener('pjax:success', scrollToMark); - }; - - init(CONFIG.bookmark.save); -}); diff --git a/themes/next/source/js/comments-buttons.js b/themes/next/source/js/comments-buttons.js deleted file mode 100644 index 505c21b7..00000000 --- a/themes/next/source/js/comments-buttons.js +++ /dev/null @@ -1,25 +0,0 @@ -/* global CONFIG */ - -(function() { - const commentButton = document.querySelectorAll('.comment-button'); - commentButton.forEach(element => { - const commentClass = element.classList[2]; - element.addEventListener('click', () => { - commentButton.forEach(active => active.classList.toggle('active', active === element)); - document.querySelectorAll('.comment-position').forEach(active => active.classList.toggle('active', active.classList.contains(commentClass))); - if (CONFIG.comments.storage) { - localStorage.setItem('comments_active', commentClass); - } - }); - }); - let { activeClass } = CONFIG.comments; - if (CONFIG.comments.storage) { - activeClass = localStorage.getItem('comments_active') || activeClass; - } - if (activeClass) { - const activeButton = document.querySelector(`.comment-button.${activeClass}`); - if (activeButton) { - activeButton.click(); - } - } -})(); diff --git a/themes/next/source/js/comments.js b/themes/next/source/js/comments.js deleted file mode 100644 index 4045e8c0..00000000 --- a/themes/next/source/js/comments.js +++ /dev/null @@ -1,21 +0,0 @@ -/* global CONFIG */ - -window.addEventListener('tabs:register', () => { - let { activeClass } = CONFIG.comments; - if (CONFIG.comments.storage) { - activeClass = localStorage.getItem('comments_active') || activeClass; - } - if (activeClass) { - const activeTab = document.querySelector(`a[href="#comment-${activeClass}"]`); - if (activeTab) { - activeTab.click(); - } - } -}); -if (CONFIG.comments.storage) { - window.addEventListener('tabs:click', event => { - if (!event.target.matches('.tabs-comment .tab-content .tab-pane')) return; - const commentClass = event.target.classList[1]; - localStorage.setItem('comments_active', commentClass); - }); -} diff --git a/themes/next/source/js/config.js b/themes/next/source/js/config.js deleted file mode 100644 index caa0075b..00000000 --- a/themes/next/source/js/config.js +++ /dev/null @@ -1,66 +0,0 @@ -if (!window.NexT) window.NexT = {}; - -(function() { - const className = 'next-config'; - - const staticConfig = {}; - let variableConfig = {}; - - const parse = text => JSON.parse(text || '{}'); - - const update = name => { - const targetEle = document.querySelector(`.${className}[data-name="${name}"]`); - if (!targetEle) return; - const parsedConfig = parse(targetEle.text); - if (name === 'main') { - Object.assign(staticConfig, parsedConfig); - } else { - variableConfig[name] = parsedConfig; - } - }; - - update('main'); - - window.CONFIG = new Proxy({}, { - get(overrideConfig, name) { - let existing; - if (name in staticConfig) { - existing = staticConfig[name]; - } else { - if (!(name in variableConfig)) update(name); - existing = variableConfig[name]; - } - - // For unset override and mixable existing - if (!(name in overrideConfig) && typeof existing === 'object') { - // Get ready to mix. - overrideConfig[name] = {}; - } - - if (name in overrideConfig) { - const override = overrideConfig[name]; - - // When mixable - if (typeof override === 'object' && typeof existing === 'object') { - // Mix, proxy changes to the override. - return new Proxy({ ...existing, ...override }, { - set(target, prop, value) { - target[prop] = value; - override[prop] = value; - return true; - } - }); - } - - return override; - } - - // Only when not mixable and override hasn't been set. - return existing; - } - }); - - document.addEventListener('pjax:success', () => { - variableConfig = {}; - }); -})(); diff --git a/themes/next/source/js/motion.js b/themes/next/source/js/motion.js deleted file mode 100644 index 2f38249e..00000000 --- a/themes/next/source/js/motion.js +++ /dev/null @@ -1,125 +0,0 @@ -/* global NexT, CONFIG */ - -NexT.motion = {}; - -NexT.motion.integrator = { - queue: [], - init : function() { - this.queue = []; - return this; - }, - add: function(fn) { - const sequence = fn(); - if (CONFIG.motion.async) this.queue.push(sequence); - else this.queue = this.queue.concat(sequence); - return this; - }, - bootstrap: function() { - if (!CONFIG.motion.async) this.queue = [this.queue]; - this.queue.forEach(sequence => { - const timeline = window.anime.timeline({ - duration: 200, - easing : 'linear' - }); - sequence.forEach(item => { - if (item.deltaT) timeline.add(item, item.deltaT); - else timeline.add(item); - }); - }); - } -}; - -NexT.motion.middleWares = { - header: function() { - const sequence = []; - - function getMistLineSettings(targets) { - sequence.push({ - targets, - scaleX : [0, 1], - duration: 500, - deltaT : '-=200' - }); - } - - function pushToSequence(targets, sequenceQueue = false) { - sequence.push({ - targets, - opacity: 1, - top : 0, - deltaT : sequenceQueue ? '-=200' : '-=0' - }); - } - - pushToSequence('header.header'); - CONFIG.scheme === 'Mist' && getMistLineSettings('.logo-line'); - CONFIG.scheme === 'Muse' && pushToSequence('.custom-logo-image'); - pushToSequence('.site-title'); - pushToSequence('.site-brand-container .toggle', true); - pushToSequence('.site-subtitle'); - (CONFIG.scheme === 'Pisces' || CONFIG.scheme === 'Gemini') && pushToSequence('.custom-logo-image'); - - document.querySelectorAll('.menu-item').forEach(targets => { - sequence.push({ - targets, - complete: () => targets.classList.add('animated', 'fadeInDown'), - deltaT : '-=200' - }); - }); - - return sequence; - }, - - subMenu: function() { - const subMenuItem = document.querySelectorAll('.sub-menu .menu-item'); - if (subMenuItem.length > 0) { - subMenuItem.forEach(element => { - element.classList.add('animated'); - }); - } - return []; - }, - - postList: function() { - const sequence = []; - const { post_block, post_header, post_body, coll_header } = CONFIG.motion.transition; - - function animate(animation, selector) { - if (!animation) return; - document.querySelectorAll(selector).forEach(targets => { - sequence.push({ - targets, - complete: () => targets.classList.add('animated', animation), - deltaT : '-=100' - }); - }); - } - - animate(post_block, '.post-block, .pagination, .comments'); - animate(coll_header, '.collection-header'); - animate(post_header, '.post-header'); - animate(post_body, '.post-body'); - - return sequence; - }, - - sidebar: function() { - const sidebar = document.querySelector('.sidebar'); - const sidebarTransition = CONFIG.motion.transition.sidebar; - // Only for Pisces | Gemini. - if (sidebarTransition && (CONFIG.scheme === 'Pisces' || CONFIG.scheme === 'Gemini')) { - return [{ - targets : sidebar, - complete: () => sidebar.classList.add('animated', sidebarTransition) - }]; - } - return []; - }, - - footer: function() { - return [{ - targets: document.querySelector('.footer'), - opacity: 1 - }]; - } -}; diff --git a/themes/next/source/js/next-boot.js b/themes/next/source/js/next-boot.js deleted file mode 100644 index 1225fd2d..00000000 --- a/themes/next/source/js/next-boot.js +++ /dev/null @@ -1,75 +0,0 @@ -/* global NexT, CONFIG */ - -NexT.boot = {}; - -NexT.boot.registerEvents = function() { - - NexT.utils.registerScrollPercent(); - NexT.utils.registerCanIUseTag(); - - // Mobile top menu bar. - document.querySelector('.site-nav-toggle .toggle').addEventListener('click', event => { - event.currentTarget.classList.toggle('toggle-close'); - const siteNav = document.querySelector('.site-nav'); - if (!siteNav) return; - siteNav.style.setProperty('--scroll-height', siteNav.scrollHeight + 'px'); - document.body.classList.toggle('site-nav-on'); - }); - - document.querySelectorAll('.sidebar-nav li').forEach((element, index) => { - element.addEventListener('click', () => { - NexT.utils.activateSidebarPanel(index); - }); - }); - - window.addEventListener('hashchange', () => { - const tHash = location.hash; - if (tHash !== '' && !tHash.match(/%\S{2}/)) { - const target = document.querySelector(`.tabs ul.nav-tabs li a[href="${tHash}"]`); - target && target.click(); - } - }); -}; - -NexT.boot.refresh = function() { - - /** - * Register JS handlers by condition option. - * Need to add config option in Front-End at 'scripts/helpers/next-config.js' file. - */ - CONFIG.prism && window.Prism.highlightAll(); - CONFIG.mediumzoom && window.mediumZoom('.post-body :not(a) > img, .post-body > img', { - background: 'var(--content-bg-color)' - }); - CONFIG.lazyload && window.lozad('.post-body img').observe(); - CONFIG.pangu && window.pangu.spacingPage(); - - CONFIG.exturl && NexT.utils.registerExtURL(); - NexT.utils.wrapTableWithBox(); - NexT.utils.registerCopyCode(); - NexT.utils.registerTabsTag(); - NexT.utils.registerActiveMenuItem(); - NexT.utils.registerLangSelect(); - NexT.utils.registerSidebarTOC(); - NexT.utils.registerPostReward(); - NexT.utils.registerVideoIframe(); -}; - -NexT.boot.motion = function() { - // Define Motion Sequence & Bootstrap Motion. - if (CONFIG.motion.enable) { - NexT.motion.integrator - .add(NexT.motion.middleWares.header) - .add(NexT.motion.middleWares.postList) - .add(NexT.motion.middleWares.sidebar) - .add(NexT.motion.middleWares.footer) - .bootstrap(); - } - NexT.utils.updateSidebarPosition(); -}; - -document.addEventListener('DOMContentLoaded', () => { - NexT.boot.registerEvents(); - NexT.boot.refresh(); - NexT.boot.motion(); -}); diff --git a/themes/next/source/js/pjax.js b/themes/next/source/js/pjax.js deleted file mode 100644 index da611360..00000000 --- a/themes/next/source/js/pjax.js +++ /dev/null @@ -1,34 +0,0 @@ -/* global NexT, CONFIG, Pjax */ - -const pjax = new Pjax({ - selectors: [ - 'head title', - 'script[type="application/json"]', - '.main-inner', - '.post-toc-wrap', - '.languages', - '.pjax' - ], - analytics: false, - cacheBust: false, - scrollTo : !CONFIG.bookmark.enable -}); - -document.addEventListener('pjax:success', () => { - pjax.executeScripts(document.querySelectorAll('script[data-pjax]')); - NexT.boot.refresh(); - // Define Motion Sequence & Bootstrap Motion. - if (CONFIG.motion.enable) { - NexT.motion.integrator - .init() - .add(NexT.motion.middleWares.subMenu) - .add(NexT.motion.middleWares.postList) - .bootstrap(); - } - if (CONFIG.sidebar.display !== 'remove') { - const hasTOC = document.querySelector('.post-toc'); - document.querySelector('.sidebar-inner').classList.toggle('sidebar-nav-active', hasTOC); - NexT.utils.activateSidebarPanel(hasTOC ? 0 : 1); - NexT.utils.updateSidebarPosition(); - } -}); diff --git a/themes/next/source/js/schedule.js b/themes/next/source/js/schedule.js deleted file mode 100644 index 8f0c26cc..00000000 --- a/themes/next/source/js/schedule.js +++ /dev/null @@ -1,138 +0,0 @@ -/* global CONFIG */ - -// https://developers.google.com/calendar/api/v3/reference/events/list -(function() { - // Initialization - const calendar = { - orderBy : 'startTime', - showLocation: false, - offsetMax : 72, - offsetMin : 4, - showDeleted : false, - singleEvents: true, - maxResults : 250 - }; - - // Read config form theme config file - Object.assign(calendar, CONFIG.calendar); - - const now = new Date(); - const timeMax = new Date(); - const timeMin = new Date(); - - timeMax.setHours(now.getHours() + calendar.offsetMax); - timeMin.setHours(now.getHours() - calendar.offsetMin); - - // Build URL - const params = { - key : calendar.api_key, - orderBy : calendar.orderBy, - timeMax : timeMax.toISOString(), - timeMin : timeMin.toISOString(), - showDeleted : calendar.showDeleted, - singleEvents: calendar.singleEvents, - maxResults : calendar.maxResults - }; - - const request_url = new URL(`https://www.googleapis.com/calendar/v3/calendars/${calendar.calendar_id}/events`); - Object.entries(params).forEach(param => request_url.searchParams.append(...param)); - - function getRelativeTime(current, previous) { - const msPerMinute = 60 * 1000; - const msPerHour = msPerMinute * 60; - const msPerDay = msPerHour * 24; - const msPerMonth = msPerDay * 30; - const msPerYear = msPerDay * 365; - - let elapsed = current - previous; - const tense = elapsed > 0 ? ' ago' : ' later'; - - elapsed = Math.abs(elapsed); - - if (elapsed < msPerHour) { - return Math.round(elapsed / msPerMinute) + ' minutes' + tense; - } else if (elapsed < msPerDay) { - return Math.round(elapsed / msPerHour) + ' hours' + tense; - } else if (elapsed < msPerMonth) { - return 'about ' + Math.round(elapsed / msPerDay) + ' days' + tense; - } else if (elapsed < msPerYear) { - return 'about ' + Math.round(elapsed / msPerMonth) + ' months' + tense; - } - - return 'about ' + Math.round(elapsed / msPerYear) + ' years' + tense; - } - - function buildEventDOM(tense, event, start, end) { - const durationFormat = { - weekday: 'short', - hour : '2-digit', - minute : '2-digit' - }; - const relativeTime = tense === 'now' ? 'NOW' : getRelativeTime(now, start); - const duration = start.toLocaleTimeString([], durationFormat) + ' - ' + end.toLocaleTimeString([], durationFormat); - - let location = ''; - if (calendar.showLocation && event.location) { - location = `${event.location}`; - } - let description = ''; - if (event.description) { - description = `${event.description}`; - } - - const eventContent = `
    -

    - ${event.summary} - ${relativeTime} -

    - ${location} - ${duration} - ${description} -
    `; - return eventContent; - } - - function fetchData() { - const eventList = document.querySelector('.event-list'); - if (!eventList) return; - - fetch(request_url.href).then(response => { - return response.json(); - }).then(data => { - if (data.items.length === 0) { - eventList.innerHTML = '
    '; - return; - } - // Clean the event list - eventList.innerHTML = ''; - let prevEnd = 0; // used to decide where to insert an
    - const utc = new Date().getTimezoneOffset() * 60000; - - data.items.forEach(event => { - // Parse data - const start = new Date(event.start.dateTime || (new Date(event.start.date).getTime() + utc)); - const end = new Date(event.end.dateTime || (new Date(event.end.date).getTime() + utc)); - - let tense = 'now'; - if (end < now) { - tense = 'past'; - } else if (start > now) { - tense = 'future'; - } - - if (tense === 'future' && prevEnd < now) { - eventList.insertAdjacentHTML('beforeend', '
    '); - } - - eventList.insertAdjacentHTML('beforeend', buildEventDOM(tense, event, start, end)); - prevEnd = end; - }); - }); - } - - fetchData(); - const fetchDataTimer = setInterval(fetchData, 60000); - document.addEventListener('pjax:send', () => { - clearInterval(fetchDataTimer); - }); -})(); diff --git a/themes/next/source/js/schemes/muse.js b/themes/next/source/js/schemes/muse.js deleted file mode 100644 index ae5addb4..00000000 --- a/themes/next/source/js/schemes/muse.js +++ /dev/null @@ -1,60 +0,0 @@ -/* global CONFIG */ - -document.addEventListener('DOMContentLoaded', () => { - - const isRight = CONFIG.sidebar.position === 'right'; - - const sidebarToggleMotion = { - mouse: {}, - init : function() { - window.addEventListener('mousedown', this.mousedownHandler.bind(this)); - window.addEventListener('mouseup', this.mouseupHandler.bind(this)); - document.querySelector('.sidebar-dimmer').addEventListener('click', this.clickHandler.bind(this)); - document.querySelector('.sidebar-toggle').addEventListener('click', this.clickHandler.bind(this)); - window.addEventListener('sidebar:show', this.showSidebar); - window.addEventListener('sidebar:hide', this.hideSidebar); - }, - mousedownHandler: function(event) { - this.mouse.X = event.pageX; - this.mouse.Y = event.pageY; - }, - mouseupHandler: function(event) { - const deltaX = event.pageX - this.mouse.X; - const deltaY = event.pageY - this.mouse.Y; - const clickingBlankPart = Math.hypot(deltaX, deltaY) < 20 && event.target.matches('.main'); - // Fancybox has z-index property, but medium-zoom does not, so the sidebar will overlay the zoomed image. - if (clickingBlankPart || event.target.matches('img.medium-zoom-image')) { - this.hideSidebar(); - } - }, - clickHandler: function() { - document.body.classList.contains('sidebar-active') ? this.hideSidebar() : this.showSidebar(); - }, - showSidebar: function() { - document.body.classList.add('sidebar-active'); - const animateAction = isRight ? 'fadeInRight' : 'fadeInLeft'; - document.querySelectorAll('.sidebar .animated').forEach((element, index) => { - element.style.animationDelay = (100 * index) + 'ms'; - element.classList.remove(animateAction); - setTimeout(() => { - // Trigger a DOM reflow - element.classList.add(animateAction); - }); - }); - }, - hideSidebar: function() { - document.body.classList.remove('sidebar-active'); - } - }; - if (CONFIG.sidebar.display !== 'remove') sidebarToggleMotion.init(); - - function updateFooterPosition() { - const footer = document.querySelector('.footer'); - const containerHeight = document.querySelector('header.header').offsetHeight + document.querySelector('.main').offsetHeight + footer.offsetHeight; - footer.classList.toggle('footer-fixed', containerHeight <= window.innerHeight); - } - - updateFooterPosition(); - window.addEventListener('resize', updateFooterPosition); - window.addEventListener('scroll', updateFooterPosition, { passive: true }); -}); diff --git a/themes/next/source/js/third-party/analytics/baidu-analytics.js b/themes/next/source/js/third-party/analytics/baidu-analytics.js deleted file mode 100644 index c10e7d01..00000000 --- a/themes/next/source/js/third-party/analytics/baidu-analytics.js +++ /dev/null @@ -1,7 +0,0 @@ -/* global _hmt */ - -if (!window._hmt) window._hmt = []; - -document.addEventListener('pjax:success', () => { - _hmt.push(['_trackPageview', location.pathname]); -}); diff --git a/themes/next/source/js/third-party/analytics/google-analytics.js b/themes/next/source/js/third-party/analytics/google-analytics.js deleted file mode 100644 index 2cd128f7..00000000 --- a/themes/next/source/js/third-party/analytics/google-analytics.js +++ /dev/null @@ -1,35 +0,0 @@ -/* global CONFIG, dataLayer, gtag */ - -if (!CONFIG.google_analytics.only_pageview) { - if (CONFIG.hostname === location.hostname) { - window.dataLayer = window.dataLayer || []; - window.gtag = function() { - dataLayer.push(arguments); - }; - gtag('js', new Date()); - gtag('config', CONFIG.google_analytics.tracking_id); - - document.addEventListener('pjax:success', () => { - gtag('event', 'page_view', { - page_location: location.href, - page_path : location.pathname, - page_title : document.title - }); - }); - } -} else { - const sendPageView = () => { - if (CONFIG.hostname !== location.hostname) return; - const uid = localStorage.getItem('uid') || (Math.random() + '.' + Math.random()); - localStorage.setItem('uid', uid); - navigator.sendBeacon('https://www.google-analytics.com/collect', new URLSearchParams({ - v : 1, - tid: CONFIG.google_analytics.tracking_id, - cid: uid, - t : 'pageview', - dp : encodeURIComponent(location.pathname) - })); - }; - document.addEventListener('pjax:complete', sendPageView); - sendPageView(); -} diff --git a/themes/next/source/js/third-party/analytics/growingio.js b/themes/next/source/js/third-party/analytics/growingio.js deleted file mode 100644 index 0460833b..00000000 --- a/themes/next/source/js/third-party/analytics/growingio.js +++ /dev/null @@ -1,10 +0,0 @@ -/* global CONFIG, gio */ - -if (!window.gio) { - window.gio = function() { - (window.gio.q = window.gio.q || []).push(arguments); - }; -} - -gio('init', `${CONFIG.growingio_analytics}`, {}); -gio('send'); diff --git a/themes/next/source/js/third-party/analytics/matomo.js b/themes/next/source/js/third-party/analytics/matomo.js deleted file mode 100644 index 290a3e09..00000000 --- a/themes/next/source/js/third-party/analytics/matomo.js +++ /dev/null @@ -1,19 +0,0 @@ -/* global CONFIG */ - -if (CONFIG.matomo.enable) { - window._paq = window._paq || []; - const _paq = window._paq; - - /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ - _paq.push(['trackPageView']); - _paq.push(['enableLinkTracking']); - const u = CONFIG.matomo.server_url; - _paq.push(['setTrackerUrl', u + 'matomo.php']); - _paq.push(['setSiteId', CONFIG.matomo.site_id]); - const d = document; - const g = d.createElement('script'); - const s = d.getElementsByTagName('script')[0]; - g.async = true; - g.src = u + 'matomo.js'; - s.parentNode.insertBefore(g, s); -} diff --git a/themes/next/source/js/third-party/chat/chatra.js b/themes/next/source/js/third-party/chat/chatra.js deleted file mode 100644 index e495b8e1..00000000 --- a/themes/next/source/js/third-party/chat/chatra.js +++ /dev/null @@ -1,19 +0,0 @@ -/* global CONFIG, Chatra */ - -(function() { - if (CONFIG.chatra.embed) { - window.ChatraSetup = { - mode : 'frame', - injectTo: CONFIG.chatra.embed - }; - } - - window.ChatraID = CONFIG.chatra.id; - - const chatButton = document.querySelector('.sidebar-button button'); - if (chatButton) { - chatButton.addEventListener('click', () => { - Chatra('openChat', true); - }); - } -})(); diff --git a/themes/next/source/js/third-party/chat/gitter.js b/themes/next/source/js/third-party/chat/gitter.js deleted file mode 100644 index 2b26d050..00000000 --- a/themes/next/source/js/third-party/chat/gitter.js +++ /dev/null @@ -1,5 +0,0 @@ -/* global CONFIG */ - -((window.gitter = {}).chat = {}).options = { - room: CONFIG.gitter.room -}; diff --git a/themes/next/source/js/third-party/chat/tidio.js b/themes/next/source/js/third-party/chat/tidio.js deleted file mode 100644 index bffb918e..00000000 --- a/themes/next/source/js/third-party/chat/tidio.js +++ /dev/null @@ -1,10 +0,0 @@ -/* global tidioChatApi */ - -(function() { - const chatButton = document.querySelector('.sidebar-button button'); - if (chatButton) { - chatButton.addEventListener('click', () => { - tidioChatApi.open(); - }); - } -})(); diff --git a/themes/next/source/js/third-party/comments/changyan.js b/themes/next/source/js/third-party/comments/changyan.js deleted file mode 100644 index 18a1be4f..00000000 --- a/themes/next/source/js/third-party/comments/changyan.js +++ /dev/null @@ -1,39 +0,0 @@ -/* global NexT, CONFIG */ - -document.addEventListener('page:loaded', () => { - const { appid, appkey } = CONFIG.changyan; - const mainJs = 'https://cy-cdn.kuaizhan.com/upload/changyan.js'; - const countJs = `https://cy-cdn.kuaizhan.com/upload/plugins/plugins.list.count.js?clientId=${appid}`; - - // Get the number of comments - setTimeout(() => { - return NexT.utils.getScript(countJs, { - attributes: { - async: true, - id : 'cy_cmt_num' - } - }); - }, 0); - - // When scroll to comment section - if (CONFIG.page.comments && !CONFIG.page.isHome) { - NexT.utils.loadComments('#SOHUCS') - .then(() => { - return NexT.utils.getScript(mainJs, { - attributes: { - async: true - } - }); - }) - .then(() => { - window.changyan.api.config({ - appid, - conf: appkey - }); - }) - .catch(error => { - // eslint-disable-next-line no-console - console.error('Failed to load Changyan', error); - }); - } -}); diff --git a/themes/next/source/js/third-party/comments/disqus.js b/themes/next/source/js/third-party/comments/disqus.js deleted file mode 100644 index 381c26fc..00000000 --- a/themes/next/source/js/third-party/comments/disqus.js +++ /dev/null @@ -1,41 +0,0 @@ -/* global NexT, CONFIG, DISQUS */ - -document.addEventListener('page:loaded', () => { - - if (CONFIG.disqus.count) { - const loadCount = () => { - NexT.utils.getScript(`https://${CONFIG.disqus.shortname}.disqus.com/count.js`, { - attributes: { id: 'dsq-count-scr' } - }); - }; - - // defer loading until the whole page loading is completed - window.addEventListener('load', loadCount, false); - } - - if (CONFIG.page.comments) { - // `disqus_config` should be a global variable - // See https://help.disqus.com/en/articles/1717084-javascript-configuration-variables - window.disqus_config = function() { - this.page.url = CONFIG.page.permalink; - this.page.identifier = CONFIG.page.path; - this.page.title = CONFIG.page.title; - if (CONFIG.disqus.i18n.disqus !== 'disqus') { - this.language = CONFIG.disqus.i18n.disqus; - } - }; - NexT.utils.loadComments('#disqus_thread').then(() => { - if (window.DISQUS) { - DISQUS.reset({ - reload: true, - config: window.disqus_config - }); - } else { - NexT.utils.getScript(`https://${CONFIG.disqus.shortname}.disqus.com/embed.js`, { - attributes: { dataset: { timestamp: '' + +new Date() } } - }); - } - }); - } - -}); diff --git a/themes/next/source/js/third-party/comments/disqusjs.js b/themes/next/source/js/third-party/comments/disqusjs.js deleted file mode 100644 index f22579af..00000000 --- a/themes/next/source/js/third-party/comments/disqusjs.js +++ /dev/null @@ -1,23 +0,0 @@ -/* global NexT, CONFIG, DisqusJS */ - -document.addEventListener('page:loaded', () => { - if (!CONFIG.page.comments) return; - - NexT.utils.loadComments('#disqus_thread') - .then(() => NexT.utils.getScript(CONFIG.disqusjs.js, { condition: window.DisqusJS })) - .then(() => { - window.dsqjs = new DisqusJS({ - api : CONFIG.disqusjs.api || 'https://disqus.com/api/', - apikey : CONFIG.disqusjs.apikey, - shortname : CONFIG.disqusjs.shortname, - url : CONFIG.page.permalink, - identifier: CONFIG.page.path, - title : CONFIG.page.title - }); - window.dsqjs.render(document.querySelector('.disqusjs')); - }); -}); - -document.addEventListener('pjax:send', () => { - if (window.dsqjs) window.dsqjs.destroy(); -}); diff --git a/themes/next/source/js/third-party/comments/gitalk.js b/themes/next/source/js/third-party/comments/gitalk.js deleted file mode 100644 index 08d07f4c..00000000 --- a/themes/next/source/js/third-party/comments/gitalk.js +++ /dev/null @@ -1,24 +0,0 @@ -/* global NexT, CONFIG, Gitalk */ - -document.addEventListener('page:loaded', () => { - if (!CONFIG.page.comments) return; - - NexT.utils.loadComments('.gitalk-container') - .then(() => NexT.utils.getScript(CONFIG.gitalk.js, { - condition: window.Gitalk - })) - .then(() => { - const gitalk = new Gitalk({ - clientID : CONFIG.gitalk.client_id, - clientSecret : CONFIG.gitalk.client_secret, - repo : CONFIG.gitalk.repo, - owner : CONFIG.gitalk.github_id, - admin : [CONFIG.gitalk.admin_user], - id : CONFIG.gitalk.path_md5, - proxy : CONFIG.gitalk.proxy, - language : CONFIG.gitalk.language || window.navigator.language, - distractionFreeMode: CONFIG.gitalk.distraction_free_mode - }); - gitalk.render(document.querySelector('.gitalk-container')); - }); -}); diff --git a/themes/next/source/js/third-party/comments/isso.js b/themes/next/source/js/third-party/comments/isso.js deleted file mode 100644 index 2c706013..00000000 --- a/themes/next/source/js/third-party/comments/isso.js +++ /dev/null @@ -1,15 +0,0 @@ -/* global NexT, CONFIG */ - -document.addEventListener('page:loaded', () => { - if (!CONFIG.page.comments) return; - - NexT.utils.loadComments('#isso-thread') - .then(() => NexT.utils.getScript(`${CONFIG.isso}js/embed.min.js`, { - attributes: { - dataset: { - isso: `${CONFIG.isso}` - } - }, - parentNode: document.querySelector('#isso-thread') - })); -}); diff --git a/themes/next/source/js/third-party/comments/livere.js b/themes/next/source/js/third-party/comments/livere.js deleted file mode 100644 index c4bcd2e1..00000000 --- a/themes/next/source/js/third-party/comments/livere.js +++ /dev/null @@ -1,19 +0,0 @@ -/* global NexT, CONFIG, LivereTower */ - -document.addEventListener('page:loaded', () => { - if (!CONFIG.page.comments) return; - - NexT.utils.loadComments('#lv-container').then(() => { - window.livereOptions = { - refer: CONFIG.page.path.replace(/index\.html$/, '') - }; - - if (typeof LivereTower === 'function') return; - - NexT.utils.getScript('https://cdn-city.livere.com/js/embed.dist.js', { - attributes: { - async: true - } - }); - }); -}); diff --git a/themes/next/source/js/third-party/comments/utterances.js b/themes/next/source/js/third-party/comments/utterances.js deleted file mode 100644 index 332ee057..00000000 --- a/themes/next/source/js/third-party/comments/utterances.js +++ /dev/null @@ -1,17 +0,0 @@ -/* global NexT, CONFIG */ - -document.addEventListener('page:loaded', () => { - if (!CONFIG.page.comments) return; - - NexT.utils.loadComments('.utterances-container') - .then(() => NexT.utils.getScript('https://utteranc.es/client.js', { - attributes: { - async : true, - crossOrigin : 'anonymous', - 'repo' : CONFIG.utterances.repo, - 'issue-term': CONFIG.utterances.issue_term, - 'theme' : CONFIG.utterances.theme - }, - parentNode: document.querySelector('.utterances-container') - })); -}); diff --git a/themes/next/source/js/third-party/fancybox.js b/themes/next/source/js/third-party/fancybox.js deleted file mode 100644 index bb436abb..00000000 --- a/themes/next/source/js/third-party/fancybox.js +++ /dev/null @@ -1,38 +0,0 @@ -document.addEventListener('page:loaded', () => { - - /** - * Wrap images with fancybox. - */ - document.querySelectorAll('.post-body :not(a) > img, .post-body > img').forEach(element => { - const $image = $(element); - const imageLink = $image.attr('data-src') || $image.attr('src'); - const $imageWrapLink = $image.wrap(``).parent('a'); - if ($image.is('.post-gallery img')) { - $imageWrapLink.attr('data-fancybox', 'gallery').attr('rel', 'gallery'); - } else if ($image.is('.group-picture img')) { - $imageWrapLink.attr('data-fancybox', 'group').attr('rel', 'group'); - } else { - $imageWrapLink.attr('data-fancybox', 'default').attr('rel', 'default'); - } - - const imageTitle = $image.attr('title') || $image.attr('alt'); - if (imageTitle) { - // Do not append image-caption if pandoc has already created a figcaption - if (!$imageWrapLink.next('figcaption').length) { - $imageWrapLink.append(`

    ${imageTitle}

    `); - } - // Make sure img title tag will show correctly in fancybox - $imageWrapLink.attr('title', imageTitle).attr('data-caption', imageTitle); - } - }); - - $.fancybox.defaults.hash = false; - $('.fancybox').fancybox({ - loop : true, - helpers: { - overlay: { - locked: false - } - } - }); -}); diff --git a/themes/next/source/js/third-party/math/katex.js b/themes/next/source/js/third-party/math/katex.js deleted file mode 100644 index ad745b18..00000000 --- a/themes/next/source/js/third-party/math/katex.js +++ /dev/null @@ -1,7 +0,0 @@ -/* global NexT, CONFIG */ - -document.addEventListener('page:loaded', () => { - if (!CONFIG.enableMath) return; - - NexT.utils.getScript(CONFIG.katex.copy_tex_js).catch(() => {}); -}); diff --git a/themes/next/source/js/third-party/math/mathjax.js b/themes/next/source/js/third-party/math/mathjax.js deleted file mode 100644 index fe4d4488..00000000 --- a/themes/next/source/js/third-party/math/mathjax.js +++ /dev/null @@ -1,36 +0,0 @@ -/* global NexT, CONFIG, MathJax */ - -document.addEventListener('page:loaded', () => { - if (!CONFIG.enableMath) return; - - if (typeof MathJax === 'undefined') { - window.MathJax = { - tex: { - inlineMath: { '[+]': [['$', '$']] }, - tags : CONFIG.mathjax.tags - }, - options: { - renderActions: { - insertedScript: [200, () => { - document.querySelectorAll('mjx-container').forEach(node => { - const target = node.parentNode; - if (target.nodeName.toLowerCase() === 'li') { - target.parentNode.classList.add('has-jax'); - } - }); - }, '', false] - } - } - }; - NexT.utils.getScript(CONFIG.mathjax.js, { - attributes: { - defer: true - } - }); - } else { - MathJax.startup.document.state(0); - MathJax.typesetClear(); - MathJax.texReset(); - MathJax.typesetPromise(); - } -}); diff --git a/themes/next/source/js/third-party/pace.js b/themes/next/source/js/third-party/pace.js deleted file mode 100644 index c22d59f0..00000000 --- a/themes/next/source/js/third-party/pace.js +++ /dev/null @@ -1,7 +0,0 @@ -/* global Pace */ - -Pace.options.restartOnPushState = false; - -document.addEventListener('pjax:send', () => { - Pace.restart(); -}); diff --git a/themes/next/source/js/third-party/quicklink.js b/themes/next/source/js/third-party/quicklink.js deleted file mode 100644 index 2543ad1e..00000000 --- a/themes/next/source/js/third-party/quicklink.js +++ /dev/null @@ -1,37 +0,0 @@ -/* global CONFIG, quicklink */ - -(function() { - if (typeof CONFIG.quicklink.ignores === 'string') { - const ignoresStr = `[${CONFIG.quicklink.ignores}]`; - CONFIG.quicklink.ignores = JSON.parse(ignoresStr); - } - - let resetFn = null; - - const onRefresh = () => { - if (resetFn) resetFn(); - if (!CONFIG.quicklink.enable) return; - - let ignoresArr = CONFIG.quicklink.ignores || []; - if (!Array.isArray(ignoresArr)) { - ignoresArr = [ignoresArr]; - } - - resetFn = quicklink.listen({ - timeout : CONFIG.quicklink.timeout, - priority: CONFIG.quicklink.priority, - ignores : [ - uri => uri.includes('#'), - uri => uri === CONFIG.quicklink.url, - ...ignoresArr - ] - }); - }; - - if (CONFIG.quicklink.delay) { - window.addEventListener('load', onRefresh); - document.addEventListener('pjax:success', onRefresh); - } else { - document.addEventListener('page:loaded', onRefresh); - } -})(); diff --git a/themes/next/source/js/third-party/rating.js b/themes/next/source/js/third-party/rating.js deleted file mode 100644 index fc61a3ad..00000000 --- a/themes/next/source/js/third-party/rating.js +++ /dev/null @@ -1,22 +0,0 @@ -/* global CONFIG, WPac */ - -(function() { - const widgets = [{ - widget: 'Rating', - id : CONFIG.rating.id, - el : 'wpac-rating', - color : CONFIG.rating.color - }]; - - document.addEventListener('page:loaded', () => { - if (!CONFIG.page.isPost) return; - - const newWidgets = widgets.map(widget => ({ ...widget })); - - if (window.WPac) { - WPac.init(newWidgets); - } else { - window.wpac_init = newWidgets; - } - }); -})(); diff --git a/themes/next/source/js/third-party/search/algolia-search.js b/themes/next/source/js/third-party/search/algolia-search.js deleted file mode 100644 index 12a554c8..00000000 --- a/themes/next/source/js/third-party/search/algolia-search.js +++ /dev/null @@ -1,130 +0,0 @@ -/* global instantsearch, algoliasearch, CONFIG, pjax */ - -document.addEventListener('DOMContentLoaded', () => { - const { indexName, appID, apiKey, hits } = CONFIG.algolia; - - const search = instantsearch({ - indexName, - searchClient : algoliasearch(appID, apiKey), - searchFunction: helper => { - if (document.querySelector('.search-input').value) { - helper.search(); - } - } - }); - - if (typeof pjax === 'object') { - search.on('render', () => { - pjax.refresh(document.querySelector('.algolia-hits')); - }); - } - - // Registering Widgets - search.addWidgets([ - instantsearch.widgets.configure({ - hitsPerPage: hits.per_page || 10 - }), - - instantsearch.widgets.searchBox({ - container : '.search-input-container', - placeholder : CONFIG.i18n.placeholder, - // Hide default icons of algolia search - showReset : false, - showSubmit : false, - showLoadingIndicator: false, - cssClasses : { - input: 'search-input' - } - }), - - instantsearch.widgets.stats({ - container: '.algolia-stats', - templates: { - text: data => { - const stats = CONFIG.i18n.hits_time - .replace('${hits}', data.nbHits) - .replace('${time}', data.processingTimeMS); - return `${stats} - Algolia`; - } - }, - cssClasses: { - text: 'search-stats' - } - }), - - instantsearch.widgets.hits({ - container : '.algolia-hits', - escapeHTML: false, - templates : { - item: data => { - const { title, excerpt, excerptStrip, contentStripTruncate } = data._highlightResult; - let result = `${title.value}`; - const content = excerpt || excerptStrip || contentStripTruncate; - if (content && content.value) { - const div = document.createElement('div'); - div.innerHTML = content.value; - result += `

    ${div.textContent.substring(0, 100)}...

    `; - } - return result; - }, - empty: data => { - return `
    - ${CONFIG.i18n.empty.replace('${query}', data.query)} -
    `; - } - }, - cssClasses: { - list: 'search-result-list' - } - }), - - instantsearch.widgets.pagination({ - container: '.algolia-pagination', - scrollTo : false, - showFirst: false, - showLast : false, - templates: { - first : '', - last : '', - previous: '', - next : '' - }, - cssClasses: { - list : ['pagination', 'algolia-pagination'], - item : 'pagination-item', - link : 'page-number', - selectedItem: 'current', - disabledItem: 'disabled-item' - } - }) - ]); - - search.start(); - - // Handle and trigger popup window - document.querySelectorAll('.popup-trigger').forEach(element => { - element.addEventListener('click', () => { - document.body.classList.add('search-active'); - setTimeout(() => document.querySelector('.search-input').focus(), 500); - }); - }); - - // Monitor main search box - const onPopupClose = () => { - document.body.classList.remove('search-active'); - }; - - document.querySelector('.search-pop-overlay').addEventListener('click', event => { - if (event.target === document.querySelector('.search-pop-overlay')) { - onPopupClose(); - } - }); - document.querySelector('.popup-btn-close').addEventListener('click', onPopupClose); - document.addEventListener('pjax:success', onPopupClose); - window.addEventListener('keyup', event => { - if (event.key === 'Escape') { - onPopupClose(); - } - }); -}); diff --git a/themes/next/source/js/third-party/search/local-search.js b/themes/next/source/js/third-party/search/local-search.js deleted file mode 100644 index 92a264dc..00000000 --- a/themes/next/source/js/third-party/search/local-search.js +++ /dev/null @@ -1,99 +0,0 @@ -/* global CONFIG, pjax, LocalSearch */ - -document.addEventListener('DOMContentLoaded', () => { - if (!CONFIG.path) { - // Search DB path - console.warn('`hexo-generator-searchdb` plugin is not installed!'); - return; - } - const localSearch = new LocalSearch({ - path : CONFIG.path, - top_n_per_article: CONFIG.localsearch.top_n_per_article, - unescape : CONFIG.localsearch.unescape - }); - - const input = document.querySelector('.search-input'); - - const inputEventFunction = () => { - if (!localSearch.isfetched) return; - const searchText = input.value.trim().toLowerCase(); - const keywords = searchText.split(/[-\s]+/); - const container = document.querySelector('.search-result-container'); - let resultItems = []; - if (searchText.length > 0) { - // Perform local searching - resultItems = localSearch.getResultItems(keywords); - } - if (keywords.length === 1 && keywords[0] === '') { - container.classList.add('no-result'); - container.innerHTML = '
    '; - } else if (resultItems.length === 0) { - container.classList.add('no-result'); - container.innerHTML = '
    '; - } else { - resultItems.sort((left, right) => { - if (left.includedCount !== right.includedCount) { - return right.includedCount - left.includedCount; - } else if (left.hitCount !== right.hitCount) { - return right.hitCount - left.hitCount; - } - return right.id - left.id; - }); - const stats = CONFIG.i18n.hits.replace('${hits}', resultItems.length); - - container.classList.remove('no-result'); - container.innerHTML = `
    ${stats}
    -
    -
      ${resultItems.map(result => result.item).join('')}
    `; - if (typeof pjax === 'object') pjax.refresh(container); - } - }; - - localSearch.highlightSearchWords(document.querySelector('.post-body')); - if (CONFIG.localsearch.preload) { - localSearch.fetchData(); - } - - if (CONFIG.localsearch.trigger === 'auto') { - input.addEventListener('input', inputEventFunction); - } else { - document.querySelector('.search-icon').addEventListener('click', inputEventFunction); - input.addEventListener('keypress', event => { - if (event.key === 'Enter') { - inputEventFunction(); - } - }); - } - window.addEventListener('search:loaded', inputEventFunction); - - // Handle and trigger popup window - document.querySelectorAll('.popup-trigger').forEach(element => { - element.addEventListener('click', () => { - document.body.classList.add('search-active'); - // Wait for search-popup animation to complete - setTimeout(() => input.focus(), 500); - if (!localSearch.isfetched) localSearch.fetchData(); - }); - }); - - // Monitor main search box - const onPopupClose = () => { - document.body.classList.remove('search-active'); - }; - - document.querySelector('.search-pop-overlay').addEventListener('click', event => { - if (event.target === document.querySelector('.search-pop-overlay')) { - onPopupClose(); - } - }); - document.querySelector('.popup-btn-close').addEventListener('click', onPopupClose); - document.addEventListener('pjax:success', () => { - localSearch.highlightSearchWords(document.querySelector('.post-body')); - onPopupClose(); - }); - window.addEventListener('keyup', event => { - if (event.key === 'Escape') { - onPopupClose(); - } - }); -}); diff --git a/themes/next/source/js/third-party/statistics/firestore.js b/themes/next/source/js/third-party/statistics/firestore.js deleted file mode 100644 index b06dbb15..00000000 --- a/themes/next/source/js/third-party/statistics/firestore.js +++ /dev/null @@ -1,64 +0,0 @@ -/* global CONFIG, firebase */ - -firebase.initializeApp({ - apiKey : CONFIG.firestore.apiKey, - projectId: CONFIG.firestore.projectId -}); - -(function() { - const getCount = (doc, increaseCount) => { - // IncreaseCount will be false when not in article page - return doc.get().then(d => { - // Has no data, initialize count - let count = d.exists ? d.data().count : 0; - // If first view this article - if (increaseCount) { - // Increase count - count++; - doc.set({ - count - }); - } - return count; - }); - }; - - const appendCountTo = el => { - return count => { - el.innerText = count; - }; - }; - - const db = firebase.firestore(); - const articles = db.collection(CONFIG.firestore.collection); - - document.addEventListener('page:loaded', () => { - - if (CONFIG.page.isPost) { - // Fix issue #118 - // https://developer.mozilla.org/en-US/docs/Web/API/Node/textContent - const title = document.querySelector('.post-title').textContent.trim(); - const doc = articles.doc(title); - let increaseCount = CONFIG.hostname === location.hostname; - if (localStorage.getItem(title)) { - increaseCount = false; - } else { - // Mark as visited - localStorage.setItem(title, true); - } - getCount(doc, increaseCount).then(appendCountTo(document.querySelector('.firestore-visitors-count'))); - } else if (CONFIG.page.isHome) { - const promises = [...document.querySelectorAll('.post-title')].map(element => { - const title = element.textContent.trim(); - const doc = articles.doc(title); - return getCount(doc); - }); - Promise.all(promises).then(counts => { - const metas = document.querySelectorAll('.firestore-visitors-count'); - counts.forEach((val, idx) => { - appendCountTo(metas[idx])(val); - }); - }); - } - }); -})(); diff --git a/themes/next/source/js/third-party/statistics/lean-analytics.js b/themes/next/source/js/third-party/statistics/lean-analytics.js deleted file mode 100644 index 8397112b..00000000 --- a/themes/next/source/js/third-party/statistics/lean-analytics.js +++ /dev/null @@ -1,107 +0,0 @@ -/* global CONFIG */ -/* eslint-disable no-console */ - -(function() { - const leancloudSelector = url => { - url = encodeURI(url); - return document.getElementById(url).querySelector('.leancloud-visitors-count'); - }; - - const addCount = Counter => { - const visitors = document.querySelector('.leancloud_visitors'); - const url = decodeURI(visitors.id); - const title = visitors.dataset.flagTitle; - - Counter('get', `/classes/Counter?where=${encodeURIComponent(JSON.stringify({ url }))}`) - .then(response => response.json()) - .then(({ results }) => { - if (results.length > 0) { - const counter = results[0]; - leancloudSelector(url).innerText = counter.time + 1; - Counter('put', '/classes/Counter/' + counter.objectId, { - time: { - '__op' : 'Increment', - 'amount': 1 - } - }) - .catch(error => { - console.error('Failed to save visitor count', error); - }); - } else if (CONFIG.leancloud_visitors.security) { - leancloudSelector(url).innerText = 'Counter not initialized! More info at console err msg.'; - console.error('ATTENTION! LeanCloud counter has security bug, see how to solve it here: https://github.com/theme-next/hexo-leancloud-counter-security. \n However, you can still use LeanCloud without security, by setting `security` option to `false`.'); - } else { - Counter('post', '/classes/Counter', { title, url, time: 1 }) - .then(response => response.json()) - .then(() => { - leancloudSelector(url).innerText = 1; - }) - .catch(error => { - console.error('Failed to create', error); - }); - } - }) - .catch(error => { - console.error('LeanCloud Counter Error', error); - }); - }; - - const showTime = Counter => { - const visitors = document.querySelectorAll('.leancloud_visitors'); - const entries = [...visitors].map(element => { - return decodeURI(element.id); - }); - - Counter('get', `/classes/Counter?where=${encodeURIComponent(JSON.stringify({ url: { '$in': entries } }))}`) - .then(response => response.json()) - .then(({ results }) => { - for (const url of entries) { - const target = results.find(item => item.url === url); - leancloudSelector(url).innerText = target ? target.time : 0; - } - }) - .catch(error => { - console.error('LeanCloud Counter Error', error); - }); - }; - - const { app_id, app_key, server_url } = CONFIG.leancloud_visitors; - const fetchData = api_server => { - const Counter = (method, url, data) => { - return fetch(`${api_server}/1.1${url}`, { - method, - headers: { - 'X-LC-Id' : app_id, - 'X-LC-Key' : app_key, - 'Content-Type': 'application/json' - }, - body: JSON.stringify(data) - }); - }; - if (CONFIG.page.isPost) { - if (CONFIG.hostname !== location.hostname) return; - addCount(Counter); - } else if (document.querySelectorAll('.post-title-link').length >= 1) { - showTime(Counter); - } - }; - - let api_server; - if (server_url) { - api_server = server_url; - } else if (app_id.slice(-9) === '-MdYXbMMI') { - api_server = `https://${app_id.slice(0, 8).toLowerCase()}.api.lncldglobal.com`; - } - - document.addEventListener('page:loaded', () => { - if (api_server) { - fetchData(api_server); - } else { - fetch(`https://app-router.leancloud.cn/2/route?appId=${app_id}`) - .then(response => response.json()) - .then(({ api_server }) => { - fetchData(`https://${api_server}`); - }); - } - }); -})(); diff --git a/themes/next/source/js/third-party/tags/mermaid.js b/themes/next/source/js/third-party/tags/mermaid.js deleted file mode 100644 index 9623dc51..00000000 --- a/themes/next/source/js/third-party/tags/mermaid.js +++ /dev/null @@ -1,32 +0,0 @@ -/* global NexT, CONFIG, mermaid */ - -document.addEventListener('page:loaded', () => { - const mermaidElements = document.querySelectorAll('.mermaid'); - if (mermaidElements.length) { - NexT.utils.getScript(CONFIG.mermaid.js, { - condition: window.mermaid - }).then(() => { - mermaidElements.forEach(element => { - const newElement = document.createElement('div'); - newElement.innerHTML = element.innerHTML; - newElement.className = element.className; - const parent = element.parentNode; - // Fix issue #347 - // Support mermaid inside backtick code block - if (parent.matches('pre')) { - parent.parentNode.replaceChild(newElement, parent); - } else { - parent.replaceChild(newElement, element); - } - }); - mermaid.initialize({ - theme : CONFIG.darkmode && window.matchMedia('(prefers-color-scheme: dark)').matches ? CONFIG.mermaid.theme.dark : CONFIG.mermaid.theme.light, - logLevel : 4, - flowchart: { curve: 'linear' }, - gantt : { axisFormat: '%m/%d/%Y' }, - sequence : { actorMargin: 50 } - }); - mermaid.init(); - }); - } -}); diff --git a/themes/next/source/js/third-party/tags/pdf.js b/themes/next/source/js/third-party/tags/pdf.js deleted file mode 100644 index 7e828911..00000000 --- a/themes/next/source/js/third-party/tags/pdf.js +++ /dev/null @@ -1,23 +0,0 @@ -/* global NexT, CONFIG, PDFObject */ - -document.addEventListener('page:loaded', () => { - if (document.querySelectorAll('.pdf-container').length) { - NexT.utils.getScript(CONFIG.pdf.object_url, { - condition: window.PDFObject - }).then(() => { - document.querySelectorAll('.pdf-container').forEach(element => { - PDFObject.embed(element.dataset.target, element, { - pdfOpenParams: { - navpanes : 0, - toolbar : 0, - statusbar: 0, - pagemode : 'thumbs', - view : 'FitH' - }, - PDFJS_URL: CONFIG.pdf.url, - height : element.dataset.height - }); - }); - }); - } -}); diff --git a/themes/next/source/js/utils.js b/themes/next/source/js/utils.js deleted file mode 100644 index 99208250..00000000 --- a/themes/next/source/js/utils.js +++ /dev/null @@ -1,401 +0,0 @@ -/* global NexT, CONFIG */ - -HTMLElement.prototype.wrap = function(wrapper) { - this.parentNode.insertBefore(wrapper, this); - this.parentNode.removeChild(this); - wrapper.appendChild(this); -}; - -(function() { - const onPageLoaded = () => document.dispatchEvent( - new Event('page:loaded', { - bubbles: true - }) - ); - - if (document.readyState === 'loading') { - document.addEventListener('readystatechange', onPageLoaded, { once: true }); - } else { - onPageLoaded(); - } - document.addEventListener('pjax:success', onPageLoaded); -})(); - -NexT.utils = { - - registerExtURL: function() { - document.querySelectorAll('span.exturl').forEach(element => { - const link = document.createElement('a'); - // https://stackoverflow.com/questions/30106476/using-javascripts-atob-to-decode-base64-doesnt-properly-decode-utf-8-strings - link.href = decodeURIComponent(atob(element.dataset.url).split('').map(c => { - return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2); - }).join('')); - link.rel = 'noopener external nofollow noreferrer'; - link.target = '_blank'; - link.className = element.className; - link.title = element.title; - link.innerHTML = element.innerHTML; - element.parentNode.replaceChild(link, element); - }); - }, - - /** - * One-click copy code support. - */ - registerCopyCode: function() { - let figure = document.querySelectorAll('figure.highlight'); - if (figure.length === 0) figure = document.querySelectorAll('pre:not(.mermaid)'); - figure.forEach(element => { - element.querySelectorAll('.code .line span').forEach(span => { - span.classList.forEach(name => { - span.classList.replace(name, `hljs-${name}`); - }); - }); - if (!CONFIG.copycode.enable) return; - let target = element; - if (CONFIG.copycode.style !== 'mac') target = element.querySelector('.table-container') || element; - target.insertAdjacentHTML('beforeend', '
    '); - const button = element.querySelector('.copy-btn'); - button.addEventListener('click', () => { - const lines = element.querySelector('.code') || element.querySelector('code'); - const code = lines.innerText; - if (navigator.clipboard) { - // https://caniuse.com/mdn-api_clipboard_writetext - navigator.clipboard.writeText(code).then(() => { - button.querySelector('i').className = 'fa fa-check-circle fa-fw'; - }, () => { - button.querySelector('i').className = 'fa fa-times-circle fa-fw'; - }); - } else { - const ta = document.createElement('textarea'); - ta.style.top = window.scrollY + 'px'; // Prevent page scrolling - ta.style.position = 'absolute'; - ta.style.opacity = '0'; - ta.readOnly = true; - ta.value = code; - document.body.append(ta); - ta.select(); - ta.setSelectionRange(0, code.length); - ta.readOnly = false; - const result = document.execCommand('copy'); - button.querySelector('i').className = result ? 'fa fa-check-circle fa-fw' : 'fa fa-times-circle fa-fw'; - ta.blur(); // For iOS - button.blur(); - document.body.removeChild(ta); - } - }); - element.addEventListener('mouseleave', () => { - setTimeout(() => { - button.querySelector('i').className = 'fa fa-copy fa-fw'; - }, 300); - }); - }); - }, - - wrapTableWithBox: function() { - document.querySelectorAll('table').forEach(element => { - const box = document.createElement('div'); - box.className = 'table-container'; - element.wrap(box); - }); - }, - - registerVideoIframe: function() { - document.querySelectorAll('iframe').forEach(element => { - const supported = [ - 'www.youtube.com', - 'player.vimeo.com', - 'player.youku.com', - 'player.bilibili.com', - 'www.tudou.com' - ].some(host => element.src.includes(host)); - if (supported && !element.parentNode.matches('.video-container')) { - const box = document.createElement('div'); - box.className = 'video-container'; - element.wrap(box); - const width = Number(element.width); - const height = Number(element.height); - if (width && height) { - box.style.paddingTop = (height / width * 100) + '%'; - } - } - }); - }, - - registerScrollPercent: function() { - const backToTop = document.querySelector('.back-to-top'); - const readingProgressBar = document.querySelector('.reading-progress-bar'); - // For init back to top in sidebar if page was scrolled after page refresh. - window.addEventListener('scroll', () => { - if (backToTop || readingProgressBar) { - const contentHeight = document.body.scrollHeight - window.innerHeight; - const scrollPercent = contentHeight > 0 ? Math.min(100 * window.scrollY / contentHeight, 100) : 0; - if (backToTop) { - backToTop.classList.toggle('back-to-top-on', Math.round(scrollPercent) >= 5); - backToTop.querySelector('span').innerText = Math.round(scrollPercent) + '%'; - } - if (readingProgressBar) { - readingProgressBar.style.setProperty('--progress', scrollPercent.toFixed(2) + '%'); - } - } - if (!Array.isArray(NexT.utils.sections)) return; - let index = NexT.utils.sections.findIndex(element => { - return element && element.getBoundingClientRect().top > 10; - }); - if (index === -1) { - index = NexT.utils.sections.length - 1; - } else if (index > 0) { - index--; - } - this.activateNavByIndex(index); - }, { passive: true }); - - backToTop && backToTop.addEventListener('click', () => { - window.anime({ - targets : document.scrollingElement, - duration : 500, - easing : 'linear', - scrollTop: 0 - }); - }); - }, - - /** - * Tabs tag listener (without twitter bootstrap). - */ - registerTabsTag: function() { - // Binding `nav-tabs` & `tab-content` by real time permalink changing. - document.querySelectorAll('.tabs ul.nav-tabs .tab').forEach(element => { - element.addEventListener('click', event => { - event.preventDefault(); - // Prevent selected tab to select again. - if (element.classList.contains('active')) return; - const nav = element.parentNode; - // Add & Remove active class on `nav-tabs` & `tab-content`. - [...nav.children].forEach(target => { - target.classList.toggle('active', target === element); - }); - // https://stackoverflow.com/questions/20306204/using-queryselector-with-ids-that-are-numbers - const tActive = document.getElementById(element.querySelector('a').getAttribute('href').replace('#', '')); - [...tActive.parentNode.children].forEach(target => { - target.classList.toggle('active', target === tActive); - }); - // Trigger event - tActive.dispatchEvent(new Event('tabs:click', { - bubbles: true - })); - if (!CONFIG.stickytabs) return; - const offset = nav.parentNode.getBoundingClientRect().top + window.scrollY + 10; - window.anime({ - targets : document.scrollingElement, - duration : 500, - easing : 'linear', - scrollTop: offset - }); - }); - }); - - window.dispatchEvent(new Event('tabs:register')); - }, - - registerCanIUseTag: function() { - // Get responsive height passed from iframe. - window.addEventListener('message', ({ data }) => { - if (typeof data === 'string' && data.includes('ciu_embed')) { - const featureID = data.split(':')[1]; - const height = data.split(':')[2]; - document.querySelector(`iframe[data-feature=${featureID}]`).style.height = parseInt(height, 10) + 5 + 'px'; - } - }, false); - }, - - registerActiveMenuItem: function() { - document.querySelectorAll('.menu-item a[href]').forEach(target => { - const isSamePath = target.pathname === location.pathname || target.pathname === location.pathname.replace('index.html', ''); - const isSubPath = !CONFIG.root.startsWith(target.pathname) && location.pathname.startsWith(target.pathname); - target.classList.toggle('menu-item-active', target.hostname === location.hostname && (isSamePath || isSubPath)); - }); - }, - - registerLangSelect: function() { - const selects = document.querySelectorAll('.lang-select'); - selects.forEach(sel => { - sel.value = CONFIG.page.lang; - sel.addEventListener('change', () => { - const target = sel.options[sel.selectedIndex]; - document.querySelectorAll('.lang-select-label span').forEach(span => { - span.innerText = target.text; - }); - // Disable Pjax to force refresh translation of menu item - window.location.href = target.dataset.href; - }); - }); - }, - - registerSidebarTOC: function() { - this.sections = [...document.querySelectorAll('.post-toc li a.nav-link')].map(element => { - const target = document.getElementById(decodeURI(element.getAttribute('href')).replace('#', '')); - // TOC item animation navigate. - element.addEventListener('click', event => { - event.preventDefault(); - const offset = target.getBoundingClientRect().top + window.scrollY; - window.anime({ - targets : document.scrollingElement, - duration : 500, - easing : 'linear', - scrollTop: offset, - complete : () => { - history.pushState(null, document.title, element.href); - } - }); - }); - return target; - }); - }, - - registerPostReward: function() { - const button = document.querySelector('.reward-container button'); - if (!button) return; - button.addEventListener('click', () => { - document.querySelector('.post-reward').classList.toggle('active'); - }); - }, - - activateNavByIndex: function(index) { - const target = document.querySelectorAll('.post-toc li a.nav-link')[index]; - if (!target || target.classList.contains('active-current')) return; - - document.querySelectorAll('.post-toc .active').forEach(element => { - element.classList.remove('active', 'active-current'); - }); - target.classList.add('active', 'active-current'); - let parent = target.parentNode; - while (!parent.matches('.post-toc')) { - if (parent.matches('li')) parent.classList.add('active'); - parent = parent.parentNode; - } - // Scrolling to center active TOC element if TOC content is taller then viewport. - const tocElement = document.querySelector('.sidebar-panel-container'); - if (!tocElement.parentNode.classList.contains('sidebar-toc-active')) return; - window.anime({ - targets : tocElement, - duration : 200, - easing : 'linear', - scrollTop: tocElement.scrollTop - (tocElement.offsetHeight / 2) + target.getBoundingClientRect().top - tocElement.getBoundingClientRect().top - }); - }, - - updateSidebarPosition: function() { - if (window.innerWidth < 992 || CONFIG.scheme === 'Pisces' || CONFIG.scheme === 'Gemini') return; - // Expand sidebar on post detail page by default, when post has a toc. - const hasTOC = document.querySelector('.post-toc'); - let display = CONFIG.page.sidebar; - if (typeof display !== 'boolean') { - // There's no definition sidebar in the page front-matter. - display = CONFIG.sidebar.display === 'always' || (CONFIG.sidebar.display === 'post' && hasTOC); - } - if (display) { - window.dispatchEvent(new Event('sidebar:show')); - } - }, - - activateSidebarPanel: function(index) { - const duration = 200; - const sidebar = document.querySelector('.sidebar-inner'); - const panel = document.querySelector('.sidebar-panel-container'); - const activeClassName = ['sidebar-toc-active', 'sidebar-overview-active']; - - if (sidebar.classList.contains(activeClassName[index])) return; - - window.anime({ - duration, - targets : panel, - easing : 'linear', - opacity : 0, - translateY: [0, -20], - complete : () => { - // Prevent adding TOC to Overview if Overview was selected when close & open sidebar. - sidebar.classList.replace(activeClassName[1 - index], activeClassName[index]); - window.anime({ - duration, - targets : panel, - easing : 'linear', - opacity : [0, 1], - translateY: [-20, 0] - }); - } - }); - }, - - getScript: function(src, options = {}, legacyCondition) { - if (typeof options === 'function') { - return this.getScript(src, { - condition: legacyCondition - }).then(options); - } - const { - condition = false, - attributes: { - id = '', - async = false, - defer = false, - crossOrigin = '', - dataset = {}, - ...otherAttributes - } = {}, - parentNode = null - } = options; - return new Promise((resolve, reject) => { - if (condition) { - resolve(); - } else { - const script = document.createElement('script'); - - if (id) script.id = id; - if (crossOrigin) script.crossOrigin = crossOrigin; - script.async = async; - script.defer = defer; - Object.assign(script.dataset, dataset); - Object.entries(otherAttributes).forEach(([name, value]) => { - script.setAttribute(name, String(value)); - }); - - script.onload = resolve; - script.onerror = reject; - - if (typeof src === 'object') { - const { url, integrity } = src; - script.src = url; - if (integrity) { - script.integrity = integrity; - script.crossOrigin = 'anonymous'; - } - } else { - script.src = src; - } - (parentNode || document.head).appendChild(script); - } - }); - }, - - loadComments: function(selector, legacyCallback) { - if (legacyCallback) { - return this.loadComments(selector).then(legacyCallback); - } - return new Promise(resolve => { - const element = document.querySelector(selector); - if (!CONFIG.comments.lazyload || !element) { - resolve(); - return; - } - const intersectionObserver = new IntersectionObserver((entries, observer) => { - const entry = entries[0]; - if (!entry.isIntersecting) return; - - resolve(); - observer.disconnect(); - }); - intersectionObserver.observe(element); - }); - } -}; diff --git a/themes/next/test/helpers/font.js b/themes/next/test/helpers/font.js deleted file mode 100644 index 7119e109..00000000 --- a/themes/next/test/helpers/font.js +++ /dev/null @@ -1,86 +0,0 @@ -'use strict'; - -require('chai').should(); -const Hexo = require('hexo'); -const hexo = new Hexo(); - -const fontStyles = ':300,300italic,400,400italic,700,700italic'; -const fontHost = 'https://fonts.googleapis.com'; - -describe('font', () => { - const nextFont = require('../../scripts/helpers/font').bind(hexo); - - before(() => { - hexo.theme.font = {}; - }); - - it('font disabled', () => { - hexo.theme.font.enable = false; - hexo.theme.font.title = { - family : 'Amatic SC', - external: true - }; - nextFont().should.eql(''); - }); - - it('no external font', () => { - hexo.theme.font.enable = true; - hexo.theme.font.title = { - family : 'Amatic SC', - external: false - }; - nextFont().should.eql(''); - }); - - it('trivial', () => { - hexo.theme.font.enable = true; - hexo.theme.font.title = { - family : 'Amatic SC', - external: true - }; - hexo.theme.font.headings = { - family : 'Palatino', - external: false - }; - nextFont().should.eql(``); - }); - - it('multiple', () => { - hexo.theme.font.enable = true; - hexo.theme.font.title = { - family : 'Amatic SC', - external: true - }; - hexo.theme.font.headings = { - family : 'Palatino', - external: true - }; - nextFont().should.eql(``); - }); - - it('duplicate', () => { - hexo.theme.font.enable = true; - hexo.theme.font.title = { - family : 'Palatino', - external: true - }; - hexo.theme.font.headings = { - family : 'Palatino', - external: true - }; - nextFont().should.eql(``); - }); - - it('fallback font', () => { - hexo.theme.font.enable = true; - hexo.theme.font.title = { - family : 'Roboto Slab, Noto Serif SC', - external: true - }; - hexo.theme.font.headings = { - family : 'Palatino', - external: true - }; - nextFont().should.eql(``); - }); -}); diff --git a/themes/next/test/helpers/index.js b/themes/next/test/helpers/index.js deleted file mode 100644 index 3ef5ddeb..00000000 --- a/themes/next/test/helpers/index.js +++ /dev/null @@ -1,6 +0,0 @@ -'use strict'; - -describe('Helpers', () => { - require('./font'); - require('./next-url'); -}); diff --git a/themes/next/test/helpers/next-url.js b/themes/next/test/helpers/next-url.js deleted file mode 100644 index 20c40887..00000000 --- a/themes/next/test/helpers/next-url.js +++ /dev/null @@ -1,46 +0,0 @@ -'use strict'; - -require('chai').should(); -const Hexo = require('hexo'); -const hexo = new Hexo(); - -function btoa(str) { - return Buffer.from(str).toString('base64'); -} - -describe('next-url', () => { - const nextUrl = require('../../scripts/helpers/next-url').bind(hexo); - - before(() => { - hexo.config.url = 'https://example.com'; - hexo.url_for = require('hexo/lib/plugins/helper/url_for').bind(hexo); - }); - - it('text', () => { - nextUrl('/child/', 'Text').should.eql('Text'); - }); - - it('icon', () => { - nextUrl('/child/', '').should.eql(''); - }); - - it('class', () => { - nextUrl('/child/', 'Text', { class: 'theme-link' }).should.eql('Text'); - }); - - it('external', () => { - nextUrl('https://theme-next.js.org', 'Text').should.eql('Text'); - }); - - it('exturl enabled', () => { - hexo.theme.exturl = true; - const encoded = btoa('https://theme-next.js.org'); - nextUrl('https://theme-next.js.org', 'Text').should.eql(`Text`); - }); - - it('class with exturl enabled', () => { - hexo.theme.exturl = true; - const encoded = btoa('https://theme-next.js.org'); - nextUrl('https://theme-next.js.org', 'Text', { class: 'theme-link' }).should.eql(`Text`); - }); -}); diff --git a/themes/next/test/index.js b/themes/next/test/index.js deleted file mode 100644 index e6088b62..00000000 --- a/themes/next/test/index.js +++ /dev/null @@ -1,7 +0,0 @@ -'use strict'; - -describe('NexT', () => { - require('./helpers'); - require('./tags'); - require('./validate'); -}); diff --git a/themes/next/test/tags/button.js b/themes/next/test/tags/button.js deleted file mode 100644 index f74583a4..00000000 --- a/themes/next/test/tags/button.js +++ /dev/null @@ -1,33 +0,0 @@ -'use strict'; - -require('chai').should(); -const Hexo = require('hexo'); -const hexo = new Hexo(); - -describe('button', () => { - const postButton = require('../../scripts/tags/button')(hexo); - - it('only url', () => { - postButton(['#']).should.eql(''); - }); - - it('url and text', () => { - postButton('#, Hello world'.split(' ')).should.eql('Hello world'); - }); - - it('url and icon (Font Awesome 4)', () => { - postButton('#,, home fa-5x'.split(' ')).should.eql(''); - }); - - it('url and icon', () => { - postButton('#,, fab fa-fort-awesome fa-5x'.split(' ')).should.eql(''); - }); - - it('url, text and title', () => { - postButton('#, Hello world,, Title'.split(' ')).should.eql('Hello world'); - }); - - it('url, text, icon and title', () => { - postButton('#, Hello world, home, Title'.split(' ')).should.eql('Hello world'); - }); -}); diff --git a/themes/next/test/tags/caniuse.js b/themes/next/test/tags/caniuse.js deleted file mode 100644 index 1fe0e205..00000000 --- a/themes/next/test/tags/caniuse.js +++ /dev/null @@ -1,17 +0,0 @@ -'use strict'; - -require('chai').should(); -const Hexo = require('hexo'); -const hexo = new Hexo(); - -describe('caniuse', () => { - const caniUse = require('../../scripts/tags/caniuse')(hexo); - - it('only feature', () => { - caniUse(['loading-lazy-attr']).should.eql(''); - }); - - it('feature and periods', () => { - caniUse('fetch @ future_3,future_2,future_1'.split(' ')).should.eql(''); - }); -}); diff --git a/themes/next/test/tags/center-quote.js b/themes/next/test/tags/center-quote.js deleted file mode 100644 index 0f204885..00000000 --- a/themes/next/test/tags/center-quote.js +++ /dev/null @@ -1,21 +0,0 @@ -'use strict'; - -require('chai').should(); -const Hexo = require('hexo'); -const hexo = new Hexo(); - -const content = 'Test **Bold** *Italic*'; -const result = '

    Test Bold Italic

    '; - -describe('center-quote', () => { - const centerQuote = require('../../scripts/tags/center-quote')(hexo); - - before(() => hexo.init().then(() => hexo.loadPlugin(require.resolve('hexo-renderer-marked')))); - - it('markdown content', () => { - centerQuote([], content).should.eql(`
    -${result} - -
    `); - }); -}); diff --git a/themes/next/test/tags/group-pictures.js b/themes/next/test/tags/group-pictures.js deleted file mode 100644 index fc242a61..00000000 --- a/themes/next/test/tags/group-pictures.js +++ /dev/null @@ -1,63 +0,0 @@ -'use strict'; - -require('chai').should(); -const Hexo = require('hexo'); -const hexo = new Hexo(); - -const link = '
    '; -const image = '
    '; - -describe('group-pictures', () => { - const groupPicture = require('../../scripts/tags/group-pictures')(hexo); - - before(() => hexo.init().then(() => hexo.loadPlugin(require.resolve('hexo-renderer-marked')))); - - it('layout 3-3', () => { - groupPicture(['3-3'], ` -![](/images/sample.png) -![](/images/sample.png) -![](/images/sample.png)`).should.eql(`
    ${image}${image}${image}
    `); - }); - - it('layout 5-2', () => { - groupPicture(['5-2'], ` -![](/images/sample.png) -![](/images/sample.png) -![](/images/sample.png) -![](/images/sample.png) -![](/images/sample.png)`).should.eql(`
    ${image}${image}
    ${image}
    ${image}${image}
    `); - }); - - it('remove text', () => { - groupPicture(['3-3'], ` -![](/images/sample.png) -Text -![](/images/sample.png) -Text -![](/images/sample.png)`).should.eql(`
    ${image}${image}${image}
    `); - }); - - it('set hyperlinks', () => { - groupPicture(['4-3'], ` -![](/images/sample.png) -[![](/images/sample.png)](https://theme-next.js.org/) -[![](/images/sample.png)](https://theme-next.js.org/) -![](/images/sample.png)`).should.eql(`
    ${image}${link}
    ${link}${image}
    `); - }); - - it('set hyperlinks 2', () => { - groupPicture(['3-3'], ` -![](/images/sample.png) -[![](/images/sample.png)](https://theme-next.js.org/) -![](/images/sample.png)`).should.eql(`
    ${image}${link}${image}
    `); - }); - - it('no layout', () => { - groupPicture(['NaN-NaN'], ` -![](/images/sample.png) -![](/images/sample.png) -![](/images/sample.png) -![](/images/sample.png) -![](/images/sample.png)`).should.eql(`
    ${image}${image}${image}
    ${image}${image}
    `); - }); -}); diff --git a/themes/next/test/tags/index.js b/themes/next/test/tags/index.js deleted file mode 100644 index 77806a46..00000000 --- a/themes/next/test/tags/index.js +++ /dev/null @@ -1,15 +0,0 @@ -'use strict'; - -describe('Tags', () => { - require('./button'); - require('./caniuse'); - require('./center-quote'); - require('./group-pictures'); - require('./label'); - require('./link-grid'); - require('./mermaid'); - require('./note'); - require('./pdf'); - require('./tabs'); - require('./video'); -}); diff --git a/themes/next/test/tags/label.js b/themes/next/test/tags/label.js deleted file mode 100644 index bf271083..00000000 --- a/themes/next/test/tags/label.js +++ /dev/null @@ -1,21 +0,0 @@ -'use strict'; - -require('chai').should(); -const Hexo = require('hexo'); -const hexo = new Hexo(); - -describe('label', () => { - const postLabel = require('../../scripts/tags/label')(hexo); - - it('only text', () => { - postLabel('@Hello world'.split(' ')).should.eql('Hello world'); - }); - - it('classes and text', () => { - postLabel('primary@Hello world'.split(' ')).should.eql('Hello world'); - }); - - it('classes and text with space', () => { - postLabel('primary @Hello world'.split(' ')).should.eql('Hello world'); - }); -}); diff --git a/themes/next/test/tags/link-grid.js b/themes/next/test/tags/link-grid.js deleted file mode 100644 index 8faaf940..00000000 --- a/themes/next/test/tags/link-grid.js +++ /dev/null @@ -1,49 +0,0 @@ -'use strict'; - -require('chai').should(); - -const result = ``; - -describe('link-grid', () => { - const linkGrid = require('../../scripts/tags/link-grid'); - - it('default', () => { - linkGrid([], ` -Theme NexT | https://theme-next.js.org/ | Stay Simple. Stay NexT. | /images/sample.png -Theme NexT | https://theme-next.js.org/ | Stay Simple. Stay NexT. | /images/sample.png`).should.eql(result); - }); - - it('comment', () => { - linkGrid([], ` -Theme NexT | https://theme-next.js.org/ | Stay Simple. Stay NexT. | /images/sample.png -Theme NexT | https://theme-next.js.org/ | Stay Simple. Stay NexT. | /images/sample.png -% Theme NexT | https://theme-next.js.org/ | Stay Simple. Stay NexT. | /images/sample.png`).should.eql(result); - }); - - it('default image', () => { - linkGrid(['/images/sample.png'], ` -Theme NexT | https://theme-next.js.org/ | Stay Simple. Stay NexT. | -Theme NexT | https://theme-next.js.org/ | Stay Simple. Stay NexT. |`).should.eql(result); - }); - - it('custom delimiter', () => { - linkGrid(['/images/sample.png', ','], ` -Theme NexT , https://theme-next.js.org/ , Stay Simple. Stay NexT. , /images/sample.png -Theme NexT , https://theme-next.js.org/ , Stay Simple. Stay NexT. , /images/sample.png`).should.eql(result); - }); - - it('custom delimiter and comment', () => { - linkGrid(['/images/sample.png', ',', '#'], ` -Theme NexT , https://theme-next.js.org/ , Stay Simple. Stay NexT. , /images/sample.png -Theme NexT , https://theme-next.js.org/ , Stay Simple. Stay NexT. , /images/sample.png -# Theme NexT , https://theme-next.js.org/ , Stay Simple. Stay NexT. , /images/sample.png`).should.eql(result); - }); -}); diff --git a/themes/next/test/tags/mermaid.js b/themes/next/test/tags/mermaid.js deleted file mode 100644 index fc14e506..00000000 --- a/themes/next/test/tags/mermaid.js +++ /dev/null @@ -1,21 +0,0 @@ -'use strict'; - -require('chai').should(); - -const { escapeHTML } = require('hexo-util'); - -const result = `A[Hard] -->|Text| B(Round) -B --> C{Decision} -C -->|One| D[Result 1] -C -->|Two| E[Result 2]`; - -describe('mermaid', () => { - const mermaid = require('../../scripts/tags/mermaid'); - - it('default', () => { - mermaid(['graph', 'TD'], result).should.eql(`
    -graph TD
    -${escapeHTML(result)}
    -
    `); - }); -}); diff --git a/themes/next/test/tags/note.js b/themes/next/test/tags/note.js deleted file mode 100644 index 6d11bca8..00000000 --- a/themes/next/test/tags/note.js +++ /dev/null @@ -1,63 +0,0 @@ -'use strict'; - -require('chai').should(); -const Hexo = require('hexo'); -const hexo = new Hexo(); - -const content = 'Test **Bold** *Italic*'; -const result = '

    Test Bold Italic

    '; -const args = 'This is a *summary*'.split(' '); -const summary = '

    This is a summary'; - -describe('note', () => { - const postNote = require('../../scripts/tags/note')(hexo); - - before(() => hexo.init().then(() => hexo.loadPlugin(require.resolve('hexo-renderer-marked')))); - - it('only text', () => { - postNote([], content).should.eql(`

    ${result} -
    `); - }); - - it('classes and text', () => { - postNote(['primary'], content).should.eql(`
    ${result} -
    `); - }); - - it('classes, no-icon and text', () => { - postNote(['primary', 'no-icon'], content).should.eql(`
    ${result} -
    `); - }); - - it('summary and text', () => { - postNote(args, content).should.eql(`
    ${summary}

    -
    -${result} - -`); - }); - - it('classes, summary and text', () => { - postNote(['primary'].concat(args), content).should.eql(`
    ${summary}

    - -${result} - -
    `); - }); - - it('classes, no-icon, summary and text', () => { - postNote(['primary', 'no-icon'].concat(args), content).should.eql(`
    ${summary}

    - -${result} - -
    `); - }); - - it('keywords in summary', () => { - postNote(['It\'s', 'danger'], content).should.eql(`

    It’s danger

    -
    -${result} - -
    `); - }); -}); diff --git a/themes/next/test/tags/pdf.js b/themes/next/test/tags/pdf.js deleted file mode 100644 index d3600006..00000000 --- a/themes/next/test/tags/pdf.js +++ /dev/null @@ -1,23 +0,0 @@ -'use strict'; - -require('chai').should(); -const Hexo = require('hexo'); -const hexo = new Hexo(); - -describe('pdf', () => { - const pdf = require('../../scripts/tags/pdf')(hexo); - - before(() => { - hexo.theme.config.pdf = { - height: '500px' - }; - }); - - it('default', () => { - pdf(['https://example.com/sample.pdf']).should.eql('
    '); - }); - - it('custom height', () => { - pdf(['https://example.com/sample.pdf', '1000px']).should.eql('
    '); - }); -}); diff --git a/themes/next/test/tags/tabs.js b/themes/next/test/tags/tabs.js deleted file mode 100644 index db09ab10..00000000 --- a/themes/next/test/tags/tabs.js +++ /dev/null @@ -1,96 +0,0 @@ -'use strict'; - -require('chai').should(); -const Hexo = require('hexo'); -const hexo = new Hexo(); - -const content = 'Test **Bold** *Italic*'; -const result = '

    Test Bold Italic

    '; -const container = '
    `); - }); - - it('default', () => { - postTabs(['name'], - ` -${content} - - - -${content} -`).should.eql(`${container}
  • name 1
  • name 2
  • ${result}
    ${result}
    `); - }); - - it('selected index', () => { - postTabs('name, 2'.split(' '), - ` -${content} - - - -${content} -`).should.eql(`${container}
  • name 1
  • name 2
  • ${result}
    ${result}
    `); - }); - - it('no tab selected', () => { - postTabs('name, -1'.split(' '), - ` -${content} - - - -${content} -`).should.eql(`${container}
  • name 1
  • name 2
  • ${result}
    ${result}
    `); - }); - - it('label', () => { - postTabs('name'.split(' '), - ` -${content} - - - -${content} -`).should.eql(`${container}
  • Tab 1
  • Tab 2
  • ${result}
    ${result}
    `); - }); - - it('icon (Font Awesome 4)', () => { - postTabs('name'.split(' '), - ` -${content} - - - -${content} -`).should.eql(`${container}
  • ${result}
    ${result}
    `); - }); - - it('icon', () => { - postTabs('name'.split(' '), - ` -${content} - - - -${content} -`).should.eql(`${container}
  • ${result}
    ${result}
    `); - }); - - it('label and icon', () => { - postTabs('name, -1'.split(' '), - ` -${content} - - - -${content} -`).should.eql(`${container}
  • Tab 1
  • Tab 1
  • ${result}
    ${result}
    `); - }); -}); diff --git a/themes/next/test/tags/video.js b/themes/next/test/tags/video.js deleted file mode 100644 index fba2fafc..00000000 --- a/themes/next/test/tags/video.js +++ /dev/null @@ -1,15 +0,0 @@ -'use strict'; - -require('chai').should(); - -describe('video', () => { - const postVideo = require('../../scripts/tags/video'); - - it('default', () => { - postVideo(['https://example.com/sample.mp4']).should.eql(''); - }); - - it('poster', () => { - postVideo(['https://example.com/sample.mp4', 'https://example.com/sample.jpg']).should.eql(''); - }); -}); diff --git a/themes/next/test/validate/index.js b/themes/next/test/validate/index.js deleted file mode 100644 index 15d736b8..00000000 --- a/themes/next/test/validate/index.js +++ /dev/null @@ -1,35 +0,0 @@ -'use strict'; - -const fs = require('fs'); -const path = require('path'); -const yaml = require('js-yaml'); -const should = require('chai').should(); - -describe('Validate', () => { - it('config', () => { - const themeConfig = fs.readFileSync(path.join(__dirname, '../../_config.yml')); - should.not.throw(() => { - yaml.load(themeConfig); - }); - }); - - it('vendors', () => { - const vendorsFile = fs.readFileSync(path.join(__dirname, '../../_vendors.yml')); - should.not.throw(() => { - yaml.load(vendorsFile); - }); - }); - - it('language', () => { - const languagesPath = path.join(__dirname, '../../languages'); - should.not.throw(() => { - fs.readdirSync(languagesPath).forEach(lang => { - if (!lang.endsWith('.yml')) return; - const languagePath = path.join(languagesPath, lang); - yaml.load(fs.readFileSync(languagePath), { - filename: path.relative(__dirname, languagePath) - }); - }); - }); - }); -}); From b58bd98fa486b6b0725bc3873d8472584ce4d8c4 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 19 Feb 2024 17:27:22 +0700 Subject: [PATCH 027/158] Update log at 2024-02-19 10:27:22.209014 [19.2|10:27]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:08, 17:27] | 384 | [19.2|10:27]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:08, 17:27] | 205 | [19.2|10:27]: PHT19750328200409100 | WARIMAN | [05:08, 17:27] | 205 | [19.2|10:27]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:08, 17:27] | 206 | [19.2|10:27]: PHT19770214200801100 | PITHUT GUNAWAN | [05:08, 17:27] | 111 | [19.2|10:27]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:08, 17:27] | 108 | [19.2|10:27]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:08, 17:27] | 355 | [19.2|10:27]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:08, 17:27] | 357 | [19.2|10:27]: PHT19840403201407100 | DULKAMIT | [05:08, 17:27] | 356 | [19.2|10:27]: PHT19780325200807100 | MUKLISIN | [05:08, 17:27] | 655 | [19.2|10:27]: PHT19720110199501100 | SUNARDI | [05:08, 17:27] | 653 | [19.2|10:27]: PHT19730509200409100 | SUGENG RIYANTO | [05:08, 17:27] | 654 | [19.2|10:27]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:08, 17:27] | 654 | [19.2|10:27]: PHT19720519199704100 | IDA JATIYANA | [05:08, 17:27] | 654 | [19.2|10:27]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:08, 17:27] | 53 | [19.2|10:27]: PHT19670521199604100 | SUSWANTO | [05:08, 17:27] | 86 | [19.2|10:27]: PHT19760513201108100 | KOKOK WAHYONO | [05:08, 17:27] | 677 | [19.2|10:27]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:08, 17:27] | 666 | [19.2|10:27]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:08, 17:27] | 234 | [19.2|10:27]: PHT19810414200608100 | KOKO ARDIANTO | [05:08, 17:27] | 109 | [19.2|10:27]: PHT19770403200901100 | RASMADI | [05:08, 17:27] | 109 | [19.2|10:27]: PHT19770110201108100 | SURADI | [05:08, 17:27] | 110 | [19.2|10:27]: PHT19900808201407100 | HARIS BUDIARTO | [05:08, 17:27] | 728 | [19.2|10:27]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:08, 17:27] | 728 | [19.2|10:27]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:08, 17:27] | 743 | [19.2|10:27]: PHT19800929201507100 | SUDARSONO | [05:08, 17:27] | 738 | [19.2|10:27]: PHT19940723202207100 | Farid Romdhony Ashari | [05:08, 17:27] | 277 | [19.2|10:27]: PHT19961124201602100 | WAHYU BUDIANTO | [05:08, 17:27] | 577 | [19.2|10:27]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:08, 17:27] | 578 | [19.2|10:27]: PHT19790531201307101 | HERU PURNOMO | [05:08, 17:27] | 891 | --- source/dani.log | 59 +++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/source/dani.log b/source/dani.log index fbc9594e..139b3a44 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,29 +1,30 @@ -[8.2|10:26]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:15, 17:26] | 398 | -[8.2|10:26]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:15, 17:26] | 219 | -[8.2|10:26]: PHT19750328200409100 | WARIMAN | [05:15, 17:26] | 219 | -[8.2|10:26]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:15, 17:26] | 220 | -[8.2|10:26]: PHT19770214200801100 | PITHUT GUNAWAN | [05:15, 17:26] | 125 | -[8.2|10:26]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:15, 17:26] | 122 | -[8.2|10:26]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:15, 17:26] | 369 | -[8.2|10:26]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:15, 17:26] | 371 | -[8.2|10:26]: PHT19840403201407100 | DULKAMIT | [05:15, 17:26] | 370 | -[8.2|10:26]: PHT19780325200807100 | MUKLISIN | [05:15, 17:26] | 669 | -[8.2|10:26]: PHT19720110199501100 | SUNARDI | [05:15, 17:26] | 667 | -[8.2|10:26]: PHT19730509200409100 | SUGENG RIYANTO | [05:15, 17:26] | 668 | -[8.2|10:26]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:15, 17:26] | 668 | -[8.2|10:26]: PHT19720519199704100 | IDA JATIYANA | [05:15, 17:26] | 668 | -[8.2|10:26]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:15, 17:26] | 67 | -[8.2|10:26]: PHT19670521199604100 | SUSWANTO | [05:15, 17:26] | 100 | -[8.2|10:26]: PHT19760513201108100 | KOKOK WAHYONO | [05:15, 17:26] | 691 | -[8.2|10:26]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:15, 17:26] | 680 | -[8.2|10:26]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:15, 17:26] | 247 | -[8.2|10:26]: PHT19810414200608100 | KOKO ARDIANTO | [05:15, 17:26] | 123 | -[8.2|10:26]: PHT19770403200901100 | RASMADI | [05:15, 17:26] | 123 | -[8.2|10:26]: PHT19770110201108100 | SURADI | [05:15, 17:26] | 124 | -[8.2|10:26]: PHT19900808201407100 | HARIS BUDIARTO | [05:15, 17:26] | 742 | -[8.2|10:26]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:15, 17:26] | 742 | -[8.2|10:26]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:15, 17:26] | 757 | -[8.2|10:26]: PHT19800929201507100 | SUDARSONO | [05:15, 17:26] | 752 | -[8.2|10:26]: PHT19940723202207100 | Farid Romdhony Ashari | [05:15, 17:26] | 291 | -[8.2|10:26]: PHT19961124201602100 | WAHYU BUDIANTO | [05:15, 17:26] | 591 | -[8.2|10:26]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:15, 17:26] | 592 | +[19.2|10:27]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:08, 17:27] | 384 | +[19.2|10:27]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:08, 17:27] | 205 | +[19.2|10:27]: PHT19750328200409100 | WARIMAN | [05:08, 17:27] | 205 | +[19.2|10:27]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:08, 17:27] | 206 | +[19.2|10:27]: PHT19770214200801100 | PITHUT GUNAWAN | [05:08, 17:27] | 111 | +[19.2|10:27]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:08, 17:27] | 108 | +[19.2|10:27]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:08, 17:27] | 355 | +[19.2|10:27]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:08, 17:27] | 357 | +[19.2|10:27]: PHT19840403201407100 | DULKAMIT | [05:08, 17:27] | 356 | +[19.2|10:27]: PHT19780325200807100 | MUKLISIN | [05:08, 17:27] | 655 | +[19.2|10:27]: PHT19720110199501100 | SUNARDI | [05:08, 17:27] | 653 | +[19.2|10:27]: PHT19730509200409100 | SUGENG RIYANTO | [05:08, 17:27] | 654 | +[19.2|10:27]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:08, 17:27] | 654 | +[19.2|10:27]: PHT19720519199704100 | IDA JATIYANA | [05:08, 17:27] | 654 | +[19.2|10:27]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:08, 17:27] | 53 | +[19.2|10:27]: PHT19670521199604100 | SUSWANTO | [05:08, 17:27] | 86 | +[19.2|10:27]: PHT19760513201108100 | KOKOK WAHYONO | [05:08, 17:27] | 677 | +[19.2|10:27]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:08, 17:27] | 666 | +[19.2|10:27]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:08, 17:27] | 234 | +[19.2|10:27]: PHT19810414200608100 | KOKO ARDIANTO | [05:08, 17:27] | 109 | +[19.2|10:27]: PHT19770403200901100 | RASMADI | [05:08, 17:27] | 109 | +[19.2|10:27]: PHT19770110201108100 | SURADI | [05:08, 17:27] | 110 | +[19.2|10:27]: PHT19900808201407100 | HARIS BUDIARTO | [05:08, 17:27] | 728 | +[19.2|10:27]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:08, 17:27] | 728 | +[19.2|10:27]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:08, 17:27] | 743 | +[19.2|10:27]: PHT19800929201507100 | SUDARSONO | [05:08, 17:27] | 738 | +[19.2|10:27]: PHT19940723202207100 | Farid Romdhony Ashari | [05:08, 17:27] | 277 | +[19.2|10:27]: PHT19961124201602100 | WAHYU BUDIANTO | [05:08, 17:27] | 577 | +[19.2|10:27]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:08, 17:27] | 578 | +[19.2|10:27]: PHT19790531201307101 | HERU PURNOMO | [05:08, 17:27] | 891 | From 021e2bde322ac65c0da94e8c6a0ca11062c181a3 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 20 Feb 2024 05:08:23 +0700 Subject: [PATCH 028/158] Update log at 2024-02-19 22:08:23.560550 [19.2|22:8]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:08, -] | 383 | [19.2|22:8]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:08, -] | 204 | [19.2|22:8]: PHT19750328200409100 | WARIMAN | [05:08, -] | 204 | [19.2|22:8]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:08, -] | 205 | [19.2|22:8]: PHT19770214200801100 | PITHUT GUNAWAN | [05:08, -] | 110 | [19.2|22:8]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:08, -] | 107 | [19.2|22:8]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:08, -] | 354 | [19.2|22:8]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:08, -] | 356 | [19.2|22:8]: PHT19840403201407100 | DULKAMIT | [05:08, -] | 355 | [19.2|22:8]: PHT19780325200807100 | MUKLISIN | [05:08, -] | 654 | [19.2|22:8]: PHT19720110199501100 | SUNARDI | [05:08, -] | 652 | [19.2|22:8]: PHT19730509200409100 | SUGENG RIYANTO | [05:08, -] | 653 | [19.2|22:8]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:08, -] | 653 | [19.2|22:8]: PHT19720519199704100 | IDA JATIYANA | [05:08, -] | 653 | [19.2|22:8]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:08, -] | 52 | [19.2|22:8]: PHT19670521199604100 | SUSWANTO | [05:08, -] | 85 | [19.2|22:8]: PHT19760513201108100 | KOKOK WAHYONO | [05:08, -] | 676 | [19.2|22:8]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:08, -] | 665 | [19.2|22:8]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:08, -] | 233 | [19.2|22:8]: PHT19810414200608100 | KOKO ARDIANTO | [05:08, -] | 108 | [19.2|22:8]: PHT19770403200901100 | RASMADI | [05:08, -] | 108 | [19.2|22:8]: PHT19770110201108100 | SURADI | [05:08, -] | 109 | [19.2|22:8]: PHT19900808201407100 | HARIS BUDIARTO | [05:08, -] | 727 | [19.2|22:8]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:08, -] | 727 | [19.2|22:8]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:08, -] | 742 | [19.2|22:8]: PHT19800929201507100 | SUDARSONO | [05:08, -] | 737 | [19.2|22:8]: PHT19940723202207100 | Farid Romdhony Ashari | [05:08, -] | 276 | [19.2|22:8]: PHT19961124201602100 | WAHYU BUDIANTO | [05:08, -] | 576 | [19.2|22:8]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:08, -] | 577 | [19.2|22:8]: PHT19790531201307101 | HERU PURNOMO | [05:08, -] | 890 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 139b3a44..299982d8 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[19.2|10:27]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:08, 17:27] | 384 | -[19.2|10:27]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:08, 17:27] | 205 | -[19.2|10:27]: PHT19750328200409100 | WARIMAN | [05:08, 17:27] | 205 | -[19.2|10:27]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:08, 17:27] | 206 | -[19.2|10:27]: PHT19770214200801100 | PITHUT GUNAWAN | [05:08, 17:27] | 111 | -[19.2|10:27]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:08, 17:27] | 108 | -[19.2|10:27]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:08, 17:27] | 355 | -[19.2|10:27]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:08, 17:27] | 357 | -[19.2|10:27]: PHT19840403201407100 | DULKAMIT | [05:08, 17:27] | 356 | -[19.2|10:27]: PHT19780325200807100 | MUKLISIN | [05:08, 17:27] | 655 | -[19.2|10:27]: PHT19720110199501100 | SUNARDI | [05:08, 17:27] | 653 | -[19.2|10:27]: PHT19730509200409100 | SUGENG RIYANTO | [05:08, 17:27] | 654 | -[19.2|10:27]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:08, 17:27] | 654 | -[19.2|10:27]: PHT19720519199704100 | IDA JATIYANA | [05:08, 17:27] | 654 | -[19.2|10:27]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:08, 17:27] | 53 | -[19.2|10:27]: PHT19670521199604100 | SUSWANTO | [05:08, 17:27] | 86 | -[19.2|10:27]: PHT19760513201108100 | KOKOK WAHYONO | [05:08, 17:27] | 677 | -[19.2|10:27]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:08, 17:27] | 666 | -[19.2|10:27]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:08, 17:27] | 234 | -[19.2|10:27]: PHT19810414200608100 | KOKO ARDIANTO | [05:08, 17:27] | 109 | -[19.2|10:27]: PHT19770403200901100 | RASMADI | [05:08, 17:27] | 109 | -[19.2|10:27]: PHT19770110201108100 | SURADI | [05:08, 17:27] | 110 | -[19.2|10:27]: PHT19900808201407100 | HARIS BUDIARTO | [05:08, 17:27] | 728 | -[19.2|10:27]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:08, 17:27] | 728 | -[19.2|10:27]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:08, 17:27] | 743 | -[19.2|10:27]: PHT19800929201507100 | SUDARSONO | [05:08, 17:27] | 738 | -[19.2|10:27]: PHT19940723202207100 | Farid Romdhony Ashari | [05:08, 17:27] | 277 | -[19.2|10:27]: PHT19961124201602100 | WAHYU BUDIANTO | [05:08, 17:27] | 577 | -[19.2|10:27]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:08, 17:27] | 578 | -[19.2|10:27]: PHT19790531201307101 | HERU PURNOMO | [05:08, 17:27] | 891 | +[19.2|22:8]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:08, -] | 383 | +[19.2|22:8]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:08, -] | 204 | +[19.2|22:8]: PHT19750328200409100 | WARIMAN | [05:08, -] | 204 | +[19.2|22:8]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:08, -] | 205 | +[19.2|22:8]: PHT19770214200801100 | PITHUT GUNAWAN | [05:08, -] | 110 | +[19.2|22:8]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:08, -] | 107 | +[19.2|22:8]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:08, -] | 354 | +[19.2|22:8]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:08, -] | 356 | +[19.2|22:8]: PHT19840403201407100 | DULKAMIT | [05:08, -] | 355 | +[19.2|22:8]: PHT19780325200807100 | MUKLISIN | [05:08, -] | 654 | +[19.2|22:8]: PHT19720110199501100 | SUNARDI | [05:08, -] | 652 | +[19.2|22:8]: PHT19730509200409100 | SUGENG RIYANTO | [05:08, -] | 653 | +[19.2|22:8]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:08, -] | 653 | +[19.2|22:8]: PHT19720519199704100 | IDA JATIYANA | [05:08, -] | 653 | +[19.2|22:8]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:08, -] | 52 | +[19.2|22:8]: PHT19670521199604100 | SUSWANTO | [05:08, -] | 85 | +[19.2|22:8]: PHT19760513201108100 | KOKOK WAHYONO | [05:08, -] | 676 | +[19.2|22:8]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:08, -] | 665 | +[19.2|22:8]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:08, -] | 233 | +[19.2|22:8]: PHT19810414200608100 | KOKO ARDIANTO | [05:08, -] | 108 | +[19.2|22:8]: PHT19770403200901100 | RASMADI | [05:08, -] | 108 | +[19.2|22:8]: PHT19770110201108100 | SURADI | [05:08, -] | 109 | +[19.2|22:8]: PHT19900808201407100 | HARIS BUDIARTO | [05:08, -] | 727 | +[19.2|22:8]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:08, -] | 727 | +[19.2|22:8]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:08, -] | 742 | +[19.2|22:8]: PHT19800929201507100 | SUDARSONO | [05:08, -] | 737 | +[19.2|22:8]: PHT19940723202207100 | Farid Romdhony Ashari | [05:08, -] | 276 | +[19.2|22:8]: PHT19961124201602100 | WAHYU BUDIANTO | [05:08, -] | 576 | +[19.2|22:8]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:08, -] | 577 | +[19.2|22:8]: PHT19790531201307101 | HERU PURNOMO | [05:08, -] | 890 | From 98e381d0d029e200dda56c74bf4d9c35789a54d9 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 20 Feb 2024 17:21:22 +0700 Subject: [PATCH 029/158] Update log at 2024-02-20 10:21:22.760158 [20.2|10:21]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:08, 17:21] | 382 | [20.2|10:21]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:08, 17:21] | 203 | [20.2|10:21]: PHT19750328200409100 | WARIMAN | [05:08, 17:21] | 203 | [20.2|10:21]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:08, 17:21] | 204 | [20.2|10:21]: PHT19770214200801100 | PITHUT GUNAWAN | [05:08, 17:21] | 109 | [20.2|10:21]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:08, 17:21] | 106 | [20.2|10:21]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:08, 17:21] | 353 | [20.2|10:21]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:08, 17:21] | 355 | [20.2|10:21]: PHT19840403201407100 | DULKAMIT | [05:08, 17:21] | 354 | [20.2|10:21]: PHT19780325200807100 | MUKLISIN | [05:08, 17:21] | 653 | [20.2|10:21]: PHT19720110199501100 | SUNARDI | [05:08, 17:21] | 651 | [20.2|10:21]: PHT19730509200409100 | SUGENG RIYANTO | [05:08, 17:21] | 652 | [20.2|10:21]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:08, 17:21] | 652 | [20.2|10:21]: PHT19720519199704100 | IDA JATIYANA | [05:08, 17:21] | 652 | [20.2|10:21]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:08, 17:21] | 51 | [20.2|10:21]: PHT19670521199604100 | SUSWANTO | [05:08, 17:21] | 84 | [20.2|10:21]: PHT19760513201108100 | KOKOK WAHYONO | [05:08, 17:21] | 675 | [20.2|10:21]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:08, 17:21] | 664 | [20.2|10:21]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:08, 17:21] | 232 | [20.2|10:21]: PHT19810414200608100 | KOKO ARDIANTO | [05:08, 17:21] | 107 | [20.2|10:21]: PHT19770403200901100 | RASMADI | [05:08, 17:21] | 107 | [20.2|10:21]: PHT19770110201108100 | SURADI | [05:08, 17:21] | 108 | [20.2|10:21]: PHT19900808201407100 | HARIS BUDIARTO | [05:08, 17:21] | 726 | [20.2|10:21]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:08, 17:21] | 726 | [20.2|10:21]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:08, 17:21] | 741 | [20.2|10:21]: PHT19800929201507100 | SUDARSONO | [05:08, 17:21] | 736 | [20.2|10:21]: PHT19940723202207100 | Farid Romdhony Ashari | [05:08, 17:21] | 275 | [20.2|10:21]: PHT19961124201602100 | WAHYU BUDIANTO | [05:08, 17:21] | 575 | [20.2|10:21]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:08, 17:21] | 576 | [20.2|10:21]: PHT19790531201307101 | HERU PURNOMO | [05:08, 17:21] | 889 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 299982d8..6b56db9e 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[19.2|22:8]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:08, -] | 383 | -[19.2|22:8]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:08, -] | 204 | -[19.2|22:8]: PHT19750328200409100 | WARIMAN | [05:08, -] | 204 | -[19.2|22:8]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:08, -] | 205 | -[19.2|22:8]: PHT19770214200801100 | PITHUT GUNAWAN | [05:08, -] | 110 | -[19.2|22:8]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:08, -] | 107 | -[19.2|22:8]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:08, -] | 354 | -[19.2|22:8]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:08, -] | 356 | -[19.2|22:8]: PHT19840403201407100 | DULKAMIT | [05:08, -] | 355 | -[19.2|22:8]: PHT19780325200807100 | MUKLISIN | [05:08, -] | 654 | -[19.2|22:8]: PHT19720110199501100 | SUNARDI | [05:08, -] | 652 | -[19.2|22:8]: PHT19730509200409100 | SUGENG RIYANTO | [05:08, -] | 653 | -[19.2|22:8]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:08, -] | 653 | -[19.2|22:8]: PHT19720519199704100 | IDA JATIYANA | [05:08, -] | 653 | -[19.2|22:8]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:08, -] | 52 | -[19.2|22:8]: PHT19670521199604100 | SUSWANTO | [05:08, -] | 85 | -[19.2|22:8]: PHT19760513201108100 | KOKOK WAHYONO | [05:08, -] | 676 | -[19.2|22:8]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:08, -] | 665 | -[19.2|22:8]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:08, -] | 233 | -[19.2|22:8]: PHT19810414200608100 | KOKO ARDIANTO | [05:08, -] | 108 | -[19.2|22:8]: PHT19770403200901100 | RASMADI | [05:08, -] | 108 | -[19.2|22:8]: PHT19770110201108100 | SURADI | [05:08, -] | 109 | -[19.2|22:8]: PHT19900808201407100 | HARIS BUDIARTO | [05:08, -] | 727 | -[19.2|22:8]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:08, -] | 727 | -[19.2|22:8]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:08, -] | 742 | -[19.2|22:8]: PHT19800929201507100 | SUDARSONO | [05:08, -] | 737 | -[19.2|22:8]: PHT19940723202207100 | Farid Romdhony Ashari | [05:08, -] | 276 | -[19.2|22:8]: PHT19961124201602100 | WAHYU BUDIANTO | [05:08, -] | 576 | -[19.2|22:8]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:08, -] | 577 | -[19.2|22:8]: PHT19790531201307101 | HERU PURNOMO | [05:08, -] | 890 | +[20.2|10:21]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:08, 17:21] | 382 | +[20.2|10:21]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:08, 17:21] | 203 | +[20.2|10:21]: PHT19750328200409100 | WARIMAN | [05:08, 17:21] | 203 | +[20.2|10:21]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:08, 17:21] | 204 | +[20.2|10:21]: PHT19770214200801100 | PITHUT GUNAWAN | [05:08, 17:21] | 109 | +[20.2|10:21]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:08, 17:21] | 106 | +[20.2|10:21]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:08, 17:21] | 353 | +[20.2|10:21]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:08, 17:21] | 355 | +[20.2|10:21]: PHT19840403201407100 | DULKAMIT | [05:08, 17:21] | 354 | +[20.2|10:21]: PHT19780325200807100 | MUKLISIN | [05:08, 17:21] | 653 | +[20.2|10:21]: PHT19720110199501100 | SUNARDI | [05:08, 17:21] | 651 | +[20.2|10:21]: PHT19730509200409100 | SUGENG RIYANTO | [05:08, 17:21] | 652 | +[20.2|10:21]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:08, 17:21] | 652 | +[20.2|10:21]: PHT19720519199704100 | IDA JATIYANA | [05:08, 17:21] | 652 | +[20.2|10:21]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:08, 17:21] | 51 | +[20.2|10:21]: PHT19670521199604100 | SUSWANTO | [05:08, 17:21] | 84 | +[20.2|10:21]: PHT19760513201108100 | KOKOK WAHYONO | [05:08, 17:21] | 675 | +[20.2|10:21]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:08, 17:21] | 664 | +[20.2|10:21]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:08, 17:21] | 232 | +[20.2|10:21]: PHT19810414200608100 | KOKO ARDIANTO | [05:08, 17:21] | 107 | +[20.2|10:21]: PHT19770403200901100 | RASMADI | [05:08, 17:21] | 107 | +[20.2|10:21]: PHT19770110201108100 | SURADI | [05:08, 17:21] | 108 | +[20.2|10:21]: PHT19900808201407100 | HARIS BUDIARTO | [05:08, 17:21] | 726 | +[20.2|10:21]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:08, 17:21] | 726 | +[20.2|10:21]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:08, 17:21] | 741 | +[20.2|10:21]: PHT19800929201507100 | SUDARSONO | [05:08, 17:21] | 736 | +[20.2|10:21]: PHT19940723202207100 | Farid Romdhony Ashari | [05:08, 17:21] | 275 | +[20.2|10:21]: PHT19961124201602100 | WAHYU BUDIANTO | [05:08, 17:21] | 575 | +[20.2|10:21]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:08, 17:21] | 576 | +[20.2|10:21]: PHT19790531201307101 | HERU PURNOMO | [05:08, 17:21] | 889 | From c64f01f7ed561a6d19eda72fe5bef224702ff64b Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 21 Feb 2024 05:01:22 +0700 Subject: [PATCH 030/158] Update log at 2024-02-20 22:01:22.389398 [20.2|22:1]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:01, -] | 381 | [20.2|22:1]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:01, -] | 202 | [20.2|22:1]: PHT19750328200409100 | WARIMAN | [05:01, -] | 202 | [20.2|22:1]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:01, -] | 203 | [20.2|22:1]: PHT19770214200801100 | PITHUT GUNAWAN | [05:01, -] | 108 | [20.2|22:1]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:01, -] | 105 | [20.2|22:1]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:01, -] | 352 | [20.2|22:1]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:01, -] | 354 | [20.2|22:1]: PHT19840403201407100 | DULKAMIT | [05:01, -] | 353 | [20.2|22:1]: PHT19780325200807100 | MUKLISIN | [05:01, -] | 652 | [20.2|22:1]: PHT19720110199501100 | SUNARDI | [05:01, -] | 650 | [20.2|22:1]: PHT19730509200409100 | SUGENG RIYANTO | [05:01, -] | 651 | [20.2|22:1]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:01, -] | 651 | [20.2|22:1]: PHT19720519199704100 | IDA JATIYANA | [05:01, -] | 651 | [20.2|22:1]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:01, -] | 50 | [20.2|22:1]: PHT19670521199604100 | SUSWANTO | [05:01, -] | 83 | [20.2|22:1]: PHT19760513201108100 | KOKOK WAHYONO | [05:01, -] | 674 | [20.2|22:1]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:01, -] | 663 | [20.2|22:1]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:01, -] | 231 | [20.2|22:1]: PHT19810414200608100 | KOKO ARDIANTO | [05:01, -] | 106 | [20.2|22:1]: PHT19770403200901100 | RASMADI | [05:01, -] | 106 | [20.2|22:1]: PHT19770110201108100 | SURADI | [05:01, -] | 107 | [20.2|22:1]: PHT19900808201407100 | HARIS BUDIARTO | [05:01, -] | 725 | [20.2|22:1]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:01, -] | 725 | [20.2|22:1]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:01, -] | 740 | [20.2|22:1]: PHT19800929201507100 | SUDARSONO | [05:01, -] | 735 | [20.2|22:1]: PHT19940723202207100 | Farid Romdhony Ashari | [05:01, -] | 274 | [20.2|22:1]: PHT19961124201602100 | WAHYU BUDIANTO | [05:01, -] | 574 | [20.2|22:1]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:01, -] | 575 | [20.2|22:1]: PHT19790531201307101 | HERU PURNOMO | [05:01, -] | 888 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 6b56db9e..f929607c 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[20.2|10:21]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:08, 17:21] | 382 | -[20.2|10:21]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:08, 17:21] | 203 | -[20.2|10:21]: PHT19750328200409100 | WARIMAN | [05:08, 17:21] | 203 | -[20.2|10:21]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:08, 17:21] | 204 | -[20.2|10:21]: PHT19770214200801100 | PITHUT GUNAWAN | [05:08, 17:21] | 109 | -[20.2|10:21]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:08, 17:21] | 106 | -[20.2|10:21]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:08, 17:21] | 353 | -[20.2|10:21]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:08, 17:21] | 355 | -[20.2|10:21]: PHT19840403201407100 | DULKAMIT | [05:08, 17:21] | 354 | -[20.2|10:21]: PHT19780325200807100 | MUKLISIN | [05:08, 17:21] | 653 | -[20.2|10:21]: PHT19720110199501100 | SUNARDI | [05:08, 17:21] | 651 | -[20.2|10:21]: PHT19730509200409100 | SUGENG RIYANTO | [05:08, 17:21] | 652 | -[20.2|10:21]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:08, 17:21] | 652 | -[20.2|10:21]: PHT19720519199704100 | IDA JATIYANA | [05:08, 17:21] | 652 | -[20.2|10:21]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:08, 17:21] | 51 | -[20.2|10:21]: PHT19670521199604100 | SUSWANTO | [05:08, 17:21] | 84 | -[20.2|10:21]: PHT19760513201108100 | KOKOK WAHYONO | [05:08, 17:21] | 675 | -[20.2|10:21]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:08, 17:21] | 664 | -[20.2|10:21]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:08, 17:21] | 232 | -[20.2|10:21]: PHT19810414200608100 | KOKO ARDIANTO | [05:08, 17:21] | 107 | -[20.2|10:21]: PHT19770403200901100 | RASMADI | [05:08, 17:21] | 107 | -[20.2|10:21]: PHT19770110201108100 | SURADI | [05:08, 17:21] | 108 | -[20.2|10:21]: PHT19900808201407100 | HARIS BUDIARTO | [05:08, 17:21] | 726 | -[20.2|10:21]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:08, 17:21] | 726 | -[20.2|10:21]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:08, 17:21] | 741 | -[20.2|10:21]: PHT19800929201507100 | SUDARSONO | [05:08, 17:21] | 736 | -[20.2|10:21]: PHT19940723202207100 | Farid Romdhony Ashari | [05:08, 17:21] | 275 | -[20.2|10:21]: PHT19961124201602100 | WAHYU BUDIANTO | [05:08, 17:21] | 575 | -[20.2|10:21]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:08, 17:21] | 576 | -[20.2|10:21]: PHT19790531201307101 | HERU PURNOMO | [05:08, 17:21] | 889 | +[20.2|22:1]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:01, -] | 381 | +[20.2|22:1]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:01, -] | 202 | +[20.2|22:1]: PHT19750328200409100 | WARIMAN | [05:01, -] | 202 | +[20.2|22:1]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:01, -] | 203 | +[20.2|22:1]: PHT19770214200801100 | PITHUT GUNAWAN | [05:01, -] | 108 | +[20.2|22:1]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:01, -] | 105 | +[20.2|22:1]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:01, -] | 352 | +[20.2|22:1]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:01, -] | 354 | +[20.2|22:1]: PHT19840403201407100 | DULKAMIT | [05:01, -] | 353 | +[20.2|22:1]: PHT19780325200807100 | MUKLISIN | [05:01, -] | 652 | +[20.2|22:1]: PHT19720110199501100 | SUNARDI | [05:01, -] | 650 | +[20.2|22:1]: PHT19730509200409100 | SUGENG RIYANTO | [05:01, -] | 651 | +[20.2|22:1]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:01, -] | 651 | +[20.2|22:1]: PHT19720519199704100 | IDA JATIYANA | [05:01, -] | 651 | +[20.2|22:1]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:01, -] | 50 | +[20.2|22:1]: PHT19670521199604100 | SUSWANTO | [05:01, -] | 83 | +[20.2|22:1]: PHT19760513201108100 | KOKOK WAHYONO | [05:01, -] | 674 | +[20.2|22:1]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:01, -] | 663 | +[20.2|22:1]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:01, -] | 231 | +[20.2|22:1]: PHT19810414200608100 | KOKO ARDIANTO | [05:01, -] | 106 | +[20.2|22:1]: PHT19770403200901100 | RASMADI | [05:01, -] | 106 | +[20.2|22:1]: PHT19770110201108100 | SURADI | [05:01, -] | 107 | +[20.2|22:1]: PHT19900808201407100 | HARIS BUDIARTO | [05:01, -] | 725 | +[20.2|22:1]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:01, -] | 725 | +[20.2|22:1]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:01, -] | 740 | +[20.2|22:1]: PHT19800929201507100 | SUDARSONO | [05:01, -] | 735 | +[20.2|22:1]: PHT19940723202207100 | Farid Romdhony Ashari | [05:01, -] | 274 | +[20.2|22:1]: PHT19961124201602100 | WAHYU BUDIANTO | [05:01, -] | 574 | +[20.2|22:1]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:01, -] | 575 | +[20.2|22:1]: PHT19790531201307101 | HERU PURNOMO | [05:01, -] | 888 | From eb093d08cc4fb5e85ae205a17e40d041e28a1479 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 21 Feb 2024 17:08:22 +0700 Subject: [PATCH 031/158] Update log at 2024-02-21 10:08:22.290253 [21.2|10:8]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:01, 17:08] | 380 | [21.2|10:8]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:01, 17:08] | 201 | [21.2|10:8]: PHT19750328200409100 | WARIMAN | [05:01, 17:08] | 201 | [21.2|10:8]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:01, 17:08] | 202 | [21.2|10:8]: PHT19770214200801100 | PITHUT GUNAWAN | [05:01, 17:08] | 107 | [21.2|10:8]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:01, 17:08] | 104 | [21.2|10:8]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:01, 17:08] | 351 | [21.2|10:8]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:01, 17:08] | 353 | [21.2|10:8]: PHT19840403201407100 | DULKAMIT | [05:01, 17:08] | 352 | [21.2|10:8]: PHT19780325200807100 | MUKLISIN | [05:01, 17:08] | 651 | [21.2|10:8]: PHT19720110199501100 | SUNARDI | [05:01, 17:08] | 649 | [21.2|10:8]: PHT19730509200409100 | SUGENG RIYANTO | [05:01, 17:08] | 650 | [21.2|10:8]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:01, 17:08] | 650 | [21.2|10:8]: PHT19720519199704100 | IDA JATIYANA | [05:01, 17:08] | 650 | [21.2|10:8]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:01, 17:08] | 49 | [21.2|10:8]: PHT19670521199604100 | SUSWANTO | [05:01, 17:08] | 82 | [21.2|10:8]: PHT19760513201108100 | KOKOK WAHYONO | [05:01, 17:08] | 673 | [21.2|10:8]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:01, 17:08] | 662 | [21.2|10:8]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:01, 17:08] | 230 | [21.2|10:8]: PHT19810414200608100 | KOKO ARDIANTO | [05:01, 17:08] | 105 | [21.2|10:8]: PHT19770403200901100 | RASMADI | [05:01, 17:08] | 105 | [21.2|10:8]: PHT19770110201108100 | SURADI | [05:01, 17:08] | 106 | [21.2|10:8]: PHT19900808201407100 | HARIS BUDIARTO | [05:01, 17:08] | 724 | [21.2|10:8]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:01, 17:08] | 724 | [21.2|10:8]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:01, 17:08] | 739 | [21.2|10:8]: PHT19800929201507100 | SUDARSONO | [05:01, 17:08] | 734 | [21.2|10:8]: PHT19940723202207100 | Farid Romdhony Ashari | [05:01, 17:08] | 273 | [21.2|10:8]: PHT19961124201602100 | WAHYU BUDIANTO | [05:01, 17:08] | 573 | [21.2|10:8]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:01, 17:08] | 574 | [21.2|10:8]: PHT19790531201307101 | HERU PURNOMO | [05:01, 17:08] | 887 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index f929607c..fb0e975b 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[20.2|22:1]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:01, -] | 381 | -[20.2|22:1]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:01, -] | 202 | -[20.2|22:1]: PHT19750328200409100 | WARIMAN | [05:01, -] | 202 | -[20.2|22:1]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:01, -] | 203 | -[20.2|22:1]: PHT19770214200801100 | PITHUT GUNAWAN | [05:01, -] | 108 | -[20.2|22:1]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:01, -] | 105 | -[20.2|22:1]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:01, -] | 352 | -[20.2|22:1]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:01, -] | 354 | -[20.2|22:1]: PHT19840403201407100 | DULKAMIT | [05:01, -] | 353 | -[20.2|22:1]: PHT19780325200807100 | MUKLISIN | [05:01, -] | 652 | -[20.2|22:1]: PHT19720110199501100 | SUNARDI | [05:01, -] | 650 | -[20.2|22:1]: PHT19730509200409100 | SUGENG RIYANTO | [05:01, -] | 651 | -[20.2|22:1]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:01, -] | 651 | -[20.2|22:1]: PHT19720519199704100 | IDA JATIYANA | [05:01, -] | 651 | -[20.2|22:1]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:01, -] | 50 | -[20.2|22:1]: PHT19670521199604100 | SUSWANTO | [05:01, -] | 83 | -[20.2|22:1]: PHT19760513201108100 | KOKOK WAHYONO | [05:01, -] | 674 | -[20.2|22:1]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:01, -] | 663 | -[20.2|22:1]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:01, -] | 231 | -[20.2|22:1]: PHT19810414200608100 | KOKO ARDIANTO | [05:01, -] | 106 | -[20.2|22:1]: PHT19770403200901100 | RASMADI | [05:01, -] | 106 | -[20.2|22:1]: PHT19770110201108100 | SURADI | [05:01, -] | 107 | -[20.2|22:1]: PHT19900808201407100 | HARIS BUDIARTO | [05:01, -] | 725 | -[20.2|22:1]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:01, -] | 725 | -[20.2|22:1]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:01, -] | 740 | -[20.2|22:1]: PHT19800929201507100 | SUDARSONO | [05:01, -] | 735 | -[20.2|22:1]: PHT19940723202207100 | Farid Romdhony Ashari | [05:01, -] | 274 | -[20.2|22:1]: PHT19961124201602100 | WAHYU BUDIANTO | [05:01, -] | 574 | -[20.2|22:1]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:01, -] | 575 | -[20.2|22:1]: PHT19790531201307101 | HERU PURNOMO | [05:01, -] | 888 | +[21.2|10:8]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:01, 17:08] | 380 | +[21.2|10:8]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:01, 17:08] | 201 | +[21.2|10:8]: PHT19750328200409100 | WARIMAN | [05:01, 17:08] | 201 | +[21.2|10:8]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:01, 17:08] | 202 | +[21.2|10:8]: PHT19770214200801100 | PITHUT GUNAWAN | [05:01, 17:08] | 107 | +[21.2|10:8]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:01, 17:08] | 104 | +[21.2|10:8]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:01, 17:08] | 351 | +[21.2|10:8]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:01, 17:08] | 353 | +[21.2|10:8]: PHT19840403201407100 | DULKAMIT | [05:01, 17:08] | 352 | +[21.2|10:8]: PHT19780325200807100 | MUKLISIN | [05:01, 17:08] | 651 | +[21.2|10:8]: PHT19720110199501100 | SUNARDI | [05:01, 17:08] | 649 | +[21.2|10:8]: PHT19730509200409100 | SUGENG RIYANTO | [05:01, 17:08] | 650 | +[21.2|10:8]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:01, 17:08] | 650 | +[21.2|10:8]: PHT19720519199704100 | IDA JATIYANA | [05:01, 17:08] | 650 | +[21.2|10:8]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:01, 17:08] | 49 | +[21.2|10:8]: PHT19670521199604100 | SUSWANTO | [05:01, 17:08] | 82 | +[21.2|10:8]: PHT19760513201108100 | KOKOK WAHYONO | [05:01, 17:08] | 673 | +[21.2|10:8]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:01, 17:08] | 662 | +[21.2|10:8]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:01, 17:08] | 230 | +[21.2|10:8]: PHT19810414200608100 | KOKO ARDIANTO | [05:01, 17:08] | 105 | +[21.2|10:8]: PHT19770403200901100 | RASMADI | [05:01, 17:08] | 105 | +[21.2|10:8]: PHT19770110201108100 | SURADI | [05:01, 17:08] | 106 | +[21.2|10:8]: PHT19900808201407100 | HARIS BUDIARTO | [05:01, 17:08] | 724 | +[21.2|10:8]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:01, 17:08] | 724 | +[21.2|10:8]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:01, 17:08] | 739 | +[21.2|10:8]: PHT19800929201507100 | SUDARSONO | [05:01, 17:08] | 734 | +[21.2|10:8]: PHT19940723202207100 | Farid Romdhony Ashari | [05:01, 17:08] | 273 | +[21.2|10:8]: PHT19961124201602100 | WAHYU BUDIANTO | [05:01, 17:08] | 573 | +[21.2|10:8]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:01, 17:08] | 574 | +[21.2|10:8]: PHT19790531201307101 | HERU PURNOMO | [05:01, 17:08] | 887 | From 608b61a0357f5585ead80cf8d58a52ce74dae78b Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Thu, 22 Feb 2024 05:06:23 +0700 Subject: [PATCH 032/158] Update log at 2024-02-21 22:06:22.844610 [21.2|22:6]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:06, -] | 379 | [21.2|22:6]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:06, -] | 200 | [21.2|22:6]: PHT19750328200409100 | WARIMAN | [05:06, -] | 200 | [21.2|22:6]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:06, -] | 201 | [21.2|22:6]: PHT19770214200801100 | PITHUT GUNAWAN | [05:06, -] | 106 | [21.2|22:6]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:06, -] | 103 | [21.2|22:6]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:06, -] | 350 | [21.2|22:6]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:06, -] | 352 | [21.2|22:6]: PHT19840403201407100 | DULKAMIT | [05:06, -] | 351 | [21.2|22:6]: PHT19780325200807100 | MUKLISIN | [05:06, -] | 650 | [21.2|22:6]: PHT19720110199501100 | SUNARDI | [05:06, -] | 648 | [21.2|22:6]: PHT19730509200409100 | SUGENG RIYANTO | [05:06, -] | 649 | [21.2|22:6]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:06, -] | 649 | [21.2|22:6]: PHT19720519199704100 | IDA JATIYANA | [05:06, -] | 649 | [21.2|22:6]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:06, -] | 48 | [21.2|22:6]: PHT19670521199604100 | SUSWANTO | [05:06, -] | 81 | [21.2|22:6]: PHT19760513201108100 | KOKOK WAHYONO | [05:06, -] | 672 | [21.2|22:6]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:06, -] | 661 | [21.2|22:6]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:06, -] | 229 | [21.2|22:6]: PHT19810414200608100 | KOKO ARDIANTO | [05:06, -] | 104 | [21.2|22:6]: PHT19770403200901100 | RASMADI | [05:06, -] | 104 | [21.2|22:6]: PHT19770110201108100 | SURADI | [05:06, -] | 105 | [21.2|22:6]: PHT19900808201407100 | HARIS BUDIARTO | [05:06, -] | 723 | [21.2|22:6]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, -] | 723 | [21.2|22:6]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:06, -] | 738 | [21.2|22:6]: PHT19800929201507100 | SUDARSONO | [05:06, -] | 733 | [21.2|22:6]: PHT19940723202207100 | Farid Romdhony Ashari | [05:06, -] | 272 | [21.2|22:6]: PHT19961124201602100 | WAHYU BUDIANTO | [05:06, -] | 572 | [21.2|22:6]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:06, -] | 573 | [21.2|22:6]: PHT19790531201307101 | HERU PURNOMO | [05:06, -] | 886 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index fb0e975b..eb5d96e7 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[21.2|10:8]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:01, 17:08] | 380 | -[21.2|10:8]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:01, 17:08] | 201 | -[21.2|10:8]: PHT19750328200409100 | WARIMAN | [05:01, 17:08] | 201 | -[21.2|10:8]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:01, 17:08] | 202 | -[21.2|10:8]: PHT19770214200801100 | PITHUT GUNAWAN | [05:01, 17:08] | 107 | -[21.2|10:8]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:01, 17:08] | 104 | -[21.2|10:8]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:01, 17:08] | 351 | -[21.2|10:8]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:01, 17:08] | 353 | -[21.2|10:8]: PHT19840403201407100 | DULKAMIT | [05:01, 17:08] | 352 | -[21.2|10:8]: PHT19780325200807100 | MUKLISIN | [05:01, 17:08] | 651 | -[21.2|10:8]: PHT19720110199501100 | SUNARDI | [05:01, 17:08] | 649 | -[21.2|10:8]: PHT19730509200409100 | SUGENG RIYANTO | [05:01, 17:08] | 650 | -[21.2|10:8]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:01, 17:08] | 650 | -[21.2|10:8]: PHT19720519199704100 | IDA JATIYANA | [05:01, 17:08] | 650 | -[21.2|10:8]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:01, 17:08] | 49 | -[21.2|10:8]: PHT19670521199604100 | SUSWANTO | [05:01, 17:08] | 82 | -[21.2|10:8]: PHT19760513201108100 | KOKOK WAHYONO | [05:01, 17:08] | 673 | -[21.2|10:8]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:01, 17:08] | 662 | -[21.2|10:8]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:01, 17:08] | 230 | -[21.2|10:8]: PHT19810414200608100 | KOKO ARDIANTO | [05:01, 17:08] | 105 | -[21.2|10:8]: PHT19770403200901100 | RASMADI | [05:01, 17:08] | 105 | -[21.2|10:8]: PHT19770110201108100 | SURADI | [05:01, 17:08] | 106 | -[21.2|10:8]: PHT19900808201407100 | HARIS BUDIARTO | [05:01, 17:08] | 724 | -[21.2|10:8]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:01, 17:08] | 724 | -[21.2|10:8]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:01, 17:08] | 739 | -[21.2|10:8]: PHT19800929201507100 | SUDARSONO | [05:01, 17:08] | 734 | -[21.2|10:8]: PHT19940723202207100 | Farid Romdhony Ashari | [05:01, 17:08] | 273 | -[21.2|10:8]: PHT19961124201602100 | WAHYU BUDIANTO | [05:01, 17:08] | 573 | -[21.2|10:8]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:01, 17:08] | 574 | -[21.2|10:8]: PHT19790531201307101 | HERU PURNOMO | [05:01, 17:08] | 887 | +[21.2|22:6]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:06, -] | 379 | +[21.2|22:6]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:06, -] | 200 | +[21.2|22:6]: PHT19750328200409100 | WARIMAN | [05:06, -] | 200 | +[21.2|22:6]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:06, -] | 201 | +[21.2|22:6]: PHT19770214200801100 | PITHUT GUNAWAN | [05:06, -] | 106 | +[21.2|22:6]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:06, -] | 103 | +[21.2|22:6]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:06, -] | 350 | +[21.2|22:6]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:06, -] | 352 | +[21.2|22:6]: PHT19840403201407100 | DULKAMIT | [05:06, -] | 351 | +[21.2|22:6]: PHT19780325200807100 | MUKLISIN | [05:06, -] | 650 | +[21.2|22:6]: PHT19720110199501100 | SUNARDI | [05:06, -] | 648 | +[21.2|22:6]: PHT19730509200409100 | SUGENG RIYANTO | [05:06, -] | 649 | +[21.2|22:6]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:06, -] | 649 | +[21.2|22:6]: PHT19720519199704100 | IDA JATIYANA | [05:06, -] | 649 | +[21.2|22:6]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:06, -] | 48 | +[21.2|22:6]: PHT19670521199604100 | SUSWANTO | [05:06, -] | 81 | +[21.2|22:6]: PHT19760513201108100 | KOKOK WAHYONO | [05:06, -] | 672 | +[21.2|22:6]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:06, -] | 661 | +[21.2|22:6]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:06, -] | 229 | +[21.2|22:6]: PHT19810414200608100 | KOKO ARDIANTO | [05:06, -] | 104 | +[21.2|22:6]: PHT19770403200901100 | RASMADI | [05:06, -] | 104 | +[21.2|22:6]: PHT19770110201108100 | SURADI | [05:06, -] | 105 | +[21.2|22:6]: PHT19900808201407100 | HARIS BUDIARTO | [05:06, -] | 723 | +[21.2|22:6]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, -] | 723 | +[21.2|22:6]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:06, -] | 738 | +[21.2|22:6]: PHT19800929201507100 | SUDARSONO | [05:06, -] | 733 | +[21.2|22:6]: PHT19940723202207100 | Farid Romdhony Ashari | [05:06, -] | 272 | +[21.2|22:6]: PHT19961124201602100 | WAHYU BUDIANTO | [05:06, -] | 572 | +[21.2|22:6]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:06, -] | 573 | +[21.2|22:6]: PHT19790531201307101 | HERU PURNOMO | [05:06, -] | 886 | From a45b507712b545ec5953a3d3ad2065763caad160 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Thu, 22 Feb 2024 17:14:22 +0700 Subject: [PATCH 033/158] Update log at 2024-02-22 10:14:22.535817 [22.2|10:14]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:06, 17:14] | 378 | [22.2|10:14]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:06, 17:14] | 199 | [22.2|10:14]: PHT19750328200409100 | WARIMAN | [05:06, 17:14] | 199 | [22.2|10:14]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:06, 17:14] | 200 | [22.2|10:14]: PHT19770214200801100 | PITHUT GUNAWAN | [05:06, 17:14] | 105 | [22.2|10:14]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:06, 17:14] | 102 | [22.2|10:14]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:06, 17:14] | 349 | [22.2|10:14]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:06, 17:14] | 351 | [22.2|10:14]: PHT19840403201407100 | DULKAMIT | [05:06, 17:14] | 350 | [22.2|10:14]: PHT19780325200807100 | MUKLISIN | [05:06, 17:14] | 649 | [22.2|10:14]: PHT19720110199501100 | SUNARDI | [05:06, 17:14] | 647 | [22.2|10:14]: PHT19730509200409100 | SUGENG RIYANTO | [05:06, 17:14] | 648 | [22.2|10:14]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:06, 17:14] | 648 | [22.2|10:14]: PHT19720519199704100 | IDA JATIYANA | [05:06, 17:14] | 648 | [22.2|10:14]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:06, 17:14] | 47 | [22.2|10:14]: PHT19670521199604100 | SUSWANTO | [05:06, 17:14] | 80 | [22.2|10:14]: PHT19760513201108100 | KOKOK WAHYONO | [05:06, 17:14] | 671 | [22.2|10:14]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:06, 17:14] | 660 | [22.2|10:14]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:06, 17:14] | 228 | [22.2|10:14]: PHT19810414200608100 | KOKO ARDIANTO | [05:06, 17:14] | 103 | [22.2|10:14]: PHT19770403200901100 | RASMADI | [05:06, 17:14] | 103 | [22.2|10:14]: PHT19770110201108100 | SURADI | [05:06, 17:14] | 104 | [22.2|10:14]: PHT19900808201407100 | HARIS BUDIARTO | [05:06, 17:14] | 722 | [22.2|10:14]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, 17:14] | 722 | [22.2|10:14]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:06, 17:14] | 737 | [22.2|10:14]: PHT19800929201507100 | SUDARSONO | [05:06, 17:14] | 732 | [22.2|10:14]: PHT19940723202207100 | Farid Romdhony Ashari | [05:06, 17:14] | 271 | [22.2|10:14]: PHT19961124201602100 | WAHYU BUDIANTO | [05:06, 17:14] | 571 | [22.2|10:14]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:06, 17:14] | 572 | [22.2|10:14]: PHT19790531201307101 | HERU PURNOMO | [05:06, 17:14] | 885 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index eb5d96e7..6c88ad02 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[21.2|22:6]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:06, -] | 379 | -[21.2|22:6]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:06, -] | 200 | -[21.2|22:6]: PHT19750328200409100 | WARIMAN | [05:06, -] | 200 | -[21.2|22:6]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:06, -] | 201 | -[21.2|22:6]: PHT19770214200801100 | PITHUT GUNAWAN | [05:06, -] | 106 | -[21.2|22:6]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:06, -] | 103 | -[21.2|22:6]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:06, -] | 350 | -[21.2|22:6]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:06, -] | 352 | -[21.2|22:6]: PHT19840403201407100 | DULKAMIT | [05:06, -] | 351 | -[21.2|22:6]: PHT19780325200807100 | MUKLISIN | [05:06, -] | 650 | -[21.2|22:6]: PHT19720110199501100 | SUNARDI | [05:06, -] | 648 | -[21.2|22:6]: PHT19730509200409100 | SUGENG RIYANTO | [05:06, -] | 649 | -[21.2|22:6]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:06, -] | 649 | -[21.2|22:6]: PHT19720519199704100 | IDA JATIYANA | [05:06, -] | 649 | -[21.2|22:6]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:06, -] | 48 | -[21.2|22:6]: PHT19670521199604100 | SUSWANTO | [05:06, -] | 81 | -[21.2|22:6]: PHT19760513201108100 | KOKOK WAHYONO | [05:06, -] | 672 | -[21.2|22:6]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:06, -] | 661 | -[21.2|22:6]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:06, -] | 229 | -[21.2|22:6]: PHT19810414200608100 | KOKO ARDIANTO | [05:06, -] | 104 | -[21.2|22:6]: PHT19770403200901100 | RASMADI | [05:06, -] | 104 | -[21.2|22:6]: PHT19770110201108100 | SURADI | [05:06, -] | 105 | -[21.2|22:6]: PHT19900808201407100 | HARIS BUDIARTO | [05:06, -] | 723 | -[21.2|22:6]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, -] | 723 | -[21.2|22:6]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:06, -] | 738 | -[21.2|22:6]: PHT19800929201507100 | SUDARSONO | [05:06, -] | 733 | -[21.2|22:6]: PHT19940723202207100 | Farid Romdhony Ashari | [05:06, -] | 272 | -[21.2|22:6]: PHT19961124201602100 | WAHYU BUDIANTO | [05:06, -] | 572 | -[21.2|22:6]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:06, -] | 573 | -[21.2|22:6]: PHT19790531201307101 | HERU PURNOMO | [05:06, -] | 886 | +[22.2|10:14]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:06, 17:14] | 378 | +[22.2|10:14]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:06, 17:14] | 199 | +[22.2|10:14]: PHT19750328200409100 | WARIMAN | [05:06, 17:14] | 199 | +[22.2|10:14]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:06, 17:14] | 200 | +[22.2|10:14]: PHT19770214200801100 | PITHUT GUNAWAN | [05:06, 17:14] | 105 | +[22.2|10:14]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:06, 17:14] | 102 | +[22.2|10:14]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:06, 17:14] | 349 | +[22.2|10:14]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:06, 17:14] | 351 | +[22.2|10:14]: PHT19840403201407100 | DULKAMIT | [05:06, 17:14] | 350 | +[22.2|10:14]: PHT19780325200807100 | MUKLISIN | [05:06, 17:14] | 649 | +[22.2|10:14]: PHT19720110199501100 | SUNARDI | [05:06, 17:14] | 647 | +[22.2|10:14]: PHT19730509200409100 | SUGENG RIYANTO | [05:06, 17:14] | 648 | +[22.2|10:14]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:06, 17:14] | 648 | +[22.2|10:14]: PHT19720519199704100 | IDA JATIYANA | [05:06, 17:14] | 648 | +[22.2|10:14]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:06, 17:14] | 47 | +[22.2|10:14]: PHT19670521199604100 | SUSWANTO | [05:06, 17:14] | 80 | +[22.2|10:14]: PHT19760513201108100 | KOKOK WAHYONO | [05:06, 17:14] | 671 | +[22.2|10:14]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:06, 17:14] | 660 | +[22.2|10:14]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:06, 17:14] | 228 | +[22.2|10:14]: PHT19810414200608100 | KOKO ARDIANTO | [05:06, 17:14] | 103 | +[22.2|10:14]: PHT19770403200901100 | RASMADI | [05:06, 17:14] | 103 | +[22.2|10:14]: PHT19770110201108100 | SURADI | [05:06, 17:14] | 104 | +[22.2|10:14]: PHT19900808201407100 | HARIS BUDIARTO | [05:06, 17:14] | 722 | +[22.2|10:14]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, 17:14] | 722 | +[22.2|10:14]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:06, 17:14] | 737 | +[22.2|10:14]: PHT19800929201507100 | SUDARSONO | [05:06, 17:14] | 732 | +[22.2|10:14]: PHT19940723202207100 | Farid Romdhony Ashari | [05:06, 17:14] | 271 | +[22.2|10:14]: PHT19961124201602100 | WAHYU BUDIANTO | [05:06, 17:14] | 571 | +[22.2|10:14]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:06, 17:14] | 572 | +[22.2|10:14]: PHT19790531201307101 | HERU PURNOMO | [05:06, 17:14] | 885 | From 7712641f24e349485c5f1bc953e87ad81a7ad74e Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Fri, 23 Feb 2024 05:24:22 +0700 Subject: [PATCH 034/158] Update log at 2024-02-22 22:24:21.814897 [22.2|22:24]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:24, -] | 377 | [22.2|22:24]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:24, -] | 198 | [22.2|22:24]: PHT19750328200409100 | WARIMAN | [05:24, -] | 198 | [22.2|22:24]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:24, -] | 199 | [22.2|22:24]: PHT19770214200801100 | PITHUT GUNAWAN | [05:24, -] | 104 | [22.2|22:24]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:24, -] | 101 | [22.2|22:24]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:24, -] | 348 | [22.2|22:24]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:24, -] | 350 | [22.2|22:24]: PHT19840403201407100 | DULKAMIT | [05:24, -] | 349 | [22.2|22:24]: PHT19780325200807100 | MUKLISIN | [05:24, -] | 648 | [22.2|22:24]: PHT19720110199501100 | SUNARDI | [05:24, -] | 646 | [22.2|22:24]: PHT19730509200409100 | SUGENG RIYANTO | [05:24, -] | 647 | [22.2|22:24]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:24, -] | 647 | [22.2|22:24]: PHT19720519199704100 | IDA JATIYANA | [05:24, -] | 647 | [22.2|22:24]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:24, -] | 46 | [22.2|22:24]: PHT19670521199604100 | SUSWANTO | [05:24, -] | 79 | [22.2|22:24]: PHT19760513201108100 | KOKOK WAHYONO | [05:24, -] | 670 | [22.2|22:24]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:24, -] | 659 | [22.2|22:24]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:24, -] | 227 | [22.2|22:24]: PHT19810414200608100 | KOKO ARDIANTO | [05:24, -] | 102 | [22.2|22:24]: PHT19770403200901100 | RASMADI | [05:24, -] | 102 | [22.2|22:24]: PHT19770110201108100 | SURADI | [05:24, -] | 103 | [22.2|22:24]: PHT19900808201407100 | HARIS BUDIARTO | [05:24, -] | 721 | [22.2|22:24]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:24, -] | 721 | [22.2|22:24]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:24, -] | 736 | [22.2|22:24]: PHT19800929201507100 | SUDARSONO | [05:24, -] | 731 | [22.2|22:24]: PHT19940723202207100 | Farid Romdhony Ashari | [05:24, -] | 270 | [22.2|22:24]: PHT19961124201602100 | WAHYU BUDIANTO | [05:24, -] | 570 | [22.2|22:24]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:24, -] | 571 | [22.2|22:24]: PHT19790531201307101 | HERU PURNOMO | [05:24, -] | 884 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 6c88ad02..aaf1b9cb 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[22.2|10:14]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:06, 17:14] | 378 | -[22.2|10:14]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:06, 17:14] | 199 | -[22.2|10:14]: PHT19750328200409100 | WARIMAN | [05:06, 17:14] | 199 | -[22.2|10:14]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:06, 17:14] | 200 | -[22.2|10:14]: PHT19770214200801100 | PITHUT GUNAWAN | [05:06, 17:14] | 105 | -[22.2|10:14]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:06, 17:14] | 102 | -[22.2|10:14]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:06, 17:14] | 349 | -[22.2|10:14]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:06, 17:14] | 351 | -[22.2|10:14]: PHT19840403201407100 | DULKAMIT | [05:06, 17:14] | 350 | -[22.2|10:14]: PHT19780325200807100 | MUKLISIN | [05:06, 17:14] | 649 | -[22.2|10:14]: PHT19720110199501100 | SUNARDI | [05:06, 17:14] | 647 | -[22.2|10:14]: PHT19730509200409100 | SUGENG RIYANTO | [05:06, 17:14] | 648 | -[22.2|10:14]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:06, 17:14] | 648 | -[22.2|10:14]: PHT19720519199704100 | IDA JATIYANA | [05:06, 17:14] | 648 | -[22.2|10:14]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:06, 17:14] | 47 | -[22.2|10:14]: PHT19670521199604100 | SUSWANTO | [05:06, 17:14] | 80 | -[22.2|10:14]: PHT19760513201108100 | KOKOK WAHYONO | [05:06, 17:14] | 671 | -[22.2|10:14]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:06, 17:14] | 660 | -[22.2|10:14]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:06, 17:14] | 228 | -[22.2|10:14]: PHT19810414200608100 | KOKO ARDIANTO | [05:06, 17:14] | 103 | -[22.2|10:14]: PHT19770403200901100 | RASMADI | [05:06, 17:14] | 103 | -[22.2|10:14]: PHT19770110201108100 | SURADI | [05:06, 17:14] | 104 | -[22.2|10:14]: PHT19900808201407100 | HARIS BUDIARTO | [05:06, 17:14] | 722 | -[22.2|10:14]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, 17:14] | 722 | -[22.2|10:14]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:06, 17:14] | 737 | -[22.2|10:14]: PHT19800929201507100 | SUDARSONO | [05:06, 17:14] | 732 | -[22.2|10:14]: PHT19940723202207100 | Farid Romdhony Ashari | [05:06, 17:14] | 271 | -[22.2|10:14]: PHT19961124201602100 | WAHYU BUDIANTO | [05:06, 17:14] | 571 | -[22.2|10:14]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:06, 17:14] | 572 | -[22.2|10:14]: PHT19790531201307101 | HERU PURNOMO | [05:06, 17:14] | 885 | +[22.2|22:24]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:24, -] | 377 | +[22.2|22:24]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:24, -] | 198 | +[22.2|22:24]: PHT19750328200409100 | WARIMAN | [05:24, -] | 198 | +[22.2|22:24]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:24, -] | 199 | +[22.2|22:24]: PHT19770214200801100 | PITHUT GUNAWAN | [05:24, -] | 104 | +[22.2|22:24]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:24, -] | 101 | +[22.2|22:24]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:24, -] | 348 | +[22.2|22:24]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:24, -] | 350 | +[22.2|22:24]: PHT19840403201407100 | DULKAMIT | [05:24, -] | 349 | +[22.2|22:24]: PHT19780325200807100 | MUKLISIN | [05:24, -] | 648 | +[22.2|22:24]: PHT19720110199501100 | SUNARDI | [05:24, -] | 646 | +[22.2|22:24]: PHT19730509200409100 | SUGENG RIYANTO | [05:24, -] | 647 | +[22.2|22:24]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:24, -] | 647 | +[22.2|22:24]: PHT19720519199704100 | IDA JATIYANA | [05:24, -] | 647 | +[22.2|22:24]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:24, -] | 46 | +[22.2|22:24]: PHT19670521199604100 | SUSWANTO | [05:24, -] | 79 | +[22.2|22:24]: PHT19760513201108100 | KOKOK WAHYONO | [05:24, -] | 670 | +[22.2|22:24]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:24, -] | 659 | +[22.2|22:24]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:24, -] | 227 | +[22.2|22:24]: PHT19810414200608100 | KOKO ARDIANTO | [05:24, -] | 102 | +[22.2|22:24]: PHT19770403200901100 | RASMADI | [05:24, -] | 102 | +[22.2|22:24]: PHT19770110201108100 | SURADI | [05:24, -] | 103 | +[22.2|22:24]: PHT19900808201407100 | HARIS BUDIARTO | [05:24, -] | 721 | +[22.2|22:24]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:24, -] | 721 | +[22.2|22:24]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:24, -] | 736 | +[22.2|22:24]: PHT19800929201507100 | SUDARSONO | [05:24, -] | 731 | +[22.2|22:24]: PHT19940723202207100 | Farid Romdhony Ashari | [05:24, -] | 270 | +[22.2|22:24]: PHT19961124201602100 | WAHYU BUDIANTO | [05:24, -] | 570 | +[22.2|22:24]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:24, -] | 571 | +[22.2|22:24]: PHT19790531201307101 | HERU PURNOMO | [05:24, -] | 884 | From 3352f81ded67aaae351d226cff436a70e8459dd2 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Fri, 23 Feb 2024 17:20:22 +0700 Subject: [PATCH 035/158] Update log at 2024-02-23 10:20:22.556152 [23.2|10:20]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:24, 17:20] | 376 | [23.2|10:20]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:24, 17:20] | 197 | [23.2|10:20]: PHT19750328200409100 | WARIMAN | [05:24, 17:20] | 197 | [23.2|10:20]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:24, 17:20] | 198 | [23.2|10:20]: PHT19770214200801100 | PITHUT GUNAWAN | [05:24, 17:20] | 103 | [23.2|10:20]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:24, 17:20] | 100 | [23.2|10:20]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:24, 17:20] | 347 | [23.2|10:20]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:24, 17:20] | 349 | [23.2|10:20]: PHT19840403201407100 | DULKAMIT | [05:24, 17:20] | 348 | [23.2|10:20]: PHT19780325200807100 | MUKLISIN | [05:24, 17:20] | 647 | [23.2|10:20]: PHT19720110199501100 | SUNARDI | [05:24, 17:20] | 645 | [23.2|10:20]: PHT19730509200409100 | SUGENG RIYANTO | [05:24, 17:20] | 646 | [23.2|10:20]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:24, 17:20] | 646 | [23.2|10:20]: PHT19720519199704100 | IDA JATIYANA | [05:24, 17:20] | 646 | [23.2|10:20]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:24, 17:20] | 45 | [23.2|10:20]: PHT19670521199604100 | SUSWANTO | [05:24, 17:20] | 78 | [23.2|10:20]: PHT19760513201108100 | KOKOK WAHYONO | [05:24, 17:20] | 669 | [23.2|10:20]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:24, 17:20] | 658 | [23.2|10:20]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:24, 17:20] | 226 | [23.2|10:20]: PHT19810414200608100 | KOKO ARDIANTO | [05:24, 17:20] | 101 | [23.2|10:20]: PHT19770403200901100 | RASMADI | [05:24, 17:20] | 101 | [23.2|10:20]: PHT19770110201108100 | SURADI | [05:24, 17:20] | 102 | [23.2|10:20]: PHT19900808201407100 | HARIS BUDIARTO | [05:24, 17:20] | 720 | [23.2|10:20]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:24, 17:20] | 720 | [23.2|10:20]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:24, 17:20] | 735 | [23.2|10:20]: PHT19800929201507100 | SUDARSONO | [05:24, 17:20] | 730 | [23.2|10:20]: PHT19940723202207100 | Farid Romdhony Ashari | [05:24, 17:20] | 269 | [23.2|10:20]: PHT19961124201602100 | WAHYU BUDIANTO | [05:24, 17:20] | 569 | [23.2|10:20]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:24, 17:20] | 570 | [23.2|10:20]: PHT19790531201307101 | HERU PURNOMO | [05:24, 17:20] | 883 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index aaf1b9cb..46b02b10 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[22.2|22:24]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:24, -] | 377 | -[22.2|22:24]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:24, -] | 198 | -[22.2|22:24]: PHT19750328200409100 | WARIMAN | [05:24, -] | 198 | -[22.2|22:24]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:24, -] | 199 | -[22.2|22:24]: PHT19770214200801100 | PITHUT GUNAWAN | [05:24, -] | 104 | -[22.2|22:24]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:24, -] | 101 | -[22.2|22:24]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:24, -] | 348 | -[22.2|22:24]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:24, -] | 350 | -[22.2|22:24]: PHT19840403201407100 | DULKAMIT | [05:24, -] | 349 | -[22.2|22:24]: PHT19780325200807100 | MUKLISIN | [05:24, -] | 648 | -[22.2|22:24]: PHT19720110199501100 | SUNARDI | [05:24, -] | 646 | -[22.2|22:24]: PHT19730509200409100 | SUGENG RIYANTO | [05:24, -] | 647 | -[22.2|22:24]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:24, -] | 647 | -[22.2|22:24]: PHT19720519199704100 | IDA JATIYANA | [05:24, -] | 647 | -[22.2|22:24]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:24, -] | 46 | -[22.2|22:24]: PHT19670521199604100 | SUSWANTO | [05:24, -] | 79 | -[22.2|22:24]: PHT19760513201108100 | KOKOK WAHYONO | [05:24, -] | 670 | -[22.2|22:24]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:24, -] | 659 | -[22.2|22:24]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:24, -] | 227 | -[22.2|22:24]: PHT19810414200608100 | KOKO ARDIANTO | [05:24, -] | 102 | -[22.2|22:24]: PHT19770403200901100 | RASMADI | [05:24, -] | 102 | -[22.2|22:24]: PHT19770110201108100 | SURADI | [05:24, -] | 103 | -[22.2|22:24]: PHT19900808201407100 | HARIS BUDIARTO | [05:24, -] | 721 | -[22.2|22:24]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:24, -] | 721 | -[22.2|22:24]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:24, -] | 736 | -[22.2|22:24]: PHT19800929201507100 | SUDARSONO | [05:24, -] | 731 | -[22.2|22:24]: PHT19940723202207100 | Farid Romdhony Ashari | [05:24, -] | 270 | -[22.2|22:24]: PHT19961124201602100 | WAHYU BUDIANTO | [05:24, -] | 570 | -[22.2|22:24]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:24, -] | 571 | -[22.2|22:24]: PHT19790531201307101 | HERU PURNOMO | [05:24, -] | 884 | +[23.2|10:20]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:24, 17:20] | 376 | +[23.2|10:20]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:24, 17:20] | 197 | +[23.2|10:20]: PHT19750328200409100 | WARIMAN | [05:24, 17:20] | 197 | +[23.2|10:20]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:24, 17:20] | 198 | +[23.2|10:20]: PHT19770214200801100 | PITHUT GUNAWAN | [05:24, 17:20] | 103 | +[23.2|10:20]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:24, 17:20] | 100 | +[23.2|10:20]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:24, 17:20] | 347 | +[23.2|10:20]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:24, 17:20] | 349 | +[23.2|10:20]: PHT19840403201407100 | DULKAMIT | [05:24, 17:20] | 348 | +[23.2|10:20]: PHT19780325200807100 | MUKLISIN | [05:24, 17:20] | 647 | +[23.2|10:20]: PHT19720110199501100 | SUNARDI | [05:24, 17:20] | 645 | +[23.2|10:20]: PHT19730509200409100 | SUGENG RIYANTO | [05:24, 17:20] | 646 | +[23.2|10:20]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:24, 17:20] | 646 | +[23.2|10:20]: PHT19720519199704100 | IDA JATIYANA | [05:24, 17:20] | 646 | +[23.2|10:20]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:24, 17:20] | 45 | +[23.2|10:20]: PHT19670521199604100 | SUSWANTO | [05:24, 17:20] | 78 | +[23.2|10:20]: PHT19760513201108100 | KOKOK WAHYONO | [05:24, 17:20] | 669 | +[23.2|10:20]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:24, 17:20] | 658 | +[23.2|10:20]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:24, 17:20] | 226 | +[23.2|10:20]: PHT19810414200608100 | KOKO ARDIANTO | [05:24, 17:20] | 101 | +[23.2|10:20]: PHT19770403200901100 | RASMADI | [05:24, 17:20] | 101 | +[23.2|10:20]: PHT19770110201108100 | SURADI | [05:24, 17:20] | 102 | +[23.2|10:20]: PHT19900808201407100 | HARIS BUDIARTO | [05:24, 17:20] | 720 | +[23.2|10:20]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:24, 17:20] | 720 | +[23.2|10:20]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:24, 17:20] | 735 | +[23.2|10:20]: PHT19800929201507100 | SUDARSONO | [05:24, 17:20] | 730 | +[23.2|10:20]: PHT19940723202207100 | Farid Romdhony Ashari | [05:24, 17:20] | 269 | +[23.2|10:20]: PHT19961124201602100 | WAHYU BUDIANTO | [05:24, 17:20] | 569 | +[23.2|10:20]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:24, 17:20] | 570 | +[23.2|10:20]: PHT19790531201307101 | HERU PURNOMO | [05:24, 17:20] | 883 | From 55989b3b9d2b5b456078b79a7abb791de523a4c2 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 26 Feb 2024 05:26:22 +0700 Subject: [PATCH 036/158] Update log at 2024-02-25 22:26:22.342383 [25.2|22:26]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:26, -] | 375 | [25.2|22:26]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:26, -] | 196 | [25.2|22:26]: PHT19750328200409100 | WARIMAN | [05:26, -] | 196 | [25.2|22:26]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:26, -] | 197 | [25.2|22:26]: PHT19770214200801100 | PITHUT GUNAWAN | [05:26, -] | 102 | [25.2|22:26]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:26, -] | 99 | [25.2|22:26]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:26, -] | 346 | [25.2|22:26]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:26, -] | 348 | [25.2|22:26]: PHT19840403201407100 | DULKAMIT | [05:26, -] | 347 | [25.2|22:26]: PHT19780325200807100 | MUKLISIN | [05:26, -] | 646 | [25.2|22:26]: PHT19720110199501100 | SUNARDI | [05:26, -] | 644 | [25.2|22:26]: PHT19730509200409100 | SUGENG RIYANTO | [05:26, -] | 645 | [25.2|22:26]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:26, -] | 645 | [25.2|22:26]: PHT19720519199704100 | IDA JATIYANA | [05:26, -] | 645 | [25.2|22:26]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:26, -] | 44 | [25.2|22:26]: PHT19670521199604100 | SUSWANTO | [05:26, -] | 77 | [25.2|22:26]: PHT19760513201108100 | KOKOK WAHYONO | [05:26, -] | 668 | [25.2|22:26]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:26, -] | 657 | [25.2|22:26]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:26, -] | 225 | [25.2|22:26]: PHT19810414200608100 | KOKO ARDIANTO | [05:26, -] | 100 | [25.2|22:26]: PHT19770403200901100 | RASMADI | [05:26, -] | 100 | [25.2|22:26]: PHT19770110201108100 | SURADI | [05:26, -] | 101 | [25.2|22:26]: PHT19900808201407100 | HARIS BUDIARTO | [05:26, -] | 719 | [25.2|22:26]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:26, -] | 719 | [25.2|22:26]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:26, -] | 734 | [25.2|22:26]: PHT19800929201507100 | SUDARSONO | [05:26, -] | 729 | [25.2|22:26]: PHT19940723202207100 | Farid Romdhony Ashari | [05:26, -] | 268 | [25.2|22:26]: PHT19961124201602100 | WAHYU BUDIANTO | [05:26, -] | 568 | [25.2|22:26]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:26, -] | 569 | [25.2|22:26]: PHT19790531201307101 | HERU PURNOMO | [05:26, -] | 882 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 46b02b10..8fc96938 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[23.2|10:20]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:24, 17:20] | 376 | -[23.2|10:20]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:24, 17:20] | 197 | -[23.2|10:20]: PHT19750328200409100 | WARIMAN | [05:24, 17:20] | 197 | -[23.2|10:20]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:24, 17:20] | 198 | -[23.2|10:20]: PHT19770214200801100 | PITHUT GUNAWAN | [05:24, 17:20] | 103 | -[23.2|10:20]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:24, 17:20] | 100 | -[23.2|10:20]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:24, 17:20] | 347 | -[23.2|10:20]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:24, 17:20] | 349 | -[23.2|10:20]: PHT19840403201407100 | DULKAMIT | [05:24, 17:20] | 348 | -[23.2|10:20]: PHT19780325200807100 | MUKLISIN | [05:24, 17:20] | 647 | -[23.2|10:20]: PHT19720110199501100 | SUNARDI | [05:24, 17:20] | 645 | -[23.2|10:20]: PHT19730509200409100 | SUGENG RIYANTO | [05:24, 17:20] | 646 | -[23.2|10:20]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:24, 17:20] | 646 | -[23.2|10:20]: PHT19720519199704100 | IDA JATIYANA | [05:24, 17:20] | 646 | -[23.2|10:20]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:24, 17:20] | 45 | -[23.2|10:20]: PHT19670521199604100 | SUSWANTO | [05:24, 17:20] | 78 | -[23.2|10:20]: PHT19760513201108100 | KOKOK WAHYONO | [05:24, 17:20] | 669 | -[23.2|10:20]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:24, 17:20] | 658 | -[23.2|10:20]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:24, 17:20] | 226 | -[23.2|10:20]: PHT19810414200608100 | KOKO ARDIANTO | [05:24, 17:20] | 101 | -[23.2|10:20]: PHT19770403200901100 | RASMADI | [05:24, 17:20] | 101 | -[23.2|10:20]: PHT19770110201108100 | SURADI | [05:24, 17:20] | 102 | -[23.2|10:20]: PHT19900808201407100 | HARIS BUDIARTO | [05:24, 17:20] | 720 | -[23.2|10:20]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:24, 17:20] | 720 | -[23.2|10:20]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:24, 17:20] | 735 | -[23.2|10:20]: PHT19800929201507100 | SUDARSONO | [05:24, 17:20] | 730 | -[23.2|10:20]: PHT19940723202207100 | Farid Romdhony Ashari | [05:24, 17:20] | 269 | -[23.2|10:20]: PHT19961124201602100 | WAHYU BUDIANTO | [05:24, 17:20] | 569 | -[23.2|10:20]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:24, 17:20] | 570 | -[23.2|10:20]: PHT19790531201307101 | HERU PURNOMO | [05:24, 17:20] | 883 | +[25.2|22:26]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:26, -] | 375 | +[25.2|22:26]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:26, -] | 196 | +[25.2|22:26]: PHT19750328200409100 | WARIMAN | [05:26, -] | 196 | +[25.2|22:26]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:26, -] | 197 | +[25.2|22:26]: PHT19770214200801100 | PITHUT GUNAWAN | [05:26, -] | 102 | +[25.2|22:26]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:26, -] | 99 | +[25.2|22:26]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:26, -] | 346 | +[25.2|22:26]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:26, -] | 348 | +[25.2|22:26]: PHT19840403201407100 | DULKAMIT | [05:26, -] | 347 | +[25.2|22:26]: PHT19780325200807100 | MUKLISIN | [05:26, -] | 646 | +[25.2|22:26]: PHT19720110199501100 | SUNARDI | [05:26, -] | 644 | +[25.2|22:26]: PHT19730509200409100 | SUGENG RIYANTO | [05:26, -] | 645 | +[25.2|22:26]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:26, -] | 645 | +[25.2|22:26]: PHT19720519199704100 | IDA JATIYANA | [05:26, -] | 645 | +[25.2|22:26]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:26, -] | 44 | +[25.2|22:26]: PHT19670521199604100 | SUSWANTO | [05:26, -] | 77 | +[25.2|22:26]: PHT19760513201108100 | KOKOK WAHYONO | [05:26, -] | 668 | +[25.2|22:26]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:26, -] | 657 | +[25.2|22:26]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:26, -] | 225 | +[25.2|22:26]: PHT19810414200608100 | KOKO ARDIANTO | [05:26, -] | 100 | +[25.2|22:26]: PHT19770403200901100 | RASMADI | [05:26, -] | 100 | +[25.2|22:26]: PHT19770110201108100 | SURADI | [05:26, -] | 101 | +[25.2|22:26]: PHT19900808201407100 | HARIS BUDIARTO | [05:26, -] | 719 | +[25.2|22:26]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:26, -] | 719 | +[25.2|22:26]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:26, -] | 734 | +[25.2|22:26]: PHT19800929201507100 | SUDARSONO | [05:26, -] | 729 | +[25.2|22:26]: PHT19940723202207100 | Farid Romdhony Ashari | [05:26, -] | 268 | +[25.2|22:26]: PHT19961124201602100 | WAHYU BUDIANTO | [05:26, -] | 568 | +[25.2|22:26]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:26, -] | 569 | +[25.2|22:26]: PHT19790531201307101 | HERU PURNOMO | [05:26, -] | 882 | From 9af50e72f35d43f1d5f52ea31fa6df352f0d8325 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 26 Feb 2024 17:28:22 +0700 Subject: [PATCH 037/158] Update log at 2024-02-26 10:28:22.581090 [26.2|10:28]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:26, 17:28] | 374 | [26.2|10:28]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:26, 17:28] | 195 | [26.2|10:28]: PHT19750328200409100 | WARIMAN | [05:26, 17:28] | 195 | [26.2|10:28]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:26, 17:28] | 196 | [26.2|10:28]: PHT19770214200801100 | PITHUT GUNAWAN | [05:26, 17:28] | 101 | [26.2|10:28]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:26, 17:28] | 98 | [26.2|10:28]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:26, 17:28] | 345 | [26.2|10:28]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:26, 17:28] | 347 | [26.2|10:28]: PHT19840403201407100 | DULKAMIT | [05:26, 17:28] | 346 | [26.2|10:28]: PHT19780325200807100 | MUKLISIN | [05:26, 17:28] | 645 | [26.2|10:28]: PHT19720110199501100 | SUNARDI | [05:26, 17:28] | 643 | [26.2|10:28]: PHT19730509200409100 | SUGENG RIYANTO | [05:26, 17:28] | 644 | [26.2|10:28]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:26, 17:28] | 644 | [26.2|10:28]: PHT19720519199704100 | IDA JATIYANA | [05:26, 17:28] | 644 | [26.2|10:28]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:26, 17:28] | 43 | [26.2|10:28]: PHT19670521199604100 | SUSWANTO | [05:26, 17:28] | 76 | [26.2|10:28]: PHT19760513201108100 | KOKOK WAHYONO | [05:26, 17:28] | 667 | [26.2|10:28]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:26, 17:28] | 656 | [26.2|10:28]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:26, 17:28] | 224 | [26.2|10:28]: PHT19810414200608100 | KOKO ARDIANTO | [05:26, 17:28] | 99 | [26.2|10:28]: PHT19770403200901100 | RASMADI | [05:26, 17:28] | 99 | [26.2|10:28]: PHT19770110201108100 | SURADI | [05:26, 17:28] | 100 | [26.2|10:28]: PHT19900808201407100 | HARIS BUDIARTO | [05:26, 17:28] | 718 | [26.2|10:28]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:26, 17:28] | 718 | [26.2|10:28]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:26, 17:28] | 733 | [26.2|10:28]: PHT19800929201507100 | SUDARSONO | [05:26, 17:28] | 728 | [26.2|10:28]: PHT19940723202207100 | Farid Romdhony Ashari | [05:26, 17:28] | 267 | [26.2|10:28]: PHT19961124201602100 | WAHYU BUDIANTO | [05:26, 17:28] | 567 | [26.2|10:28]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:26, 17:28] | 568 | [26.2|10:28]: PHT19790531201307101 | HERU PURNOMO | [05:26, 17:28] | 881 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 8fc96938..94bb346e 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[25.2|22:26]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:26, -] | 375 | -[25.2|22:26]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:26, -] | 196 | -[25.2|22:26]: PHT19750328200409100 | WARIMAN | [05:26, -] | 196 | -[25.2|22:26]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:26, -] | 197 | -[25.2|22:26]: PHT19770214200801100 | PITHUT GUNAWAN | [05:26, -] | 102 | -[25.2|22:26]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:26, -] | 99 | -[25.2|22:26]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:26, -] | 346 | -[25.2|22:26]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:26, -] | 348 | -[25.2|22:26]: PHT19840403201407100 | DULKAMIT | [05:26, -] | 347 | -[25.2|22:26]: PHT19780325200807100 | MUKLISIN | [05:26, -] | 646 | -[25.2|22:26]: PHT19720110199501100 | SUNARDI | [05:26, -] | 644 | -[25.2|22:26]: PHT19730509200409100 | SUGENG RIYANTO | [05:26, -] | 645 | -[25.2|22:26]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:26, -] | 645 | -[25.2|22:26]: PHT19720519199704100 | IDA JATIYANA | [05:26, -] | 645 | -[25.2|22:26]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:26, -] | 44 | -[25.2|22:26]: PHT19670521199604100 | SUSWANTO | [05:26, -] | 77 | -[25.2|22:26]: PHT19760513201108100 | KOKOK WAHYONO | [05:26, -] | 668 | -[25.2|22:26]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:26, -] | 657 | -[25.2|22:26]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:26, -] | 225 | -[25.2|22:26]: PHT19810414200608100 | KOKO ARDIANTO | [05:26, -] | 100 | -[25.2|22:26]: PHT19770403200901100 | RASMADI | [05:26, -] | 100 | -[25.2|22:26]: PHT19770110201108100 | SURADI | [05:26, -] | 101 | -[25.2|22:26]: PHT19900808201407100 | HARIS BUDIARTO | [05:26, -] | 719 | -[25.2|22:26]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:26, -] | 719 | -[25.2|22:26]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:26, -] | 734 | -[25.2|22:26]: PHT19800929201507100 | SUDARSONO | [05:26, -] | 729 | -[25.2|22:26]: PHT19940723202207100 | Farid Romdhony Ashari | [05:26, -] | 268 | -[25.2|22:26]: PHT19961124201602100 | WAHYU BUDIANTO | [05:26, -] | 568 | -[25.2|22:26]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:26, -] | 569 | -[25.2|22:26]: PHT19790531201307101 | HERU PURNOMO | [05:26, -] | 882 | +[26.2|10:28]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:26, 17:28] | 374 | +[26.2|10:28]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:26, 17:28] | 195 | +[26.2|10:28]: PHT19750328200409100 | WARIMAN | [05:26, 17:28] | 195 | +[26.2|10:28]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:26, 17:28] | 196 | +[26.2|10:28]: PHT19770214200801100 | PITHUT GUNAWAN | [05:26, 17:28] | 101 | +[26.2|10:28]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:26, 17:28] | 98 | +[26.2|10:28]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:26, 17:28] | 345 | +[26.2|10:28]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:26, 17:28] | 347 | +[26.2|10:28]: PHT19840403201407100 | DULKAMIT | [05:26, 17:28] | 346 | +[26.2|10:28]: PHT19780325200807100 | MUKLISIN | [05:26, 17:28] | 645 | +[26.2|10:28]: PHT19720110199501100 | SUNARDI | [05:26, 17:28] | 643 | +[26.2|10:28]: PHT19730509200409100 | SUGENG RIYANTO | [05:26, 17:28] | 644 | +[26.2|10:28]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:26, 17:28] | 644 | +[26.2|10:28]: PHT19720519199704100 | IDA JATIYANA | [05:26, 17:28] | 644 | +[26.2|10:28]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:26, 17:28] | 43 | +[26.2|10:28]: PHT19670521199604100 | SUSWANTO | [05:26, 17:28] | 76 | +[26.2|10:28]: PHT19760513201108100 | KOKOK WAHYONO | [05:26, 17:28] | 667 | +[26.2|10:28]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:26, 17:28] | 656 | +[26.2|10:28]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:26, 17:28] | 224 | +[26.2|10:28]: PHT19810414200608100 | KOKO ARDIANTO | [05:26, 17:28] | 99 | +[26.2|10:28]: PHT19770403200901100 | RASMADI | [05:26, 17:28] | 99 | +[26.2|10:28]: PHT19770110201108100 | SURADI | [05:26, 17:28] | 100 | +[26.2|10:28]: PHT19900808201407100 | HARIS BUDIARTO | [05:26, 17:28] | 718 | +[26.2|10:28]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:26, 17:28] | 718 | +[26.2|10:28]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:26, 17:28] | 733 | +[26.2|10:28]: PHT19800929201507100 | SUDARSONO | [05:26, 17:28] | 728 | +[26.2|10:28]: PHT19940723202207100 | Farid Romdhony Ashari | [05:26, 17:28] | 267 | +[26.2|10:28]: PHT19961124201602100 | WAHYU BUDIANTO | [05:26, 17:28] | 567 | +[26.2|10:28]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:26, 17:28] | 568 | +[26.2|10:28]: PHT19790531201307101 | HERU PURNOMO | [05:26, 17:28] | 881 | From d5552491553a35ebf6dedc8951cc4738f33bd04b Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 27 Feb 2024 05:25:22 +0700 Subject: [PATCH 038/158] Update log at 2024-02-26 22:25:22.243484 [26.2|22:25]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:25, -] | 373 | [26.2|22:25]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:25, -] | 194 | [26.2|22:25]: PHT19750328200409100 | WARIMAN | [05:25, -] | 194 | [26.2|22:25]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:25, -] | 195 | [26.2|22:25]: PHT19770214200801100 | PITHUT GUNAWAN | [05:25, -] | 100 | [26.2|22:25]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:25, -] | 97 | [26.2|22:25]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:25, -] | 344 | [26.2|22:25]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:25, -] | 346 | [26.2|22:25]: PHT19840403201407100 | DULKAMIT | [05:25, -] | 345 | [26.2|22:25]: PHT19780325200807100 | MUKLISIN | [05:25, -] | 644 | [26.2|22:25]: PHT19720110199501100 | SUNARDI | [05:25, -] | 642 | [26.2|22:25]: PHT19730509200409100 | SUGENG RIYANTO | [05:25, -] | 643 | [26.2|22:25]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:25, -] | 643 | [26.2|22:25]: PHT19720519199704100 | IDA JATIYANA | [05:25, -] | 643 | [26.2|22:25]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:25, -] | 42 | [26.2|22:25]: PHT19670521199604100 | SUSWANTO | [05:25, -] | 75 | [26.2|22:25]: PHT19760513201108100 | KOKOK WAHYONO | [05:25, -] | 666 | [26.2|22:25]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:25, -] | 655 | [26.2|22:25]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:25, -] | 223 | [26.2|22:25]: PHT19810414200608100 | KOKO ARDIANTO | [05:25, -] | 98 | [26.2|22:25]: PHT19770403200901100 | RASMADI | [05:25, -] | 98 | [26.2|22:25]: PHT19770110201108100 | SURADI | [05:25, -] | 99 | [26.2|22:25]: PHT19900808201407100 | HARIS BUDIARTO | [05:25, -] | 717 | [26.2|22:25]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:25, -] | 717 | [26.2|22:25]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:25, -] | 732 | [26.2|22:25]: PHT19800929201507100 | SUDARSONO | [05:25, -] | 727 | [26.2|22:25]: PHT19940723202207100 | Farid Romdhony Ashari | [05:25, -] | 266 | [26.2|22:25]: PHT19961124201602100 | WAHYU BUDIANTO | [05:25, -] | 566 | [26.2|22:25]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:25, -] | 567 | [26.2|22:25]: PHT19790531201307101 | HERU PURNOMO | [05:25, -] | 880 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 94bb346e..0088e8eb 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[26.2|10:28]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:26, 17:28] | 374 | -[26.2|10:28]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:26, 17:28] | 195 | -[26.2|10:28]: PHT19750328200409100 | WARIMAN | [05:26, 17:28] | 195 | -[26.2|10:28]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:26, 17:28] | 196 | -[26.2|10:28]: PHT19770214200801100 | PITHUT GUNAWAN | [05:26, 17:28] | 101 | -[26.2|10:28]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:26, 17:28] | 98 | -[26.2|10:28]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:26, 17:28] | 345 | -[26.2|10:28]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:26, 17:28] | 347 | -[26.2|10:28]: PHT19840403201407100 | DULKAMIT | [05:26, 17:28] | 346 | -[26.2|10:28]: PHT19780325200807100 | MUKLISIN | [05:26, 17:28] | 645 | -[26.2|10:28]: PHT19720110199501100 | SUNARDI | [05:26, 17:28] | 643 | -[26.2|10:28]: PHT19730509200409100 | SUGENG RIYANTO | [05:26, 17:28] | 644 | -[26.2|10:28]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:26, 17:28] | 644 | -[26.2|10:28]: PHT19720519199704100 | IDA JATIYANA | [05:26, 17:28] | 644 | -[26.2|10:28]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:26, 17:28] | 43 | -[26.2|10:28]: PHT19670521199604100 | SUSWANTO | [05:26, 17:28] | 76 | -[26.2|10:28]: PHT19760513201108100 | KOKOK WAHYONO | [05:26, 17:28] | 667 | -[26.2|10:28]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:26, 17:28] | 656 | -[26.2|10:28]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:26, 17:28] | 224 | -[26.2|10:28]: PHT19810414200608100 | KOKO ARDIANTO | [05:26, 17:28] | 99 | -[26.2|10:28]: PHT19770403200901100 | RASMADI | [05:26, 17:28] | 99 | -[26.2|10:28]: PHT19770110201108100 | SURADI | [05:26, 17:28] | 100 | -[26.2|10:28]: PHT19900808201407100 | HARIS BUDIARTO | [05:26, 17:28] | 718 | -[26.2|10:28]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:26, 17:28] | 718 | -[26.2|10:28]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:26, 17:28] | 733 | -[26.2|10:28]: PHT19800929201507100 | SUDARSONO | [05:26, 17:28] | 728 | -[26.2|10:28]: PHT19940723202207100 | Farid Romdhony Ashari | [05:26, 17:28] | 267 | -[26.2|10:28]: PHT19961124201602100 | WAHYU BUDIANTO | [05:26, 17:28] | 567 | -[26.2|10:28]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:26, 17:28] | 568 | -[26.2|10:28]: PHT19790531201307101 | HERU PURNOMO | [05:26, 17:28] | 881 | +[26.2|22:25]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:25, -] | 373 | +[26.2|22:25]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:25, -] | 194 | +[26.2|22:25]: PHT19750328200409100 | WARIMAN | [05:25, -] | 194 | +[26.2|22:25]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:25, -] | 195 | +[26.2|22:25]: PHT19770214200801100 | PITHUT GUNAWAN | [05:25, -] | 100 | +[26.2|22:25]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:25, -] | 97 | +[26.2|22:25]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:25, -] | 344 | +[26.2|22:25]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:25, -] | 346 | +[26.2|22:25]: PHT19840403201407100 | DULKAMIT | [05:25, -] | 345 | +[26.2|22:25]: PHT19780325200807100 | MUKLISIN | [05:25, -] | 644 | +[26.2|22:25]: PHT19720110199501100 | SUNARDI | [05:25, -] | 642 | +[26.2|22:25]: PHT19730509200409100 | SUGENG RIYANTO | [05:25, -] | 643 | +[26.2|22:25]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:25, -] | 643 | +[26.2|22:25]: PHT19720519199704100 | IDA JATIYANA | [05:25, -] | 643 | +[26.2|22:25]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:25, -] | 42 | +[26.2|22:25]: PHT19670521199604100 | SUSWANTO | [05:25, -] | 75 | +[26.2|22:25]: PHT19760513201108100 | KOKOK WAHYONO | [05:25, -] | 666 | +[26.2|22:25]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:25, -] | 655 | +[26.2|22:25]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:25, -] | 223 | +[26.2|22:25]: PHT19810414200608100 | KOKO ARDIANTO | [05:25, -] | 98 | +[26.2|22:25]: PHT19770403200901100 | RASMADI | [05:25, -] | 98 | +[26.2|22:25]: PHT19770110201108100 | SURADI | [05:25, -] | 99 | +[26.2|22:25]: PHT19900808201407100 | HARIS BUDIARTO | [05:25, -] | 717 | +[26.2|22:25]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:25, -] | 717 | +[26.2|22:25]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:25, -] | 732 | +[26.2|22:25]: PHT19800929201507100 | SUDARSONO | [05:25, -] | 727 | +[26.2|22:25]: PHT19940723202207100 | Farid Romdhony Ashari | [05:25, -] | 266 | +[26.2|22:25]: PHT19961124201602100 | WAHYU BUDIANTO | [05:25, -] | 566 | +[26.2|22:25]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:25, -] | 567 | +[26.2|22:25]: PHT19790531201307101 | HERU PURNOMO | [05:25, -] | 880 | From f0652f8509561929435f8b2f8535acf043e73c46 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 27 Feb 2024 17:28:23 +0700 Subject: [PATCH 039/158] Update log at 2024-02-27 10:28:22.793587 [27.2|10:28]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:25, 17:28] | 372 | [27.2|10:28]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:25, 17:28] | 193 | [27.2|10:28]: PHT19750328200409100 | WARIMAN | [05:25, 17:28] | 193 | [27.2|10:28]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:25, 17:28] | 194 | [27.2|10:28]: PHT19770214200801100 | PITHUT GUNAWAN | [05:25, 17:28] | 99 | [27.2|10:28]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:25, 17:28] | 96 | [27.2|10:28]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:25, 17:11] | 344 | [27.2|10:28]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:25, 17:28] | 345 | [27.2|10:28]: PHT19840403201407100 | DULKAMIT | [05:25, 17:28] | 344 | [27.2|10:28]: PHT19780325200807100 | MUKLISIN | [05:25, 17:28] | 643 | [27.2|10:28]: PHT19720110199501100 | SUNARDI | [05:25, 17:28] | 641 | [27.2|10:28]: PHT19730509200409100 | SUGENG RIYANTO | [05:25, 17:28] | 642 | [27.2|10:28]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:25, 17:28] | 642 | [27.2|10:28]: PHT19720519199704100 | IDA JATIYANA | [05:25, 17:28] | 642 | [27.2|10:28]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:25, 17:28] | 41 | [27.2|10:28]: PHT19670521199604100 | SUSWANTO | [05:25, 17:28] | 74 | [27.2|10:28]: PHT19760513201108100 | KOKOK WAHYONO | [05:25, 17:28] | 665 | [27.2|10:28]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:25, 17:28] | 654 | [27.2|10:28]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:25, 17:28] | 222 | [27.2|10:28]: PHT19810414200608100 | KOKO ARDIANTO | [05:25, 17:28] | 97 | [27.2|10:28]: PHT19770403200901100 | RASMADI | [05:25, 17:28] | 97 | [27.2|10:28]: PHT19770110201108100 | SURADI | [05:25, 17:28] | 98 | [27.2|10:28]: PHT19900808201407100 | HARIS BUDIARTO | [05:25, 17:28] | 716 | [27.2|10:28]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:25, 17:28] | 716 | [27.2|10:28]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:25, 17:28] | 731 | [27.2|10:28]: PHT19800929201507100 | SUDARSONO | [05:25, 17:28] | 726 | [27.2|10:28]: PHT19940723202207100 | Farid Romdhony Ashari | [05:25, 17:28] | 265 | [27.2|10:28]: PHT19961124201602100 | WAHYU BUDIANTO | [05:25, 17:28] | 565 | [27.2|10:28]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:25, 17:28] | 566 | [27.2|10:28]: PHT19790531201307101 | HERU PURNOMO | [05:25, 17:28] | 879 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 0088e8eb..d72066e1 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[26.2|22:25]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:25, -] | 373 | -[26.2|22:25]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:25, -] | 194 | -[26.2|22:25]: PHT19750328200409100 | WARIMAN | [05:25, -] | 194 | -[26.2|22:25]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:25, -] | 195 | -[26.2|22:25]: PHT19770214200801100 | PITHUT GUNAWAN | [05:25, -] | 100 | -[26.2|22:25]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:25, -] | 97 | -[26.2|22:25]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:25, -] | 344 | -[26.2|22:25]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:25, -] | 346 | -[26.2|22:25]: PHT19840403201407100 | DULKAMIT | [05:25, -] | 345 | -[26.2|22:25]: PHT19780325200807100 | MUKLISIN | [05:25, -] | 644 | -[26.2|22:25]: PHT19720110199501100 | SUNARDI | [05:25, -] | 642 | -[26.2|22:25]: PHT19730509200409100 | SUGENG RIYANTO | [05:25, -] | 643 | -[26.2|22:25]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:25, -] | 643 | -[26.2|22:25]: PHT19720519199704100 | IDA JATIYANA | [05:25, -] | 643 | -[26.2|22:25]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:25, -] | 42 | -[26.2|22:25]: PHT19670521199604100 | SUSWANTO | [05:25, -] | 75 | -[26.2|22:25]: PHT19760513201108100 | KOKOK WAHYONO | [05:25, -] | 666 | -[26.2|22:25]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:25, -] | 655 | -[26.2|22:25]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:25, -] | 223 | -[26.2|22:25]: PHT19810414200608100 | KOKO ARDIANTO | [05:25, -] | 98 | -[26.2|22:25]: PHT19770403200901100 | RASMADI | [05:25, -] | 98 | -[26.2|22:25]: PHT19770110201108100 | SURADI | [05:25, -] | 99 | -[26.2|22:25]: PHT19900808201407100 | HARIS BUDIARTO | [05:25, -] | 717 | -[26.2|22:25]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:25, -] | 717 | -[26.2|22:25]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:25, -] | 732 | -[26.2|22:25]: PHT19800929201507100 | SUDARSONO | [05:25, -] | 727 | -[26.2|22:25]: PHT19940723202207100 | Farid Romdhony Ashari | [05:25, -] | 266 | -[26.2|22:25]: PHT19961124201602100 | WAHYU BUDIANTO | [05:25, -] | 566 | -[26.2|22:25]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:25, -] | 567 | -[26.2|22:25]: PHT19790531201307101 | HERU PURNOMO | [05:25, -] | 880 | +[27.2|10:28]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:25, 17:28] | 372 | +[27.2|10:28]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:25, 17:28] | 193 | +[27.2|10:28]: PHT19750328200409100 | WARIMAN | [05:25, 17:28] | 193 | +[27.2|10:28]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:25, 17:28] | 194 | +[27.2|10:28]: PHT19770214200801100 | PITHUT GUNAWAN | [05:25, 17:28] | 99 | +[27.2|10:28]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:25, 17:28] | 96 | +[27.2|10:28]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:25, 17:11] | 344 | +[27.2|10:28]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:25, 17:28] | 345 | +[27.2|10:28]: PHT19840403201407100 | DULKAMIT | [05:25, 17:28] | 344 | +[27.2|10:28]: PHT19780325200807100 | MUKLISIN | [05:25, 17:28] | 643 | +[27.2|10:28]: PHT19720110199501100 | SUNARDI | [05:25, 17:28] | 641 | +[27.2|10:28]: PHT19730509200409100 | SUGENG RIYANTO | [05:25, 17:28] | 642 | +[27.2|10:28]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:25, 17:28] | 642 | +[27.2|10:28]: PHT19720519199704100 | IDA JATIYANA | [05:25, 17:28] | 642 | +[27.2|10:28]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:25, 17:28] | 41 | +[27.2|10:28]: PHT19670521199604100 | SUSWANTO | [05:25, 17:28] | 74 | +[27.2|10:28]: PHT19760513201108100 | KOKOK WAHYONO | [05:25, 17:28] | 665 | +[27.2|10:28]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:25, 17:28] | 654 | +[27.2|10:28]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:25, 17:28] | 222 | +[27.2|10:28]: PHT19810414200608100 | KOKO ARDIANTO | [05:25, 17:28] | 97 | +[27.2|10:28]: PHT19770403200901100 | RASMADI | [05:25, 17:28] | 97 | +[27.2|10:28]: PHT19770110201108100 | SURADI | [05:25, 17:28] | 98 | +[27.2|10:28]: PHT19900808201407100 | HARIS BUDIARTO | [05:25, 17:28] | 716 | +[27.2|10:28]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:25, 17:28] | 716 | +[27.2|10:28]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:25, 17:28] | 731 | +[27.2|10:28]: PHT19800929201507100 | SUDARSONO | [05:25, 17:28] | 726 | +[27.2|10:28]: PHT19940723202207100 | Farid Romdhony Ashari | [05:25, 17:28] | 265 | +[27.2|10:28]: PHT19961124201602100 | WAHYU BUDIANTO | [05:25, 17:28] | 565 | +[27.2|10:28]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:25, 17:28] | 566 | +[27.2|10:28]: PHT19790531201307101 | HERU PURNOMO | [05:25, 17:28] | 879 | From fb68ffd5a8c0b85b433b65605a9599017c9a4d97 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 27 Feb 2024 20:30:49 +0700 Subject: [PATCH 040/158] Update log at 2024-02-27 20:30:49.895232 --- source/dani.log | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index d72066e1..e69de29b 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +0,0 @@ -[27.2|10:28]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:25, 17:28] | 372 | -[27.2|10:28]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:25, 17:28] | 193 | -[27.2|10:28]: PHT19750328200409100 | WARIMAN | [05:25, 17:28] | 193 | -[27.2|10:28]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:25, 17:28] | 194 | -[27.2|10:28]: PHT19770214200801100 | PITHUT GUNAWAN | [05:25, 17:28] | 99 | -[27.2|10:28]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:25, 17:28] | 96 | -[27.2|10:28]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:25, 17:11] | 344 | -[27.2|10:28]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:25, 17:28] | 345 | -[27.2|10:28]: PHT19840403201407100 | DULKAMIT | [05:25, 17:28] | 344 | -[27.2|10:28]: PHT19780325200807100 | MUKLISIN | [05:25, 17:28] | 643 | -[27.2|10:28]: PHT19720110199501100 | SUNARDI | [05:25, 17:28] | 641 | -[27.2|10:28]: PHT19730509200409100 | SUGENG RIYANTO | [05:25, 17:28] | 642 | -[27.2|10:28]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:25, 17:28] | 642 | -[27.2|10:28]: PHT19720519199704100 | IDA JATIYANA | [05:25, 17:28] | 642 | -[27.2|10:28]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:25, 17:28] | 41 | -[27.2|10:28]: PHT19670521199604100 | SUSWANTO | [05:25, 17:28] | 74 | -[27.2|10:28]: PHT19760513201108100 | KOKOK WAHYONO | [05:25, 17:28] | 665 | -[27.2|10:28]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:25, 17:28] | 654 | -[27.2|10:28]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:25, 17:28] | 222 | -[27.2|10:28]: PHT19810414200608100 | KOKO ARDIANTO | [05:25, 17:28] | 97 | -[27.2|10:28]: PHT19770403200901100 | RASMADI | [05:25, 17:28] | 97 | -[27.2|10:28]: PHT19770110201108100 | SURADI | [05:25, 17:28] | 98 | -[27.2|10:28]: PHT19900808201407100 | HARIS BUDIARTO | [05:25, 17:28] | 716 | -[27.2|10:28]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:25, 17:28] | 716 | -[27.2|10:28]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:25, 17:28] | 731 | -[27.2|10:28]: PHT19800929201507100 | SUDARSONO | [05:25, 17:28] | 726 | -[27.2|10:28]: PHT19940723202207100 | Farid Romdhony Ashari | [05:25, 17:28] | 265 | -[27.2|10:28]: PHT19961124201602100 | WAHYU BUDIANTO | [05:25, 17:28] | 565 | -[27.2|10:28]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:25, 17:28] | 566 | -[27.2|10:28]: PHT19790531201307101 | HERU PURNOMO | [05:25, 17:28] | 879 | From edc8436938c25b77fdbf76b1cb2900382eb5bb7c Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 27 Feb 2024 20:31:13 +0700 Subject: [PATCH 041/158] Update log at 2024-02-27 20:31:13.878783 From 6516346e30f7b6f00133fd568c8af17d1a55daaa Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 28 Feb 2024 05:01:22 +0700 Subject: [PATCH 042/158] Update log at 2024-02-27 22:01:21.872721 [27.2|22:1]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:01, -] | 371 | [27.2|22:1]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:01, -] | 192 | [27.2|22:1]: PHT19750328200409100 | WARIMAN | [05:01, -] | 192 | [27.2|22:1]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:01, -] | 193 | [27.2|22:1]: PHT19770214200801100 | PITHUT GUNAWAN | [05:01, -] | 98 | [27.2|22:1]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:01, -] | 95 | [27.2|22:1]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:01, -] | 343 | [27.2|22:1]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:01, -] | 344 | [27.2|22:1]: PHT19840403201407100 | DULKAMIT | [05:01, -] | 343 | [27.2|22:1]: PHT19780325200807100 | MUKLISIN | [05:01, -] | 642 | [27.2|22:1]: PHT19720110199501100 | SUNARDI | [05:01, -] | 640 | [27.2|22:1]: PHT19730509200409100 | SUGENG RIYANTO | [05:01, -] | 641 | [27.2|22:1]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:01, -] | 641 | [27.2|22:1]: PHT19720519199704100 | IDA JATIYANA | [05:01, -] | 641 | [27.2|22:1]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:01, -] | 40 | [27.2|22:1]: PHT19670521199604100 | SUSWANTO | [05:01, -] | 73 | [27.2|22:1]: PHT19760513201108100 | KOKOK WAHYONO | [05:01, -] | 664 | [27.2|22:1]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:01, -] | 653 | [27.2|22:1]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:01, -] | 221 | [27.2|22:1]: PHT19810414200608100 | KOKO ARDIANTO | [05:01, -] | 96 | [27.2|22:1]: PHT19770403200901100 | RASMADI | [05:01, -] | 96 | [27.2|22:1]: PHT19770110201108100 | SURADI | [05:01, -] | 97 | [27.2|22:1]: PHT19900808201407100 | HARIS BUDIARTO | [05:01, -] | 715 | [27.2|22:1]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:01, -] | 715 | [27.2|22:1]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:01, -] | 730 | [27.2|22:1]: PHT19800929201507100 | SUDARSONO | [05:01, -] | 725 | [27.2|22:1]: PHT19940723202207100 | Farid Romdhony Ashari | [05:01, -] | 264 | [27.2|22:1]: PHT19961124201602100 | WAHYU BUDIANTO | [05:01, -] | 564 | [27.2|22:1]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:01, -] | 565 | [27.2|22:1]: PHT19790531201307101 | HERU PURNOMO | [05:01, -] | 878 | --- source/dani.log | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/source/dani.log b/source/dani.log index e69de29b..33750691 100644 --- a/source/dani.log +++ b/source/dani.log @@ -0,0 +1,30 @@ +[27.2|22:1]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:01, -] | 371 | +[27.2|22:1]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:01, -] | 192 | +[27.2|22:1]: PHT19750328200409100 | WARIMAN | [05:01, -] | 192 | +[27.2|22:1]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:01, -] | 193 | +[27.2|22:1]: PHT19770214200801100 | PITHUT GUNAWAN | [05:01, -] | 98 | +[27.2|22:1]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:01, -] | 95 | +[27.2|22:1]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:01, -] | 343 | +[27.2|22:1]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:01, -] | 344 | +[27.2|22:1]: PHT19840403201407100 | DULKAMIT | [05:01, -] | 343 | +[27.2|22:1]: PHT19780325200807100 | MUKLISIN | [05:01, -] | 642 | +[27.2|22:1]: PHT19720110199501100 | SUNARDI | [05:01, -] | 640 | +[27.2|22:1]: PHT19730509200409100 | SUGENG RIYANTO | [05:01, -] | 641 | +[27.2|22:1]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:01, -] | 641 | +[27.2|22:1]: PHT19720519199704100 | IDA JATIYANA | [05:01, -] | 641 | +[27.2|22:1]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:01, -] | 40 | +[27.2|22:1]: PHT19670521199604100 | SUSWANTO | [05:01, -] | 73 | +[27.2|22:1]: PHT19760513201108100 | KOKOK WAHYONO | [05:01, -] | 664 | +[27.2|22:1]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:01, -] | 653 | +[27.2|22:1]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:01, -] | 221 | +[27.2|22:1]: PHT19810414200608100 | KOKO ARDIANTO | [05:01, -] | 96 | +[27.2|22:1]: PHT19770403200901100 | RASMADI | [05:01, -] | 96 | +[27.2|22:1]: PHT19770110201108100 | SURADI | [05:01, -] | 97 | +[27.2|22:1]: PHT19900808201407100 | HARIS BUDIARTO | [05:01, -] | 715 | +[27.2|22:1]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:01, -] | 715 | +[27.2|22:1]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:01, -] | 730 | +[27.2|22:1]: PHT19800929201507100 | SUDARSONO | [05:01, -] | 725 | +[27.2|22:1]: PHT19940723202207100 | Farid Romdhony Ashari | [05:01, -] | 264 | +[27.2|22:1]: PHT19961124201602100 | WAHYU BUDIANTO | [05:01, -] | 564 | +[27.2|22:1]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:01, -] | 565 | +[27.2|22:1]: PHT19790531201307101 | HERU PURNOMO | [05:01, -] | 878 | From 38ab893ed667ccdc2982a32ae0ac6534201f3891 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 28 Feb 2024 17:20:25 +0700 Subject: [PATCH 043/158] Update log at 2024-02-28 10:20:25.441986 [28.2|10:20]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:01, 17:20] | 370 | [28.2|10:20]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:01, 17:20] | 191 | [28.2|10:20]: PHT19750328200409100 | WARIMAN | [05:01, 17:20] | 191 | [28.2|10:20]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:01, 17:20] | 192 | [28.2|10:20]: PHT19770214200801100 | PITHUT GUNAWAN | [05:01, 17:20] | 97 | [28.2|10:20]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:01, 17:20] | 94 | [28.2|10:20]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:01, 17:20] | 342 | [28.2|10:20]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:01, 17:20] | 343 | [28.2|10:20]: PHT19840403201407100 | DULKAMIT | [05:01, 17:20] | 342 | [28.2|10:20]: PHT19780325200807100 | MUKLISIN | [05:01, 17:20] | 641 | [28.2|10:20]: PHT19720110199501100 | SUNARDI | [05:01, 17:20] | 639 | [28.2|10:20]: PHT19730509200409100 | SUGENG RIYANTO | [05:01, 17:20] | 640 | [28.2|10:20]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:01, 17:20] | 640 | [28.2|10:20]: PHT19720519199704100 | IDA JATIYANA | [05:01, 17:20] | 640 | [28.2|10:20]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:01, 17:20] | 39 | [28.2|10:20]: PHT19670521199604100 | SUSWANTO | [05:01, 17:20] | 72 | [28.2|10:20]: PHT19760513201108100 | KOKOK WAHYONO | [05:01, 17:20] | 663 | [28.2|10:20]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:01, 17:20] | 652 | [28.2|10:20]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:01, 17:20] | 220 | [28.2|10:20]: PHT19810414200608100 | KOKO ARDIANTO | [05:01, 17:20] | 95 | [28.2|10:20]: PHT19770403200901100 | RASMADI | [05:01, 17:20] | 95 | [28.2|10:20]: PHT19770110201108100 | SURADI | [05:01, 17:20] | 96 | [28.2|10:20]: PHT19900808201407100 | HARIS BUDIARTO | [05:01, 17:20] | 714 | [28.2|10:20]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:01, 17:20] | 714 | [28.2|10:20]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:01, 17:20] | 729 | [28.2|10:20]: PHT19800929201507100 | SUDARSONO | [05:01, 17:20] | 724 | [28.2|10:20]: PHT19940723202207100 | Farid Romdhony Ashari | [05:01, 17:20] | 263 | [28.2|10:20]: PHT19961124201602100 | WAHYU BUDIANTO | [05:01, 17:20] | 563 | [28.2|10:20]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:01, 17:20] | 564 | [28.2|10:20]: PHT19790531201307101 | HERU PURNOMO | [05:01, 17:20] | 877 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 33750691..d14c5a75 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[27.2|22:1]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:01, -] | 371 | -[27.2|22:1]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:01, -] | 192 | -[27.2|22:1]: PHT19750328200409100 | WARIMAN | [05:01, -] | 192 | -[27.2|22:1]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:01, -] | 193 | -[27.2|22:1]: PHT19770214200801100 | PITHUT GUNAWAN | [05:01, -] | 98 | -[27.2|22:1]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:01, -] | 95 | -[27.2|22:1]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:01, -] | 343 | -[27.2|22:1]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:01, -] | 344 | -[27.2|22:1]: PHT19840403201407100 | DULKAMIT | [05:01, -] | 343 | -[27.2|22:1]: PHT19780325200807100 | MUKLISIN | [05:01, -] | 642 | -[27.2|22:1]: PHT19720110199501100 | SUNARDI | [05:01, -] | 640 | -[27.2|22:1]: PHT19730509200409100 | SUGENG RIYANTO | [05:01, -] | 641 | -[27.2|22:1]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:01, -] | 641 | -[27.2|22:1]: PHT19720519199704100 | IDA JATIYANA | [05:01, -] | 641 | -[27.2|22:1]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:01, -] | 40 | -[27.2|22:1]: PHT19670521199604100 | SUSWANTO | [05:01, -] | 73 | -[27.2|22:1]: PHT19760513201108100 | KOKOK WAHYONO | [05:01, -] | 664 | -[27.2|22:1]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:01, -] | 653 | -[27.2|22:1]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:01, -] | 221 | -[27.2|22:1]: PHT19810414200608100 | KOKO ARDIANTO | [05:01, -] | 96 | -[27.2|22:1]: PHT19770403200901100 | RASMADI | [05:01, -] | 96 | -[27.2|22:1]: PHT19770110201108100 | SURADI | [05:01, -] | 97 | -[27.2|22:1]: PHT19900808201407100 | HARIS BUDIARTO | [05:01, -] | 715 | -[27.2|22:1]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:01, -] | 715 | -[27.2|22:1]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:01, -] | 730 | -[27.2|22:1]: PHT19800929201507100 | SUDARSONO | [05:01, -] | 725 | -[27.2|22:1]: PHT19940723202207100 | Farid Romdhony Ashari | [05:01, -] | 264 | -[27.2|22:1]: PHT19961124201602100 | WAHYU BUDIANTO | [05:01, -] | 564 | -[27.2|22:1]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:01, -] | 565 | -[27.2|22:1]: PHT19790531201307101 | HERU PURNOMO | [05:01, -] | 878 | +[28.2|10:20]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:01, 17:20] | 370 | +[28.2|10:20]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:01, 17:20] | 191 | +[28.2|10:20]: PHT19750328200409100 | WARIMAN | [05:01, 17:20] | 191 | +[28.2|10:20]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:01, 17:20] | 192 | +[28.2|10:20]: PHT19770214200801100 | PITHUT GUNAWAN | [05:01, 17:20] | 97 | +[28.2|10:20]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:01, 17:20] | 94 | +[28.2|10:20]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:01, 17:20] | 342 | +[28.2|10:20]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:01, 17:20] | 343 | +[28.2|10:20]: PHT19840403201407100 | DULKAMIT | [05:01, 17:20] | 342 | +[28.2|10:20]: PHT19780325200807100 | MUKLISIN | [05:01, 17:20] | 641 | +[28.2|10:20]: PHT19720110199501100 | SUNARDI | [05:01, 17:20] | 639 | +[28.2|10:20]: PHT19730509200409100 | SUGENG RIYANTO | [05:01, 17:20] | 640 | +[28.2|10:20]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:01, 17:20] | 640 | +[28.2|10:20]: PHT19720519199704100 | IDA JATIYANA | [05:01, 17:20] | 640 | +[28.2|10:20]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:01, 17:20] | 39 | +[28.2|10:20]: PHT19670521199604100 | SUSWANTO | [05:01, 17:20] | 72 | +[28.2|10:20]: PHT19760513201108100 | KOKOK WAHYONO | [05:01, 17:20] | 663 | +[28.2|10:20]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:01, 17:20] | 652 | +[28.2|10:20]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:01, 17:20] | 220 | +[28.2|10:20]: PHT19810414200608100 | KOKO ARDIANTO | [05:01, 17:20] | 95 | +[28.2|10:20]: PHT19770403200901100 | RASMADI | [05:01, 17:20] | 95 | +[28.2|10:20]: PHT19770110201108100 | SURADI | [05:01, 17:20] | 96 | +[28.2|10:20]: PHT19900808201407100 | HARIS BUDIARTO | [05:01, 17:20] | 714 | +[28.2|10:20]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:01, 17:20] | 714 | +[28.2|10:20]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:01, 17:20] | 729 | +[28.2|10:20]: PHT19800929201507100 | SUDARSONO | [05:01, 17:20] | 724 | +[28.2|10:20]: PHT19940723202207100 | Farid Romdhony Ashari | [05:01, 17:20] | 263 | +[28.2|10:20]: PHT19961124201602100 | WAHYU BUDIANTO | [05:01, 17:20] | 563 | +[28.2|10:20]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:01, 17:20] | 564 | +[28.2|10:20]: PHT19790531201307101 | HERU PURNOMO | [05:01, 17:20] | 877 | From 4d4bbb7210501c7726e94b45ed8d3d12b25534e9 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Thu, 29 Feb 2024 05:03:22 +0700 Subject: [PATCH 044/158] Update log at 2024-02-28 22:03:22.481930 [28.2|22:3]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:03, -] | 369 | [28.2|22:3]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:03, -] | 190 | [28.2|22:3]: PHT19750328200409100 | WARIMAN | [05:03, -] | 190 | [28.2|22:3]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:03, -] | 191 | [28.2|22:3]: PHT19770214200801100 | PITHUT GUNAWAN | [05:03, -] | 96 | [28.2|22:3]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:03, -] | 93 | [28.2|22:3]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:03, -] | 341 | [28.2|22:3]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:03, -] | 342 | [28.2|22:3]: PHT19840403201407100 | DULKAMIT | [05:03, -] | 341 | [28.2|22:3]: PHT19780325200807100 | MUKLISIN | [05:03, -] | 640 | [28.2|22:3]: PHT19720110199501100 | SUNARDI | [05:03, -] | 638 | [28.2|22:3]: PHT19730509200409100 | SUGENG RIYANTO | [05:03, -] | 639 | [28.2|22:3]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:03, -] | 639 | [28.2|22:3]: PHT19720519199704100 | IDA JATIYANA | [05:03, -] | 639 | [28.2|22:3]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:03, -] | 38 | [28.2|22:3]: PHT19670521199604100 | SUSWANTO | [05:03, -] | 71 | [28.2|22:3]: PHT19760513201108100 | KOKOK WAHYONO | [05:03, -] | 662 | [28.2|22:3]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:03, -] | 651 | [28.2|22:3]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:03, -] | 219 | [28.2|22:3]: PHT19810414200608100 | KOKO ARDIANTO | [05:03, -] | 94 | [28.2|22:3]: PHT19770403200901100 | RASMADI | [05:03, -] | 94 | [28.2|22:3]: PHT19770110201108100 | SURADI | [05:03, -] | 95 | [28.2|22:3]: PHT19900808201407100 | HARIS BUDIARTO | [05:03, -] | 713 | [28.2|22:3]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:03, -] | 713 | [28.2|22:3]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:03, -] | 728 | [28.2|22:3]: PHT19800929201507100 | SUDARSONO | [05:03, -] | 723 | [28.2|22:3]: PHT19940723202207100 | Farid Romdhony Ashari | [05:03, -] | 262 | [28.2|22:3]: PHT19961124201602100 | WAHYU BUDIANTO | [05:03, -] | 562 | [28.2|22:3]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:03, -] | 563 | [28.2|22:3]: PHT19790531201307101 | HERU PURNOMO | [05:03, -] | 876 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index d14c5a75..7b5b4137 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[28.2|10:20]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:01, 17:20] | 370 | -[28.2|10:20]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:01, 17:20] | 191 | -[28.2|10:20]: PHT19750328200409100 | WARIMAN | [05:01, 17:20] | 191 | -[28.2|10:20]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:01, 17:20] | 192 | -[28.2|10:20]: PHT19770214200801100 | PITHUT GUNAWAN | [05:01, 17:20] | 97 | -[28.2|10:20]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:01, 17:20] | 94 | -[28.2|10:20]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:01, 17:20] | 342 | -[28.2|10:20]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:01, 17:20] | 343 | -[28.2|10:20]: PHT19840403201407100 | DULKAMIT | [05:01, 17:20] | 342 | -[28.2|10:20]: PHT19780325200807100 | MUKLISIN | [05:01, 17:20] | 641 | -[28.2|10:20]: PHT19720110199501100 | SUNARDI | [05:01, 17:20] | 639 | -[28.2|10:20]: PHT19730509200409100 | SUGENG RIYANTO | [05:01, 17:20] | 640 | -[28.2|10:20]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:01, 17:20] | 640 | -[28.2|10:20]: PHT19720519199704100 | IDA JATIYANA | [05:01, 17:20] | 640 | -[28.2|10:20]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:01, 17:20] | 39 | -[28.2|10:20]: PHT19670521199604100 | SUSWANTO | [05:01, 17:20] | 72 | -[28.2|10:20]: PHT19760513201108100 | KOKOK WAHYONO | [05:01, 17:20] | 663 | -[28.2|10:20]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:01, 17:20] | 652 | -[28.2|10:20]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:01, 17:20] | 220 | -[28.2|10:20]: PHT19810414200608100 | KOKO ARDIANTO | [05:01, 17:20] | 95 | -[28.2|10:20]: PHT19770403200901100 | RASMADI | [05:01, 17:20] | 95 | -[28.2|10:20]: PHT19770110201108100 | SURADI | [05:01, 17:20] | 96 | -[28.2|10:20]: PHT19900808201407100 | HARIS BUDIARTO | [05:01, 17:20] | 714 | -[28.2|10:20]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:01, 17:20] | 714 | -[28.2|10:20]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:01, 17:20] | 729 | -[28.2|10:20]: PHT19800929201507100 | SUDARSONO | [05:01, 17:20] | 724 | -[28.2|10:20]: PHT19940723202207100 | Farid Romdhony Ashari | [05:01, 17:20] | 263 | -[28.2|10:20]: PHT19961124201602100 | WAHYU BUDIANTO | [05:01, 17:20] | 563 | -[28.2|10:20]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:01, 17:20] | 564 | -[28.2|10:20]: PHT19790531201307101 | HERU PURNOMO | [05:01, 17:20] | 877 | +[28.2|22:3]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:03, -] | 369 | +[28.2|22:3]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:03, -] | 190 | +[28.2|22:3]: PHT19750328200409100 | WARIMAN | [05:03, -] | 190 | +[28.2|22:3]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:03, -] | 191 | +[28.2|22:3]: PHT19770214200801100 | PITHUT GUNAWAN | [05:03, -] | 96 | +[28.2|22:3]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:03, -] | 93 | +[28.2|22:3]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:03, -] | 341 | +[28.2|22:3]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:03, -] | 342 | +[28.2|22:3]: PHT19840403201407100 | DULKAMIT | [05:03, -] | 341 | +[28.2|22:3]: PHT19780325200807100 | MUKLISIN | [05:03, -] | 640 | +[28.2|22:3]: PHT19720110199501100 | SUNARDI | [05:03, -] | 638 | +[28.2|22:3]: PHT19730509200409100 | SUGENG RIYANTO | [05:03, -] | 639 | +[28.2|22:3]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:03, -] | 639 | +[28.2|22:3]: PHT19720519199704100 | IDA JATIYANA | [05:03, -] | 639 | +[28.2|22:3]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:03, -] | 38 | +[28.2|22:3]: PHT19670521199604100 | SUSWANTO | [05:03, -] | 71 | +[28.2|22:3]: PHT19760513201108100 | KOKOK WAHYONO | [05:03, -] | 662 | +[28.2|22:3]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:03, -] | 651 | +[28.2|22:3]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:03, -] | 219 | +[28.2|22:3]: PHT19810414200608100 | KOKO ARDIANTO | [05:03, -] | 94 | +[28.2|22:3]: PHT19770403200901100 | RASMADI | [05:03, -] | 94 | +[28.2|22:3]: PHT19770110201108100 | SURADI | [05:03, -] | 95 | +[28.2|22:3]: PHT19900808201407100 | HARIS BUDIARTO | [05:03, -] | 713 | +[28.2|22:3]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:03, -] | 713 | +[28.2|22:3]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:03, -] | 728 | +[28.2|22:3]: PHT19800929201507100 | SUDARSONO | [05:03, -] | 723 | +[28.2|22:3]: PHT19940723202207100 | Farid Romdhony Ashari | [05:03, -] | 262 | +[28.2|22:3]: PHT19961124201602100 | WAHYU BUDIANTO | [05:03, -] | 562 | +[28.2|22:3]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:03, -] | 563 | +[28.2|22:3]: PHT19790531201307101 | HERU PURNOMO | [05:03, -] | 876 | From 7732d7587a2803d8cfd67f0851ed45e5d4bf22fc Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Thu, 29 Feb 2024 17:27:22 +0700 Subject: [PATCH 045/158] Update log at 2024-02-29 10:27:22.632581 [29.2|10:27]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:03, 17:27] | 368 | [29.2|10:27]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:03, 17:27] | 189 | [29.2|10:27]: PHT19750328200409100 | WARIMAN | [05:03, 17:27] | 189 | [29.2|10:27]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:03, 17:27] | 190 | [29.2|10:27]: PHT19770214200801100 | PITHUT GUNAWAN | [05:03, 17:27] | 95 | [29.2|10:27]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:03, 17:27] | 92 | [29.2|10:27]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:03, 17:27] | 340 | [29.2|10:27]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:03, 17:27] | 341 | [29.2|10:27]: PHT19840403201407100 | DULKAMIT | [05:03, 17:27] | 340 | [29.2|10:27]: PHT19780325200807100 | MUKLISIN | [05:03, 17:27] | 639 | [29.2|10:27]: PHT19720110199501100 | SUNARDI | [05:03, 17:27] | 637 | [29.2|10:27]: PHT19730509200409100 | SUGENG RIYANTO | [05:03, 17:27] | 638 | [29.2|10:27]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:03, 17:27] | 638 | [29.2|10:27]: PHT19720519199704100 | IDA JATIYANA | [05:03, 17:27] | 638 | [29.2|10:27]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:03, 17:27] | 37 | [29.2|10:27]: PHT19670521199604100 | SUSWANTO | [05:03, 17:27] | 70 | [29.2|10:27]: PHT19760513201108100 | KOKOK WAHYONO | [05:03, 17:27] | 661 | [29.2|10:27]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:03, 17:27] | 650 | [29.2|10:27]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:03, 17:27] | 218 | [29.2|10:27]: PHT19810414200608100 | KOKO ARDIANTO | [05:03, 17:27] | 93 | [29.2|10:27]: PHT19770403200901100 | RASMADI | [05:03, 17:27] | 93 | [29.2|10:27]: PHT19770110201108100 | SURADI | [05:03, 17:27] | 94 | [29.2|10:27]: PHT19900808201407100 | HARIS BUDIARTO | [05:03, 17:27] | 712 | [29.2|10:27]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:03, 17:27] | 712 | [29.2|10:27]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:03, 17:27] | 727 | [29.2|10:27]: PHT19800929201507100 | SUDARSONO | [05:03, 17:27] | 722 | [29.2|10:27]: PHT19940723202207100 | Farid Romdhony Ashari | [05:03, 17:27] | 261 | [29.2|10:27]: PHT19961124201602100 | WAHYU BUDIANTO | [05:03, 17:27] | 561 | [29.2|10:27]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:03, 17:27] | 562 | [29.2|10:27]: PHT19790531201307101 | HERU PURNOMO | [05:03, 17:27] | 875 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 7b5b4137..426aaaa1 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[28.2|22:3]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:03, -] | 369 | -[28.2|22:3]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:03, -] | 190 | -[28.2|22:3]: PHT19750328200409100 | WARIMAN | [05:03, -] | 190 | -[28.2|22:3]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:03, -] | 191 | -[28.2|22:3]: PHT19770214200801100 | PITHUT GUNAWAN | [05:03, -] | 96 | -[28.2|22:3]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:03, -] | 93 | -[28.2|22:3]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:03, -] | 341 | -[28.2|22:3]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:03, -] | 342 | -[28.2|22:3]: PHT19840403201407100 | DULKAMIT | [05:03, -] | 341 | -[28.2|22:3]: PHT19780325200807100 | MUKLISIN | [05:03, -] | 640 | -[28.2|22:3]: PHT19720110199501100 | SUNARDI | [05:03, -] | 638 | -[28.2|22:3]: PHT19730509200409100 | SUGENG RIYANTO | [05:03, -] | 639 | -[28.2|22:3]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:03, -] | 639 | -[28.2|22:3]: PHT19720519199704100 | IDA JATIYANA | [05:03, -] | 639 | -[28.2|22:3]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:03, -] | 38 | -[28.2|22:3]: PHT19670521199604100 | SUSWANTO | [05:03, -] | 71 | -[28.2|22:3]: PHT19760513201108100 | KOKOK WAHYONO | [05:03, -] | 662 | -[28.2|22:3]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:03, -] | 651 | -[28.2|22:3]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:03, -] | 219 | -[28.2|22:3]: PHT19810414200608100 | KOKO ARDIANTO | [05:03, -] | 94 | -[28.2|22:3]: PHT19770403200901100 | RASMADI | [05:03, -] | 94 | -[28.2|22:3]: PHT19770110201108100 | SURADI | [05:03, -] | 95 | -[28.2|22:3]: PHT19900808201407100 | HARIS BUDIARTO | [05:03, -] | 713 | -[28.2|22:3]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:03, -] | 713 | -[28.2|22:3]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:03, -] | 728 | -[28.2|22:3]: PHT19800929201507100 | SUDARSONO | [05:03, -] | 723 | -[28.2|22:3]: PHT19940723202207100 | Farid Romdhony Ashari | [05:03, -] | 262 | -[28.2|22:3]: PHT19961124201602100 | WAHYU BUDIANTO | [05:03, -] | 562 | -[28.2|22:3]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:03, -] | 563 | -[28.2|22:3]: PHT19790531201307101 | HERU PURNOMO | [05:03, -] | 876 | +[29.2|10:27]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:03, 17:27] | 368 | +[29.2|10:27]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:03, 17:27] | 189 | +[29.2|10:27]: PHT19750328200409100 | WARIMAN | [05:03, 17:27] | 189 | +[29.2|10:27]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:03, 17:27] | 190 | +[29.2|10:27]: PHT19770214200801100 | PITHUT GUNAWAN | [05:03, 17:27] | 95 | +[29.2|10:27]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:03, 17:27] | 92 | +[29.2|10:27]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:03, 17:27] | 340 | +[29.2|10:27]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:03, 17:27] | 341 | +[29.2|10:27]: PHT19840403201407100 | DULKAMIT | [05:03, 17:27] | 340 | +[29.2|10:27]: PHT19780325200807100 | MUKLISIN | [05:03, 17:27] | 639 | +[29.2|10:27]: PHT19720110199501100 | SUNARDI | [05:03, 17:27] | 637 | +[29.2|10:27]: PHT19730509200409100 | SUGENG RIYANTO | [05:03, 17:27] | 638 | +[29.2|10:27]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:03, 17:27] | 638 | +[29.2|10:27]: PHT19720519199704100 | IDA JATIYANA | [05:03, 17:27] | 638 | +[29.2|10:27]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:03, 17:27] | 37 | +[29.2|10:27]: PHT19670521199604100 | SUSWANTO | [05:03, 17:27] | 70 | +[29.2|10:27]: PHT19760513201108100 | KOKOK WAHYONO | [05:03, 17:27] | 661 | +[29.2|10:27]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:03, 17:27] | 650 | +[29.2|10:27]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:03, 17:27] | 218 | +[29.2|10:27]: PHT19810414200608100 | KOKO ARDIANTO | [05:03, 17:27] | 93 | +[29.2|10:27]: PHT19770403200901100 | RASMADI | [05:03, 17:27] | 93 | +[29.2|10:27]: PHT19770110201108100 | SURADI | [05:03, 17:27] | 94 | +[29.2|10:27]: PHT19900808201407100 | HARIS BUDIARTO | [05:03, 17:27] | 712 | +[29.2|10:27]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:03, 17:27] | 712 | +[29.2|10:27]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:03, 17:27] | 727 | +[29.2|10:27]: PHT19800929201507100 | SUDARSONO | [05:03, 17:27] | 722 | +[29.2|10:27]: PHT19940723202207100 | Farid Romdhony Ashari | [05:03, 17:27] | 261 | +[29.2|10:27]: PHT19961124201602100 | WAHYU BUDIANTO | [05:03, 17:27] | 561 | +[29.2|10:27]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:03, 17:27] | 562 | +[29.2|10:27]: PHT19790531201307101 | HERU PURNOMO | [05:03, 17:27] | 875 | From 4f5e6ec6a27f2f909a5898f95f372b638959c8fb Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Fri, 1 Mar 2024 05:02:23 +0700 Subject: [PATCH 046/158] Update log at 2024-02-29 22:02:22.800906 [29.2|22:2]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:02, -] | 367 | [29.2|22:2]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:02, -] | 188 | [29.2|22:2]: PHT19750328200409100 | WARIMAN | [05:02, -] | 188 | [29.2|22:2]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:02, -] | 189 | [29.2|22:2]: PHT19770214200801100 | PITHUT GUNAWAN | [05:02, -] | 94 | [29.2|22:2]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:02, -] | 91 | [29.2|22:2]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:02, -] | 339 | [29.2|22:2]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:02, -] | 340 | [29.2|22:2]: PHT19840403201407100 | DULKAMIT | [05:02, -] | 339 | [29.2|22:2]: PHT19780325200807100 | MUKLISIN | [05:02, -] | 638 | [29.2|22:2]: PHT19720110199501100 | SUNARDI | [05:02, -] | 636 | [29.2|22:2]: PHT19730509200409100 | SUGENG RIYANTO | [05:02, -] | 637 | [29.2|22:2]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:02, -] | 637 | [29.2|22:2]: PHT19720519199704100 | IDA JATIYANA | [05:02, -] | 637 | [29.2|22:2]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:02, -] | 36 | [29.2|22:2]: PHT19670521199604100 | SUSWANTO | [05:02, -] | 69 | [29.2|22:2]: PHT19760513201108100 | KOKOK WAHYONO | [05:02, -] | 660 | [29.2|22:2]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:02, -] | 649 | [29.2|22:2]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:02, -] | 217 | [29.2|22:2]: PHT19810414200608100 | KOKO ARDIANTO | [05:02, -] | 92 | [29.2|22:2]: PHT19770403200901100 | RASMADI | [05:02, -] | 92 | [29.2|22:2]: PHT19770110201108100 | SURADI | [05:02, -] | 93 | [29.2|22:2]: PHT19900808201407100 | HARIS BUDIARTO | [05:02, -] | 711 | [29.2|22:2]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:02, -] | 711 | [29.2|22:2]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:02, -] | 726 | [29.2|22:2]: PHT19800929201507100 | SUDARSONO | [05:02, -] | 721 | [29.2|22:2]: PHT19940723202207100 | Farid Romdhony Ashari | [05:02, -] | 260 | [29.2|22:2]: PHT19961124201602100 | WAHYU BUDIANTO | [05:02, -] | 560 | [29.2|22:2]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:02, -] | 561 | [29.2|22:2]: PHT19790531201307101 | HERU PURNOMO | [05:02, -] | 874 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 426aaaa1..f485a4b1 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[29.2|10:27]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:03, 17:27] | 368 | -[29.2|10:27]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:03, 17:27] | 189 | -[29.2|10:27]: PHT19750328200409100 | WARIMAN | [05:03, 17:27] | 189 | -[29.2|10:27]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:03, 17:27] | 190 | -[29.2|10:27]: PHT19770214200801100 | PITHUT GUNAWAN | [05:03, 17:27] | 95 | -[29.2|10:27]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:03, 17:27] | 92 | -[29.2|10:27]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:03, 17:27] | 340 | -[29.2|10:27]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:03, 17:27] | 341 | -[29.2|10:27]: PHT19840403201407100 | DULKAMIT | [05:03, 17:27] | 340 | -[29.2|10:27]: PHT19780325200807100 | MUKLISIN | [05:03, 17:27] | 639 | -[29.2|10:27]: PHT19720110199501100 | SUNARDI | [05:03, 17:27] | 637 | -[29.2|10:27]: PHT19730509200409100 | SUGENG RIYANTO | [05:03, 17:27] | 638 | -[29.2|10:27]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:03, 17:27] | 638 | -[29.2|10:27]: PHT19720519199704100 | IDA JATIYANA | [05:03, 17:27] | 638 | -[29.2|10:27]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:03, 17:27] | 37 | -[29.2|10:27]: PHT19670521199604100 | SUSWANTO | [05:03, 17:27] | 70 | -[29.2|10:27]: PHT19760513201108100 | KOKOK WAHYONO | [05:03, 17:27] | 661 | -[29.2|10:27]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:03, 17:27] | 650 | -[29.2|10:27]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:03, 17:27] | 218 | -[29.2|10:27]: PHT19810414200608100 | KOKO ARDIANTO | [05:03, 17:27] | 93 | -[29.2|10:27]: PHT19770403200901100 | RASMADI | [05:03, 17:27] | 93 | -[29.2|10:27]: PHT19770110201108100 | SURADI | [05:03, 17:27] | 94 | -[29.2|10:27]: PHT19900808201407100 | HARIS BUDIARTO | [05:03, 17:27] | 712 | -[29.2|10:27]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:03, 17:27] | 712 | -[29.2|10:27]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:03, 17:27] | 727 | -[29.2|10:27]: PHT19800929201507100 | SUDARSONO | [05:03, 17:27] | 722 | -[29.2|10:27]: PHT19940723202207100 | Farid Romdhony Ashari | [05:03, 17:27] | 261 | -[29.2|10:27]: PHT19961124201602100 | WAHYU BUDIANTO | [05:03, 17:27] | 561 | -[29.2|10:27]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:03, 17:27] | 562 | -[29.2|10:27]: PHT19790531201307101 | HERU PURNOMO | [05:03, 17:27] | 875 | +[29.2|22:2]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:02, -] | 367 | +[29.2|22:2]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:02, -] | 188 | +[29.2|22:2]: PHT19750328200409100 | WARIMAN | [05:02, -] | 188 | +[29.2|22:2]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:02, -] | 189 | +[29.2|22:2]: PHT19770214200801100 | PITHUT GUNAWAN | [05:02, -] | 94 | +[29.2|22:2]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:02, -] | 91 | +[29.2|22:2]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:02, -] | 339 | +[29.2|22:2]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:02, -] | 340 | +[29.2|22:2]: PHT19840403201407100 | DULKAMIT | [05:02, -] | 339 | +[29.2|22:2]: PHT19780325200807100 | MUKLISIN | [05:02, -] | 638 | +[29.2|22:2]: PHT19720110199501100 | SUNARDI | [05:02, -] | 636 | +[29.2|22:2]: PHT19730509200409100 | SUGENG RIYANTO | [05:02, -] | 637 | +[29.2|22:2]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:02, -] | 637 | +[29.2|22:2]: PHT19720519199704100 | IDA JATIYANA | [05:02, -] | 637 | +[29.2|22:2]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:02, -] | 36 | +[29.2|22:2]: PHT19670521199604100 | SUSWANTO | [05:02, -] | 69 | +[29.2|22:2]: PHT19760513201108100 | KOKOK WAHYONO | [05:02, -] | 660 | +[29.2|22:2]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:02, -] | 649 | +[29.2|22:2]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:02, -] | 217 | +[29.2|22:2]: PHT19810414200608100 | KOKO ARDIANTO | [05:02, -] | 92 | +[29.2|22:2]: PHT19770403200901100 | RASMADI | [05:02, -] | 92 | +[29.2|22:2]: PHT19770110201108100 | SURADI | [05:02, -] | 93 | +[29.2|22:2]: PHT19900808201407100 | HARIS BUDIARTO | [05:02, -] | 711 | +[29.2|22:2]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:02, -] | 711 | +[29.2|22:2]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:02, -] | 726 | +[29.2|22:2]: PHT19800929201507100 | SUDARSONO | [05:02, -] | 721 | +[29.2|22:2]: PHT19940723202207100 | Farid Romdhony Ashari | [05:02, -] | 260 | +[29.2|22:2]: PHT19961124201602100 | WAHYU BUDIANTO | [05:02, -] | 560 | +[29.2|22:2]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:02, -] | 561 | +[29.2|22:2]: PHT19790531201307101 | HERU PURNOMO | [05:02, -] | 874 | From caa699cf758eaedb33c0e8e093bc5b198872b365 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Fri, 1 Mar 2024 17:18:23 +0700 Subject: [PATCH 047/158] Update log at 2024-03-01 10:18:23.389591 [1.3|10:18]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:02, 17:18] | 366 | [1.3|10:18]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:02, 17:18] | 187 | [1.3|10:18]: PHT19750328200409100 | WARIMAN | [05:02, 17:18] | 187 | [1.3|10:18]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:02, 17:18] | 188 | [1.3|10:18]: PHT19770214200801100 | PITHUT GUNAWAN | [05:02, 17:18] | 93 | [1.3|10:18]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:02, 17:18] | 90 | [1.3|10:18]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:02, 17:18] | 338 | [1.3|10:18]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:02, 17:18] | 339 | [1.3|10:18]: PHT19840403201407100 | DULKAMIT | [05:02, 17:18] | 338 | [1.3|10:18]: PHT19780325200807100 | MUKLISIN | [05:02, 17:18] | 637 | [1.3|10:18]: PHT19720110199501100 | SUNARDI | [05:02, 17:18] | 635 | [1.3|10:18]: PHT19730509200409100 | SUGENG RIYANTO | [05:02, 17:18] | 636 | [1.3|10:18]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:02, 17:18] | 636 | [1.3|10:18]: PHT19720519199704100 | IDA JATIYANA | [05:02, 17:18] | 636 | [1.3|10:18]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:02, 17:18] | 35 | [1.3|10:18]: PHT19670521199604100 | SUSWANTO | [05:02, 17:18] | 68 | [1.3|10:18]: PHT19760513201108100 | KOKOK WAHYONO | [05:02, 17:18] | 659 | [1.3|10:18]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:02, 17:18] | 648 | [1.3|10:18]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:02, 17:18] | 216 | [1.3|10:18]: PHT19810414200608100 | KOKO ARDIANTO | [05:02, 17:18] | 91 | [1.3|10:18]: PHT19770403200901100 | RASMADI | [05:02, 17:18] | 91 | [1.3|10:18]: PHT19770110201108100 | SURADI | [05:02, 17:18] | 92 | [1.3|10:18]: PHT19900808201407100 | HARIS BUDIARTO | [05:02, 17:18] | 710 | [1.3|10:18]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:02, 17:18] | 710 | [1.3|10:18]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:02, 17:18] | 725 | [1.3|10:18]: PHT19800929201507100 | SUDARSONO | [05:02, 17:18] | 720 | [1.3|10:18]: PHT19940723202207100 | Farid Romdhony Ashari | [05:02, 17:18] | 259 | [1.3|10:18]: PHT19961124201602100 | WAHYU BUDIANTO | [05:02, 17:18] | 559 | [1.3|10:18]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:02, 17:18] | 560 | [1.3|10:18]: PHT19790531201307101 | HERU PURNOMO | [05:02, 17:18] | 873 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index f485a4b1..63e5a90f 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[29.2|22:2]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:02, -] | 367 | -[29.2|22:2]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:02, -] | 188 | -[29.2|22:2]: PHT19750328200409100 | WARIMAN | [05:02, -] | 188 | -[29.2|22:2]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:02, -] | 189 | -[29.2|22:2]: PHT19770214200801100 | PITHUT GUNAWAN | [05:02, -] | 94 | -[29.2|22:2]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:02, -] | 91 | -[29.2|22:2]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:02, -] | 339 | -[29.2|22:2]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:02, -] | 340 | -[29.2|22:2]: PHT19840403201407100 | DULKAMIT | [05:02, -] | 339 | -[29.2|22:2]: PHT19780325200807100 | MUKLISIN | [05:02, -] | 638 | -[29.2|22:2]: PHT19720110199501100 | SUNARDI | [05:02, -] | 636 | -[29.2|22:2]: PHT19730509200409100 | SUGENG RIYANTO | [05:02, -] | 637 | -[29.2|22:2]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:02, -] | 637 | -[29.2|22:2]: PHT19720519199704100 | IDA JATIYANA | [05:02, -] | 637 | -[29.2|22:2]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:02, -] | 36 | -[29.2|22:2]: PHT19670521199604100 | SUSWANTO | [05:02, -] | 69 | -[29.2|22:2]: PHT19760513201108100 | KOKOK WAHYONO | [05:02, -] | 660 | -[29.2|22:2]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:02, -] | 649 | -[29.2|22:2]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:02, -] | 217 | -[29.2|22:2]: PHT19810414200608100 | KOKO ARDIANTO | [05:02, -] | 92 | -[29.2|22:2]: PHT19770403200901100 | RASMADI | [05:02, -] | 92 | -[29.2|22:2]: PHT19770110201108100 | SURADI | [05:02, -] | 93 | -[29.2|22:2]: PHT19900808201407100 | HARIS BUDIARTO | [05:02, -] | 711 | -[29.2|22:2]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:02, -] | 711 | -[29.2|22:2]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:02, -] | 726 | -[29.2|22:2]: PHT19800929201507100 | SUDARSONO | [05:02, -] | 721 | -[29.2|22:2]: PHT19940723202207100 | Farid Romdhony Ashari | [05:02, -] | 260 | -[29.2|22:2]: PHT19961124201602100 | WAHYU BUDIANTO | [05:02, -] | 560 | -[29.2|22:2]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:02, -] | 561 | -[29.2|22:2]: PHT19790531201307101 | HERU PURNOMO | [05:02, -] | 874 | +[1.3|10:18]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:02, 17:18] | 366 | +[1.3|10:18]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:02, 17:18] | 187 | +[1.3|10:18]: PHT19750328200409100 | WARIMAN | [05:02, 17:18] | 187 | +[1.3|10:18]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:02, 17:18] | 188 | +[1.3|10:18]: PHT19770214200801100 | PITHUT GUNAWAN | [05:02, 17:18] | 93 | +[1.3|10:18]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:02, 17:18] | 90 | +[1.3|10:18]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:02, 17:18] | 338 | +[1.3|10:18]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:02, 17:18] | 339 | +[1.3|10:18]: PHT19840403201407100 | DULKAMIT | [05:02, 17:18] | 338 | +[1.3|10:18]: PHT19780325200807100 | MUKLISIN | [05:02, 17:18] | 637 | +[1.3|10:18]: PHT19720110199501100 | SUNARDI | [05:02, 17:18] | 635 | +[1.3|10:18]: PHT19730509200409100 | SUGENG RIYANTO | [05:02, 17:18] | 636 | +[1.3|10:18]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:02, 17:18] | 636 | +[1.3|10:18]: PHT19720519199704100 | IDA JATIYANA | [05:02, 17:18] | 636 | +[1.3|10:18]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:02, 17:18] | 35 | +[1.3|10:18]: PHT19670521199604100 | SUSWANTO | [05:02, 17:18] | 68 | +[1.3|10:18]: PHT19760513201108100 | KOKOK WAHYONO | [05:02, 17:18] | 659 | +[1.3|10:18]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:02, 17:18] | 648 | +[1.3|10:18]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:02, 17:18] | 216 | +[1.3|10:18]: PHT19810414200608100 | KOKO ARDIANTO | [05:02, 17:18] | 91 | +[1.3|10:18]: PHT19770403200901100 | RASMADI | [05:02, 17:18] | 91 | +[1.3|10:18]: PHT19770110201108100 | SURADI | [05:02, 17:18] | 92 | +[1.3|10:18]: PHT19900808201407100 | HARIS BUDIARTO | [05:02, 17:18] | 710 | +[1.3|10:18]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:02, 17:18] | 710 | +[1.3|10:18]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:02, 17:18] | 725 | +[1.3|10:18]: PHT19800929201507100 | SUDARSONO | [05:02, 17:18] | 720 | +[1.3|10:18]: PHT19940723202207100 | Farid Romdhony Ashari | [05:02, 17:18] | 259 | +[1.3|10:18]: PHT19961124201602100 | WAHYU BUDIANTO | [05:02, 17:18] | 559 | +[1.3|10:18]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:02, 17:18] | 560 | +[1.3|10:18]: PHT19790531201307101 | HERU PURNOMO | [05:02, 17:18] | 873 | From f8b2aa9bb1125a2f3e5565efe01d1d6a4393be52 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Sat, 2 Mar 2024 18:57:07 +0700 Subject: [PATCH 048/158] Update log at 2024-03-02 11:57:07.500051 [2.3|11:56]: 192115037 | YUDHA VIRMA ALLASCA | [09:45, 18:56] | 998 | [2.3|11:56]: 178108000 | JOHAN ARI PITUTULU | [18:56, 18:56] | 997 | [2.3|11:56]: 175104000 | WARIMAN | [18:56, 18:56] | 997 | [2.3|11:56]: 190115013 | ARI SUPRIH BUDI KUNCORO | [18:56, 18:56] | 997 | [2.3|11:56]: 177108001 | PITHUT GUNAWAN | [18:56, 18:56] | 997 | [2.3|11:56]: 178108005 | EKO YUDISTIRO RONY ASHARI | [18:56, 18:56] | 997 | [2.3|11:56]: 196116016 | DJETLI MARISHANNO LITAAY | [18:56, 18:56] | 997 | [2.3|11:56]: 171108022 | HINU PULUNG MULIAWAN | [18:56, 18:56] | 997 | [2.3|11:56]: 184114005 | DULKAMIT | [06:04, 18:56] | 998 | [2.3|11:56]: 178108004 | MUKLISIN | [18:56, 18:56] | 997 | [2.3|11:56]: 172195000 | SUNARDI | [18:56, 18:56] | 997 | [2.3|11:56]: 173104002 | SUGENG RIYANTO | [12:38, 18:56] | 998 | [2.3|11:56]: 190115017 | AHMAD ZAINUDDIN | [08:25, 18:56] | 998 | [2.3|11:56]: 172198008 | IDA JATIYANA | [18:56, 18:56] | 997 | [2.3|11:56]: 170114046 | MARGARETHA RISTIANI M. | [18:56, 18:56] | 997 | [2.3|11:56]: 176111010 | KOKOK WAHYONO | [18:56, 18:56] | 997 | [2.3|11:56]: 196116020 | SYELA RANSY TONAPA | [18:56, 18:56] | 997 | [2.3|11:56]: 176106016 | MAHFUT WAWAN PRASETYO | [18:56, 18:56] | 997 | [2.3|11:56]: 181106005 | KOKO ARDIANTO | [18:56, 18:56] | 997 | [2.3|11:56]: 177109005 | RASMADI | [18:56, 18:56] | 997 | [2.3|11:57]: 177111000 | SURADI | [18:56, 18:56] | 997 | [2.3|11:57]: 190114014 | HARIS BUDIARTO | [18:57, 18:57] | 997 | [2.3|11:57]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [18:57, 18:57] | 997 | [2.3|11:57]: 173196002 | MISBAKHUL MUNIR | [18:57, 18:57] | 997 | [2.3|11:57]: 180115201 | SUDARSONO | [18:57, 18:57] | 997 | [2.3|11:57]: 194122003 | Farid Romdhony Ashari | [18:57, 18:57] | 997 | [2.3|11:57]: 196116029 | WAHYU BUDIANTO | [18:57, 18:57] | 997 | [2.3|11:57]: 191119006 | WIDASTAMA ANGGA PERMANA | [18:57, 18:57] | 997 | [2.3|11:57]: 179113015 | HERU PURNOMO | [08:50, 18:57] | 998 | --- source/dani.log | 59 ++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 63e5a90f..df2c7e4d 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,29 @@ -[1.3|10:18]: PHT19920721201507100 | YUDHA VIRMA ALLASCA | [05:02, 17:18] | 366 | -[1.3|10:18]: PHT19780107200801100 | JOHAN ARI PITUTULU | [05:02, 17:18] | 187 | -[1.3|10:18]: PHT19750328200409100 | WARIMAN | [05:02, 17:18] | 187 | -[1.3|10:18]: PHT19900504201507100 | ARI SUPRIH BUDI KUNCORO | [05:02, 17:18] | 188 | -[1.3|10:18]: PHT19770214200801100 | PITHUT GUNAWAN | [05:02, 17:18] | 93 | -[1.3|10:18]: PHT19780401200801100 | EKO YUDISTIRO RONY ASHARI | [05:02, 17:18] | 90 | -[1.3|10:18]: PHT19960713201602100 | DJETLI MARISHANNO LITAAY | [05:02, 17:18] | 338 | -[1.3|10:18]: PHT19710725200807100 | HINU PULUNG MULIAWAN | [05:02, 17:18] | 339 | -[1.3|10:18]: PHT19840403201407100 | DULKAMIT | [05:02, 17:18] | 338 | -[1.3|10:18]: PHT19780325200807100 | MUKLISIN | [05:02, 17:18] | 637 | -[1.3|10:18]: PHT19720110199501100 | SUNARDI | [05:02, 17:18] | 635 | -[1.3|10:18]: PHT19730509200409100 | SUGENG RIYANTO | [05:02, 17:18] | 636 | -[1.3|10:18]: PHT19900511201507100 | AHMAD ZAINUDDIN | [05:02, 17:18] | 636 | -[1.3|10:18]: PHT19720519199704100 | IDA JATIYANA | [05:02, 17:18] | 636 | -[1.3|10:18]: PHT19700527201404200 | MARGARETHA RISTIANI M. | [05:02, 17:18] | 35 | -[1.3|10:18]: PHT19670521199604100 | SUSWANTO | [05:02, 17:18] | 68 | -[1.3|10:18]: PHT19760513201108100 | KOKOK WAHYONO | [05:02, 17:18] | 659 | -[1.3|10:18]: PHT19960826201602200 | SYELA RANSY TONAPA | [05:02, 17:18] | 648 | -[1.3|10:18]: PHT19760811200608100 | MAHFUT WAWAN PRASETYO | [05:02, 17:18] | 216 | -[1.3|10:18]: PHT19810414200608100 | KOKO ARDIANTO | [05:02, 17:18] | 91 | -[1.3|10:18]: PHT19770403200901100 | RASMADI | [05:02, 17:18] | 91 | -[1.3|10:18]: PHT19770110201108100 | SURADI | [05:02, 17:18] | 92 | -[1.3|10:18]: PHT19900808201407100 | HARIS BUDIARTO | [05:02, 17:18] | 710 | -[1.3|10:18]: PHT19930225201210100 | DENI SETIADI PRATAMA EKA PUTRA | [05:02, 17:18] | 710 | -[1.3|10:18]: PHT19730409199610100 | MISBAKHUL MUNIR | [05:02, 17:18] | 725 | -[1.3|10:18]: PHT19800929201507100 | SUDARSONO | [05:02, 17:18] | 720 | -[1.3|10:18]: PHT19940723202207100 | Farid Romdhony Ashari | [05:02, 17:18] | 259 | -[1.3|10:18]: PHT19961124201602100 | WAHYU BUDIANTO | [05:02, 17:18] | 559 | -[1.3|10:18]: PHT19910611201910100 | WIDASTAMA ANGGA PERMANA | [05:02, 17:18] | 560 | -[1.3|10:18]: PHT19790531201307101 | HERU PURNOMO | [05:02, 17:18] | 873 | +[2.3|11:56]: 192115037 | YUDHA VIRMA ALLASCA | [09:45, 18:56] | 998 | +[2.3|11:56]: 178108000 | JOHAN ARI PITUTULU | [18:56, 18:56] | 997 | +[2.3|11:56]: 175104000 | WARIMAN | [18:56, 18:56] | 997 | +[2.3|11:56]: 190115013 | ARI SUPRIH BUDI KUNCORO | [18:56, 18:56] | 997 | +[2.3|11:56]: 177108001 | PITHUT GUNAWAN | [18:56, 18:56] | 997 | +[2.3|11:56]: 178108005 | EKO YUDISTIRO RONY ASHARI | [18:56, 18:56] | 997 | +[2.3|11:56]: 196116016 | DJETLI MARISHANNO LITAAY | [18:56, 18:56] | 997 | +[2.3|11:56]: 171108022 | HINU PULUNG MULIAWAN | [18:56, 18:56] | 997 | +[2.3|11:56]: 184114005 | DULKAMIT | [06:04, 18:56] | 998 | +[2.3|11:56]: 178108004 | MUKLISIN | [18:56, 18:56] | 997 | +[2.3|11:56]: 172195000 | SUNARDI | [18:56, 18:56] | 997 | +[2.3|11:56]: 173104002 | SUGENG RIYANTO | [12:38, 18:56] | 998 | +[2.3|11:56]: 190115017 | AHMAD ZAINUDDIN | [08:25, 18:56] | 998 | +[2.3|11:56]: 172198008 | IDA JATIYANA | [18:56, 18:56] | 997 | +[2.3|11:56]: 170114046 | MARGARETHA RISTIANI M. | [18:56, 18:56] | 997 | +[2.3|11:56]: 176111010 | KOKOK WAHYONO | [18:56, 18:56] | 997 | +[2.3|11:56]: 196116020 | SYELA RANSY TONAPA | [18:56, 18:56] | 997 | +[2.3|11:56]: 176106016 | MAHFUT WAWAN PRASETYO | [18:56, 18:56] | 997 | +[2.3|11:56]: 181106005 | KOKO ARDIANTO | [18:56, 18:56] | 997 | +[2.3|11:56]: 177109005 | RASMADI | [18:56, 18:56] | 997 | +[2.3|11:57]: 177111000 | SURADI | [18:56, 18:56] | 997 | +[2.3|11:57]: 190114014 | HARIS BUDIARTO | [18:57, 18:57] | 997 | +[2.3|11:57]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [18:57, 18:57] | 997 | +[2.3|11:57]: 173196002 | MISBAKHUL MUNIR | [18:57, 18:57] | 997 | +[2.3|11:57]: 180115201 | SUDARSONO | [18:57, 18:57] | 997 | +[2.3|11:57]: 194122003 | Farid Romdhony Ashari | [18:57, 18:57] | 997 | +[2.3|11:57]: 196116029 | WAHYU BUDIANTO | [18:57, 18:57] | 997 | +[2.3|11:57]: 191119006 | WIDASTAMA ANGGA PERMANA | [18:57, 18:57] | 997 | +[2.3|11:57]: 179113015 | HERU PURNOMO | [08:50, 18:57] | 998 | From e2b2c45d5bbda6a43b66bf31f9998ffcbc838822 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 4 Mar 2024 05:00:21 +0700 Subject: [PATCH 049/158] Update log at 2024-03-03 22:00:21.716650 [3.3|22:0]: 192115037 | YUDHA VIRMA ALLASCA | [05:00, -] | 997 | [3.3|22:0]: 178108000 | JOHAN ARI PITUTULU | [05:00, -] | 996 | [3.3|22:0]: 175104000 | WARIMAN | [05:00, -] | 996 | [3.3|22:0]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:00, -] | 996 | [3.3|22:0]: 177108001 | PITHUT GUNAWAN | [05:00, -] | 996 | [3.3|22:0]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:00, -] | 996 | [3.3|22:0]: 196116016 | DJETLI MARISHANNO LITAAY | [05:00, -] | 996 | [3.3|22:0]: 171108022 | HINU PULUNG MULIAWAN | [05:00, -] | 996 | [3.3|22:0]: 184114005 | DULKAMIT | [05:00, -] | 997 | [3.3|22:0]: 178108004 | MUKLISIN | [05:00, -] | 996 | [3.3|22:0]: 172195000 | SUNARDI | [05:00, -] | 996 | [3.3|22:0]: 173104002 | SUGENG RIYANTO | [05:00, -] | 997 | [3.3|22:0]: 190115017 | AHMAD ZAINUDDIN | [05:00, -] | 997 | [3.3|22:0]: 172198008 | IDA JATIYANA | [05:00, -] | 996 | [3.3|22:0]: 170114046 | MARGARETHA RISTIANI M. | [05:00, -] | 996 | [3.3|22:0]: 176111010 | KOKOK WAHYONO | [05:00, -] | 996 | [3.3|22:0]: 196116020 | SYELA RANSY TONAPA | [05:00, -] | 996 | [3.3|22:0]: 176106016 | MAHFUT WAWAN PRASETYO | [05:00, -] | 996 | [3.3|22:0]: 181106005 | KOKO ARDIANTO | [05:00, -] | 996 | [3.3|22:0]: 177109005 | RASMADI | [05:00, -] | 996 | [3.3|22:0]: 177111000 | SURADI | [05:00, -] | 996 | [3.3|22:0]: 190114014 | HARIS BUDIARTO | [05:00, -] | 996 | [3.3|22:0]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:00, -] | 996 | [3.3|22:0]: 173196002 | MISBAKHUL MUNIR | [05:00, -] | 996 | [3.3|22:0]: 180115201 | SUDARSONO | [05:00, -] | 996 | [3.3|22:0]: 194122003 | Farid Romdhony Ashari | [05:00, -] | 996 | [3.3|22:0]: 196116029 | WAHYU BUDIANTO | [05:00, -] | 996 | [3.3|22:0]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:00, -] | 996 | [3.3|22:0]: 179113015 | HERU PURNOMO | [05:00, -] | 997 | --- source/dani.log | 58 ++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/source/dani.log b/source/dani.log index df2c7e4d..e584728b 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,29 +1,29 @@ -[2.3|11:56]: 192115037 | YUDHA VIRMA ALLASCA | [09:45, 18:56] | 998 | -[2.3|11:56]: 178108000 | JOHAN ARI PITUTULU | [18:56, 18:56] | 997 | -[2.3|11:56]: 175104000 | WARIMAN | [18:56, 18:56] | 997 | -[2.3|11:56]: 190115013 | ARI SUPRIH BUDI KUNCORO | [18:56, 18:56] | 997 | -[2.3|11:56]: 177108001 | PITHUT GUNAWAN | [18:56, 18:56] | 997 | -[2.3|11:56]: 178108005 | EKO YUDISTIRO RONY ASHARI | [18:56, 18:56] | 997 | -[2.3|11:56]: 196116016 | DJETLI MARISHANNO LITAAY | [18:56, 18:56] | 997 | -[2.3|11:56]: 171108022 | HINU PULUNG MULIAWAN | [18:56, 18:56] | 997 | -[2.3|11:56]: 184114005 | DULKAMIT | [06:04, 18:56] | 998 | -[2.3|11:56]: 178108004 | MUKLISIN | [18:56, 18:56] | 997 | -[2.3|11:56]: 172195000 | SUNARDI | [18:56, 18:56] | 997 | -[2.3|11:56]: 173104002 | SUGENG RIYANTO | [12:38, 18:56] | 998 | -[2.3|11:56]: 190115017 | AHMAD ZAINUDDIN | [08:25, 18:56] | 998 | -[2.3|11:56]: 172198008 | IDA JATIYANA | [18:56, 18:56] | 997 | -[2.3|11:56]: 170114046 | MARGARETHA RISTIANI M. | [18:56, 18:56] | 997 | -[2.3|11:56]: 176111010 | KOKOK WAHYONO | [18:56, 18:56] | 997 | -[2.3|11:56]: 196116020 | SYELA RANSY TONAPA | [18:56, 18:56] | 997 | -[2.3|11:56]: 176106016 | MAHFUT WAWAN PRASETYO | [18:56, 18:56] | 997 | -[2.3|11:56]: 181106005 | KOKO ARDIANTO | [18:56, 18:56] | 997 | -[2.3|11:56]: 177109005 | RASMADI | [18:56, 18:56] | 997 | -[2.3|11:57]: 177111000 | SURADI | [18:56, 18:56] | 997 | -[2.3|11:57]: 190114014 | HARIS BUDIARTO | [18:57, 18:57] | 997 | -[2.3|11:57]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [18:57, 18:57] | 997 | -[2.3|11:57]: 173196002 | MISBAKHUL MUNIR | [18:57, 18:57] | 997 | -[2.3|11:57]: 180115201 | SUDARSONO | [18:57, 18:57] | 997 | -[2.3|11:57]: 194122003 | Farid Romdhony Ashari | [18:57, 18:57] | 997 | -[2.3|11:57]: 196116029 | WAHYU BUDIANTO | [18:57, 18:57] | 997 | -[2.3|11:57]: 191119006 | WIDASTAMA ANGGA PERMANA | [18:57, 18:57] | 997 | -[2.3|11:57]: 179113015 | HERU PURNOMO | [08:50, 18:57] | 998 | +[3.3|22:0]: 192115037 | YUDHA VIRMA ALLASCA | [05:00, -] | 997 | +[3.3|22:0]: 178108000 | JOHAN ARI PITUTULU | [05:00, -] | 996 | +[3.3|22:0]: 175104000 | WARIMAN | [05:00, -] | 996 | +[3.3|22:0]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:00, -] | 996 | +[3.3|22:0]: 177108001 | PITHUT GUNAWAN | [05:00, -] | 996 | +[3.3|22:0]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:00, -] | 996 | +[3.3|22:0]: 196116016 | DJETLI MARISHANNO LITAAY | [05:00, -] | 996 | +[3.3|22:0]: 171108022 | HINU PULUNG MULIAWAN | [05:00, -] | 996 | +[3.3|22:0]: 184114005 | DULKAMIT | [05:00, -] | 997 | +[3.3|22:0]: 178108004 | MUKLISIN | [05:00, -] | 996 | +[3.3|22:0]: 172195000 | SUNARDI | [05:00, -] | 996 | +[3.3|22:0]: 173104002 | SUGENG RIYANTO | [05:00, -] | 997 | +[3.3|22:0]: 190115017 | AHMAD ZAINUDDIN | [05:00, -] | 997 | +[3.3|22:0]: 172198008 | IDA JATIYANA | [05:00, -] | 996 | +[3.3|22:0]: 170114046 | MARGARETHA RISTIANI M. | [05:00, -] | 996 | +[3.3|22:0]: 176111010 | KOKOK WAHYONO | [05:00, -] | 996 | +[3.3|22:0]: 196116020 | SYELA RANSY TONAPA | [05:00, -] | 996 | +[3.3|22:0]: 176106016 | MAHFUT WAWAN PRASETYO | [05:00, -] | 996 | +[3.3|22:0]: 181106005 | KOKO ARDIANTO | [05:00, -] | 996 | +[3.3|22:0]: 177109005 | RASMADI | [05:00, -] | 996 | +[3.3|22:0]: 177111000 | SURADI | [05:00, -] | 996 | +[3.3|22:0]: 190114014 | HARIS BUDIARTO | [05:00, -] | 996 | +[3.3|22:0]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:00, -] | 996 | +[3.3|22:0]: 173196002 | MISBAKHUL MUNIR | [05:00, -] | 996 | +[3.3|22:0]: 180115201 | SUDARSONO | [05:00, -] | 996 | +[3.3|22:0]: 194122003 | Farid Romdhony Ashari | [05:00, -] | 996 | +[3.3|22:0]: 196116029 | WAHYU BUDIANTO | [05:00, -] | 996 | +[3.3|22:0]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:00, -] | 996 | +[3.3|22:0]: 179113015 | HERU PURNOMO | [05:00, -] | 997 | From 258bc549fc9049b7f762716849051f5a10a5fed8 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 4 Mar 2024 17:18:21 +0700 Subject: [PATCH 050/158] Update log at 2024-03-04 10:18:20.819626 [4.3|10:18]: 192115037 | YUDHA VIRMA ALLASCA | [05:00, 17:18] | 996 | [4.3|10:18]: 178108000 | JOHAN ARI PITUTULU | [05:00, 17:18] | 995 | [4.3|10:18]: 175104000 | WARIMAN | [05:00, 17:18] | 995 | [4.3|10:18]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:00, 17:18] | 995 | [4.3|10:18]: 177108001 | PITHUT GUNAWAN | [05:00, 17:18] | 995 | [4.3|10:18]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:00, 17:18] | 995 | [4.3|10:18]: 196116016 | DJETLI MARISHANNO LITAAY | [05:00, 17:18] | 995 | [4.3|10:18]: 171108022 | HINU PULUNG MULIAWAN | [05:00, 17:18] | 995 | [4.3|10:18]: 184114005 | DULKAMIT | [05:00, 17:18] | 996 | [4.3|10:18]: 178108004 | MUKLISIN | [05:00, 17:18] | 995 | [4.3|10:18]: 172195000 | SUNARDI | [05:00, 15:15] | 996 | [4.3|10:18]: 173104002 | SUGENG RIYANTO | [05:00, 17:18] | 996 | [4.3|10:18]: 190115017 | AHMAD ZAINUDDIN | [05:00, 17:18] | 996 | [4.3|10:18]: 172198008 | IDA JATIYANA | [05:00, 17:18] | 995 | [4.3|10:18]: 170114046 | MARGARETHA RISTIANI M. | [05:00, 17:18] | 995 | [4.3|10:18]: 176111010 | KOKOK WAHYONO | [05:00, 17:18] | 995 | [4.3|10:18]: 196116020 | SYELA RANSY TONAPA | [05:00, 17:18] | 995 | [4.3|10:18]: 176106016 | MAHFUT WAWAN PRASETYO | [05:00, 17:18] | 995 | [4.3|10:18]: 181106005 | KOKO ARDIANTO | [05:00, 17:18] | 995 | [4.3|10:18]: 177109005 | RASMADI | [05:00, 17:18] | 995 | [4.3|10:18]: 177111000 | SURADI | [05:00, 17:18] | 995 | [4.3|10:18]: 190114014 | HARIS BUDIARTO | [05:00, 17:18] | 995 | [4.3|10:18]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:00, 17:18] | 995 | [4.3|10:18]: 173196002 | MISBAKHUL MUNIR | [05:00, 17:18] | 995 | [4.3|10:18]: 180115201 | SUDARSONO | [05:00, 17:18] | 995 | [4.3|10:18]: 194122003 | Farid Romdhony Ashari | [05:00, 17:18] | 995 | [4.3|10:18]: 196116029 | Unknown | [] | 996 | Username atau Password anda Salah. [4.3|10:18]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:00, 17:18] | 995 | [4.3|10:18]: 179113015 | HERU PURNOMO | [05:00, 17:18] | 996 | --- source/dani.log | 58 ++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/source/dani.log b/source/dani.log index e584728b..8404b04d 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,29 +1,29 @@ -[3.3|22:0]: 192115037 | YUDHA VIRMA ALLASCA | [05:00, -] | 997 | -[3.3|22:0]: 178108000 | JOHAN ARI PITUTULU | [05:00, -] | 996 | -[3.3|22:0]: 175104000 | WARIMAN | [05:00, -] | 996 | -[3.3|22:0]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:00, -] | 996 | -[3.3|22:0]: 177108001 | PITHUT GUNAWAN | [05:00, -] | 996 | -[3.3|22:0]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:00, -] | 996 | -[3.3|22:0]: 196116016 | DJETLI MARISHANNO LITAAY | [05:00, -] | 996 | -[3.3|22:0]: 171108022 | HINU PULUNG MULIAWAN | [05:00, -] | 996 | -[3.3|22:0]: 184114005 | DULKAMIT | [05:00, -] | 997 | -[3.3|22:0]: 178108004 | MUKLISIN | [05:00, -] | 996 | -[3.3|22:0]: 172195000 | SUNARDI | [05:00, -] | 996 | -[3.3|22:0]: 173104002 | SUGENG RIYANTO | [05:00, -] | 997 | -[3.3|22:0]: 190115017 | AHMAD ZAINUDDIN | [05:00, -] | 997 | -[3.3|22:0]: 172198008 | IDA JATIYANA | [05:00, -] | 996 | -[3.3|22:0]: 170114046 | MARGARETHA RISTIANI M. | [05:00, -] | 996 | -[3.3|22:0]: 176111010 | KOKOK WAHYONO | [05:00, -] | 996 | -[3.3|22:0]: 196116020 | SYELA RANSY TONAPA | [05:00, -] | 996 | -[3.3|22:0]: 176106016 | MAHFUT WAWAN PRASETYO | [05:00, -] | 996 | -[3.3|22:0]: 181106005 | KOKO ARDIANTO | [05:00, -] | 996 | -[3.3|22:0]: 177109005 | RASMADI | [05:00, -] | 996 | -[3.3|22:0]: 177111000 | SURADI | [05:00, -] | 996 | -[3.3|22:0]: 190114014 | HARIS BUDIARTO | [05:00, -] | 996 | -[3.3|22:0]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:00, -] | 996 | -[3.3|22:0]: 173196002 | MISBAKHUL MUNIR | [05:00, -] | 996 | -[3.3|22:0]: 180115201 | SUDARSONO | [05:00, -] | 996 | -[3.3|22:0]: 194122003 | Farid Romdhony Ashari | [05:00, -] | 996 | -[3.3|22:0]: 196116029 | WAHYU BUDIANTO | [05:00, -] | 996 | -[3.3|22:0]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:00, -] | 996 | -[3.3|22:0]: 179113015 | HERU PURNOMO | [05:00, -] | 997 | +[4.3|10:18]: 192115037 | YUDHA VIRMA ALLASCA | [05:00, 17:18] | 996 | +[4.3|10:18]: 178108000 | JOHAN ARI PITUTULU | [05:00, 17:18] | 995 | +[4.3|10:18]: 175104000 | WARIMAN | [05:00, 17:18] | 995 | +[4.3|10:18]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:00, 17:18] | 995 | +[4.3|10:18]: 177108001 | PITHUT GUNAWAN | [05:00, 17:18] | 995 | +[4.3|10:18]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:00, 17:18] | 995 | +[4.3|10:18]: 196116016 | DJETLI MARISHANNO LITAAY | [05:00, 17:18] | 995 | +[4.3|10:18]: 171108022 | HINU PULUNG MULIAWAN | [05:00, 17:18] | 995 | +[4.3|10:18]: 184114005 | DULKAMIT | [05:00, 17:18] | 996 | +[4.3|10:18]: 178108004 | MUKLISIN | [05:00, 17:18] | 995 | +[4.3|10:18]: 172195000 | SUNARDI | [05:00, 15:15] | 996 | +[4.3|10:18]: 173104002 | SUGENG RIYANTO | [05:00, 17:18] | 996 | +[4.3|10:18]: 190115017 | AHMAD ZAINUDDIN | [05:00, 17:18] | 996 | +[4.3|10:18]: 172198008 | IDA JATIYANA | [05:00, 17:18] | 995 | +[4.3|10:18]: 170114046 | MARGARETHA RISTIANI M. | [05:00, 17:18] | 995 | +[4.3|10:18]: 176111010 | KOKOK WAHYONO | [05:00, 17:18] | 995 | +[4.3|10:18]: 196116020 | SYELA RANSY TONAPA | [05:00, 17:18] | 995 | +[4.3|10:18]: 176106016 | MAHFUT WAWAN PRASETYO | [05:00, 17:18] | 995 | +[4.3|10:18]: 181106005 | KOKO ARDIANTO | [05:00, 17:18] | 995 | +[4.3|10:18]: 177109005 | RASMADI | [05:00, 17:18] | 995 | +[4.3|10:18]: 177111000 | SURADI | [05:00, 17:18] | 995 | +[4.3|10:18]: 190114014 | HARIS BUDIARTO | [05:00, 17:18] | 995 | +[4.3|10:18]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:00, 17:18] | 995 | +[4.3|10:18]: 173196002 | MISBAKHUL MUNIR | [05:00, 17:18] | 995 | +[4.3|10:18]: 180115201 | SUDARSONO | [05:00, 17:18] | 995 | +[4.3|10:18]: 194122003 | Farid Romdhony Ashari | [05:00, 17:18] | 995 | +[4.3|10:18]: 196116029 | Unknown | [] | 996 | Username atau Password anda Salah. +[4.3|10:18]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:00, 17:18] | 995 | +[4.3|10:18]: 179113015 | HERU PURNOMO | [05:00, 17:18] | 996 | From e7d65f466c50eb529bd75a3b5843e09b21735138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:09:04 +0000 Subject: [PATCH 051/158] Bump hexo-theme-next from 8.19.1 to 8.19.2 Bumps [hexo-theme-next](https://github.com/next-theme/hexo-theme-next) from 8.19.1 to 8.19.2. - [Release notes](https://github.com/next-theme/hexo-theme-next/releases) - [Commits](https://github.com/next-theme/hexo-theme-next/compare/v8.19.1...v8.19.2) --- updated-dependencies: - dependency-name: hexo-theme-next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f190fcb..24b32fdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.19.1" + "hexo-theme-next": "^8.19.2" } }, "node_modules/@adobe/css-tools": { @@ -1336,9 +1336,9 @@ "integrity": "sha512-bWQJWMqQI78wWiJPQZq5pJBH20TM442ShCaHGRetuEgMraxH0OKxB3NTupJzNEkzEk8DV2yrdizkXdKN6i501A==" }, "node_modules/hexo-theme-next": { - "version": "8.19.1", - "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.19.1.tgz", - "integrity": "sha512-qtILs1j0FpWi4hk+WcdjoOfztvMZZsqe6lg6SAEPJdPMsalLyoo7Jaf2AoDneMadE4hyF0n6daPhHLa3A+5m5A==" + "version": "8.19.2", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.19.2.tgz", + "integrity": "sha512-FyDbKvVRJKT+3yYxkfsXBVXHHPGxNULYfdd+pavcSclonehNwlpq7oPMsTPfO5jaYFuSmNH68TFTqRuXNZ2bHw==" }, "node_modules/hexo-util": { "version": "3.2.0", diff --git a/package.json b/package.json index 70a80907..5f14df08 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.19.1" + "hexo-theme-next": "^8.19.2" } } From 31237300b02088d33006fbe0308a5d9904ea62b1 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 5 Mar 2024 05:00:21 +0700 Subject: [PATCH 052/158] Update log at 2024-03-04 22:00:21.375965 [4.3|22:0]: 192115037 | YUDHA VIRMA ALLASCA | [05:00, -] | 995 | [4.3|22:0]: 178108000 | JOHAN ARI PITUTULU | [05:00, -] | 994 | [4.3|22:0]: 175104000 | WARIMAN | [05:00, -] | 994 | [4.3|22:0]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:00, -] | 994 | [4.3|22:0]: 177108001 | PITHUT GUNAWAN | [05:00, -] | 994 | [4.3|22:0]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:00, -] | 994 | [4.3|22:0]: 196116016 | DJETLI MARISHANNO LITAAY | [05:00, -] | 994 | [4.3|22:0]: 171108022 | HINU PULUNG MULIAWAN | [05:00, -] | 994 | [4.3|22:0]: 184114005 | DULKAMIT | [05:00, -] | 995 | [4.3|22:0]: 178108004 | MUKLISIN | [05:00, -] | 994 | [4.3|22:0]: 172195000 | SUNARDI | [05:00, -] | 995 | [4.3|22:0]: 173104002 | SUGENG RIYANTO | [05:00, -] | 995 | [4.3|22:0]: 190115017 | AHMAD ZAINUDDIN | [05:00, -] | 995 | [4.3|22:0]: 172198008 | IDA JATIYANA | [05:00, -] | 994 | [4.3|22:0]: 170114046 | MARGARETHA RISTIANI M. | [05:00, -] | 994 | [4.3|22:0]: 176111010 | KOKOK WAHYONO | [05:00, -] | 994 | [4.3|22:0]: 196116020 | SYELA RANSY TONAPA | [05:00, -] | 994 | [4.3|22:0]: 176106016 | MAHFUT WAWAN PRASETYO | [05:00, -] | 994 | [4.3|22:0]: 181106005 | KOKO ARDIANTO | [05:00, -] | 994 | [4.3|22:0]: 177109005 | RASMADI | [05:00, -] | 994 | [4.3|22:0]: 177111000 | SURADI | [05:00, -] | 994 | [4.3|22:0]: 190114014 | HARIS BUDIARTO | [05:00, -] | 994 | [4.3|22:0]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:00, -] | 994 | [4.3|22:0]: 173196002 | MISBAKHUL MUNIR | [05:00, -] | 994 | [4.3|22:0]: 180115201 | SUDARSONO | [05:00, -] | 994 | [4.3|22:0]: 194122003 | Farid Romdhony Ashari | [05:00, -] | 994 | [4.3|22:0]: 196116029 | Unknown | [] | 996 | Username atau Password anda Salah. [4.3|22:0]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:00, -] | 994 | [4.3|22:0]: 179113015 | HERU PURNOMO | [05:00, -] | 995 | --- source/dani.log | 58 ++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/source/dani.log b/source/dani.log index 8404b04d..d67c59d8 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,29 +1,29 @@ -[4.3|10:18]: 192115037 | YUDHA VIRMA ALLASCA | [05:00, 17:18] | 996 | -[4.3|10:18]: 178108000 | JOHAN ARI PITUTULU | [05:00, 17:18] | 995 | -[4.3|10:18]: 175104000 | WARIMAN | [05:00, 17:18] | 995 | -[4.3|10:18]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:00, 17:18] | 995 | -[4.3|10:18]: 177108001 | PITHUT GUNAWAN | [05:00, 17:18] | 995 | -[4.3|10:18]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:00, 17:18] | 995 | -[4.3|10:18]: 196116016 | DJETLI MARISHANNO LITAAY | [05:00, 17:18] | 995 | -[4.3|10:18]: 171108022 | HINU PULUNG MULIAWAN | [05:00, 17:18] | 995 | -[4.3|10:18]: 184114005 | DULKAMIT | [05:00, 17:18] | 996 | -[4.3|10:18]: 178108004 | MUKLISIN | [05:00, 17:18] | 995 | -[4.3|10:18]: 172195000 | SUNARDI | [05:00, 15:15] | 996 | -[4.3|10:18]: 173104002 | SUGENG RIYANTO | [05:00, 17:18] | 996 | -[4.3|10:18]: 190115017 | AHMAD ZAINUDDIN | [05:00, 17:18] | 996 | -[4.3|10:18]: 172198008 | IDA JATIYANA | [05:00, 17:18] | 995 | -[4.3|10:18]: 170114046 | MARGARETHA RISTIANI M. | [05:00, 17:18] | 995 | -[4.3|10:18]: 176111010 | KOKOK WAHYONO | [05:00, 17:18] | 995 | -[4.3|10:18]: 196116020 | SYELA RANSY TONAPA | [05:00, 17:18] | 995 | -[4.3|10:18]: 176106016 | MAHFUT WAWAN PRASETYO | [05:00, 17:18] | 995 | -[4.3|10:18]: 181106005 | KOKO ARDIANTO | [05:00, 17:18] | 995 | -[4.3|10:18]: 177109005 | RASMADI | [05:00, 17:18] | 995 | -[4.3|10:18]: 177111000 | SURADI | [05:00, 17:18] | 995 | -[4.3|10:18]: 190114014 | HARIS BUDIARTO | [05:00, 17:18] | 995 | -[4.3|10:18]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:00, 17:18] | 995 | -[4.3|10:18]: 173196002 | MISBAKHUL MUNIR | [05:00, 17:18] | 995 | -[4.3|10:18]: 180115201 | SUDARSONO | [05:00, 17:18] | 995 | -[4.3|10:18]: 194122003 | Farid Romdhony Ashari | [05:00, 17:18] | 995 | -[4.3|10:18]: 196116029 | Unknown | [] | 996 | Username atau Password anda Salah. -[4.3|10:18]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:00, 17:18] | 995 | -[4.3|10:18]: 179113015 | HERU PURNOMO | [05:00, 17:18] | 996 | +[4.3|22:0]: 192115037 | YUDHA VIRMA ALLASCA | [05:00, -] | 995 | +[4.3|22:0]: 178108000 | JOHAN ARI PITUTULU | [05:00, -] | 994 | +[4.3|22:0]: 175104000 | WARIMAN | [05:00, -] | 994 | +[4.3|22:0]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:00, -] | 994 | +[4.3|22:0]: 177108001 | PITHUT GUNAWAN | [05:00, -] | 994 | +[4.3|22:0]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:00, -] | 994 | +[4.3|22:0]: 196116016 | DJETLI MARISHANNO LITAAY | [05:00, -] | 994 | +[4.3|22:0]: 171108022 | HINU PULUNG MULIAWAN | [05:00, -] | 994 | +[4.3|22:0]: 184114005 | DULKAMIT | [05:00, -] | 995 | +[4.3|22:0]: 178108004 | MUKLISIN | [05:00, -] | 994 | +[4.3|22:0]: 172195000 | SUNARDI | [05:00, -] | 995 | +[4.3|22:0]: 173104002 | SUGENG RIYANTO | [05:00, -] | 995 | +[4.3|22:0]: 190115017 | AHMAD ZAINUDDIN | [05:00, -] | 995 | +[4.3|22:0]: 172198008 | IDA JATIYANA | [05:00, -] | 994 | +[4.3|22:0]: 170114046 | MARGARETHA RISTIANI M. | [05:00, -] | 994 | +[4.3|22:0]: 176111010 | KOKOK WAHYONO | [05:00, -] | 994 | +[4.3|22:0]: 196116020 | SYELA RANSY TONAPA | [05:00, -] | 994 | +[4.3|22:0]: 176106016 | MAHFUT WAWAN PRASETYO | [05:00, -] | 994 | +[4.3|22:0]: 181106005 | KOKO ARDIANTO | [05:00, -] | 994 | +[4.3|22:0]: 177109005 | RASMADI | [05:00, -] | 994 | +[4.3|22:0]: 177111000 | SURADI | [05:00, -] | 994 | +[4.3|22:0]: 190114014 | HARIS BUDIARTO | [05:00, -] | 994 | +[4.3|22:0]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:00, -] | 994 | +[4.3|22:0]: 173196002 | MISBAKHUL MUNIR | [05:00, -] | 994 | +[4.3|22:0]: 180115201 | SUDARSONO | [05:00, -] | 994 | +[4.3|22:0]: 194122003 | Farid Romdhony Ashari | [05:00, -] | 994 | +[4.3|22:0]: 196116029 | Unknown | [] | 996 | Username atau Password anda Salah. +[4.3|22:0]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:00, -] | 994 | +[4.3|22:0]: 179113015 | HERU PURNOMO | [05:00, -] | 995 | From b538096535347f3b6419a7ba621d8dd806133b5d Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 5 Mar 2024 17:19:21 +0700 Subject: [PATCH 053/158] Update log at 2024-03-05 10:19:21.242888 [5.3|10:19]: 192115037 | YUDHA VIRMA ALLASCA | [05:00, 17:19] | 994 | [5.3|10:19]: 178108000 | JOHAN ARI PITUTULU | [05:00, 17:19] | 993 | [5.3|10:19]: 175104000 | WARIMAN | [05:00, 17:19] | 993 | [5.3|10:19]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:00, 17:19] | 993 | [5.3|10:19]: 177108001 | PITHUT GUNAWAN | [05:00, 17:19] | 993 | [5.3|10:19]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:00, 17:19] | 993 | [5.3|10:19]: 196116016 | DJETLI MARISHANNO LITAAY | [05:00, 17:19] | 993 | [5.3|10:19]: 171108022 | HINU PULUNG MULIAWAN | [05:00, 17:19] | 993 | [5.3|10:19]: 184114005 | DULKAMIT | [05:00, 17:19] | 994 | [5.3|10:19]: 178108004 | MUKLISIN | [05:00, 17:19] | 993 | [5.3|10:19]: 172195000 | SUNARDI | [05:00, 17:19] | 994 | [5.3|10:19]: 173104002 | SUGENG RIYANTO | [05:00, 17:19] | 994 | [5.3|10:19]: 190115017 | AHMAD ZAINUDDIN | [05:00, 17:19] | 994 | [5.3|10:19]: 172198008 | IDA JATIYANA | [05:00, 17:19] | 993 | [5.3|10:19]: 170114046 | MARGARETHA RISTIANI M. | [05:00, 17:19] | 993 | [5.3|10:19]: 176111010 | KOKOK WAHYONO | [05:00, 17:19] | 993 | [5.3|10:19]: 196116020 | SYELA RANSY TONAPA | [05:00, 17:19] | 993 | [5.3|10:19]: 176106016 | MAHFUT WAWAN PRASETYO | [05:00, 17:19] | 993 | [5.3|10:19]: 181106005 | KOKO ARDIANTO | [05:00, 17:19] | 993 | [5.3|10:19]: 177109005 | RASMADI | [05:00, 17:19] | 993 | [5.3|10:19]: 177111000 | SURADI | [05:00, 17:19] | 993 | [5.3|10:19]: 190114014 | HARIS BUDIARTO | [05:00, 17:19] | 993 | [5.3|10:19]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:00, 17:19] | 993 | [5.3|10:19]: 173196002 | MISBAKHUL MUNIR | [05:00, 17:19] | 993 | [5.3|10:19]: 180115201 | SUDARSONO | [05:00, 17:19] | 993 | [5.3|10:19]: 194122003 | Farid Romdhony Ashari | [05:00, 17:19] | 993 | [5.3|10:19]: 196116029 | WAHYU BUDIANTO | [06:30, 17:19] | 989 | [5.3|10:19]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:00, 17:19] | 993 | [5.3|10:19]: 179113015 | HERU PURNOMO | [05:00, 17:19] | 994 | --- source/dani.log | 58 ++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/source/dani.log b/source/dani.log index d67c59d8..7f3842bd 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,29 +1,29 @@ -[4.3|22:0]: 192115037 | YUDHA VIRMA ALLASCA | [05:00, -] | 995 | -[4.3|22:0]: 178108000 | JOHAN ARI PITUTULU | [05:00, -] | 994 | -[4.3|22:0]: 175104000 | WARIMAN | [05:00, -] | 994 | -[4.3|22:0]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:00, -] | 994 | -[4.3|22:0]: 177108001 | PITHUT GUNAWAN | [05:00, -] | 994 | -[4.3|22:0]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:00, -] | 994 | -[4.3|22:0]: 196116016 | DJETLI MARISHANNO LITAAY | [05:00, -] | 994 | -[4.3|22:0]: 171108022 | HINU PULUNG MULIAWAN | [05:00, -] | 994 | -[4.3|22:0]: 184114005 | DULKAMIT | [05:00, -] | 995 | -[4.3|22:0]: 178108004 | MUKLISIN | [05:00, -] | 994 | -[4.3|22:0]: 172195000 | SUNARDI | [05:00, -] | 995 | -[4.3|22:0]: 173104002 | SUGENG RIYANTO | [05:00, -] | 995 | -[4.3|22:0]: 190115017 | AHMAD ZAINUDDIN | [05:00, -] | 995 | -[4.3|22:0]: 172198008 | IDA JATIYANA | [05:00, -] | 994 | -[4.3|22:0]: 170114046 | MARGARETHA RISTIANI M. | [05:00, -] | 994 | -[4.3|22:0]: 176111010 | KOKOK WAHYONO | [05:00, -] | 994 | -[4.3|22:0]: 196116020 | SYELA RANSY TONAPA | [05:00, -] | 994 | -[4.3|22:0]: 176106016 | MAHFUT WAWAN PRASETYO | [05:00, -] | 994 | -[4.3|22:0]: 181106005 | KOKO ARDIANTO | [05:00, -] | 994 | -[4.3|22:0]: 177109005 | RASMADI | [05:00, -] | 994 | -[4.3|22:0]: 177111000 | SURADI | [05:00, -] | 994 | -[4.3|22:0]: 190114014 | HARIS BUDIARTO | [05:00, -] | 994 | -[4.3|22:0]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:00, -] | 994 | -[4.3|22:0]: 173196002 | MISBAKHUL MUNIR | [05:00, -] | 994 | -[4.3|22:0]: 180115201 | SUDARSONO | [05:00, -] | 994 | -[4.3|22:0]: 194122003 | Farid Romdhony Ashari | [05:00, -] | 994 | -[4.3|22:0]: 196116029 | Unknown | [] | 996 | Username atau Password anda Salah. -[4.3|22:0]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:00, -] | 994 | -[4.3|22:0]: 179113015 | HERU PURNOMO | [05:00, -] | 995 | +[5.3|10:19]: 192115037 | YUDHA VIRMA ALLASCA | [05:00, 17:19] | 994 | +[5.3|10:19]: 178108000 | JOHAN ARI PITUTULU | [05:00, 17:19] | 993 | +[5.3|10:19]: 175104000 | WARIMAN | [05:00, 17:19] | 993 | +[5.3|10:19]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:00, 17:19] | 993 | +[5.3|10:19]: 177108001 | PITHUT GUNAWAN | [05:00, 17:19] | 993 | +[5.3|10:19]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:00, 17:19] | 993 | +[5.3|10:19]: 196116016 | DJETLI MARISHANNO LITAAY | [05:00, 17:19] | 993 | +[5.3|10:19]: 171108022 | HINU PULUNG MULIAWAN | [05:00, 17:19] | 993 | +[5.3|10:19]: 184114005 | DULKAMIT | [05:00, 17:19] | 994 | +[5.3|10:19]: 178108004 | MUKLISIN | [05:00, 17:19] | 993 | +[5.3|10:19]: 172195000 | SUNARDI | [05:00, 17:19] | 994 | +[5.3|10:19]: 173104002 | SUGENG RIYANTO | [05:00, 17:19] | 994 | +[5.3|10:19]: 190115017 | AHMAD ZAINUDDIN | [05:00, 17:19] | 994 | +[5.3|10:19]: 172198008 | IDA JATIYANA | [05:00, 17:19] | 993 | +[5.3|10:19]: 170114046 | MARGARETHA RISTIANI M. | [05:00, 17:19] | 993 | +[5.3|10:19]: 176111010 | KOKOK WAHYONO | [05:00, 17:19] | 993 | +[5.3|10:19]: 196116020 | SYELA RANSY TONAPA | [05:00, 17:19] | 993 | +[5.3|10:19]: 176106016 | MAHFUT WAWAN PRASETYO | [05:00, 17:19] | 993 | +[5.3|10:19]: 181106005 | KOKO ARDIANTO | [05:00, 17:19] | 993 | +[5.3|10:19]: 177109005 | RASMADI | [05:00, 17:19] | 993 | +[5.3|10:19]: 177111000 | SURADI | [05:00, 17:19] | 993 | +[5.3|10:19]: 190114014 | HARIS BUDIARTO | [05:00, 17:19] | 993 | +[5.3|10:19]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:00, 17:19] | 993 | +[5.3|10:19]: 173196002 | MISBAKHUL MUNIR | [05:00, 17:19] | 993 | +[5.3|10:19]: 180115201 | SUDARSONO | [05:00, 17:19] | 993 | +[5.3|10:19]: 194122003 | Farid Romdhony Ashari | [05:00, 17:19] | 993 | +[5.3|10:19]: 196116029 | WAHYU BUDIANTO | [06:30, 17:19] | 989 | +[5.3|10:19]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:00, 17:19] | 993 | +[5.3|10:19]: 179113015 | HERU PURNOMO | [05:00, 17:19] | 994 | From c428b8c9e75ca98249b4b956865ea96b792c1b0a Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 6 Mar 2024 05:27:21 +0700 Subject: [PATCH 054/158] Update log at 2024-03-05 22:27:21.466794 [5.3|22:27]: 192115037 | YUDHA VIRMA ALLASCA | [05:27, -] | 993 | [5.3|22:27]: 178108000 | JOHAN ARI PITUTULU | [05:27, -] | 992 | [5.3|22:27]: 175104000 | WARIMAN | [05:27, -] | 992 | [5.3|22:27]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:27, -] | 992 | [5.3|22:27]: 177108001 | PITHUT GUNAWAN | [05:27, -] | 992 | [5.3|22:27]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:27, -] | 992 | [5.3|22:27]: 196116016 | DJETLI MARISHANNO LITAAY | [05:27, -] | 992 | [5.3|22:27]: 171108022 | HINU PULUNG MULIAWAN | [05:27, -] | 992 | [5.3|22:27]: 184114005 | DULKAMIT | [05:27, -] | 993 | [5.3|22:27]: 178108004 | MUKLISIN | [05:27, -] | 992 | [5.3|22:27]: 172195000 | SUNARDI | [05:27, -] | 993 | [5.3|22:27]: 173104002 | SUGENG RIYANTO | [05:27, -] | 993 | [5.3|22:27]: 190115017 | AHMAD ZAINUDDIN | [05:27, -] | 993 | [5.3|22:27]: 172198008 | IDA JATIYANA | [05:27, -] | 992 | [5.3|22:27]: 170114046 | MARGARETHA RISTIANI M. | [05:27, -] | 992 | [5.3|22:27]: 176111010 | KOKOK WAHYONO | [05:27, -] | 992 | [5.3|22:27]: 196116020 | SYELA RANSY TONAPA | [05:27, -] | 992 | [5.3|22:27]: 176106016 | MAHFUT WAWAN PRASETYO | [05:27, -] | 992 | [5.3|22:27]: 181106005 | KOKO ARDIANTO | [05:27, -] | 992 | [5.3|22:27]: 177109005 | RASMADI | [05:27, -] | 992 | [5.3|22:27]: 177111000 | SURADI | [05:27, -] | 992 | [5.3|22:27]: 190114014 | HARIS BUDIARTO | [05:27, -] | 992 | [5.3|22:27]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:27, -] | 992 | [5.3|22:27]: 173196002 | MISBAKHUL MUNIR | [05:27, -] | 992 | [5.3|22:27]: 180115201 | SUDARSONO | [05:27, -] | 992 | [5.3|22:27]: 194122003 | Farid Romdhony Ashari | [05:27, -] | 992 | [5.3|22:27]: 196116029 | WAHYU BUDIANTO | [05:27, -] | 988 | [5.3|22:27]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:27, -] | 992 | [5.3|22:27]: 179113015 | HERU PURNOMO | [05:27, -] | 993 | --- source/dani.log | 58 ++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/source/dani.log b/source/dani.log index 7f3842bd..f54c5ce6 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,29 +1,29 @@ -[5.3|10:19]: 192115037 | YUDHA VIRMA ALLASCA | [05:00, 17:19] | 994 | -[5.3|10:19]: 178108000 | JOHAN ARI PITUTULU | [05:00, 17:19] | 993 | -[5.3|10:19]: 175104000 | WARIMAN | [05:00, 17:19] | 993 | -[5.3|10:19]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:00, 17:19] | 993 | -[5.3|10:19]: 177108001 | PITHUT GUNAWAN | [05:00, 17:19] | 993 | -[5.3|10:19]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:00, 17:19] | 993 | -[5.3|10:19]: 196116016 | DJETLI MARISHANNO LITAAY | [05:00, 17:19] | 993 | -[5.3|10:19]: 171108022 | HINU PULUNG MULIAWAN | [05:00, 17:19] | 993 | -[5.3|10:19]: 184114005 | DULKAMIT | [05:00, 17:19] | 994 | -[5.3|10:19]: 178108004 | MUKLISIN | [05:00, 17:19] | 993 | -[5.3|10:19]: 172195000 | SUNARDI | [05:00, 17:19] | 994 | -[5.3|10:19]: 173104002 | SUGENG RIYANTO | [05:00, 17:19] | 994 | -[5.3|10:19]: 190115017 | AHMAD ZAINUDDIN | [05:00, 17:19] | 994 | -[5.3|10:19]: 172198008 | IDA JATIYANA | [05:00, 17:19] | 993 | -[5.3|10:19]: 170114046 | MARGARETHA RISTIANI M. | [05:00, 17:19] | 993 | -[5.3|10:19]: 176111010 | KOKOK WAHYONO | [05:00, 17:19] | 993 | -[5.3|10:19]: 196116020 | SYELA RANSY TONAPA | [05:00, 17:19] | 993 | -[5.3|10:19]: 176106016 | MAHFUT WAWAN PRASETYO | [05:00, 17:19] | 993 | -[5.3|10:19]: 181106005 | KOKO ARDIANTO | [05:00, 17:19] | 993 | -[5.3|10:19]: 177109005 | RASMADI | [05:00, 17:19] | 993 | -[5.3|10:19]: 177111000 | SURADI | [05:00, 17:19] | 993 | -[5.3|10:19]: 190114014 | HARIS BUDIARTO | [05:00, 17:19] | 993 | -[5.3|10:19]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:00, 17:19] | 993 | -[5.3|10:19]: 173196002 | MISBAKHUL MUNIR | [05:00, 17:19] | 993 | -[5.3|10:19]: 180115201 | SUDARSONO | [05:00, 17:19] | 993 | -[5.3|10:19]: 194122003 | Farid Romdhony Ashari | [05:00, 17:19] | 993 | -[5.3|10:19]: 196116029 | WAHYU BUDIANTO | [06:30, 17:19] | 989 | -[5.3|10:19]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:00, 17:19] | 993 | -[5.3|10:19]: 179113015 | HERU PURNOMO | [05:00, 17:19] | 994 | +[5.3|22:27]: 192115037 | YUDHA VIRMA ALLASCA | [05:27, -] | 993 | +[5.3|22:27]: 178108000 | JOHAN ARI PITUTULU | [05:27, -] | 992 | +[5.3|22:27]: 175104000 | WARIMAN | [05:27, -] | 992 | +[5.3|22:27]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:27, -] | 992 | +[5.3|22:27]: 177108001 | PITHUT GUNAWAN | [05:27, -] | 992 | +[5.3|22:27]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:27, -] | 992 | +[5.3|22:27]: 196116016 | DJETLI MARISHANNO LITAAY | [05:27, -] | 992 | +[5.3|22:27]: 171108022 | HINU PULUNG MULIAWAN | [05:27, -] | 992 | +[5.3|22:27]: 184114005 | DULKAMIT | [05:27, -] | 993 | +[5.3|22:27]: 178108004 | MUKLISIN | [05:27, -] | 992 | +[5.3|22:27]: 172195000 | SUNARDI | [05:27, -] | 993 | +[5.3|22:27]: 173104002 | SUGENG RIYANTO | [05:27, -] | 993 | +[5.3|22:27]: 190115017 | AHMAD ZAINUDDIN | [05:27, -] | 993 | +[5.3|22:27]: 172198008 | IDA JATIYANA | [05:27, -] | 992 | +[5.3|22:27]: 170114046 | MARGARETHA RISTIANI M. | [05:27, -] | 992 | +[5.3|22:27]: 176111010 | KOKOK WAHYONO | [05:27, -] | 992 | +[5.3|22:27]: 196116020 | SYELA RANSY TONAPA | [05:27, -] | 992 | +[5.3|22:27]: 176106016 | MAHFUT WAWAN PRASETYO | [05:27, -] | 992 | +[5.3|22:27]: 181106005 | KOKO ARDIANTO | [05:27, -] | 992 | +[5.3|22:27]: 177109005 | RASMADI | [05:27, -] | 992 | +[5.3|22:27]: 177111000 | SURADI | [05:27, -] | 992 | +[5.3|22:27]: 190114014 | HARIS BUDIARTO | [05:27, -] | 992 | +[5.3|22:27]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:27, -] | 992 | +[5.3|22:27]: 173196002 | MISBAKHUL MUNIR | [05:27, -] | 992 | +[5.3|22:27]: 180115201 | SUDARSONO | [05:27, -] | 992 | +[5.3|22:27]: 194122003 | Farid Romdhony Ashari | [05:27, -] | 992 | +[5.3|22:27]: 196116029 | WAHYU BUDIANTO | [05:27, -] | 988 | +[5.3|22:27]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:27, -] | 992 | +[5.3|22:27]: 179113015 | HERU PURNOMO | [05:27, -] | 993 | From 719138b7767ba20235220229e33d9b89e95617ab Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 6 Mar 2024 17:08:22 +0700 Subject: [PATCH 055/158] Update log at 2024-03-06 10:08:22.343509 [6.3|10:8]: 192115037 | YUDHA VIRMA ALLASCA | [05:27, 17:08] | 992 | [6.3|10:8]: 178108000 | JOHAN ARI PITUTULU | [05:27, 17:08] | 991 | [6.3|10:8]: 175104000 | WARIMAN | [05:27, 17:08] | 991 | [6.3|10:8]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:27, 17:08] | 991 | [6.3|10:8]: 177108001 | PITHUT GUNAWAN | [05:27, 17:08] | 991 | [6.3|10:8]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:27, 17:08] | 991 | [6.3|10:8]: 196116016 | DJETLI MARISHANNO LITAAY | [05:27, 17:08] | 991 | [6.3|10:8]: 171108022 | HINU PULUNG MULIAWAN | [05:27, 17:08] | 991 | [6.3|10:8]: 184114005 | DULKAMIT | [05:27, 17:08] | 992 | [6.3|10:8]: 178108004 | MUKLISIN | [05:27, 17:08] | 991 | [6.3|10:8]: 172195000 | SUNARDI | [05:27, 17:08] | 992 | [6.3|10:8]: 173104002 | SUGENG RIYANTO | [05:27, 17:08] | 992 | [6.3|10:8]: 190115017 | AHMAD ZAINUDDIN | [05:27, 17:08] | 992 | [6.3|10:8]: 172198008 | IDA JATIYANA | [05:27, 17:08] | 991 | [6.3|10:8]: 170114046 | MARGARETHA RISTIANI M. | [05:27, 17:08] | 991 | [6.3|10:8]: 176111010 | KOKOK WAHYONO | [05:27, 17:08] | 991 | [6.3|10:8]: 196116020 | SYELA RANSY TONAPA | [05:27, 17:08] | 991 | [6.3|10:8]: 176106016 | MAHFUT WAWAN PRASETYO | [05:27, 17:08] | 991 | [6.3|10:8]: 181106005 | KOKO ARDIANTO | [05:27, 17:08] | 991 | [6.3|10:8]: 177109005 | RASMADI | [05:27, 17:08] | 991 | [6.3|10:8]: 177111000 | SURADI | [05:27, 17:08] | 991 | [6.3|10:8]: 190114014 | HARIS BUDIARTO | [05:27, 17:08] | 991 | [6.3|10:8]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:27, 17:08] | 991 | [6.3|10:8]: 173196002 | MISBAKHUL MUNIR | [05:27, 17:08] | 991 | [6.3|10:8]: 180115201 | SUDARSONO | [05:27, 17:08] | 991 | [6.3|10:8]: 194122003 | Farid Romdhony Ashari | [05:27, 17:08] | 991 | [6.3|10:8]: 196116029 | WAHYU BUDIANTO | [05:27, 17:08] | 987 | [6.3|10:8]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:27, 17:08] | 991 | [6.3|10:8]: 179113015 | HERU PURNOMO | [05:27, 17:08] | 992 | --- source/dani.log | 58 ++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/source/dani.log b/source/dani.log index f54c5ce6..b626c9d2 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,29 +1,29 @@ -[5.3|22:27]: 192115037 | YUDHA VIRMA ALLASCA | [05:27, -] | 993 | -[5.3|22:27]: 178108000 | JOHAN ARI PITUTULU | [05:27, -] | 992 | -[5.3|22:27]: 175104000 | WARIMAN | [05:27, -] | 992 | -[5.3|22:27]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:27, -] | 992 | -[5.3|22:27]: 177108001 | PITHUT GUNAWAN | [05:27, -] | 992 | -[5.3|22:27]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:27, -] | 992 | -[5.3|22:27]: 196116016 | DJETLI MARISHANNO LITAAY | [05:27, -] | 992 | -[5.3|22:27]: 171108022 | HINU PULUNG MULIAWAN | [05:27, -] | 992 | -[5.3|22:27]: 184114005 | DULKAMIT | [05:27, -] | 993 | -[5.3|22:27]: 178108004 | MUKLISIN | [05:27, -] | 992 | -[5.3|22:27]: 172195000 | SUNARDI | [05:27, -] | 993 | -[5.3|22:27]: 173104002 | SUGENG RIYANTO | [05:27, -] | 993 | -[5.3|22:27]: 190115017 | AHMAD ZAINUDDIN | [05:27, -] | 993 | -[5.3|22:27]: 172198008 | IDA JATIYANA | [05:27, -] | 992 | -[5.3|22:27]: 170114046 | MARGARETHA RISTIANI M. | [05:27, -] | 992 | -[5.3|22:27]: 176111010 | KOKOK WAHYONO | [05:27, -] | 992 | -[5.3|22:27]: 196116020 | SYELA RANSY TONAPA | [05:27, -] | 992 | -[5.3|22:27]: 176106016 | MAHFUT WAWAN PRASETYO | [05:27, -] | 992 | -[5.3|22:27]: 181106005 | KOKO ARDIANTO | [05:27, -] | 992 | -[5.3|22:27]: 177109005 | RASMADI | [05:27, -] | 992 | -[5.3|22:27]: 177111000 | SURADI | [05:27, -] | 992 | -[5.3|22:27]: 190114014 | HARIS BUDIARTO | [05:27, -] | 992 | -[5.3|22:27]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:27, -] | 992 | -[5.3|22:27]: 173196002 | MISBAKHUL MUNIR | [05:27, -] | 992 | -[5.3|22:27]: 180115201 | SUDARSONO | [05:27, -] | 992 | -[5.3|22:27]: 194122003 | Farid Romdhony Ashari | [05:27, -] | 992 | -[5.3|22:27]: 196116029 | WAHYU BUDIANTO | [05:27, -] | 988 | -[5.3|22:27]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:27, -] | 992 | -[5.3|22:27]: 179113015 | HERU PURNOMO | [05:27, -] | 993 | +[6.3|10:8]: 192115037 | YUDHA VIRMA ALLASCA | [05:27, 17:08] | 992 | +[6.3|10:8]: 178108000 | JOHAN ARI PITUTULU | [05:27, 17:08] | 991 | +[6.3|10:8]: 175104000 | WARIMAN | [05:27, 17:08] | 991 | +[6.3|10:8]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:27, 17:08] | 991 | +[6.3|10:8]: 177108001 | PITHUT GUNAWAN | [05:27, 17:08] | 991 | +[6.3|10:8]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:27, 17:08] | 991 | +[6.3|10:8]: 196116016 | DJETLI MARISHANNO LITAAY | [05:27, 17:08] | 991 | +[6.3|10:8]: 171108022 | HINU PULUNG MULIAWAN | [05:27, 17:08] | 991 | +[6.3|10:8]: 184114005 | DULKAMIT | [05:27, 17:08] | 992 | +[6.3|10:8]: 178108004 | MUKLISIN | [05:27, 17:08] | 991 | +[6.3|10:8]: 172195000 | SUNARDI | [05:27, 17:08] | 992 | +[6.3|10:8]: 173104002 | SUGENG RIYANTO | [05:27, 17:08] | 992 | +[6.3|10:8]: 190115017 | AHMAD ZAINUDDIN | [05:27, 17:08] | 992 | +[6.3|10:8]: 172198008 | IDA JATIYANA | [05:27, 17:08] | 991 | +[6.3|10:8]: 170114046 | MARGARETHA RISTIANI M. | [05:27, 17:08] | 991 | +[6.3|10:8]: 176111010 | KOKOK WAHYONO | [05:27, 17:08] | 991 | +[6.3|10:8]: 196116020 | SYELA RANSY TONAPA | [05:27, 17:08] | 991 | +[6.3|10:8]: 176106016 | MAHFUT WAWAN PRASETYO | [05:27, 17:08] | 991 | +[6.3|10:8]: 181106005 | KOKO ARDIANTO | [05:27, 17:08] | 991 | +[6.3|10:8]: 177109005 | RASMADI | [05:27, 17:08] | 991 | +[6.3|10:8]: 177111000 | SURADI | [05:27, 17:08] | 991 | +[6.3|10:8]: 190114014 | HARIS BUDIARTO | [05:27, 17:08] | 991 | +[6.3|10:8]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:27, 17:08] | 991 | +[6.3|10:8]: 173196002 | MISBAKHUL MUNIR | [05:27, 17:08] | 991 | +[6.3|10:8]: 180115201 | SUDARSONO | [05:27, 17:08] | 991 | +[6.3|10:8]: 194122003 | Farid Romdhony Ashari | [05:27, 17:08] | 991 | +[6.3|10:8]: 196116029 | WAHYU BUDIANTO | [05:27, 17:08] | 987 | +[6.3|10:8]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:27, 17:08] | 991 | +[6.3|10:8]: 179113015 | HERU PURNOMO | [05:27, 17:08] | 992 | From 2396043e5709964164b1bbac0c2d67b1b7431c64 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Thu, 7 Mar 2024 05:21:22 +0700 Subject: [PATCH 056/158] Update log at 2024-03-06 22:21:22.105766 [6.3|22:21]: 192115037 | YUDHA VIRMA ALLASCA | [05:21, -] | 991 | [6.3|22:21]: 178108000 | JOHAN ARI PITUTULU | [05:21, -] | 990 | [6.3|22:21]: 175104000 | WARIMAN | [05:21, -] | 990 | [6.3|22:21]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:21, -] | 990 | [6.3|22:21]: 177108001 | PITHUT GUNAWAN | [05:21, -] | 990 | [6.3|22:21]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:21, -] | 990 | [6.3|22:21]: 196116016 | DJETLI MARISHANNO LITAAY | [05:21, -] | 990 | [6.3|22:21]: 171108022 | HINU PULUNG MULIAWAN | [05:21, -] | 990 | [6.3|22:21]: 184114005 | DULKAMIT | [05:21, -] | 991 | [6.3|22:21]: 178108004 | MUKLISIN | [05:21, -] | 990 | [6.3|22:21]: 172195000 | SUNARDI | [05:21, -] | 991 | [6.3|22:21]: 173104002 | SUGENG RIYANTO | [05:21, -] | 991 | [6.3|22:21]: 190115017 | AHMAD ZAINUDDIN | [05:21, -] | 991 | [6.3|22:21]: 172198008 | IDA JATIYANA | [05:21, -] | 990 | [6.3|22:21]: 170114046 | MARGARETHA RISTIANI M. | [05:21, -] | 990 | [6.3|22:21]: 176111010 | KOKOK WAHYONO | [05:21, -] | 990 | [6.3|22:21]: 196116020 | SYELA RANSY TONAPA | [05:21, -] | 990 | [6.3|22:21]: 176106016 | MAHFUT WAWAN PRASETYO | [05:21, -] | 990 | [6.3|22:21]: 181106005 | KOKO ARDIANTO | [05:21, -] | 990 | [6.3|22:21]: 177109005 | RASMADI | [05:21, -] | 990 | [6.3|22:21]: 177111000 | SURADI | [05:21, -] | 990 | [6.3|22:21]: 190114014 | HARIS BUDIARTO | [05:21, -] | 990 | [6.3|22:21]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:21, -] | 990 | [6.3|22:21]: 173196002 | MISBAKHUL MUNIR | [05:21, -] | 990 | [6.3|22:21]: 180115201 | SUDARSONO | [05:21, -] | 990 | [6.3|22:21]: 194122003 | Farid Romdhony Ashari | [05:21, -] | 990 | [6.3|22:21]: 196116029 | WAHYU BUDIANTO | [05:21, -] | 986 | [6.3|22:21]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:21, -] | 990 | [6.3|22:21]: 179113015 | HERU PURNOMO | [05:21, -] | 991 | --- source/dani.log | 58 ++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/source/dani.log b/source/dani.log index b626c9d2..d8e39008 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,29 +1,29 @@ -[6.3|10:8]: 192115037 | YUDHA VIRMA ALLASCA | [05:27, 17:08] | 992 | -[6.3|10:8]: 178108000 | JOHAN ARI PITUTULU | [05:27, 17:08] | 991 | -[6.3|10:8]: 175104000 | WARIMAN | [05:27, 17:08] | 991 | -[6.3|10:8]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:27, 17:08] | 991 | -[6.3|10:8]: 177108001 | PITHUT GUNAWAN | [05:27, 17:08] | 991 | -[6.3|10:8]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:27, 17:08] | 991 | -[6.3|10:8]: 196116016 | DJETLI MARISHANNO LITAAY | [05:27, 17:08] | 991 | -[6.3|10:8]: 171108022 | HINU PULUNG MULIAWAN | [05:27, 17:08] | 991 | -[6.3|10:8]: 184114005 | DULKAMIT | [05:27, 17:08] | 992 | -[6.3|10:8]: 178108004 | MUKLISIN | [05:27, 17:08] | 991 | -[6.3|10:8]: 172195000 | SUNARDI | [05:27, 17:08] | 992 | -[6.3|10:8]: 173104002 | SUGENG RIYANTO | [05:27, 17:08] | 992 | -[6.3|10:8]: 190115017 | AHMAD ZAINUDDIN | [05:27, 17:08] | 992 | -[6.3|10:8]: 172198008 | IDA JATIYANA | [05:27, 17:08] | 991 | -[6.3|10:8]: 170114046 | MARGARETHA RISTIANI M. | [05:27, 17:08] | 991 | -[6.3|10:8]: 176111010 | KOKOK WAHYONO | [05:27, 17:08] | 991 | -[6.3|10:8]: 196116020 | SYELA RANSY TONAPA | [05:27, 17:08] | 991 | -[6.3|10:8]: 176106016 | MAHFUT WAWAN PRASETYO | [05:27, 17:08] | 991 | -[6.3|10:8]: 181106005 | KOKO ARDIANTO | [05:27, 17:08] | 991 | -[6.3|10:8]: 177109005 | RASMADI | [05:27, 17:08] | 991 | -[6.3|10:8]: 177111000 | SURADI | [05:27, 17:08] | 991 | -[6.3|10:8]: 190114014 | HARIS BUDIARTO | [05:27, 17:08] | 991 | -[6.3|10:8]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:27, 17:08] | 991 | -[6.3|10:8]: 173196002 | MISBAKHUL MUNIR | [05:27, 17:08] | 991 | -[6.3|10:8]: 180115201 | SUDARSONO | [05:27, 17:08] | 991 | -[6.3|10:8]: 194122003 | Farid Romdhony Ashari | [05:27, 17:08] | 991 | -[6.3|10:8]: 196116029 | WAHYU BUDIANTO | [05:27, 17:08] | 987 | -[6.3|10:8]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:27, 17:08] | 991 | -[6.3|10:8]: 179113015 | HERU PURNOMO | [05:27, 17:08] | 992 | +[6.3|22:21]: 192115037 | YUDHA VIRMA ALLASCA | [05:21, -] | 991 | +[6.3|22:21]: 178108000 | JOHAN ARI PITUTULU | [05:21, -] | 990 | +[6.3|22:21]: 175104000 | WARIMAN | [05:21, -] | 990 | +[6.3|22:21]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:21, -] | 990 | +[6.3|22:21]: 177108001 | PITHUT GUNAWAN | [05:21, -] | 990 | +[6.3|22:21]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:21, -] | 990 | +[6.3|22:21]: 196116016 | DJETLI MARISHANNO LITAAY | [05:21, -] | 990 | +[6.3|22:21]: 171108022 | HINU PULUNG MULIAWAN | [05:21, -] | 990 | +[6.3|22:21]: 184114005 | DULKAMIT | [05:21, -] | 991 | +[6.3|22:21]: 178108004 | MUKLISIN | [05:21, -] | 990 | +[6.3|22:21]: 172195000 | SUNARDI | [05:21, -] | 991 | +[6.3|22:21]: 173104002 | SUGENG RIYANTO | [05:21, -] | 991 | +[6.3|22:21]: 190115017 | AHMAD ZAINUDDIN | [05:21, -] | 991 | +[6.3|22:21]: 172198008 | IDA JATIYANA | [05:21, -] | 990 | +[6.3|22:21]: 170114046 | MARGARETHA RISTIANI M. | [05:21, -] | 990 | +[6.3|22:21]: 176111010 | KOKOK WAHYONO | [05:21, -] | 990 | +[6.3|22:21]: 196116020 | SYELA RANSY TONAPA | [05:21, -] | 990 | +[6.3|22:21]: 176106016 | MAHFUT WAWAN PRASETYO | [05:21, -] | 990 | +[6.3|22:21]: 181106005 | KOKO ARDIANTO | [05:21, -] | 990 | +[6.3|22:21]: 177109005 | RASMADI | [05:21, -] | 990 | +[6.3|22:21]: 177111000 | SURADI | [05:21, -] | 990 | +[6.3|22:21]: 190114014 | HARIS BUDIARTO | [05:21, -] | 990 | +[6.3|22:21]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:21, -] | 990 | +[6.3|22:21]: 173196002 | MISBAKHUL MUNIR | [05:21, -] | 990 | +[6.3|22:21]: 180115201 | SUDARSONO | [05:21, -] | 990 | +[6.3|22:21]: 194122003 | Farid Romdhony Ashari | [05:21, -] | 990 | +[6.3|22:21]: 196116029 | WAHYU BUDIANTO | [05:21, -] | 986 | +[6.3|22:21]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:21, -] | 990 | +[6.3|22:21]: 179113015 | HERU PURNOMO | [05:21, -] | 991 | From f20b1fbb41343ca1134d2339d257f02246f59e7e Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Thu, 7 Mar 2024 17:03:22 +0700 Subject: [PATCH 057/158] Update log at 2024-03-07 10:03:22.518753 [7.3|10:3]: 192115037 | YUDHA VIRMA ALLASCA | [05:21, 17:03] | 990 | [7.3|10:3]: 178108000 | JOHAN ARI PITUTULU | [05:21, 17:03] | 989 | [7.3|10:3]: 175104000 | WARIMAN | [05:21, 17:03] | 989 | [7.3|10:3]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:21, 17:03] | 989 | [7.3|10:3]: 177108001 | PITHUT GUNAWAN | [05:21, 17:03] | 989 | [7.3|10:3]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:21, 17:03] | 989 | [7.3|10:3]: 196116016 | DJETLI MARISHANNO LITAAY | [05:21, 17:03] | 989 | [7.3|10:3]: 171108022 | HINU PULUNG MULIAWAN | [05:21, 17:03] | 989 | [7.3|10:3]: 184114005 | DULKAMIT | [05:21, 17:03] | 990 | [7.3|10:3]: 178108004 | MUKLISIN | [05:21, 17:03] | 989 | [7.3|10:3]: 172195000 | SUNARDI | [05:21, 17:03] | 990 | [7.3|10:3]: 173104002 | SUGENG RIYANTO | [05:21, 17:03] | 990 | [7.3|10:3]: 190115017 | AHMAD ZAINUDDIN | [05:21, 17:03] | 990 | [7.3|10:3]: 172198008 | IDA JATIYANA | [05:21, 17:03] | 989 | [7.3|10:3]: 170114046 | MARGARETHA RISTIANI M. | [05:21, 17:03] | 989 | [7.3|10:3]: 176111010 | KOKOK WAHYONO | [05:21, 17:03] | 989 | [7.3|10:3]: 196116020 | SYELA RANSY TONAPA | [05:21, 17:03] | 989 | [7.3|10:3]: 176106016 | MAHFUT WAWAN PRASETYO | [05:21, 17:03] | 989 | [7.3|10:3]: 181106005 | KOKO ARDIANTO | [05:21, 17:03] | 989 | [7.3|10:3]: 177109005 | RASMADI | [05:21, 17:03] | 989 | [7.3|10:3]: 177111000 | SURADI | [05:21, 17:03] | 989 | [7.3|10:3]: 190114014 | HARIS BUDIARTO | [05:21, 17:03] | 989 | [7.3|10:3]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:21, 17:03] | 989 | [7.3|10:3]: 173196002 | MISBAKHUL MUNIR | [05:21, 17:03] | 989 | [7.3|10:3]: 180115201 | SUDARSONO | [05:21, 17:03] | 989 | [7.3|10:3]: 194122003 | Farid Romdhony Ashari | [05:21, 17:03] | 989 | [7.3|10:3]: 196116029 | WAHYU BUDIANTO | [05:21, 17:03] | 985 | [7.3|10:3]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:21, 17:03] | 989 | [7.3|10:3]: 179113015 | HERU PURNOMO | [05:21, 17:03] | 990 | --- source/dani.log | 58 ++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/source/dani.log b/source/dani.log index d8e39008..78a8715c 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,29 +1,29 @@ -[6.3|22:21]: 192115037 | YUDHA VIRMA ALLASCA | [05:21, -] | 991 | -[6.3|22:21]: 178108000 | JOHAN ARI PITUTULU | [05:21, -] | 990 | -[6.3|22:21]: 175104000 | WARIMAN | [05:21, -] | 990 | -[6.3|22:21]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:21, -] | 990 | -[6.3|22:21]: 177108001 | PITHUT GUNAWAN | [05:21, -] | 990 | -[6.3|22:21]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:21, -] | 990 | -[6.3|22:21]: 196116016 | DJETLI MARISHANNO LITAAY | [05:21, -] | 990 | -[6.3|22:21]: 171108022 | HINU PULUNG MULIAWAN | [05:21, -] | 990 | -[6.3|22:21]: 184114005 | DULKAMIT | [05:21, -] | 991 | -[6.3|22:21]: 178108004 | MUKLISIN | [05:21, -] | 990 | -[6.3|22:21]: 172195000 | SUNARDI | [05:21, -] | 991 | -[6.3|22:21]: 173104002 | SUGENG RIYANTO | [05:21, -] | 991 | -[6.3|22:21]: 190115017 | AHMAD ZAINUDDIN | [05:21, -] | 991 | -[6.3|22:21]: 172198008 | IDA JATIYANA | [05:21, -] | 990 | -[6.3|22:21]: 170114046 | MARGARETHA RISTIANI M. | [05:21, -] | 990 | -[6.3|22:21]: 176111010 | KOKOK WAHYONO | [05:21, -] | 990 | -[6.3|22:21]: 196116020 | SYELA RANSY TONAPA | [05:21, -] | 990 | -[6.3|22:21]: 176106016 | MAHFUT WAWAN PRASETYO | [05:21, -] | 990 | -[6.3|22:21]: 181106005 | KOKO ARDIANTO | [05:21, -] | 990 | -[6.3|22:21]: 177109005 | RASMADI | [05:21, -] | 990 | -[6.3|22:21]: 177111000 | SURADI | [05:21, -] | 990 | -[6.3|22:21]: 190114014 | HARIS BUDIARTO | [05:21, -] | 990 | -[6.3|22:21]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:21, -] | 990 | -[6.3|22:21]: 173196002 | MISBAKHUL MUNIR | [05:21, -] | 990 | -[6.3|22:21]: 180115201 | SUDARSONO | [05:21, -] | 990 | -[6.3|22:21]: 194122003 | Farid Romdhony Ashari | [05:21, -] | 990 | -[6.3|22:21]: 196116029 | WAHYU BUDIANTO | [05:21, -] | 986 | -[6.3|22:21]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:21, -] | 990 | -[6.3|22:21]: 179113015 | HERU PURNOMO | [05:21, -] | 991 | +[7.3|10:3]: 192115037 | YUDHA VIRMA ALLASCA | [05:21, 17:03] | 990 | +[7.3|10:3]: 178108000 | JOHAN ARI PITUTULU | [05:21, 17:03] | 989 | +[7.3|10:3]: 175104000 | WARIMAN | [05:21, 17:03] | 989 | +[7.3|10:3]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:21, 17:03] | 989 | +[7.3|10:3]: 177108001 | PITHUT GUNAWAN | [05:21, 17:03] | 989 | +[7.3|10:3]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:21, 17:03] | 989 | +[7.3|10:3]: 196116016 | DJETLI MARISHANNO LITAAY | [05:21, 17:03] | 989 | +[7.3|10:3]: 171108022 | HINU PULUNG MULIAWAN | [05:21, 17:03] | 989 | +[7.3|10:3]: 184114005 | DULKAMIT | [05:21, 17:03] | 990 | +[7.3|10:3]: 178108004 | MUKLISIN | [05:21, 17:03] | 989 | +[7.3|10:3]: 172195000 | SUNARDI | [05:21, 17:03] | 990 | +[7.3|10:3]: 173104002 | SUGENG RIYANTO | [05:21, 17:03] | 990 | +[7.3|10:3]: 190115017 | AHMAD ZAINUDDIN | [05:21, 17:03] | 990 | +[7.3|10:3]: 172198008 | IDA JATIYANA | [05:21, 17:03] | 989 | +[7.3|10:3]: 170114046 | MARGARETHA RISTIANI M. | [05:21, 17:03] | 989 | +[7.3|10:3]: 176111010 | KOKOK WAHYONO | [05:21, 17:03] | 989 | +[7.3|10:3]: 196116020 | SYELA RANSY TONAPA | [05:21, 17:03] | 989 | +[7.3|10:3]: 176106016 | MAHFUT WAWAN PRASETYO | [05:21, 17:03] | 989 | +[7.3|10:3]: 181106005 | KOKO ARDIANTO | [05:21, 17:03] | 989 | +[7.3|10:3]: 177109005 | RASMADI | [05:21, 17:03] | 989 | +[7.3|10:3]: 177111000 | SURADI | [05:21, 17:03] | 989 | +[7.3|10:3]: 190114014 | HARIS BUDIARTO | [05:21, 17:03] | 989 | +[7.3|10:3]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:21, 17:03] | 989 | +[7.3|10:3]: 173196002 | MISBAKHUL MUNIR | [05:21, 17:03] | 989 | +[7.3|10:3]: 180115201 | SUDARSONO | [05:21, 17:03] | 989 | +[7.3|10:3]: 194122003 | Farid Romdhony Ashari | [05:21, 17:03] | 989 | +[7.3|10:3]: 196116029 | WAHYU BUDIANTO | [05:21, 17:03] | 985 | +[7.3|10:3]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:21, 17:03] | 989 | +[7.3|10:3]: 179113015 | HERU PURNOMO | [05:21, 17:03] | 990 | From a99446c70caebf61a7e947e09d8a4f333d308bca Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Fri, 8 Mar 2024 05:10:21 +0700 Subject: [PATCH 058/158] Update log at 2024-03-07 22:10:21.657806 [7.3|22:10]: 192115037 | YUDHA VIRMA ALLASCA | [05:10, -] | 989 | [7.3|22:10]: 178108000 | JOHAN ARI PITUTULU | [05:10, -] | 988 | [7.3|22:10]: 175104000 | WARIMAN | [05:10, -] | 988 | [7.3|22:10]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:10, -] | 988 | [7.3|22:10]: 177108001 | PITHUT GUNAWAN | [05:10, -] | 988 | [7.3|22:10]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:10, -] | 988 | [7.3|22:10]: 196116016 | DJETLI MARISHANNO LITAAY | [05:10, -] | 988 | [7.3|22:10]: 171108022 | HINU PULUNG MULIAWAN | [05:10, -] | 988 | [7.3|22:10]: 184114005 | DULKAMIT | [05:10, -] | 989 | [7.3|22:10]: 178108004 | MUKLISIN | [05:10, -] | 988 | [7.3|22:10]: 172195000 | SUNARDI | [05:10, -] | 989 | [7.3|22:10]: 173104002 | SUGENG RIYANTO | [05:10, -] | 989 | [7.3|22:10]: 190115017 | AHMAD ZAINUDDIN | [05:10, -] | 989 | [7.3|22:10]: 172198008 | IDA JATIYANA | [05:10, -] | 988 | [7.3|22:10]: 170114046 | MARGARETHA RISTIANI M. | [05:10, -] | 988 | [7.3|22:10]: 176111010 | KOKOK WAHYONO | [05:10, -] | 988 | [7.3|22:10]: 196116020 | SYELA RANSY TONAPA | [05:10, -] | 988 | [7.3|22:10]: 176106016 | MAHFUT WAWAN PRASETYO | [05:10, -] | 988 | [7.3|22:10]: 181106005 | KOKO ARDIANTO | [05:10, -] | 988 | [7.3|22:10]: 177109005 | RASMADI | [05:10, -] | 988 | [7.3|22:10]: 177111000 | SURADI | [05:10, -] | 988 | [7.3|22:10]: 190114014 | HARIS BUDIARTO | [05:10, -] | 988 | [7.3|22:10]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:10, -] | 988 | [7.3|22:10]: 173196002 | MISBAKHUL MUNIR | [05:10, -] | 988 | [7.3|22:10]: 180115201 | SUDARSONO | [05:10, -] | 988 | [7.3|22:10]: 194122003 | Farid Romdhony Ashari | [05:10, -] | 988 | [7.3|22:10]: 196116029 | WAHYU BUDIANTO | [05:10, -] | 984 | [7.3|22:10]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:10, -] | 988 | [7.3|22:10]: 179113015 | HERU PURNOMO | [05:10, -] | 989 | --- source/dani.log | 58 ++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/source/dani.log b/source/dani.log index 78a8715c..34bd6dc0 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,29 +1,29 @@ -[7.3|10:3]: 192115037 | YUDHA VIRMA ALLASCA | [05:21, 17:03] | 990 | -[7.3|10:3]: 178108000 | JOHAN ARI PITUTULU | [05:21, 17:03] | 989 | -[7.3|10:3]: 175104000 | WARIMAN | [05:21, 17:03] | 989 | -[7.3|10:3]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:21, 17:03] | 989 | -[7.3|10:3]: 177108001 | PITHUT GUNAWAN | [05:21, 17:03] | 989 | -[7.3|10:3]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:21, 17:03] | 989 | -[7.3|10:3]: 196116016 | DJETLI MARISHANNO LITAAY | [05:21, 17:03] | 989 | -[7.3|10:3]: 171108022 | HINU PULUNG MULIAWAN | [05:21, 17:03] | 989 | -[7.3|10:3]: 184114005 | DULKAMIT | [05:21, 17:03] | 990 | -[7.3|10:3]: 178108004 | MUKLISIN | [05:21, 17:03] | 989 | -[7.3|10:3]: 172195000 | SUNARDI | [05:21, 17:03] | 990 | -[7.3|10:3]: 173104002 | SUGENG RIYANTO | [05:21, 17:03] | 990 | -[7.3|10:3]: 190115017 | AHMAD ZAINUDDIN | [05:21, 17:03] | 990 | -[7.3|10:3]: 172198008 | IDA JATIYANA | [05:21, 17:03] | 989 | -[7.3|10:3]: 170114046 | MARGARETHA RISTIANI M. | [05:21, 17:03] | 989 | -[7.3|10:3]: 176111010 | KOKOK WAHYONO | [05:21, 17:03] | 989 | -[7.3|10:3]: 196116020 | SYELA RANSY TONAPA | [05:21, 17:03] | 989 | -[7.3|10:3]: 176106016 | MAHFUT WAWAN PRASETYO | [05:21, 17:03] | 989 | -[7.3|10:3]: 181106005 | KOKO ARDIANTO | [05:21, 17:03] | 989 | -[7.3|10:3]: 177109005 | RASMADI | [05:21, 17:03] | 989 | -[7.3|10:3]: 177111000 | SURADI | [05:21, 17:03] | 989 | -[7.3|10:3]: 190114014 | HARIS BUDIARTO | [05:21, 17:03] | 989 | -[7.3|10:3]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:21, 17:03] | 989 | -[7.3|10:3]: 173196002 | MISBAKHUL MUNIR | [05:21, 17:03] | 989 | -[7.3|10:3]: 180115201 | SUDARSONO | [05:21, 17:03] | 989 | -[7.3|10:3]: 194122003 | Farid Romdhony Ashari | [05:21, 17:03] | 989 | -[7.3|10:3]: 196116029 | WAHYU BUDIANTO | [05:21, 17:03] | 985 | -[7.3|10:3]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:21, 17:03] | 989 | -[7.3|10:3]: 179113015 | HERU PURNOMO | [05:21, 17:03] | 990 | +[7.3|22:10]: 192115037 | YUDHA VIRMA ALLASCA | [05:10, -] | 989 | +[7.3|22:10]: 178108000 | JOHAN ARI PITUTULU | [05:10, -] | 988 | +[7.3|22:10]: 175104000 | WARIMAN | [05:10, -] | 988 | +[7.3|22:10]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:10, -] | 988 | +[7.3|22:10]: 177108001 | PITHUT GUNAWAN | [05:10, -] | 988 | +[7.3|22:10]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:10, -] | 988 | +[7.3|22:10]: 196116016 | DJETLI MARISHANNO LITAAY | [05:10, -] | 988 | +[7.3|22:10]: 171108022 | HINU PULUNG MULIAWAN | [05:10, -] | 988 | +[7.3|22:10]: 184114005 | DULKAMIT | [05:10, -] | 989 | +[7.3|22:10]: 178108004 | MUKLISIN | [05:10, -] | 988 | +[7.3|22:10]: 172195000 | SUNARDI | [05:10, -] | 989 | +[7.3|22:10]: 173104002 | SUGENG RIYANTO | [05:10, -] | 989 | +[7.3|22:10]: 190115017 | AHMAD ZAINUDDIN | [05:10, -] | 989 | +[7.3|22:10]: 172198008 | IDA JATIYANA | [05:10, -] | 988 | +[7.3|22:10]: 170114046 | MARGARETHA RISTIANI M. | [05:10, -] | 988 | +[7.3|22:10]: 176111010 | KOKOK WAHYONO | [05:10, -] | 988 | +[7.3|22:10]: 196116020 | SYELA RANSY TONAPA | [05:10, -] | 988 | +[7.3|22:10]: 176106016 | MAHFUT WAWAN PRASETYO | [05:10, -] | 988 | +[7.3|22:10]: 181106005 | KOKO ARDIANTO | [05:10, -] | 988 | +[7.3|22:10]: 177109005 | RASMADI | [05:10, -] | 988 | +[7.3|22:10]: 177111000 | SURADI | [05:10, -] | 988 | +[7.3|22:10]: 190114014 | HARIS BUDIARTO | [05:10, -] | 988 | +[7.3|22:10]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:10, -] | 988 | +[7.3|22:10]: 173196002 | MISBAKHUL MUNIR | [05:10, -] | 988 | +[7.3|22:10]: 180115201 | SUDARSONO | [05:10, -] | 988 | +[7.3|22:10]: 194122003 | Farid Romdhony Ashari | [05:10, -] | 988 | +[7.3|22:10]: 196116029 | WAHYU BUDIANTO | [05:10, -] | 984 | +[7.3|22:10]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:10, -] | 988 | +[7.3|22:10]: 179113015 | HERU PURNOMO | [05:10, -] | 989 | From ebed724001de87854d0629dc1d9f532f73034837 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Fri, 8 Mar 2024 17:09:21 +0700 Subject: [PATCH 059/158] Update log at 2024-03-08 10:09:21.445753 [8.3|10:9]: 192115037 | YUDHA VIRMA ALLASCA | [05:10, 17:09] | 988 | [8.3|10:9]: 178108000 | JOHAN ARI PITUTULU | [05:10, 17:09] | 987 | [8.3|10:9]: 175104000 | WARIMAN | [05:10, 17:09] | 987 | [8.3|10:9]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:10, 17:09] | 987 | [8.3|10:9]: 177108001 | PITHUT GUNAWAN | [05:10, 17:09] | 987 | [8.3|10:9]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:10, 17:09] | 987 | [8.3|10:9]: 196116016 | DJETLI MARISHANNO LITAAY | [05:10, 17:09] | 987 | [8.3|10:9]: 171108022 | HINU PULUNG MULIAWAN | [05:10, 17:09] | 987 | [8.3|10:9]: 184114005 | DULKAMIT | [05:10, 17:09] | 988 | [8.3|10:9]: 178108004 | MUKLISIN | [05:10, 17:09] | 987 | [8.3|10:9]: 172195000 | SUNARDI | [05:10, 17:09] | 988 | [8.3|10:9]: 173104002 | SUGENG RIYANTO | [05:10, 17:09] | 988 | [8.3|10:9]: 190115017 | AHMAD ZAINUDDIN | [05:10, 17:09] | 988 | [8.3|10:9]: 172198008 | IDA JATIYANA | [05:10, 17:09] | 987 | [8.3|10:9]: 170114046 | MARGARETHA RISTIANI M. | [05:10, 17:09] | 987 | [8.3|10:9]: 176111010 | KOKOK WAHYONO | [05:10, 17:09] | 987 | [8.3|10:9]: 196116020 | SYELA RANSY TONAPA | [05:10, 17:09] | 987 | [8.3|10:9]: 176106016 | MAHFUT WAWAN PRASETYO | [05:10, 17:09] | 987 | [8.3|10:9]: 181106005 | KOKO ARDIANTO | [05:10, 17:09] | 987 | [8.3|10:9]: 177109005 | RASMADI | [05:10, 17:09] | 987 | [8.3|10:9]: 177111000 | SURADI | [05:10, 17:09] | 987 | [8.3|10:9]: 190114014 | HARIS BUDIARTO | [05:10, 17:09] | 987 | [8.3|10:9]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:10, 17:09] | 987 | [8.3|10:9]: 173196002 | MISBAKHUL MUNIR | [05:10, 17:09] | 987 | [8.3|10:9]: 180115201 | SUDARSONO | [05:10, 17:09] | 987 | [8.3|10:9]: 194122003 | Farid Romdhony Ashari | [05:10, 17:09] | 987 | [8.3|10:9]: 196116029 | WAHYU BUDIANTO | [05:10, 17:09] | 983 | [8.3|10:9]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:10, 17:09] | 987 | [8.3|10:9]: 179113015 | HERU PURNOMO | [05:10, 17:09] | 988 | --- source/dani.log | 58 ++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/source/dani.log b/source/dani.log index 34bd6dc0..abea0d93 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,29 +1,29 @@ -[7.3|22:10]: 192115037 | YUDHA VIRMA ALLASCA | [05:10, -] | 989 | -[7.3|22:10]: 178108000 | JOHAN ARI PITUTULU | [05:10, -] | 988 | -[7.3|22:10]: 175104000 | WARIMAN | [05:10, -] | 988 | -[7.3|22:10]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:10, -] | 988 | -[7.3|22:10]: 177108001 | PITHUT GUNAWAN | [05:10, -] | 988 | -[7.3|22:10]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:10, -] | 988 | -[7.3|22:10]: 196116016 | DJETLI MARISHANNO LITAAY | [05:10, -] | 988 | -[7.3|22:10]: 171108022 | HINU PULUNG MULIAWAN | [05:10, -] | 988 | -[7.3|22:10]: 184114005 | DULKAMIT | [05:10, -] | 989 | -[7.3|22:10]: 178108004 | MUKLISIN | [05:10, -] | 988 | -[7.3|22:10]: 172195000 | SUNARDI | [05:10, -] | 989 | -[7.3|22:10]: 173104002 | SUGENG RIYANTO | [05:10, -] | 989 | -[7.3|22:10]: 190115017 | AHMAD ZAINUDDIN | [05:10, -] | 989 | -[7.3|22:10]: 172198008 | IDA JATIYANA | [05:10, -] | 988 | -[7.3|22:10]: 170114046 | MARGARETHA RISTIANI M. | [05:10, -] | 988 | -[7.3|22:10]: 176111010 | KOKOK WAHYONO | [05:10, -] | 988 | -[7.3|22:10]: 196116020 | SYELA RANSY TONAPA | [05:10, -] | 988 | -[7.3|22:10]: 176106016 | MAHFUT WAWAN PRASETYO | [05:10, -] | 988 | -[7.3|22:10]: 181106005 | KOKO ARDIANTO | [05:10, -] | 988 | -[7.3|22:10]: 177109005 | RASMADI | [05:10, -] | 988 | -[7.3|22:10]: 177111000 | SURADI | [05:10, -] | 988 | -[7.3|22:10]: 190114014 | HARIS BUDIARTO | [05:10, -] | 988 | -[7.3|22:10]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:10, -] | 988 | -[7.3|22:10]: 173196002 | MISBAKHUL MUNIR | [05:10, -] | 988 | -[7.3|22:10]: 180115201 | SUDARSONO | [05:10, -] | 988 | -[7.3|22:10]: 194122003 | Farid Romdhony Ashari | [05:10, -] | 988 | -[7.3|22:10]: 196116029 | WAHYU BUDIANTO | [05:10, -] | 984 | -[7.3|22:10]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:10, -] | 988 | -[7.3|22:10]: 179113015 | HERU PURNOMO | [05:10, -] | 989 | +[8.3|10:9]: 192115037 | YUDHA VIRMA ALLASCA | [05:10, 17:09] | 988 | +[8.3|10:9]: 178108000 | JOHAN ARI PITUTULU | [05:10, 17:09] | 987 | +[8.3|10:9]: 175104000 | WARIMAN | [05:10, 17:09] | 987 | +[8.3|10:9]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:10, 17:09] | 987 | +[8.3|10:9]: 177108001 | PITHUT GUNAWAN | [05:10, 17:09] | 987 | +[8.3|10:9]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:10, 17:09] | 987 | +[8.3|10:9]: 196116016 | DJETLI MARISHANNO LITAAY | [05:10, 17:09] | 987 | +[8.3|10:9]: 171108022 | HINU PULUNG MULIAWAN | [05:10, 17:09] | 987 | +[8.3|10:9]: 184114005 | DULKAMIT | [05:10, 17:09] | 988 | +[8.3|10:9]: 178108004 | MUKLISIN | [05:10, 17:09] | 987 | +[8.3|10:9]: 172195000 | SUNARDI | [05:10, 17:09] | 988 | +[8.3|10:9]: 173104002 | SUGENG RIYANTO | [05:10, 17:09] | 988 | +[8.3|10:9]: 190115017 | AHMAD ZAINUDDIN | [05:10, 17:09] | 988 | +[8.3|10:9]: 172198008 | IDA JATIYANA | [05:10, 17:09] | 987 | +[8.3|10:9]: 170114046 | MARGARETHA RISTIANI M. | [05:10, 17:09] | 987 | +[8.3|10:9]: 176111010 | KOKOK WAHYONO | [05:10, 17:09] | 987 | +[8.3|10:9]: 196116020 | SYELA RANSY TONAPA | [05:10, 17:09] | 987 | +[8.3|10:9]: 176106016 | MAHFUT WAWAN PRASETYO | [05:10, 17:09] | 987 | +[8.3|10:9]: 181106005 | KOKO ARDIANTO | [05:10, 17:09] | 987 | +[8.3|10:9]: 177109005 | RASMADI | [05:10, 17:09] | 987 | +[8.3|10:9]: 177111000 | SURADI | [05:10, 17:09] | 987 | +[8.3|10:9]: 190114014 | HARIS BUDIARTO | [05:10, 17:09] | 987 | +[8.3|10:9]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:10, 17:09] | 987 | +[8.3|10:9]: 173196002 | MISBAKHUL MUNIR | [05:10, 17:09] | 987 | +[8.3|10:9]: 180115201 | SUDARSONO | [05:10, 17:09] | 987 | +[8.3|10:9]: 194122003 | Farid Romdhony Ashari | [05:10, 17:09] | 987 | +[8.3|10:9]: 196116029 | WAHYU BUDIANTO | [05:10, 17:09] | 983 | +[8.3|10:9]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:10, 17:09] | 987 | +[8.3|10:9]: 179113015 | HERU PURNOMO | [05:10, 17:09] | 988 | From 64859803c0170be51d6ed2db8887b1bf39de2bc1 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 11 Mar 2024 17:10:23 +0700 Subject: [PATCH 060/158] Update log at 2024-03-11 10:10:23.364213 [11.3|10:10]: 192115037 | YUDHA VIRMA ALLASCA | [05:10, 17:10] | 986 | [11.3|10:10]: 178108000 | JOHAN ARI PITUTULU | [05:10, 17:10] | 985 | [11.3|10:10]: 175104000 | WARIMAN | [05:10, 17:10] | 985 | [11.3|10:10]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:10, 17:10] | 985 | [11.3|10:10]: 177108001 | PITHUT GUNAWAN | [05:10, 17:10] | 985 | [11.3|10:10]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:10, 17:10] | 985 | [11.3|10:10]: 196116016 | DJETLI MARISHANNO LITAAY | [05:10, 17:10] | 985 | [11.3|10:10]: 171108022 | HINU PULUNG MULIAWAN | [05:10, 17:10] | 985 | [11.3|10:10]: 184114005 | DULKAMIT | [05:10, 17:10] | 986 | [11.3|10:10]: 178108004 | MUKLISIN | [05:10, 17:10] | 985 | [11.3|10:10]: 172195000 | SUNARDI | [05:10, 17:10] | 986 | [11.3|10:10]: 173104002 | SUGENG RIYANTO | [05:10, 17:10] | 986 | [11.3|10:10]: 190115017 | AHMAD ZAINUDDIN | [05:10, 17:10] | 986 | [11.3|10:10]: 172198008 | IDA JATIYANA | [05:10, 17:10] | 985 | [11.3|10:10]: 170114046 | MARGARETHA RISTIANI M. | [05:10, 17:10] | 985 | [11.3|10:10]: 176111010 | KOKOK WAHYONO | [05:10, 17:10] | 985 | [11.3|10:10]: 196116020 | SYELA RANSY TONAPA | [05:10, 17:10] | 985 | [11.3|10:10]: 176106016 | MAHFUT WAWAN PRASETYO | [05:10, 17:10] | 985 | [11.3|10:10]: 181106005 | KOKO ARDIANTO | [05:10, 17:10] | 985 | [11.3|10:10]: 177109005 | RASMADI | [05:10, 17:10] | 985 | [11.3|10:10]: 177111000 | SURADI | [05:10, 17:10] | 985 | [11.3|10:10]: 190114014 | HARIS BUDIARTO | [05:10, 17:10] | 985 | [11.3|10:10]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:10, 17:10] | 985 | [11.3|10:10]: 173196002 | MISBAKHUL MUNIR | [05:10, 17:10] | 985 | [11.3|10:10]: 180115201 | SUDARSONO | [05:10, 17:10] | 985 | [11.3|10:10]: 194122003 | Farid Romdhony Ashari | [05:10, 17:10] | 985 | [11.3|10:10]: 196116029 | WAHYU BUDIANTO | [05:10, 17:10] | 981 | [11.3|10:10]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:10, 17:10] | 985 | [11.3|10:10]: 179113015 | HERU PURNOMO | [05:10, 17:10] | 986 | [11.3|10:10]: 186114008 | BOWO SURYONO | [05:10, 17:10] | 898 | --- source/dani.log | 59 +++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/source/dani.log b/source/dani.log index abea0d93..214c421e 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,29 +1,30 @@ -[8.3|10:9]: 192115037 | YUDHA VIRMA ALLASCA | [05:10, 17:09] | 988 | -[8.3|10:9]: 178108000 | JOHAN ARI PITUTULU | [05:10, 17:09] | 987 | -[8.3|10:9]: 175104000 | WARIMAN | [05:10, 17:09] | 987 | -[8.3|10:9]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:10, 17:09] | 987 | -[8.3|10:9]: 177108001 | PITHUT GUNAWAN | [05:10, 17:09] | 987 | -[8.3|10:9]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:10, 17:09] | 987 | -[8.3|10:9]: 196116016 | DJETLI MARISHANNO LITAAY | [05:10, 17:09] | 987 | -[8.3|10:9]: 171108022 | HINU PULUNG MULIAWAN | [05:10, 17:09] | 987 | -[8.3|10:9]: 184114005 | DULKAMIT | [05:10, 17:09] | 988 | -[8.3|10:9]: 178108004 | MUKLISIN | [05:10, 17:09] | 987 | -[8.3|10:9]: 172195000 | SUNARDI | [05:10, 17:09] | 988 | -[8.3|10:9]: 173104002 | SUGENG RIYANTO | [05:10, 17:09] | 988 | -[8.3|10:9]: 190115017 | AHMAD ZAINUDDIN | [05:10, 17:09] | 988 | -[8.3|10:9]: 172198008 | IDA JATIYANA | [05:10, 17:09] | 987 | -[8.3|10:9]: 170114046 | MARGARETHA RISTIANI M. | [05:10, 17:09] | 987 | -[8.3|10:9]: 176111010 | KOKOK WAHYONO | [05:10, 17:09] | 987 | -[8.3|10:9]: 196116020 | SYELA RANSY TONAPA | [05:10, 17:09] | 987 | -[8.3|10:9]: 176106016 | MAHFUT WAWAN PRASETYO | [05:10, 17:09] | 987 | -[8.3|10:9]: 181106005 | KOKO ARDIANTO | [05:10, 17:09] | 987 | -[8.3|10:9]: 177109005 | RASMADI | [05:10, 17:09] | 987 | -[8.3|10:9]: 177111000 | SURADI | [05:10, 17:09] | 987 | -[8.3|10:9]: 190114014 | HARIS BUDIARTO | [05:10, 17:09] | 987 | -[8.3|10:9]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:10, 17:09] | 987 | -[8.3|10:9]: 173196002 | MISBAKHUL MUNIR | [05:10, 17:09] | 987 | -[8.3|10:9]: 180115201 | SUDARSONO | [05:10, 17:09] | 987 | -[8.3|10:9]: 194122003 | Farid Romdhony Ashari | [05:10, 17:09] | 987 | -[8.3|10:9]: 196116029 | WAHYU BUDIANTO | [05:10, 17:09] | 983 | -[8.3|10:9]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:10, 17:09] | 987 | -[8.3|10:9]: 179113015 | HERU PURNOMO | [05:10, 17:09] | 988 | +[11.3|10:10]: 192115037 | YUDHA VIRMA ALLASCA | [05:10, 17:10] | 986 | +[11.3|10:10]: 178108000 | JOHAN ARI PITUTULU | [05:10, 17:10] | 985 | +[11.3|10:10]: 175104000 | WARIMAN | [05:10, 17:10] | 985 | +[11.3|10:10]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:10, 17:10] | 985 | +[11.3|10:10]: 177108001 | PITHUT GUNAWAN | [05:10, 17:10] | 985 | +[11.3|10:10]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:10, 17:10] | 985 | +[11.3|10:10]: 196116016 | DJETLI MARISHANNO LITAAY | [05:10, 17:10] | 985 | +[11.3|10:10]: 171108022 | HINU PULUNG MULIAWAN | [05:10, 17:10] | 985 | +[11.3|10:10]: 184114005 | DULKAMIT | [05:10, 17:10] | 986 | +[11.3|10:10]: 178108004 | MUKLISIN | [05:10, 17:10] | 985 | +[11.3|10:10]: 172195000 | SUNARDI | [05:10, 17:10] | 986 | +[11.3|10:10]: 173104002 | SUGENG RIYANTO | [05:10, 17:10] | 986 | +[11.3|10:10]: 190115017 | AHMAD ZAINUDDIN | [05:10, 17:10] | 986 | +[11.3|10:10]: 172198008 | IDA JATIYANA | [05:10, 17:10] | 985 | +[11.3|10:10]: 170114046 | MARGARETHA RISTIANI M. | [05:10, 17:10] | 985 | +[11.3|10:10]: 176111010 | KOKOK WAHYONO | [05:10, 17:10] | 985 | +[11.3|10:10]: 196116020 | SYELA RANSY TONAPA | [05:10, 17:10] | 985 | +[11.3|10:10]: 176106016 | MAHFUT WAWAN PRASETYO | [05:10, 17:10] | 985 | +[11.3|10:10]: 181106005 | KOKO ARDIANTO | [05:10, 17:10] | 985 | +[11.3|10:10]: 177109005 | RASMADI | [05:10, 17:10] | 985 | +[11.3|10:10]: 177111000 | SURADI | [05:10, 17:10] | 985 | +[11.3|10:10]: 190114014 | HARIS BUDIARTO | [05:10, 17:10] | 985 | +[11.3|10:10]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:10, 17:10] | 985 | +[11.3|10:10]: 173196002 | MISBAKHUL MUNIR | [05:10, 17:10] | 985 | +[11.3|10:10]: 180115201 | SUDARSONO | [05:10, 17:10] | 985 | +[11.3|10:10]: 194122003 | Farid Romdhony Ashari | [05:10, 17:10] | 985 | +[11.3|10:10]: 196116029 | WAHYU BUDIANTO | [05:10, 17:10] | 981 | +[11.3|10:10]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:10, 17:10] | 985 | +[11.3|10:10]: 179113015 | HERU PURNOMO | [05:10, 17:10] | 986 | +[11.3|10:10]: 186114008 | BOWO SURYONO | [05:10, 17:10] | 898 | From d2a63ffc6e8c52871d5c5d1283627275261e7505 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 12 Mar 2024 05:06:21 +0700 Subject: [PATCH 061/158] Update log at 2024-03-11 22:06:21.765105 [11.3|22:6]: 192115037 | YUDHA VIRMA ALLASCA | [05:06, -] | 985 | [11.3|22:6]: 178108000 | JOHAN ARI PITUTULU | [05:06, -] | 984 | [11.3|22:6]: 175104000 | WARIMAN | [05:06, -] | 984 | [11.3|22:6]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:06, -] | 984 | [11.3|22:6]: 177108001 | PITHUT GUNAWAN | [05:06, -] | 984 | [11.3|22:6]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:06, -] | 984 | [11.3|22:6]: 196116016 | DJETLI MARISHANNO LITAAY | [05:06, -] | 984 | [11.3|22:6]: 171108022 | HINU PULUNG MULIAWAN | [05:06, -] | 984 | [11.3|22:6]: 184114005 | DULKAMIT | [05:06, -] | 985 | [11.3|22:6]: 178108004 | MUKLISIN | [05:06, -] | 984 | [11.3|22:6]: 172195000 | SUNARDI | [05:06, -] | 985 | [11.3|22:6]: 173104002 | SUGENG RIYANTO | [05:06, -] | 985 | [11.3|22:6]: 190115017 | AHMAD ZAINUDDIN | [05:06, -] | 985 | [11.3|22:6]: 172198008 | IDA JATIYANA | [05:06, -] | 984 | [11.3|22:6]: 170114046 | MARGARETHA RISTIANI M. | [05:06, -] | 984 | [11.3|22:6]: 176111010 | KOKOK WAHYONO | [05:06, -] | 984 | [11.3|22:6]: 196116020 | SYELA RANSY TONAPA | [05:06, -] | 984 | [11.3|22:6]: 176106016 | MAHFUT WAWAN PRASETYO | [05:06, -] | 984 | [11.3|22:6]: 181106005 | KOKO ARDIANTO | [05:06, -] | 984 | [11.3|22:6]: 177109005 | RASMADI | [05:06, -] | 984 | [11.3|22:6]: 177111000 | SURADI | [05:06, -] | 984 | [11.3|22:6]: 190114014 | HARIS BUDIARTO | [05:06, -] | 984 | [11.3|22:6]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, -] | 984 | [11.3|22:6]: 173196002 | MISBAKHUL MUNIR | [05:06, -] | 984 | [11.3|22:6]: 180115201 | SUDARSONO | [05:06, -] | 984 | [11.3|22:6]: 194122003 | Farid Romdhony Ashari | [05:06, -] | 984 | [11.3|22:6]: 196116029 | WAHYU BUDIANTO | [05:06, -] | 980 | [11.3|22:6]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:06, -] | 984 | [11.3|22:6]: 179113015 | HERU PURNOMO | [05:06, -] | 985 | [11.3|22:6]: 186114008 | BOWO SURYONO | [05:06, -] | 897 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 214c421e..f9b45c4a 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[11.3|10:10]: 192115037 | YUDHA VIRMA ALLASCA | [05:10, 17:10] | 986 | -[11.3|10:10]: 178108000 | JOHAN ARI PITUTULU | [05:10, 17:10] | 985 | -[11.3|10:10]: 175104000 | WARIMAN | [05:10, 17:10] | 985 | -[11.3|10:10]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:10, 17:10] | 985 | -[11.3|10:10]: 177108001 | PITHUT GUNAWAN | [05:10, 17:10] | 985 | -[11.3|10:10]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:10, 17:10] | 985 | -[11.3|10:10]: 196116016 | DJETLI MARISHANNO LITAAY | [05:10, 17:10] | 985 | -[11.3|10:10]: 171108022 | HINU PULUNG MULIAWAN | [05:10, 17:10] | 985 | -[11.3|10:10]: 184114005 | DULKAMIT | [05:10, 17:10] | 986 | -[11.3|10:10]: 178108004 | MUKLISIN | [05:10, 17:10] | 985 | -[11.3|10:10]: 172195000 | SUNARDI | [05:10, 17:10] | 986 | -[11.3|10:10]: 173104002 | SUGENG RIYANTO | [05:10, 17:10] | 986 | -[11.3|10:10]: 190115017 | AHMAD ZAINUDDIN | [05:10, 17:10] | 986 | -[11.3|10:10]: 172198008 | IDA JATIYANA | [05:10, 17:10] | 985 | -[11.3|10:10]: 170114046 | MARGARETHA RISTIANI M. | [05:10, 17:10] | 985 | -[11.3|10:10]: 176111010 | KOKOK WAHYONO | [05:10, 17:10] | 985 | -[11.3|10:10]: 196116020 | SYELA RANSY TONAPA | [05:10, 17:10] | 985 | -[11.3|10:10]: 176106016 | MAHFUT WAWAN PRASETYO | [05:10, 17:10] | 985 | -[11.3|10:10]: 181106005 | KOKO ARDIANTO | [05:10, 17:10] | 985 | -[11.3|10:10]: 177109005 | RASMADI | [05:10, 17:10] | 985 | -[11.3|10:10]: 177111000 | SURADI | [05:10, 17:10] | 985 | -[11.3|10:10]: 190114014 | HARIS BUDIARTO | [05:10, 17:10] | 985 | -[11.3|10:10]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:10, 17:10] | 985 | -[11.3|10:10]: 173196002 | MISBAKHUL MUNIR | [05:10, 17:10] | 985 | -[11.3|10:10]: 180115201 | SUDARSONO | [05:10, 17:10] | 985 | -[11.3|10:10]: 194122003 | Farid Romdhony Ashari | [05:10, 17:10] | 985 | -[11.3|10:10]: 196116029 | WAHYU BUDIANTO | [05:10, 17:10] | 981 | -[11.3|10:10]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:10, 17:10] | 985 | -[11.3|10:10]: 179113015 | HERU PURNOMO | [05:10, 17:10] | 986 | -[11.3|10:10]: 186114008 | BOWO SURYONO | [05:10, 17:10] | 898 | +[11.3|22:6]: 192115037 | YUDHA VIRMA ALLASCA | [05:06, -] | 985 | +[11.3|22:6]: 178108000 | JOHAN ARI PITUTULU | [05:06, -] | 984 | +[11.3|22:6]: 175104000 | WARIMAN | [05:06, -] | 984 | +[11.3|22:6]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:06, -] | 984 | +[11.3|22:6]: 177108001 | PITHUT GUNAWAN | [05:06, -] | 984 | +[11.3|22:6]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:06, -] | 984 | +[11.3|22:6]: 196116016 | DJETLI MARISHANNO LITAAY | [05:06, -] | 984 | +[11.3|22:6]: 171108022 | HINU PULUNG MULIAWAN | [05:06, -] | 984 | +[11.3|22:6]: 184114005 | DULKAMIT | [05:06, -] | 985 | +[11.3|22:6]: 178108004 | MUKLISIN | [05:06, -] | 984 | +[11.3|22:6]: 172195000 | SUNARDI | [05:06, -] | 985 | +[11.3|22:6]: 173104002 | SUGENG RIYANTO | [05:06, -] | 985 | +[11.3|22:6]: 190115017 | AHMAD ZAINUDDIN | [05:06, -] | 985 | +[11.3|22:6]: 172198008 | IDA JATIYANA | [05:06, -] | 984 | +[11.3|22:6]: 170114046 | MARGARETHA RISTIANI M. | [05:06, -] | 984 | +[11.3|22:6]: 176111010 | KOKOK WAHYONO | [05:06, -] | 984 | +[11.3|22:6]: 196116020 | SYELA RANSY TONAPA | [05:06, -] | 984 | +[11.3|22:6]: 176106016 | MAHFUT WAWAN PRASETYO | [05:06, -] | 984 | +[11.3|22:6]: 181106005 | KOKO ARDIANTO | [05:06, -] | 984 | +[11.3|22:6]: 177109005 | RASMADI | [05:06, -] | 984 | +[11.3|22:6]: 177111000 | SURADI | [05:06, -] | 984 | +[11.3|22:6]: 190114014 | HARIS BUDIARTO | [05:06, -] | 984 | +[11.3|22:6]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, -] | 984 | +[11.3|22:6]: 173196002 | MISBAKHUL MUNIR | [05:06, -] | 984 | +[11.3|22:6]: 180115201 | SUDARSONO | [05:06, -] | 984 | +[11.3|22:6]: 194122003 | Farid Romdhony Ashari | [05:06, -] | 984 | +[11.3|22:6]: 196116029 | WAHYU BUDIANTO | [05:06, -] | 980 | +[11.3|22:6]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:06, -] | 984 | +[11.3|22:6]: 179113015 | HERU PURNOMO | [05:06, -] | 985 | +[11.3|22:6]: 186114008 | BOWO SURYONO | [05:06, -] | 897 | From 78607dd09701fbd01a61e29803d47a0fcfd8353b Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 12 Mar 2024 17:11:23 +0700 Subject: [PATCH 062/158] Update log at 2024-03-12 10:11:22.853368 [12.3|10:11]: 192115037 | YUDHA VIRMA ALLASCA | [05:06, 17:11] | 984 | [12.3|10:11]: 178108000 | JOHAN ARI PITUTULU | [05:06, 17:11] | 983 | [12.3|10:11]: 175104000 | WARIMAN | [05:06, 17:11] | 983 | [12.3|10:11]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:06, 17:11] | 983 | [12.3|10:11]: 177108001 | PITHUT GUNAWAN | [05:06, 17:11] | 983 | [12.3|10:11]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:06, 17:11] | 983 | [12.3|10:11]: 196116016 | DJETLI MARISHANNO LITAAY | [05:06, 17:11] | 983 | [12.3|10:11]: 171108022 | HINU PULUNG MULIAWAN | [05:06, 17:11] | 983 | [12.3|10:11]: 184114005 | DULKAMIT | [05:06, 17:11] | 984 | [12.3|10:11]: 178108004 | MUKLISIN | [05:06, 17:11] | 983 | [12.3|10:11]: 172195000 | SUNARDI | [05:06, 17:11] | 984 | [12.3|10:11]: 173104002 | SUGENG RIYANTO | [05:06, 17:11] | 984 | [12.3|10:11]: 190115017 | AHMAD ZAINUDDIN | [05:06, 17:11] | 984 | [12.3|10:11]: 172198008 | IDA JATIYANA | [05:06, 17:11] | 983 | [12.3|10:11]: 170114046 | MARGARETHA RISTIANI M. | [05:06, 17:11] | 983 | [12.3|10:11]: 176111010 | KOKOK WAHYONO | [05:06, 17:11] | 983 | [12.3|10:11]: 196116020 | SYELA RANSY TONAPA | [05:06, 17:11] | 983 | [12.3|10:11]: 176106016 | MAHFUT WAWAN PRASETYO | [05:06, 17:11] | 983 | [12.3|10:11]: 181106005 | KOKO ARDIANTO | [05:06, 17:11] | 983 | [12.3|10:11]: 177109005 | RASMADI | [05:06, 17:11] | 983 | [12.3|10:11]: 177111000 | SURADI | [05:06, 17:11] | 983 | [12.3|10:11]: 190114014 | HARIS BUDIARTO | [05:06, 17:11] | 983 | [12.3|10:11]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, 17:11] | 983 | [12.3|10:11]: 173196002 | MISBAKHUL MUNIR | [05:06, 17:11] | 983 | [12.3|10:11]: 180115201 | SUDARSONO | [05:06, 17:11] | 983 | [12.3|10:11]: 194122003 | Farid Romdhony Ashari | [05:06, 17:11] | 983 | [12.3|10:11]: 196116029 | WAHYU BUDIANTO | [05:06, 17:11] | 979 | [12.3|10:11]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:06, 17:11] | 983 | [12.3|10:11]: 179113015 | HERU PURNOMO | [05:06, 17:11] | 984 | [12.3|10:11]: 186114008 | BOWO SURYONO | [05:06, 17:11] | 896 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index f9b45c4a..5f6e98ea 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[11.3|22:6]: 192115037 | YUDHA VIRMA ALLASCA | [05:06, -] | 985 | -[11.3|22:6]: 178108000 | JOHAN ARI PITUTULU | [05:06, -] | 984 | -[11.3|22:6]: 175104000 | WARIMAN | [05:06, -] | 984 | -[11.3|22:6]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:06, -] | 984 | -[11.3|22:6]: 177108001 | PITHUT GUNAWAN | [05:06, -] | 984 | -[11.3|22:6]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:06, -] | 984 | -[11.3|22:6]: 196116016 | DJETLI MARISHANNO LITAAY | [05:06, -] | 984 | -[11.3|22:6]: 171108022 | HINU PULUNG MULIAWAN | [05:06, -] | 984 | -[11.3|22:6]: 184114005 | DULKAMIT | [05:06, -] | 985 | -[11.3|22:6]: 178108004 | MUKLISIN | [05:06, -] | 984 | -[11.3|22:6]: 172195000 | SUNARDI | [05:06, -] | 985 | -[11.3|22:6]: 173104002 | SUGENG RIYANTO | [05:06, -] | 985 | -[11.3|22:6]: 190115017 | AHMAD ZAINUDDIN | [05:06, -] | 985 | -[11.3|22:6]: 172198008 | IDA JATIYANA | [05:06, -] | 984 | -[11.3|22:6]: 170114046 | MARGARETHA RISTIANI M. | [05:06, -] | 984 | -[11.3|22:6]: 176111010 | KOKOK WAHYONO | [05:06, -] | 984 | -[11.3|22:6]: 196116020 | SYELA RANSY TONAPA | [05:06, -] | 984 | -[11.3|22:6]: 176106016 | MAHFUT WAWAN PRASETYO | [05:06, -] | 984 | -[11.3|22:6]: 181106005 | KOKO ARDIANTO | [05:06, -] | 984 | -[11.3|22:6]: 177109005 | RASMADI | [05:06, -] | 984 | -[11.3|22:6]: 177111000 | SURADI | [05:06, -] | 984 | -[11.3|22:6]: 190114014 | HARIS BUDIARTO | [05:06, -] | 984 | -[11.3|22:6]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, -] | 984 | -[11.3|22:6]: 173196002 | MISBAKHUL MUNIR | [05:06, -] | 984 | -[11.3|22:6]: 180115201 | SUDARSONO | [05:06, -] | 984 | -[11.3|22:6]: 194122003 | Farid Romdhony Ashari | [05:06, -] | 984 | -[11.3|22:6]: 196116029 | WAHYU BUDIANTO | [05:06, -] | 980 | -[11.3|22:6]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:06, -] | 984 | -[11.3|22:6]: 179113015 | HERU PURNOMO | [05:06, -] | 985 | -[11.3|22:6]: 186114008 | BOWO SURYONO | [05:06, -] | 897 | +[12.3|10:11]: 192115037 | YUDHA VIRMA ALLASCA | [05:06, 17:11] | 984 | +[12.3|10:11]: 178108000 | JOHAN ARI PITUTULU | [05:06, 17:11] | 983 | +[12.3|10:11]: 175104000 | WARIMAN | [05:06, 17:11] | 983 | +[12.3|10:11]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:06, 17:11] | 983 | +[12.3|10:11]: 177108001 | PITHUT GUNAWAN | [05:06, 17:11] | 983 | +[12.3|10:11]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:06, 17:11] | 983 | +[12.3|10:11]: 196116016 | DJETLI MARISHANNO LITAAY | [05:06, 17:11] | 983 | +[12.3|10:11]: 171108022 | HINU PULUNG MULIAWAN | [05:06, 17:11] | 983 | +[12.3|10:11]: 184114005 | DULKAMIT | [05:06, 17:11] | 984 | +[12.3|10:11]: 178108004 | MUKLISIN | [05:06, 17:11] | 983 | +[12.3|10:11]: 172195000 | SUNARDI | [05:06, 17:11] | 984 | +[12.3|10:11]: 173104002 | SUGENG RIYANTO | [05:06, 17:11] | 984 | +[12.3|10:11]: 190115017 | AHMAD ZAINUDDIN | [05:06, 17:11] | 984 | +[12.3|10:11]: 172198008 | IDA JATIYANA | [05:06, 17:11] | 983 | +[12.3|10:11]: 170114046 | MARGARETHA RISTIANI M. | [05:06, 17:11] | 983 | +[12.3|10:11]: 176111010 | KOKOK WAHYONO | [05:06, 17:11] | 983 | +[12.3|10:11]: 196116020 | SYELA RANSY TONAPA | [05:06, 17:11] | 983 | +[12.3|10:11]: 176106016 | MAHFUT WAWAN PRASETYO | [05:06, 17:11] | 983 | +[12.3|10:11]: 181106005 | KOKO ARDIANTO | [05:06, 17:11] | 983 | +[12.3|10:11]: 177109005 | RASMADI | [05:06, 17:11] | 983 | +[12.3|10:11]: 177111000 | SURADI | [05:06, 17:11] | 983 | +[12.3|10:11]: 190114014 | HARIS BUDIARTO | [05:06, 17:11] | 983 | +[12.3|10:11]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, 17:11] | 983 | +[12.3|10:11]: 173196002 | MISBAKHUL MUNIR | [05:06, 17:11] | 983 | +[12.3|10:11]: 180115201 | SUDARSONO | [05:06, 17:11] | 983 | +[12.3|10:11]: 194122003 | Farid Romdhony Ashari | [05:06, 17:11] | 983 | +[12.3|10:11]: 196116029 | WAHYU BUDIANTO | [05:06, 17:11] | 979 | +[12.3|10:11]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:06, 17:11] | 983 | +[12.3|10:11]: 179113015 | HERU PURNOMO | [05:06, 17:11] | 984 | +[12.3|10:11]: 186114008 | BOWO SURYONO | [05:06, 17:11] | 896 | From b3952286224d57b77cf61797984fda642cda67da Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 13 Mar 2024 05:20:22 +0700 Subject: [PATCH 063/158] Update log at 2024-03-12 22:20:22.090206 [12.3|22:20]: 192115037 | YUDHA VIRMA ALLASCA | [05:20, -] | 983 | [12.3|22:20]: 178108000 | JOHAN ARI PITUTULU | [05:20, -] | 982 | [12.3|22:20]: 175104000 | WARIMAN | [05:20, -] | 982 | [12.3|22:20]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:20, -] | 982 | [12.3|22:20]: 177108001 | PITHUT GUNAWAN | [05:20, -] | 982 | [12.3|22:20]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:20, -] | 982 | [12.3|22:20]: 196116016 | DJETLI MARISHANNO LITAAY | [05:20, -] | 982 | [12.3|22:20]: 171108022 | HINU PULUNG MULIAWAN | [05:20, -] | 982 | [12.3|22:20]: 184114005 | DULKAMIT | [05:20, -] | 983 | [12.3|22:20]: 178108004 | MUKLISIN | [05:20, -] | 982 | [12.3|22:20]: 172195000 | SUNARDI | [05:20, -] | 983 | [12.3|22:20]: 173104002 | SUGENG RIYANTO | [05:20, -] | 983 | [12.3|22:20]: 190115017 | AHMAD ZAINUDDIN | [05:20, -] | 983 | [12.3|22:20]: 172198008 | IDA JATIYANA | [05:20, -] | 982 | [12.3|22:20]: 170114046 | MARGARETHA RISTIANI M. | [05:20, -] | 982 | [12.3|22:20]: 176111010 | KOKOK WAHYONO | [05:20, -] | 982 | [12.3|22:20]: 196116020 | SYELA RANSY TONAPA | [05:20, -] | 982 | [12.3|22:20]: 176106016 | MAHFUT WAWAN PRASETYO | [05:20, -] | 982 | [12.3|22:20]: 181106005 | KOKO ARDIANTO | [05:20, -] | 982 | [12.3|22:20]: 177109005 | RASMADI | [05:20, -] | 982 | [12.3|22:20]: 177111000 | SURADI | [05:20, -] | 982 | [12.3|22:20]: 190114014 | HARIS BUDIARTO | [05:20, -] | 982 | [12.3|22:20]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:20, -] | 982 | [12.3|22:20]: 173196002 | MISBAKHUL MUNIR | [05:20, -] | 982 | [12.3|22:20]: 180115201 | SUDARSONO | [05:20, -] | 982 | [12.3|22:20]: 194122003 | Farid Romdhony Ashari | [05:20, -] | 982 | [12.3|22:20]: 196116029 | WAHYU BUDIANTO | [05:20, -] | 978 | [12.3|22:20]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:20, -] | 982 | [12.3|22:20]: 179113015 | HERU PURNOMO | [05:20, -] | 983 | [12.3|22:20]: 186114008 | BOWO SURYONO | [05:20, -] | 895 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 5f6e98ea..4adc177c 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[12.3|10:11]: 192115037 | YUDHA VIRMA ALLASCA | [05:06, 17:11] | 984 | -[12.3|10:11]: 178108000 | JOHAN ARI PITUTULU | [05:06, 17:11] | 983 | -[12.3|10:11]: 175104000 | WARIMAN | [05:06, 17:11] | 983 | -[12.3|10:11]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:06, 17:11] | 983 | -[12.3|10:11]: 177108001 | PITHUT GUNAWAN | [05:06, 17:11] | 983 | -[12.3|10:11]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:06, 17:11] | 983 | -[12.3|10:11]: 196116016 | DJETLI MARISHANNO LITAAY | [05:06, 17:11] | 983 | -[12.3|10:11]: 171108022 | HINU PULUNG MULIAWAN | [05:06, 17:11] | 983 | -[12.3|10:11]: 184114005 | DULKAMIT | [05:06, 17:11] | 984 | -[12.3|10:11]: 178108004 | MUKLISIN | [05:06, 17:11] | 983 | -[12.3|10:11]: 172195000 | SUNARDI | [05:06, 17:11] | 984 | -[12.3|10:11]: 173104002 | SUGENG RIYANTO | [05:06, 17:11] | 984 | -[12.3|10:11]: 190115017 | AHMAD ZAINUDDIN | [05:06, 17:11] | 984 | -[12.3|10:11]: 172198008 | IDA JATIYANA | [05:06, 17:11] | 983 | -[12.3|10:11]: 170114046 | MARGARETHA RISTIANI M. | [05:06, 17:11] | 983 | -[12.3|10:11]: 176111010 | KOKOK WAHYONO | [05:06, 17:11] | 983 | -[12.3|10:11]: 196116020 | SYELA RANSY TONAPA | [05:06, 17:11] | 983 | -[12.3|10:11]: 176106016 | MAHFUT WAWAN PRASETYO | [05:06, 17:11] | 983 | -[12.3|10:11]: 181106005 | KOKO ARDIANTO | [05:06, 17:11] | 983 | -[12.3|10:11]: 177109005 | RASMADI | [05:06, 17:11] | 983 | -[12.3|10:11]: 177111000 | SURADI | [05:06, 17:11] | 983 | -[12.3|10:11]: 190114014 | HARIS BUDIARTO | [05:06, 17:11] | 983 | -[12.3|10:11]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, 17:11] | 983 | -[12.3|10:11]: 173196002 | MISBAKHUL MUNIR | [05:06, 17:11] | 983 | -[12.3|10:11]: 180115201 | SUDARSONO | [05:06, 17:11] | 983 | -[12.3|10:11]: 194122003 | Farid Romdhony Ashari | [05:06, 17:11] | 983 | -[12.3|10:11]: 196116029 | WAHYU BUDIANTO | [05:06, 17:11] | 979 | -[12.3|10:11]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:06, 17:11] | 983 | -[12.3|10:11]: 179113015 | HERU PURNOMO | [05:06, 17:11] | 984 | -[12.3|10:11]: 186114008 | BOWO SURYONO | [05:06, 17:11] | 896 | +[12.3|22:20]: 192115037 | YUDHA VIRMA ALLASCA | [05:20, -] | 983 | +[12.3|22:20]: 178108000 | JOHAN ARI PITUTULU | [05:20, -] | 982 | +[12.3|22:20]: 175104000 | WARIMAN | [05:20, -] | 982 | +[12.3|22:20]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:20, -] | 982 | +[12.3|22:20]: 177108001 | PITHUT GUNAWAN | [05:20, -] | 982 | +[12.3|22:20]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:20, -] | 982 | +[12.3|22:20]: 196116016 | DJETLI MARISHANNO LITAAY | [05:20, -] | 982 | +[12.3|22:20]: 171108022 | HINU PULUNG MULIAWAN | [05:20, -] | 982 | +[12.3|22:20]: 184114005 | DULKAMIT | [05:20, -] | 983 | +[12.3|22:20]: 178108004 | MUKLISIN | [05:20, -] | 982 | +[12.3|22:20]: 172195000 | SUNARDI | [05:20, -] | 983 | +[12.3|22:20]: 173104002 | SUGENG RIYANTO | [05:20, -] | 983 | +[12.3|22:20]: 190115017 | AHMAD ZAINUDDIN | [05:20, -] | 983 | +[12.3|22:20]: 172198008 | IDA JATIYANA | [05:20, -] | 982 | +[12.3|22:20]: 170114046 | MARGARETHA RISTIANI M. | [05:20, -] | 982 | +[12.3|22:20]: 176111010 | KOKOK WAHYONO | [05:20, -] | 982 | +[12.3|22:20]: 196116020 | SYELA RANSY TONAPA | [05:20, -] | 982 | +[12.3|22:20]: 176106016 | MAHFUT WAWAN PRASETYO | [05:20, -] | 982 | +[12.3|22:20]: 181106005 | KOKO ARDIANTO | [05:20, -] | 982 | +[12.3|22:20]: 177109005 | RASMADI | [05:20, -] | 982 | +[12.3|22:20]: 177111000 | SURADI | [05:20, -] | 982 | +[12.3|22:20]: 190114014 | HARIS BUDIARTO | [05:20, -] | 982 | +[12.3|22:20]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:20, -] | 982 | +[12.3|22:20]: 173196002 | MISBAKHUL MUNIR | [05:20, -] | 982 | +[12.3|22:20]: 180115201 | SUDARSONO | [05:20, -] | 982 | +[12.3|22:20]: 194122003 | Farid Romdhony Ashari | [05:20, -] | 982 | +[12.3|22:20]: 196116029 | WAHYU BUDIANTO | [05:20, -] | 978 | +[12.3|22:20]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:20, -] | 982 | +[12.3|22:20]: 179113015 | HERU PURNOMO | [05:20, -] | 983 | +[12.3|22:20]: 186114008 | BOWO SURYONO | [05:20, -] | 895 | From e3488d222a5199636c153c1df7ec92e8ed51c099 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 13 Mar 2024 17:29:24 +0700 Subject: [PATCH 064/158] Update log at 2024-03-13 10:29:23.809089 [13.3|10:29]: 192115037 | YUDHA VIRMA ALLASCA | [05:20, 17:29] | 982 | [13.3|10:29]: 178108000 | JOHAN ARI PITUTULU | [05:20, 17:29] | 981 | [13.3|10:29]: 175104000 | WARIMAN | [05:20, 17:29] | 981 | [13.3|10:29]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:20, 17:29] | 981 | [13.3|10:29]: 177108001 | PITHUT GUNAWAN | [05:20, 17:29] | 981 | [13.3|10:29]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:20, 17:29] | 981 | [13.3|10:29]: 196116016 | DJETLI MARISHANNO LITAAY | [05:20, 17:29] | 981 | [13.3|10:29]: 171108022 | HINU PULUNG MULIAWAN | [05:20, 17:29] | 981 | [13.3|10:29]: 184114005 | DULKAMIT | [05:20, 17:29] | 982 | [13.3|10:29]: 178108004 | MUKLISIN | [05:20, 17:29] | 981 | [13.3|10:29]: 172195000 | SUNARDI | [05:20, 17:29] | 982 | [13.3|10:29]: 173104002 | SUGENG RIYANTO | [05:20, 17:29] | 982 | [13.3|10:29]: 190115017 | AHMAD ZAINUDDIN | [05:20, 17:29] | 982 | [13.3|10:29]: 172198008 | IDA JATIYANA | [05:20, 17:29] | 981 | [13.3|10:29]: 170114046 | MARGARETHA RISTIANI M. | [05:20, 17:29] | 981 | [13.3|10:29]: 176111010 | KOKOK WAHYONO | [05:20, 17:29] | 981 | [13.3|10:29]: 196116020 | SYELA RANSY TONAPA | [05:20, 17:29] | 981 | [13.3|10:29]: 176106016 | MAHFUT WAWAN PRASETYO | [05:20, 17:29] | 981 | [13.3|10:29]: 181106005 | KOKO ARDIANTO | [05:20, 17:29] | 981 | [13.3|10:29]: 177109005 | RASMADI | [05:20, 17:29] | 981 | [13.3|10:29]: 177111000 | SURADI | [05:20, 17:29] | 981 | [13.3|10:29]: 190114014 | HARIS BUDIARTO | [05:20, 17:29] | 981 | [13.3|10:29]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:20, 17:29] | 981 | [13.3|10:29]: 173196002 | MISBAKHUL MUNIR | [05:20, 17:29] | 981 | [13.3|10:29]: 180115201 | SUDARSONO | [05:20, 17:29] | 981 | [13.3|10:29]: 194122003 | Farid Romdhony Ashari | [05:20, 17:29] | 981 | [13.3|10:29]: 196116029 | WAHYU BUDIANTO | [05:20, 17:29] | 977 | [13.3|10:29]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:20, 17:29] | 981 | [13.3|10:29]: 179113015 | HERU PURNOMO | [05:20, 17:29] | 982 | [13.3|10:29]: 186114008 | BOWO SURYONO | [05:20, 17:29] | 894 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 4adc177c..5dde0fea 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[12.3|22:20]: 192115037 | YUDHA VIRMA ALLASCA | [05:20, -] | 983 | -[12.3|22:20]: 178108000 | JOHAN ARI PITUTULU | [05:20, -] | 982 | -[12.3|22:20]: 175104000 | WARIMAN | [05:20, -] | 982 | -[12.3|22:20]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:20, -] | 982 | -[12.3|22:20]: 177108001 | PITHUT GUNAWAN | [05:20, -] | 982 | -[12.3|22:20]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:20, -] | 982 | -[12.3|22:20]: 196116016 | DJETLI MARISHANNO LITAAY | [05:20, -] | 982 | -[12.3|22:20]: 171108022 | HINU PULUNG MULIAWAN | [05:20, -] | 982 | -[12.3|22:20]: 184114005 | DULKAMIT | [05:20, -] | 983 | -[12.3|22:20]: 178108004 | MUKLISIN | [05:20, -] | 982 | -[12.3|22:20]: 172195000 | SUNARDI | [05:20, -] | 983 | -[12.3|22:20]: 173104002 | SUGENG RIYANTO | [05:20, -] | 983 | -[12.3|22:20]: 190115017 | AHMAD ZAINUDDIN | [05:20, -] | 983 | -[12.3|22:20]: 172198008 | IDA JATIYANA | [05:20, -] | 982 | -[12.3|22:20]: 170114046 | MARGARETHA RISTIANI M. | [05:20, -] | 982 | -[12.3|22:20]: 176111010 | KOKOK WAHYONO | [05:20, -] | 982 | -[12.3|22:20]: 196116020 | SYELA RANSY TONAPA | [05:20, -] | 982 | -[12.3|22:20]: 176106016 | MAHFUT WAWAN PRASETYO | [05:20, -] | 982 | -[12.3|22:20]: 181106005 | KOKO ARDIANTO | [05:20, -] | 982 | -[12.3|22:20]: 177109005 | RASMADI | [05:20, -] | 982 | -[12.3|22:20]: 177111000 | SURADI | [05:20, -] | 982 | -[12.3|22:20]: 190114014 | HARIS BUDIARTO | [05:20, -] | 982 | -[12.3|22:20]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:20, -] | 982 | -[12.3|22:20]: 173196002 | MISBAKHUL MUNIR | [05:20, -] | 982 | -[12.3|22:20]: 180115201 | SUDARSONO | [05:20, -] | 982 | -[12.3|22:20]: 194122003 | Farid Romdhony Ashari | [05:20, -] | 982 | -[12.3|22:20]: 196116029 | WAHYU BUDIANTO | [05:20, -] | 978 | -[12.3|22:20]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:20, -] | 982 | -[12.3|22:20]: 179113015 | HERU PURNOMO | [05:20, -] | 983 | -[12.3|22:20]: 186114008 | BOWO SURYONO | [05:20, -] | 895 | +[13.3|10:29]: 192115037 | YUDHA VIRMA ALLASCA | [05:20, 17:29] | 982 | +[13.3|10:29]: 178108000 | JOHAN ARI PITUTULU | [05:20, 17:29] | 981 | +[13.3|10:29]: 175104000 | WARIMAN | [05:20, 17:29] | 981 | +[13.3|10:29]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:20, 17:29] | 981 | +[13.3|10:29]: 177108001 | PITHUT GUNAWAN | [05:20, 17:29] | 981 | +[13.3|10:29]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:20, 17:29] | 981 | +[13.3|10:29]: 196116016 | DJETLI MARISHANNO LITAAY | [05:20, 17:29] | 981 | +[13.3|10:29]: 171108022 | HINU PULUNG MULIAWAN | [05:20, 17:29] | 981 | +[13.3|10:29]: 184114005 | DULKAMIT | [05:20, 17:29] | 982 | +[13.3|10:29]: 178108004 | MUKLISIN | [05:20, 17:29] | 981 | +[13.3|10:29]: 172195000 | SUNARDI | [05:20, 17:29] | 982 | +[13.3|10:29]: 173104002 | SUGENG RIYANTO | [05:20, 17:29] | 982 | +[13.3|10:29]: 190115017 | AHMAD ZAINUDDIN | [05:20, 17:29] | 982 | +[13.3|10:29]: 172198008 | IDA JATIYANA | [05:20, 17:29] | 981 | +[13.3|10:29]: 170114046 | MARGARETHA RISTIANI M. | [05:20, 17:29] | 981 | +[13.3|10:29]: 176111010 | KOKOK WAHYONO | [05:20, 17:29] | 981 | +[13.3|10:29]: 196116020 | SYELA RANSY TONAPA | [05:20, 17:29] | 981 | +[13.3|10:29]: 176106016 | MAHFUT WAWAN PRASETYO | [05:20, 17:29] | 981 | +[13.3|10:29]: 181106005 | KOKO ARDIANTO | [05:20, 17:29] | 981 | +[13.3|10:29]: 177109005 | RASMADI | [05:20, 17:29] | 981 | +[13.3|10:29]: 177111000 | SURADI | [05:20, 17:29] | 981 | +[13.3|10:29]: 190114014 | HARIS BUDIARTO | [05:20, 17:29] | 981 | +[13.3|10:29]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:20, 17:29] | 981 | +[13.3|10:29]: 173196002 | MISBAKHUL MUNIR | [05:20, 17:29] | 981 | +[13.3|10:29]: 180115201 | SUDARSONO | [05:20, 17:29] | 981 | +[13.3|10:29]: 194122003 | Farid Romdhony Ashari | [05:20, 17:29] | 981 | +[13.3|10:29]: 196116029 | WAHYU BUDIANTO | [05:20, 17:29] | 977 | +[13.3|10:29]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:20, 17:29] | 981 | +[13.3|10:29]: 179113015 | HERU PURNOMO | [05:20, 17:29] | 982 | +[13.3|10:29]: 186114008 | BOWO SURYONO | [05:20, 17:29] | 894 | From 815480d05126c2cdfc8e9b7b3b86bfff30e77984 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Thu, 14 Mar 2024 05:03:22 +0700 Subject: [PATCH 065/158] Update log at 2024-03-13 22:03:22.451706 [13.3|22:3]: 192115037 | YUDHA VIRMA ALLASCA | [05:03, -] | 981 | [13.3|22:3]: 178108000 | JOHAN ARI PITUTULU | [05:03, -] | 980 | [13.3|22:3]: 175104000 | WARIMAN | [05:03, -] | 980 | [13.3|22:3]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:03, -] | 980 | [13.3|22:3]: 177108001 | PITHUT GUNAWAN | [05:03, -] | 980 | [13.3|22:3]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:03, -] | 980 | [13.3|22:3]: 196116016 | DJETLI MARISHANNO LITAAY | [05:03, -] | 980 | [13.3|22:3]: 171108022 | HINU PULUNG MULIAWAN | [05:03, -] | 980 | [13.3|22:3]: 184114005 | DULKAMIT | [05:03, -] | 981 | [13.3|22:3]: 178108004 | MUKLISIN | [05:03, -] | 980 | [13.3|22:3]: 172195000 | SUNARDI | [05:03, -] | 981 | [13.3|22:3]: 173104002 | SUGENG RIYANTO | [05:03, -] | 981 | [13.3|22:3]: 190115017 | AHMAD ZAINUDDIN | [05:03, -] | 981 | [13.3|22:3]: 172198008 | IDA JATIYANA | [05:03, -] | 980 | [13.3|22:3]: 170114046 | MARGARETHA RISTIANI M. | [05:03, -] | 980 | [13.3|22:3]: 176111010 | KOKOK WAHYONO | [05:03, -] | 980 | [13.3|22:3]: 196116020 | SYELA RANSY TONAPA | [05:03, -] | 980 | [13.3|22:3]: 176106016 | MAHFUT WAWAN PRASETYO | [05:03, -] | 980 | [13.3|22:3]: 181106005 | KOKO ARDIANTO | [05:03, -] | 980 | [13.3|22:3]: 177109005 | RASMADI | [05:03, -] | 980 | [13.3|22:3]: 177111000 | SURADI | [05:03, -] | 980 | [13.3|22:3]: 190114014 | HARIS BUDIARTO | [05:03, -] | 980 | [13.3|22:3]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:03, -] | 980 | [13.3|22:3]: 173196002 | MISBAKHUL MUNIR | [05:03, -] | 980 | [13.3|22:3]: 180115201 | SUDARSONO | [05:03, -] | 980 | [13.3|22:3]: 194122003 | Farid Romdhony Ashari | [05:03, -] | 980 | [13.3|22:3]: 196116029 | WAHYU BUDIANTO | [05:03, -] | 976 | [13.3|22:3]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:03, -] | 980 | [13.3|22:3]: 179113015 | HERU PURNOMO | [05:03, -] | 981 | [13.3|22:3]: 186114008 | BOWO SURYONO | [05:03, -] | 893 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 5dde0fea..90a8a4a0 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[13.3|10:29]: 192115037 | YUDHA VIRMA ALLASCA | [05:20, 17:29] | 982 | -[13.3|10:29]: 178108000 | JOHAN ARI PITUTULU | [05:20, 17:29] | 981 | -[13.3|10:29]: 175104000 | WARIMAN | [05:20, 17:29] | 981 | -[13.3|10:29]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:20, 17:29] | 981 | -[13.3|10:29]: 177108001 | PITHUT GUNAWAN | [05:20, 17:29] | 981 | -[13.3|10:29]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:20, 17:29] | 981 | -[13.3|10:29]: 196116016 | DJETLI MARISHANNO LITAAY | [05:20, 17:29] | 981 | -[13.3|10:29]: 171108022 | HINU PULUNG MULIAWAN | [05:20, 17:29] | 981 | -[13.3|10:29]: 184114005 | DULKAMIT | [05:20, 17:29] | 982 | -[13.3|10:29]: 178108004 | MUKLISIN | [05:20, 17:29] | 981 | -[13.3|10:29]: 172195000 | SUNARDI | [05:20, 17:29] | 982 | -[13.3|10:29]: 173104002 | SUGENG RIYANTO | [05:20, 17:29] | 982 | -[13.3|10:29]: 190115017 | AHMAD ZAINUDDIN | [05:20, 17:29] | 982 | -[13.3|10:29]: 172198008 | IDA JATIYANA | [05:20, 17:29] | 981 | -[13.3|10:29]: 170114046 | MARGARETHA RISTIANI M. | [05:20, 17:29] | 981 | -[13.3|10:29]: 176111010 | KOKOK WAHYONO | [05:20, 17:29] | 981 | -[13.3|10:29]: 196116020 | SYELA RANSY TONAPA | [05:20, 17:29] | 981 | -[13.3|10:29]: 176106016 | MAHFUT WAWAN PRASETYO | [05:20, 17:29] | 981 | -[13.3|10:29]: 181106005 | KOKO ARDIANTO | [05:20, 17:29] | 981 | -[13.3|10:29]: 177109005 | RASMADI | [05:20, 17:29] | 981 | -[13.3|10:29]: 177111000 | SURADI | [05:20, 17:29] | 981 | -[13.3|10:29]: 190114014 | HARIS BUDIARTO | [05:20, 17:29] | 981 | -[13.3|10:29]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:20, 17:29] | 981 | -[13.3|10:29]: 173196002 | MISBAKHUL MUNIR | [05:20, 17:29] | 981 | -[13.3|10:29]: 180115201 | SUDARSONO | [05:20, 17:29] | 981 | -[13.3|10:29]: 194122003 | Farid Romdhony Ashari | [05:20, 17:29] | 981 | -[13.3|10:29]: 196116029 | WAHYU BUDIANTO | [05:20, 17:29] | 977 | -[13.3|10:29]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:20, 17:29] | 981 | -[13.3|10:29]: 179113015 | HERU PURNOMO | [05:20, 17:29] | 982 | -[13.3|10:29]: 186114008 | BOWO SURYONO | [05:20, 17:29] | 894 | +[13.3|22:3]: 192115037 | YUDHA VIRMA ALLASCA | [05:03, -] | 981 | +[13.3|22:3]: 178108000 | JOHAN ARI PITUTULU | [05:03, -] | 980 | +[13.3|22:3]: 175104000 | WARIMAN | [05:03, -] | 980 | +[13.3|22:3]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:03, -] | 980 | +[13.3|22:3]: 177108001 | PITHUT GUNAWAN | [05:03, -] | 980 | +[13.3|22:3]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:03, -] | 980 | +[13.3|22:3]: 196116016 | DJETLI MARISHANNO LITAAY | [05:03, -] | 980 | +[13.3|22:3]: 171108022 | HINU PULUNG MULIAWAN | [05:03, -] | 980 | +[13.3|22:3]: 184114005 | DULKAMIT | [05:03, -] | 981 | +[13.3|22:3]: 178108004 | MUKLISIN | [05:03, -] | 980 | +[13.3|22:3]: 172195000 | SUNARDI | [05:03, -] | 981 | +[13.3|22:3]: 173104002 | SUGENG RIYANTO | [05:03, -] | 981 | +[13.3|22:3]: 190115017 | AHMAD ZAINUDDIN | [05:03, -] | 981 | +[13.3|22:3]: 172198008 | IDA JATIYANA | [05:03, -] | 980 | +[13.3|22:3]: 170114046 | MARGARETHA RISTIANI M. | [05:03, -] | 980 | +[13.3|22:3]: 176111010 | KOKOK WAHYONO | [05:03, -] | 980 | +[13.3|22:3]: 196116020 | SYELA RANSY TONAPA | [05:03, -] | 980 | +[13.3|22:3]: 176106016 | MAHFUT WAWAN PRASETYO | [05:03, -] | 980 | +[13.3|22:3]: 181106005 | KOKO ARDIANTO | [05:03, -] | 980 | +[13.3|22:3]: 177109005 | RASMADI | [05:03, -] | 980 | +[13.3|22:3]: 177111000 | SURADI | [05:03, -] | 980 | +[13.3|22:3]: 190114014 | HARIS BUDIARTO | [05:03, -] | 980 | +[13.3|22:3]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:03, -] | 980 | +[13.3|22:3]: 173196002 | MISBAKHUL MUNIR | [05:03, -] | 980 | +[13.3|22:3]: 180115201 | SUDARSONO | [05:03, -] | 980 | +[13.3|22:3]: 194122003 | Farid Romdhony Ashari | [05:03, -] | 980 | +[13.3|22:3]: 196116029 | WAHYU BUDIANTO | [05:03, -] | 976 | +[13.3|22:3]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:03, -] | 980 | +[13.3|22:3]: 179113015 | HERU PURNOMO | [05:03, -] | 981 | +[13.3|22:3]: 186114008 | BOWO SURYONO | [05:03, -] | 893 | From 200d54af23c47680e22ff20f2c3d95167372d8fb Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Thu, 14 Mar 2024 17:09:22 +0700 Subject: [PATCH 066/158] Update log at 2024-03-14 10:09:22.518081 [14.3|10:9]: 192115037 | YUDHA VIRMA ALLASCA | [05:03, 17:09] | 980 | [14.3|10:9]: 178108000 | JOHAN ARI PITUTULU | [05:03, 17:09] | 979 | [14.3|10:9]: 175104000 | WARIMAN | [05:03, 17:09] | 979 | [14.3|10:9]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:03, 17:09] | 979 | [14.3|10:9]: 177108001 | PITHUT GUNAWAN | [05:03, 17:09] | 979 | [14.3|10:9]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:03, 17:09] | 979 | [14.3|10:9]: 196116016 | DJETLI MARISHANNO LITAAY | [05:03, 17:09] | 979 | [14.3|10:9]: 171108022 | HINU PULUNG MULIAWAN | [05:03, 17:09] | 979 | [14.3|10:9]: 184114005 | DULKAMIT | [05:03, 17:09] | 980 | [14.3|10:9]: 178108004 | MUKLISIN | [05:03, 17:09] | 979 | [14.3|10:9]: 172195000 | SUNARDI | [05:03, 17:09] | 980 | [14.3|10:9]: 173104002 | SUGENG RIYANTO | [05:03, 17:09] | 980 | [14.3|10:9]: 190115017 | AHMAD ZAINUDDIN | [05:03, 17:09] | 980 | [14.3|10:9]: 172198008 | IDA JATIYANA | [05:03, 17:09] | 979 | [14.3|10:9]: 170114046 | MARGARETHA RISTIANI M. | [05:03, 17:09] | 979 | [14.3|10:9]: 176111010 | KOKOK WAHYONO | [05:03, 17:09] | 979 | [14.3|10:9]: 196116020 | SYELA RANSY TONAPA | [05:03, 17:09] | 979 | [14.3|10:9]: 176106016 | MAHFUT WAWAN PRASETYO | [05:03, 17:09] | 979 | [14.3|10:9]: 181106005 | KOKO ARDIANTO | [05:03, 17:09] | 979 | [14.3|10:9]: 177109005 | RASMADI | [05:03, 17:09] | 979 | [14.3|10:9]: 177111000 | SURADI | [05:03, 17:09] | 979 | [14.3|10:9]: 190114014 | HARIS BUDIARTO | [05:03, 17:09] | 979 | [14.3|10:9]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:03, 17:09] | 979 | [14.3|10:9]: 173196002 | MISBAKHUL MUNIR | [05:03, 17:09] | 979 | [14.3|10:9]: 180115201 | SUDARSONO | [05:03, 17:09] | 979 | [14.3|10:9]: 194122003 | Farid Romdhony Ashari | [05:03, 17:09] | 979 | [14.3|10:9]: 196116029 | WAHYU BUDIANTO | [05:03, 17:09] | 975 | [14.3|10:9]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:03, 17:09] | 979 | [14.3|10:9]: 179113015 | HERU PURNOMO | [05:03, 17:09] | 980 | [14.3|10:9]: 186114008 | BOWO SURYONO | [05:03, 17:09] | 892 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 90a8a4a0..3b75651d 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[13.3|22:3]: 192115037 | YUDHA VIRMA ALLASCA | [05:03, -] | 981 | -[13.3|22:3]: 178108000 | JOHAN ARI PITUTULU | [05:03, -] | 980 | -[13.3|22:3]: 175104000 | WARIMAN | [05:03, -] | 980 | -[13.3|22:3]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:03, -] | 980 | -[13.3|22:3]: 177108001 | PITHUT GUNAWAN | [05:03, -] | 980 | -[13.3|22:3]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:03, -] | 980 | -[13.3|22:3]: 196116016 | DJETLI MARISHANNO LITAAY | [05:03, -] | 980 | -[13.3|22:3]: 171108022 | HINU PULUNG MULIAWAN | [05:03, -] | 980 | -[13.3|22:3]: 184114005 | DULKAMIT | [05:03, -] | 981 | -[13.3|22:3]: 178108004 | MUKLISIN | [05:03, -] | 980 | -[13.3|22:3]: 172195000 | SUNARDI | [05:03, -] | 981 | -[13.3|22:3]: 173104002 | SUGENG RIYANTO | [05:03, -] | 981 | -[13.3|22:3]: 190115017 | AHMAD ZAINUDDIN | [05:03, -] | 981 | -[13.3|22:3]: 172198008 | IDA JATIYANA | [05:03, -] | 980 | -[13.3|22:3]: 170114046 | MARGARETHA RISTIANI M. | [05:03, -] | 980 | -[13.3|22:3]: 176111010 | KOKOK WAHYONO | [05:03, -] | 980 | -[13.3|22:3]: 196116020 | SYELA RANSY TONAPA | [05:03, -] | 980 | -[13.3|22:3]: 176106016 | MAHFUT WAWAN PRASETYO | [05:03, -] | 980 | -[13.3|22:3]: 181106005 | KOKO ARDIANTO | [05:03, -] | 980 | -[13.3|22:3]: 177109005 | RASMADI | [05:03, -] | 980 | -[13.3|22:3]: 177111000 | SURADI | [05:03, -] | 980 | -[13.3|22:3]: 190114014 | HARIS BUDIARTO | [05:03, -] | 980 | -[13.3|22:3]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:03, -] | 980 | -[13.3|22:3]: 173196002 | MISBAKHUL MUNIR | [05:03, -] | 980 | -[13.3|22:3]: 180115201 | SUDARSONO | [05:03, -] | 980 | -[13.3|22:3]: 194122003 | Farid Romdhony Ashari | [05:03, -] | 980 | -[13.3|22:3]: 196116029 | WAHYU BUDIANTO | [05:03, -] | 976 | -[13.3|22:3]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:03, -] | 980 | -[13.3|22:3]: 179113015 | HERU PURNOMO | [05:03, -] | 981 | -[13.3|22:3]: 186114008 | BOWO SURYONO | [05:03, -] | 893 | +[14.3|10:9]: 192115037 | YUDHA VIRMA ALLASCA | [05:03, 17:09] | 980 | +[14.3|10:9]: 178108000 | JOHAN ARI PITUTULU | [05:03, 17:09] | 979 | +[14.3|10:9]: 175104000 | WARIMAN | [05:03, 17:09] | 979 | +[14.3|10:9]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:03, 17:09] | 979 | +[14.3|10:9]: 177108001 | PITHUT GUNAWAN | [05:03, 17:09] | 979 | +[14.3|10:9]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:03, 17:09] | 979 | +[14.3|10:9]: 196116016 | DJETLI MARISHANNO LITAAY | [05:03, 17:09] | 979 | +[14.3|10:9]: 171108022 | HINU PULUNG MULIAWAN | [05:03, 17:09] | 979 | +[14.3|10:9]: 184114005 | DULKAMIT | [05:03, 17:09] | 980 | +[14.3|10:9]: 178108004 | MUKLISIN | [05:03, 17:09] | 979 | +[14.3|10:9]: 172195000 | SUNARDI | [05:03, 17:09] | 980 | +[14.3|10:9]: 173104002 | SUGENG RIYANTO | [05:03, 17:09] | 980 | +[14.3|10:9]: 190115017 | AHMAD ZAINUDDIN | [05:03, 17:09] | 980 | +[14.3|10:9]: 172198008 | IDA JATIYANA | [05:03, 17:09] | 979 | +[14.3|10:9]: 170114046 | MARGARETHA RISTIANI M. | [05:03, 17:09] | 979 | +[14.3|10:9]: 176111010 | KOKOK WAHYONO | [05:03, 17:09] | 979 | +[14.3|10:9]: 196116020 | SYELA RANSY TONAPA | [05:03, 17:09] | 979 | +[14.3|10:9]: 176106016 | MAHFUT WAWAN PRASETYO | [05:03, 17:09] | 979 | +[14.3|10:9]: 181106005 | KOKO ARDIANTO | [05:03, 17:09] | 979 | +[14.3|10:9]: 177109005 | RASMADI | [05:03, 17:09] | 979 | +[14.3|10:9]: 177111000 | SURADI | [05:03, 17:09] | 979 | +[14.3|10:9]: 190114014 | HARIS BUDIARTO | [05:03, 17:09] | 979 | +[14.3|10:9]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:03, 17:09] | 979 | +[14.3|10:9]: 173196002 | MISBAKHUL MUNIR | [05:03, 17:09] | 979 | +[14.3|10:9]: 180115201 | SUDARSONO | [05:03, 17:09] | 979 | +[14.3|10:9]: 194122003 | Farid Romdhony Ashari | [05:03, 17:09] | 979 | +[14.3|10:9]: 196116029 | WAHYU BUDIANTO | [05:03, 17:09] | 975 | +[14.3|10:9]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:03, 17:09] | 979 | +[14.3|10:9]: 179113015 | HERU PURNOMO | [05:03, 17:09] | 980 | +[14.3|10:9]: 186114008 | BOWO SURYONO | [05:03, 17:09] | 892 | From f8b36883f63c85cb071abc2c9e4b9e127265aade Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Fri, 15 Mar 2024 05:27:22 +0700 Subject: [PATCH 067/158] Update log at 2024-03-14 22:27:22.471727 [14.3|22:27]: 192115037 | YUDHA VIRMA ALLASCA | [05:27, -] | 979 | [14.3|22:27]: 178108000 | JOHAN ARI PITUTULU | [05:27, -] | 978 | [14.3|22:27]: 175104000 | WARIMAN | [05:27, -] | 978 | [14.3|22:27]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:27, -] | 978 | [14.3|22:27]: 177108001 | PITHUT GUNAWAN | [05:27, -] | 978 | [14.3|22:27]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:27, -] | 978 | [14.3|22:27]: 196116016 | DJETLI MARISHANNO LITAAY | [05:27, -] | 978 | [14.3|22:27]: 171108022 | HINU PULUNG MULIAWAN | [05:27, -] | 978 | [14.3|22:27]: 184114005 | DULKAMIT | [05:27, -] | 979 | [14.3|22:27]: 178108004 | MUKLISIN | [05:27, -] | 978 | [14.3|22:27]: 172195000 | SUNARDI | [05:27, -] | 979 | [14.3|22:27]: 173104002 | SUGENG RIYANTO | [05:27, -] | 979 | [14.3|22:27]: 190115017 | AHMAD ZAINUDDIN | [05:27, -] | 979 | [14.3|22:27]: 172198008 | IDA JATIYANA | [05:27, -] | 978 | [14.3|22:27]: 170114046 | MARGARETHA RISTIANI M. | [05:27, -] | 978 | [14.3|22:27]: 176111010 | KOKOK WAHYONO | [05:27, -] | 978 | [14.3|22:27]: 196116020 | SYELA RANSY TONAPA | [05:27, -] | 978 | [14.3|22:27]: 176106016 | MAHFUT WAWAN PRASETYO | [05:27, -] | 978 | [14.3|22:27]: 181106005 | KOKO ARDIANTO | [05:27, -] | 978 | [14.3|22:27]: 177109005 | RASMADI | [05:27, -] | 978 | [14.3|22:27]: 177111000 | SURADI | [05:27, -] | 978 | [14.3|22:27]: 190114014 | HARIS BUDIARTO | [05:27, -] | 978 | [14.3|22:27]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:27, -] | 978 | [14.3|22:27]: 173196002 | MISBAKHUL MUNIR | [05:27, -] | 978 | [14.3|22:27]: 180115201 | SUDARSONO | [05:27, -] | 978 | [14.3|22:27]: 194122003 | Farid Romdhony Ashari | [05:27, -] | 978 | [14.3|22:27]: 196116029 | WAHYU BUDIANTO | [05:27, -] | 974 | [14.3|22:27]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:27, -] | 978 | [14.3|22:27]: 179113015 | HERU PURNOMO | [05:27, -] | 979 | [14.3|22:27]: 186114008 | BOWO SURYONO | [05:27, -] | 891 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 3b75651d..9b47201a 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[14.3|10:9]: 192115037 | YUDHA VIRMA ALLASCA | [05:03, 17:09] | 980 | -[14.3|10:9]: 178108000 | JOHAN ARI PITUTULU | [05:03, 17:09] | 979 | -[14.3|10:9]: 175104000 | WARIMAN | [05:03, 17:09] | 979 | -[14.3|10:9]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:03, 17:09] | 979 | -[14.3|10:9]: 177108001 | PITHUT GUNAWAN | [05:03, 17:09] | 979 | -[14.3|10:9]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:03, 17:09] | 979 | -[14.3|10:9]: 196116016 | DJETLI MARISHANNO LITAAY | [05:03, 17:09] | 979 | -[14.3|10:9]: 171108022 | HINU PULUNG MULIAWAN | [05:03, 17:09] | 979 | -[14.3|10:9]: 184114005 | DULKAMIT | [05:03, 17:09] | 980 | -[14.3|10:9]: 178108004 | MUKLISIN | [05:03, 17:09] | 979 | -[14.3|10:9]: 172195000 | SUNARDI | [05:03, 17:09] | 980 | -[14.3|10:9]: 173104002 | SUGENG RIYANTO | [05:03, 17:09] | 980 | -[14.3|10:9]: 190115017 | AHMAD ZAINUDDIN | [05:03, 17:09] | 980 | -[14.3|10:9]: 172198008 | IDA JATIYANA | [05:03, 17:09] | 979 | -[14.3|10:9]: 170114046 | MARGARETHA RISTIANI M. | [05:03, 17:09] | 979 | -[14.3|10:9]: 176111010 | KOKOK WAHYONO | [05:03, 17:09] | 979 | -[14.3|10:9]: 196116020 | SYELA RANSY TONAPA | [05:03, 17:09] | 979 | -[14.3|10:9]: 176106016 | MAHFUT WAWAN PRASETYO | [05:03, 17:09] | 979 | -[14.3|10:9]: 181106005 | KOKO ARDIANTO | [05:03, 17:09] | 979 | -[14.3|10:9]: 177109005 | RASMADI | [05:03, 17:09] | 979 | -[14.3|10:9]: 177111000 | SURADI | [05:03, 17:09] | 979 | -[14.3|10:9]: 190114014 | HARIS BUDIARTO | [05:03, 17:09] | 979 | -[14.3|10:9]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:03, 17:09] | 979 | -[14.3|10:9]: 173196002 | MISBAKHUL MUNIR | [05:03, 17:09] | 979 | -[14.3|10:9]: 180115201 | SUDARSONO | [05:03, 17:09] | 979 | -[14.3|10:9]: 194122003 | Farid Romdhony Ashari | [05:03, 17:09] | 979 | -[14.3|10:9]: 196116029 | WAHYU BUDIANTO | [05:03, 17:09] | 975 | -[14.3|10:9]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:03, 17:09] | 979 | -[14.3|10:9]: 179113015 | HERU PURNOMO | [05:03, 17:09] | 980 | -[14.3|10:9]: 186114008 | BOWO SURYONO | [05:03, 17:09] | 892 | +[14.3|22:27]: 192115037 | YUDHA VIRMA ALLASCA | [05:27, -] | 979 | +[14.3|22:27]: 178108000 | JOHAN ARI PITUTULU | [05:27, -] | 978 | +[14.3|22:27]: 175104000 | WARIMAN | [05:27, -] | 978 | +[14.3|22:27]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:27, -] | 978 | +[14.3|22:27]: 177108001 | PITHUT GUNAWAN | [05:27, -] | 978 | +[14.3|22:27]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:27, -] | 978 | +[14.3|22:27]: 196116016 | DJETLI MARISHANNO LITAAY | [05:27, -] | 978 | +[14.3|22:27]: 171108022 | HINU PULUNG MULIAWAN | [05:27, -] | 978 | +[14.3|22:27]: 184114005 | DULKAMIT | [05:27, -] | 979 | +[14.3|22:27]: 178108004 | MUKLISIN | [05:27, -] | 978 | +[14.3|22:27]: 172195000 | SUNARDI | [05:27, -] | 979 | +[14.3|22:27]: 173104002 | SUGENG RIYANTO | [05:27, -] | 979 | +[14.3|22:27]: 190115017 | AHMAD ZAINUDDIN | [05:27, -] | 979 | +[14.3|22:27]: 172198008 | IDA JATIYANA | [05:27, -] | 978 | +[14.3|22:27]: 170114046 | MARGARETHA RISTIANI M. | [05:27, -] | 978 | +[14.3|22:27]: 176111010 | KOKOK WAHYONO | [05:27, -] | 978 | +[14.3|22:27]: 196116020 | SYELA RANSY TONAPA | [05:27, -] | 978 | +[14.3|22:27]: 176106016 | MAHFUT WAWAN PRASETYO | [05:27, -] | 978 | +[14.3|22:27]: 181106005 | KOKO ARDIANTO | [05:27, -] | 978 | +[14.3|22:27]: 177109005 | RASMADI | [05:27, -] | 978 | +[14.3|22:27]: 177111000 | SURADI | [05:27, -] | 978 | +[14.3|22:27]: 190114014 | HARIS BUDIARTO | [05:27, -] | 978 | +[14.3|22:27]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:27, -] | 978 | +[14.3|22:27]: 173196002 | MISBAKHUL MUNIR | [05:27, -] | 978 | +[14.3|22:27]: 180115201 | SUDARSONO | [05:27, -] | 978 | +[14.3|22:27]: 194122003 | Farid Romdhony Ashari | [05:27, -] | 978 | +[14.3|22:27]: 196116029 | WAHYU BUDIANTO | [05:27, -] | 974 | +[14.3|22:27]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:27, -] | 978 | +[14.3|22:27]: 179113015 | HERU PURNOMO | [05:27, -] | 979 | +[14.3|22:27]: 186114008 | BOWO SURYONO | [05:27, -] | 891 | From f123f01040bcb3815d2d152bf5def951e60efa05 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Fri, 15 Mar 2024 17:12:23 +0700 Subject: [PATCH 068/158] Update log at 2024-03-15 10:12:22.795504 [15.3|10:12]: 192115037 | YUDHA VIRMA ALLASCA | [05:27, 17:12] | 978 | [15.3|10:12]: 178108000 | JOHAN ARI PITUTULU | [05:27, 17:12] | 977 | [15.3|10:12]: 175104000 | WARIMAN | [05:27, 17:12] | 977 | [15.3|10:12]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:27, 17:12] | 977 | [15.3|10:12]: 177108001 | PITHUT GUNAWAN | [05:27, 17:12] | 977 | [15.3|10:12]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:27, 17:12] | 977 | [15.3|10:12]: 196116016 | DJETLI MARISHANNO LITAAY | [05:27, 17:12] | 977 | [15.3|10:12]: 171108022 | HINU PULUNG MULIAWAN | [05:27, 17:12] | 977 | [15.3|10:12]: 184114005 | DULKAMIT | [05:27, 17:12] | 978 | [15.3|10:12]: 178108004 | MUKLISIN | [05:27, 17:12] | 977 | [15.3|10:12]: 172195000 | SUNARDI | [05:27, 17:12] | 978 | [15.3|10:12]: 173104002 | SUGENG RIYANTO | [05:27, 17:12] | 978 | [15.3|10:12]: 190115017 | AHMAD ZAINUDDIN | [05:27, 17:12] | 978 | [15.3|10:12]: 172198008 | IDA JATIYANA | [05:27, 17:12] | 977 | [15.3|10:12]: 170114046 | MARGARETHA RISTIANI M. | [05:27, 17:12] | 977 | [15.3|10:12]: 176111010 | KOKOK WAHYONO | [05:27, 17:12] | 977 | [15.3|10:12]: 196116020 | SYELA RANSY TONAPA | [05:27, 17:12] | 977 | [15.3|10:12]: 176106016 | MAHFUT WAWAN PRASETYO | [05:27, 17:12] | 977 | [15.3|10:12]: 181106005 | KOKO ARDIANTO | [05:27, 17:12] | 977 | [15.3|10:12]: 177109005 | RASMADI | [05:27, 17:12] | 977 | [15.3|10:12]: 177111000 | SURADI | [05:27, 17:12] | 977 | [15.3|10:12]: 190114014 | HARIS BUDIARTO | [05:27, 17:12] | 977 | [15.3|10:12]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:27, 17:12] | 977 | [15.3|10:12]: 173196002 | MISBAKHUL MUNIR | [05:27, 17:12] | 977 | [15.3|10:12]: 180115201 | SUDARSONO | [05:27, 17:12] | 977 | [15.3|10:12]: 194122003 | Farid Romdhony Ashari | [05:27, 17:12] | 977 | [15.3|10:12]: 196116029 | WAHYU BUDIANTO | [05:27, 17:12] | 973 | [15.3|10:12]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:27, 17:12] | 977 | [15.3|10:12]: 179113015 | HERU PURNOMO | [05:27, 17:12] | 978 | [15.3|10:12]: 186114008 | BOWO SURYONO | [05:27, 17:12] | 890 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 9b47201a..a82ca34e 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[14.3|22:27]: 192115037 | YUDHA VIRMA ALLASCA | [05:27, -] | 979 | -[14.3|22:27]: 178108000 | JOHAN ARI PITUTULU | [05:27, -] | 978 | -[14.3|22:27]: 175104000 | WARIMAN | [05:27, -] | 978 | -[14.3|22:27]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:27, -] | 978 | -[14.3|22:27]: 177108001 | PITHUT GUNAWAN | [05:27, -] | 978 | -[14.3|22:27]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:27, -] | 978 | -[14.3|22:27]: 196116016 | DJETLI MARISHANNO LITAAY | [05:27, -] | 978 | -[14.3|22:27]: 171108022 | HINU PULUNG MULIAWAN | [05:27, -] | 978 | -[14.3|22:27]: 184114005 | DULKAMIT | [05:27, -] | 979 | -[14.3|22:27]: 178108004 | MUKLISIN | [05:27, -] | 978 | -[14.3|22:27]: 172195000 | SUNARDI | [05:27, -] | 979 | -[14.3|22:27]: 173104002 | SUGENG RIYANTO | [05:27, -] | 979 | -[14.3|22:27]: 190115017 | AHMAD ZAINUDDIN | [05:27, -] | 979 | -[14.3|22:27]: 172198008 | IDA JATIYANA | [05:27, -] | 978 | -[14.3|22:27]: 170114046 | MARGARETHA RISTIANI M. | [05:27, -] | 978 | -[14.3|22:27]: 176111010 | KOKOK WAHYONO | [05:27, -] | 978 | -[14.3|22:27]: 196116020 | SYELA RANSY TONAPA | [05:27, -] | 978 | -[14.3|22:27]: 176106016 | MAHFUT WAWAN PRASETYO | [05:27, -] | 978 | -[14.3|22:27]: 181106005 | KOKO ARDIANTO | [05:27, -] | 978 | -[14.3|22:27]: 177109005 | RASMADI | [05:27, -] | 978 | -[14.3|22:27]: 177111000 | SURADI | [05:27, -] | 978 | -[14.3|22:27]: 190114014 | HARIS BUDIARTO | [05:27, -] | 978 | -[14.3|22:27]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:27, -] | 978 | -[14.3|22:27]: 173196002 | MISBAKHUL MUNIR | [05:27, -] | 978 | -[14.3|22:27]: 180115201 | SUDARSONO | [05:27, -] | 978 | -[14.3|22:27]: 194122003 | Farid Romdhony Ashari | [05:27, -] | 978 | -[14.3|22:27]: 196116029 | WAHYU BUDIANTO | [05:27, -] | 974 | -[14.3|22:27]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:27, -] | 978 | -[14.3|22:27]: 179113015 | HERU PURNOMO | [05:27, -] | 979 | -[14.3|22:27]: 186114008 | BOWO SURYONO | [05:27, -] | 891 | +[15.3|10:12]: 192115037 | YUDHA VIRMA ALLASCA | [05:27, 17:12] | 978 | +[15.3|10:12]: 178108000 | JOHAN ARI PITUTULU | [05:27, 17:12] | 977 | +[15.3|10:12]: 175104000 | WARIMAN | [05:27, 17:12] | 977 | +[15.3|10:12]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:27, 17:12] | 977 | +[15.3|10:12]: 177108001 | PITHUT GUNAWAN | [05:27, 17:12] | 977 | +[15.3|10:12]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:27, 17:12] | 977 | +[15.3|10:12]: 196116016 | DJETLI MARISHANNO LITAAY | [05:27, 17:12] | 977 | +[15.3|10:12]: 171108022 | HINU PULUNG MULIAWAN | [05:27, 17:12] | 977 | +[15.3|10:12]: 184114005 | DULKAMIT | [05:27, 17:12] | 978 | +[15.3|10:12]: 178108004 | MUKLISIN | [05:27, 17:12] | 977 | +[15.3|10:12]: 172195000 | SUNARDI | [05:27, 17:12] | 978 | +[15.3|10:12]: 173104002 | SUGENG RIYANTO | [05:27, 17:12] | 978 | +[15.3|10:12]: 190115017 | AHMAD ZAINUDDIN | [05:27, 17:12] | 978 | +[15.3|10:12]: 172198008 | IDA JATIYANA | [05:27, 17:12] | 977 | +[15.3|10:12]: 170114046 | MARGARETHA RISTIANI M. | [05:27, 17:12] | 977 | +[15.3|10:12]: 176111010 | KOKOK WAHYONO | [05:27, 17:12] | 977 | +[15.3|10:12]: 196116020 | SYELA RANSY TONAPA | [05:27, 17:12] | 977 | +[15.3|10:12]: 176106016 | MAHFUT WAWAN PRASETYO | [05:27, 17:12] | 977 | +[15.3|10:12]: 181106005 | KOKO ARDIANTO | [05:27, 17:12] | 977 | +[15.3|10:12]: 177109005 | RASMADI | [05:27, 17:12] | 977 | +[15.3|10:12]: 177111000 | SURADI | [05:27, 17:12] | 977 | +[15.3|10:12]: 190114014 | HARIS BUDIARTO | [05:27, 17:12] | 977 | +[15.3|10:12]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:27, 17:12] | 977 | +[15.3|10:12]: 173196002 | MISBAKHUL MUNIR | [05:27, 17:12] | 977 | +[15.3|10:12]: 180115201 | SUDARSONO | [05:27, 17:12] | 977 | +[15.3|10:12]: 194122003 | Farid Romdhony Ashari | [05:27, 17:12] | 977 | +[15.3|10:12]: 196116029 | WAHYU BUDIANTO | [05:27, 17:12] | 973 | +[15.3|10:12]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:27, 17:12] | 977 | +[15.3|10:12]: 179113015 | HERU PURNOMO | [05:27, 17:12] | 978 | +[15.3|10:12]: 186114008 | BOWO SURYONO | [05:27, 17:12] | 890 | From 02d4ccb39b8914952351064b62b9fe0b85ad9c4b Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 18 Mar 2024 05:06:23 +0700 Subject: [PATCH 069/158] Update log at 2024-03-17 22:06:22.659202 [17.3|22:6]: 192115037 | YUDHA VIRMA ALLASCA | [05:06, -] | 977 | [17.3|22:6]: 178108000 | JOHAN ARI PITUTULU | [05:06, -] | 976 | [17.3|22:6]: 175104000 | WARIMAN | [05:06, -] | 976 | [17.3|22:6]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:06, -] | 976 | [17.3|22:6]: 177108001 | PITHUT GUNAWAN | [05:06, -] | 976 | [17.3|22:6]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:06, -] | 976 | [17.3|22:6]: 196116016 | DJETLI MARISHANNO LITAAY | [05:06, -] | 976 | [17.3|22:6]: 171108022 | HINU PULUNG MULIAWAN | [05:06, -] | 976 | [17.3|22:6]: 184114005 | DULKAMIT | [05:06, -] | 977 | [17.3|22:6]: 178108004 | MUKLISIN | [05:06, -] | 976 | [17.3|22:6]: 172195000 | SUNARDI | [05:06, -] | 977 | [17.3|22:6]: 173104002 | SUGENG RIYANTO | [05:06, -] | 977 | [17.3|22:6]: 190115017 | AHMAD ZAINUDDIN | [05:06, -] | 977 | [17.3|22:6]: 172198008 | IDA JATIYANA | [05:06, -] | 976 | [17.3|22:6]: 170114046 | MARGARETHA RISTIANI M. | [05:06, -] | 976 | [17.3|22:6]: 176111010 | KOKOK WAHYONO | [05:06, -] | 976 | [17.3|22:6]: 196116020 | SYELA RANSY TONAPA | [05:06, -] | 976 | [17.3|22:6]: 176106016 | MAHFUT WAWAN PRASETYO | [05:06, -] | 976 | [17.3|22:6]: 181106005 | KOKO ARDIANTO | [05:06, -] | 976 | [17.3|22:6]: 177109005 | RASMADI | [05:06, -] | 976 | [17.3|22:6]: 177111000 | SURADI | [05:06, -] | 976 | [17.3|22:6]: 190114014 | HARIS BUDIARTO | [05:06, -] | 976 | [17.3|22:6]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, -] | 976 | [17.3|22:6]: 173196002 | MISBAKHUL MUNIR | [05:06, -] | 976 | [17.3|22:6]: 180115201 | SUDARSONO | [05:06, -] | 976 | [17.3|22:6]: 194122003 | Farid Romdhony Ashari | [05:06, -] | 976 | [17.3|22:6]: 196116029 | WAHYU BUDIANTO | [05:06, -] | 972 | [17.3|22:6]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:06, -] | 976 | [17.3|22:6]: 179113015 | HERU PURNOMO | [05:06, -] | 977 | [17.3|22:6]: 186114008 | BOWO SURYONO | [05:06, -] | 889 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index a82ca34e..3390c306 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[15.3|10:12]: 192115037 | YUDHA VIRMA ALLASCA | [05:27, 17:12] | 978 | -[15.3|10:12]: 178108000 | JOHAN ARI PITUTULU | [05:27, 17:12] | 977 | -[15.3|10:12]: 175104000 | WARIMAN | [05:27, 17:12] | 977 | -[15.3|10:12]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:27, 17:12] | 977 | -[15.3|10:12]: 177108001 | PITHUT GUNAWAN | [05:27, 17:12] | 977 | -[15.3|10:12]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:27, 17:12] | 977 | -[15.3|10:12]: 196116016 | DJETLI MARISHANNO LITAAY | [05:27, 17:12] | 977 | -[15.3|10:12]: 171108022 | HINU PULUNG MULIAWAN | [05:27, 17:12] | 977 | -[15.3|10:12]: 184114005 | DULKAMIT | [05:27, 17:12] | 978 | -[15.3|10:12]: 178108004 | MUKLISIN | [05:27, 17:12] | 977 | -[15.3|10:12]: 172195000 | SUNARDI | [05:27, 17:12] | 978 | -[15.3|10:12]: 173104002 | SUGENG RIYANTO | [05:27, 17:12] | 978 | -[15.3|10:12]: 190115017 | AHMAD ZAINUDDIN | [05:27, 17:12] | 978 | -[15.3|10:12]: 172198008 | IDA JATIYANA | [05:27, 17:12] | 977 | -[15.3|10:12]: 170114046 | MARGARETHA RISTIANI M. | [05:27, 17:12] | 977 | -[15.3|10:12]: 176111010 | KOKOK WAHYONO | [05:27, 17:12] | 977 | -[15.3|10:12]: 196116020 | SYELA RANSY TONAPA | [05:27, 17:12] | 977 | -[15.3|10:12]: 176106016 | MAHFUT WAWAN PRASETYO | [05:27, 17:12] | 977 | -[15.3|10:12]: 181106005 | KOKO ARDIANTO | [05:27, 17:12] | 977 | -[15.3|10:12]: 177109005 | RASMADI | [05:27, 17:12] | 977 | -[15.3|10:12]: 177111000 | SURADI | [05:27, 17:12] | 977 | -[15.3|10:12]: 190114014 | HARIS BUDIARTO | [05:27, 17:12] | 977 | -[15.3|10:12]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:27, 17:12] | 977 | -[15.3|10:12]: 173196002 | MISBAKHUL MUNIR | [05:27, 17:12] | 977 | -[15.3|10:12]: 180115201 | SUDARSONO | [05:27, 17:12] | 977 | -[15.3|10:12]: 194122003 | Farid Romdhony Ashari | [05:27, 17:12] | 977 | -[15.3|10:12]: 196116029 | WAHYU BUDIANTO | [05:27, 17:12] | 973 | -[15.3|10:12]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:27, 17:12] | 977 | -[15.3|10:12]: 179113015 | HERU PURNOMO | [05:27, 17:12] | 978 | -[15.3|10:12]: 186114008 | BOWO SURYONO | [05:27, 17:12] | 890 | +[17.3|22:6]: 192115037 | YUDHA VIRMA ALLASCA | [05:06, -] | 977 | +[17.3|22:6]: 178108000 | JOHAN ARI PITUTULU | [05:06, -] | 976 | +[17.3|22:6]: 175104000 | WARIMAN | [05:06, -] | 976 | +[17.3|22:6]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:06, -] | 976 | +[17.3|22:6]: 177108001 | PITHUT GUNAWAN | [05:06, -] | 976 | +[17.3|22:6]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:06, -] | 976 | +[17.3|22:6]: 196116016 | DJETLI MARISHANNO LITAAY | [05:06, -] | 976 | +[17.3|22:6]: 171108022 | HINU PULUNG MULIAWAN | [05:06, -] | 976 | +[17.3|22:6]: 184114005 | DULKAMIT | [05:06, -] | 977 | +[17.3|22:6]: 178108004 | MUKLISIN | [05:06, -] | 976 | +[17.3|22:6]: 172195000 | SUNARDI | [05:06, -] | 977 | +[17.3|22:6]: 173104002 | SUGENG RIYANTO | [05:06, -] | 977 | +[17.3|22:6]: 190115017 | AHMAD ZAINUDDIN | [05:06, -] | 977 | +[17.3|22:6]: 172198008 | IDA JATIYANA | [05:06, -] | 976 | +[17.3|22:6]: 170114046 | MARGARETHA RISTIANI M. | [05:06, -] | 976 | +[17.3|22:6]: 176111010 | KOKOK WAHYONO | [05:06, -] | 976 | +[17.3|22:6]: 196116020 | SYELA RANSY TONAPA | [05:06, -] | 976 | +[17.3|22:6]: 176106016 | MAHFUT WAWAN PRASETYO | [05:06, -] | 976 | +[17.3|22:6]: 181106005 | KOKO ARDIANTO | [05:06, -] | 976 | +[17.3|22:6]: 177109005 | RASMADI | [05:06, -] | 976 | +[17.3|22:6]: 177111000 | SURADI | [05:06, -] | 976 | +[17.3|22:6]: 190114014 | HARIS BUDIARTO | [05:06, -] | 976 | +[17.3|22:6]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, -] | 976 | +[17.3|22:6]: 173196002 | MISBAKHUL MUNIR | [05:06, -] | 976 | +[17.3|22:6]: 180115201 | SUDARSONO | [05:06, -] | 976 | +[17.3|22:6]: 194122003 | Farid Romdhony Ashari | [05:06, -] | 976 | +[17.3|22:6]: 196116029 | WAHYU BUDIANTO | [05:06, -] | 972 | +[17.3|22:6]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:06, -] | 976 | +[17.3|22:6]: 179113015 | HERU PURNOMO | [05:06, -] | 977 | +[17.3|22:6]: 186114008 | BOWO SURYONO | [05:06, -] | 889 | From ed27392f674d70350d47b957e0dbaf46133de042 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 18 Mar 2024 17:07:22 +0700 Subject: [PATCH 070/158] Update log at 2024-03-18 10:07:22.349369 [18.3|10:7]: 192115037 | YUDHA VIRMA ALLASCA | [05:06, 17:07] | 976 | [18.3|10:7]: 178108000 | JOHAN ARI PITUTULU | [05:06, 17:07] | 975 | [18.3|10:7]: 175104000 | WARIMAN | [05:06, 17:07] | 975 | [18.3|10:7]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:06, 17:07] | 975 | [18.3|10:7]: 177108001 | PITHUT GUNAWAN | [05:06, 17:07] | 975 | [18.3|10:7]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:06, 17:07] | 975 | [18.3|10:7]: 196116016 | DJETLI MARISHANNO LITAAY | [05:06, 17:07] | 975 | [18.3|10:7]: 171108022 | HINU PULUNG MULIAWAN | [05:06, 17:07] | 975 | [18.3|10:7]: 184114005 | DULKAMIT | [05:06, 17:07] | 976 | [18.3|10:7]: 178108004 | MUKLISIN | [05:06, 17:07] | 975 | [18.3|10:7]: 172195000 | SUNARDI | [05:06, 17:07] | 976 | [18.3|10:7]: 173104002 | SUGENG RIYANTO | [05:06, 17:07] | 976 | [18.3|10:7]: 190115017 | AHMAD ZAINUDDIN | [05:06, 17:07] | 976 | [18.3|10:7]: 172198008 | IDA JATIYANA | [05:06, 17:07] | 975 | [18.3|10:7]: 170114046 | MARGARETHA RISTIANI M. | [05:06, 17:07] | 975 | [18.3|10:7]: 176111010 | KOKOK WAHYONO | [05:06, 17:07] | 975 | [18.3|10:7]: 196116020 | SYELA RANSY TONAPA | [05:06, 17:07] | 975 | [18.3|10:7]: 176106016 | MAHFUT WAWAN PRASETYO | [05:06, 17:07] | 975 | [18.3|10:7]: 181106005 | KOKO ARDIANTO | [05:06, 17:07] | 975 | [18.3|10:7]: 177109005 | RASMADI | [05:06, 17:07] | 975 | [18.3|10:7]: 177111000 | SURADI | [05:06, 17:07] | 975 | [18.3|10:7]: 190114014 | HARIS BUDIARTO | [05:06, 17:07] | 975 | [18.3|10:7]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, 17:07] | 975 | [18.3|10:7]: 173196002 | MISBAKHUL MUNIR | [05:06, 17:07] | 975 | [18.3|10:7]: 180115201 | SUDARSONO | [05:06, 17:07] | 975 | [18.3|10:7]: 194122003 | Unknown | [] | 976 | Username atau Password anda Salah. [18.3|10:7]: 196116029 | WAHYU BUDIANTO | [05:06, 17:07] | 971 | [18.3|10:7]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:06, 17:07] | 975 | [18.3|10:7]: 179113015 | HERU PURNOMO | [05:06, 17:07] | 976 | [18.3|10:7]: 186114008 | BOWO SURYONO | [05:06, 17:07] | 888 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 3390c306..41f96fcd 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[17.3|22:6]: 192115037 | YUDHA VIRMA ALLASCA | [05:06, -] | 977 | -[17.3|22:6]: 178108000 | JOHAN ARI PITUTULU | [05:06, -] | 976 | -[17.3|22:6]: 175104000 | WARIMAN | [05:06, -] | 976 | -[17.3|22:6]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:06, -] | 976 | -[17.3|22:6]: 177108001 | PITHUT GUNAWAN | [05:06, -] | 976 | -[17.3|22:6]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:06, -] | 976 | -[17.3|22:6]: 196116016 | DJETLI MARISHANNO LITAAY | [05:06, -] | 976 | -[17.3|22:6]: 171108022 | HINU PULUNG MULIAWAN | [05:06, -] | 976 | -[17.3|22:6]: 184114005 | DULKAMIT | [05:06, -] | 977 | -[17.3|22:6]: 178108004 | MUKLISIN | [05:06, -] | 976 | -[17.3|22:6]: 172195000 | SUNARDI | [05:06, -] | 977 | -[17.3|22:6]: 173104002 | SUGENG RIYANTO | [05:06, -] | 977 | -[17.3|22:6]: 190115017 | AHMAD ZAINUDDIN | [05:06, -] | 977 | -[17.3|22:6]: 172198008 | IDA JATIYANA | [05:06, -] | 976 | -[17.3|22:6]: 170114046 | MARGARETHA RISTIANI M. | [05:06, -] | 976 | -[17.3|22:6]: 176111010 | KOKOK WAHYONO | [05:06, -] | 976 | -[17.3|22:6]: 196116020 | SYELA RANSY TONAPA | [05:06, -] | 976 | -[17.3|22:6]: 176106016 | MAHFUT WAWAN PRASETYO | [05:06, -] | 976 | -[17.3|22:6]: 181106005 | KOKO ARDIANTO | [05:06, -] | 976 | -[17.3|22:6]: 177109005 | RASMADI | [05:06, -] | 976 | -[17.3|22:6]: 177111000 | SURADI | [05:06, -] | 976 | -[17.3|22:6]: 190114014 | HARIS BUDIARTO | [05:06, -] | 976 | -[17.3|22:6]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, -] | 976 | -[17.3|22:6]: 173196002 | MISBAKHUL MUNIR | [05:06, -] | 976 | -[17.3|22:6]: 180115201 | SUDARSONO | [05:06, -] | 976 | -[17.3|22:6]: 194122003 | Farid Romdhony Ashari | [05:06, -] | 976 | -[17.3|22:6]: 196116029 | WAHYU BUDIANTO | [05:06, -] | 972 | -[17.3|22:6]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:06, -] | 976 | -[17.3|22:6]: 179113015 | HERU PURNOMO | [05:06, -] | 977 | -[17.3|22:6]: 186114008 | BOWO SURYONO | [05:06, -] | 889 | +[18.3|10:7]: 192115037 | YUDHA VIRMA ALLASCA | [05:06, 17:07] | 976 | +[18.3|10:7]: 178108000 | JOHAN ARI PITUTULU | [05:06, 17:07] | 975 | +[18.3|10:7]: 175104000 | WARIMAN | [05:06, 17:07] | 975 | +[18.3|10:7]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:06, 17:07] | 975 | +[18.3|10:7]: 177108001 | PITHUT GUNAWAN | [05:06, 17:07] | 975 | +[18.3|10:7]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:06, 17:07] | 975 | +[18.3|10:7]: 196116016 | DJETLI MARISHANNO LITAAY | [05:06, 17:07] | 975 | +[18.3|10:7]: 171108022 | HINU PULUNG MULIAWAN | [05:06, 17:07] | 975 | +[18.3|10:7]: 184114005 | DULKAMIT | [05:06, 17:07] | 976 | +[18.3|10:7]: 178108004 | MUKLISIN | [05:06, 17:07] | 975 | +[18.3|10:7]: 172195000 | SUNARDI | [05:06, 17:07] | 976 | +[18.3|10:7]: 173104002 | SUGENG RIYANTO | [05:06, 17:07] | 976 | +[18.3|10:7]: 190115017 | AHMAD ZAINUDDIN | [05:06, 17:07] | 976 | +[18.3|10:7]: 172198008 | IDA JATIYANA | [05:06, 17:07] | 975 | +[18.3|10:7]: 170114046 | MARGARETHA RISTIANI M. | [05:06, 17:07] | 975 | +[18.3|10:7]: 176111010 | KOKOK WAHYONO | [05:06, 17:07] | 975 | +[18.3|10:7]: 196116020 | SYELA RANSY TONAPA | [05:06, 17:07] | 975 | +[18.3|10:7]: 176106016 | MAHFUT WAWAN PRASETYO | [05:06, 17:07] | 975 | +[18.3|10:7]: 181106005 | KOKO ARDIANTO | [05:06, 17:07] | 975 | +[18.3|10:7]: 177109005 | RASMADI | [05:06, 17:07] | 975 | +[18.3|10:7]: 177111000 | SURADI | [05:06, 17:07] | 975 | +[18.3|10:7]: 190114014 | HARIS BUDIARTO | [05:06, 17:07] | 975 | +[18.3|10:7]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, 17:07] | 975 | +[18.3|10:7]: 173196002 | MISBAKHUL MUNIR | [05:06, 17:07] | 975 | +[18.3|10:7]: 180115201 | SUDARSONO | [05:06, 17:07] | 975 | +[18.3|10:7]: 194122003 | Unknown | [] | 976 | Username atau Password anda Salah. +[18.3|10:7]: 196116029 | WAHYU BUDIANTO | [05:06, 17:07] | 971 | +[18.3|10:7]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:06, 17:07] | 975 | +[18.3|10:7]: 179113015 | HERU PURNOMO | [05:06, 17:07] | 976 | +[18.3|10:7]: 186114008 | BOWO SURYONO | [05:06, 17:07] | 888 | From bd1b3ab1cee6620459408469c71b5c1119e398c7 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 19 Mar 2024 05:24:23 +0700 Subject: [PATCH 071/158] Update log at 2024-03-18 22:24:23.074394 [18.3|22:24]: 192115037 | YUDHA VIRMA ALLASCA | [05:24, -] | 975 | [18.3|22:24]: 178108000 | JOHAN ARI PITUTULU | [05:24, -] | 974 | [18.3|22:24]: 175104000 | WARIMAN | [05:24, -] | 974 | [18.3|22:24]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:24, -] | 974 | [18.3|22:24]: 177108001 | PITHUT GUNAWAN | [05:24, -] | 974 | [18.3|22:24]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:24, -] | 974 | [18.3|22:24]: 196116016 | DJETLI MARISHANNO LITAAY | [05:24, -] | 974 | [18.3|22:24]: 171108022 | HINU PULUNG MULIAWAN | [05:24, -] | 974 | [18.3|22:24]: 184114005 | DULKAMIT | [05:24, -] | 975 | [18.3|22:24]: 178108004 | MUKLISIN | [05:24, -] | 974 | [18.3|22:24]: 172195000 | SUNARDI | [05:24, -] | 975 | [18.3|22:24]: 173104002 | SUGENG RIYANTO | [05:24, -] | 975 | [18.3|22:24]: 190115017 | AHMAD ZAINUDDIN | [05:24, -] | 975 | [18.3|22:24]: 172198008 | IDA JATIYANA | [05:24, -] | 974 | [18.3|22:24]: 170114046 | MARGARETHA RISTIANI M. | [05:24, -] | 974 | [18.3|22:24]: 176111010 | KOKOK WAHYONO | [05:24, -] | 974 | [18.3|22:24]: 196116020 | SYELA RANSY TONAPA | [05:24, -] | 974 | [18.3|22:24]: 176106016 | MAHFUT WAWAN PRASETYO | [05:24, -] | 974 | [18.3|22:24]: 181106005 | KOKO ARDIANTO | [05:24, -] | 974 | [18.3|22:24]: 177109005 | RASMADI | [05:24, -] | 974 | [18.3|22:24]: 177111000 | SURADI | [05:24, -] | 974 | [18.3|22:24]: 190114014 | HARIS BUDIARTO | [05:24, -] | 974 | [18.3|22:24]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:24, -] | 974 | [18.3|22:24]: 173196002 | MISBAKHUL MUNIR | [05:24, -] | 974 | [18.3|22:24]: 180115201 | SUDARSONO | [05:24, -] | 974 | [18.3|22:24]: 194122003 | Unknown | [] | 976 | Username atau Password anda Salah. [18.3|22:24]: 196116029 | WAHYU BUDIANTO | [05:24, -] | 970 | [18.3|22:24]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:24, -] | 974 | [18.3|22:24]: 179113015 | HERU PURNOMO | [05:24, -] | 975 | [18.3|22:24]: 186114008 | BOWO SURYONO | [05:24, -] | 887 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 41f96fcd..5eefe636 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[18.3|10:7]: 192115037 | YUDHA VIRMA ALLASCA | [05:06, 17:07] | 976 | -[18.3|10:7]: 178108000 | JOHAN ARI PITUTULU | [05:06, 17:07] | 975 | -[18.3|10:7]: 175104000 | WARIMAN | [05:06, 17:07] | 975 | -[18.3|10:7]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:06, 17:07] | 975 | -[18.3|10:7]: 177108001 | PITHUT GUNAWAN | [05:06, 17:07] | 975 | -[18.3|10:7]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:06, 17:07] | 975 | -[18.3|10:7]: 196116016 | DJETLI MARISHANNO LITAAY | [05:06, 17:07] | 975 | -[18.3|10:7]: 171108022 | HINU PULUNG MULIAWAN | [05:06, 17:07] | 975 | -[18.3|10:7]: 184114005 | DULKAMIT | [05:06, 17:07] | 976 | -[18.3|10:7]: 178108004 | MUKLISIN | [05:06, 17:07] | 975 | -[18.3|10:7]: 172195000 | SUNARDI | [05:06, 17:07] | 976 | -[18.3|10:7]: 173104002 | SUGENG RIYANTO | [05:06, 17:07] | 976 | -[18.3|10:7]: 190115017 | AHMAD ZAINUDDIN | [05:06, 17:07] | 976 | -[18.3|10:7]: 172198008 | IDA JATIYANA | [05:06, 17:07] | 975 | -[18.3|10:7]: 170114046 | MARGARETHA RISTIANI M. | [05:06, 17:07] | 975 | -[18.3|10:7]: 176111010 | KOKOK WAHYONO | [05:06, 17:07] | 975 | -[18.3|10:7]: 196116020 | SYELA RANSY TONAPA | [05:06, 17:07] | 975 | -[18.3|10:7]: 176106016 | MAHFUT WAWAN PRASETYO | [05:06, 17:07] | 975 | -[18.3|10:7]: 181106005 | KOKO ARDIANTO | [05:06, 17:07] | 975 | -[18.3|10:7]: 177109005 | RASMADI | [05:06, 17:07] | 975 | -[18.3|10:7]: 177111000 | SURADI | [05:06, 17:07] | 975 | -[18.3|10:7]: 190114014 | HARIS BUDIARTO | [05:06, 17:07] | 975 | -[18.3|10:7]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, 17:07] | 975 | -[18.3|10:7]: 173196002 | MISBAKHUL MUNIR | [05:06, 17:07] | 975 | -[18.3|10:7]: 180115201 | SUDARSONO | [05:06, 17:07] | 975 | -[18.3|10:7]: 194122003 | Unknown | [] | 976 | Username atau Password anda Salah. -[18.3|10:7]: 196116029 | WAHYU BUDIANTO | [05:06, 17:07] | 971 | -[18.3|10:7]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:06, 17:07] | 975 | -[18.3|10:7]: 179113015 | HERU PURNOMO | [05:06, 17:07] | 976 | -[18.3|10:7]: 186114008 | BOWO SURYONO | [05:06, 17:07] | 888 | +[18.3|22:24]: 192115037 | YUDHA VIRMA ALLASCA | [05:24, -] | 975 | +[18.3|22:24]: 178108000 | JOHAN ARI PITUTULU | [05:24, -] | 974 | +[18.3|22:24]: 175104000 | WARIMAN | [05:24, -] | 974 | +[18.3|22:24]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:24, -] | 974 | +[18.3|22:24]: 177108001 | PITHUT GUNAWAN | [05:24, -] | 974 | +[18.3|22:24]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:24, -] | 974 | +[18.3|22:24]: 196116016 | DJETLI MARISHANNO LITAAY | [05:24, -] | 974 | +[18.3|22:24]: 171108022 | HINU PULUNG MULIAWAN | [05:24, -] | 974 | +[18.3|22:24]: 184114005 | DULKAMIT | [05:24, -] | 975 | +[18.3|22:24]: 178108004 | MUKLISIN | [05:24, -] | 974 | +[18.3|22:24]: 172195000 | SUNARDI | [05:24, -] | 975 | +[18.3|22:24]: 173104002 | SUGENG RIYANTO | [05:24, -] | 975 | +[18.3|22:24]: 190115017 | AHMAD ZAINUDDIN | [05:24, -] | 975 | +[18.3|22:24]: 172198008 | IDA JATIYANA | [05:24, -] | 974 | +[18.3|22:24]: 170114046 | MARGARETHA RISTIANI M. | [05:24, -] | 974 | +[18.3|22:24]: 176111010 | KOKOK WAHYONO | [05:24, -] | 974 | +[18.3|22:24]: 196116020 | SYELA RANSY TONAPA | [05:24, -] | 974 | +[18.3|22:24]: 176106016 | MAHFUT WAWAN PRASETYO | [05:24, -] | 974 | +[18.3|22:24]: 181106005 | KOKO ARDIANTO | [05:24, -] | 974 | +[18.3|22:24]: 177109005 | RASMADI | [05:24, -] | 974 | +[18.3|22:24]: 177111000 | SURADI | [05:24, -] | 974 | +[18.3|22:24]: 190114014 | HARIS BUDIARTO | [05:24, -] | 974 | +[18.3|22:24]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:24, -] | 974 | +[18.3|22:24]: 173196002 | MISBAKHUL MUNIR | [05:24, -] | 974 | +[18.3|22:24]: 180115201 | SUDARSONO | [05:24, -] | 974 | +[18.3|22:24]: 194122003 | Unknown | [] | 976 | Username atau Password anda Salah. +[18.3|22:24]: 196116029 | WAHYU BUDIANTO | [05:24, -] | 970 | +[18.3|22:24]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:24, -] | 974 | +[18.3|22:24]: 179113015 | HERU PURNOMO | [05:24, -] | 975 | +[18.3|22:24]: 186114008 | BOWO SURYONO | [05:24, -] | 887 | From 5d30455d049cef92d36e81a4e589c94de880269a Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 19 Mar 2024 17:28:21 +0700 Subject: [PATCH 072/158] Update log at 2024-03-19 10:28:21.656215 [19.3|10:28]: 192115037 | YUDHA VIRMA ALLASCA | [05:24, 17:28] | 974 | [19.3|10:28]: 178108000 | JOHAN ARI PITUTULU | [05:24, 17:28] | 973 | [19.3|10:28]: 175104000 | WARIMAN | [05:24, 17:28] | 973 | [19.3|10:28]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:24, 17:28] | 973 | [19.3|10:28]: 177108001 | PITHUT GUNAWAN | [05:24, 17:28] | 973 | [19.3|10:28]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:24, 17:28] | 973 | [19.3|10:28]: 196116016 | DJETLI MARISHANNO LITAAY | [05:24, 17:28] | 973 | [19.3|10:28]: 171108022 | HINU PULUNG MULIAWAN | [05:24, 17:28] | 973 | [19.3|10:28]: 184114005 | DULKAMIT | [05:24, 17:28] | 974 | [19.3|10:28]: 178108004 | MUKLISIN | [05:24, 17:28] | 973 | [19.3|10:28]: 172195000 | SUNARDI | [05:24, 17:28] | 974 | [19.3|10:28]: 173104002 | SUGENG RIYANTO | [05:24, 17:28] | 974 | [19.3|10:28]: 190115017 | AHMAD ZAINUDDIN | [05:24, 17:28] | 974 | [19.3|10:28]: 172198008 | IDA JATIYANA | [05:24, 17:28] | 973 | [19.3|10:28]: 170114046 | MARGARETHA RISTIANI M. | [05:24, 17:28] | 973 | [19.3|10:28]: 176111010 | KOKOK WAHYONO | [05:24, 17:28] | 973 | [19.3|10:28]: 196116020 | SYELA RANSY TONAPA | [05:24, 17:28] | 973 | [19.3|10:28]: 176106016 | MAHFUT WAWAN PRASETYO | [05:24, 17:28] | 973 | [19.3|10:28]: 181106005 | KOKO ARDIANTO | [05:24, 17:28] | 973 | [19.3|10:28]: 177109005 | RASMADI | [05:24, 17:28] | 973 | [19.3|10:28]: 177111000 | SURADI | [05:24, 17:28] | 973 | [19.3|10:28]: 190114014 | HARIS BUDIARTO | [05:24, 17:28] | 973 | [19.3|10:28]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:24, 17:28] | 973 | [19.3|10:28]: 173196002 | MISBAKHUL MUNIR | [05:24, 17:28] | 973 | [19.3|10:28]: 180115201 | SUDARSONO | [05:24, 17:28] | 973 | [19.3|10:28]: 196116029 | WAHYU BUDIANTO | [05:24, 17:28] | 969 | [19.3|10:28]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:24, 17:28] | 973 | [19.3|10:28]: 179113015 | HERU PURNOMO | [05:24, 17:28] | 974 | [19.3|10:28]: 186114008 | BOWO SURYONO | [05:24, 17:28] | 886 | --- source/dani.log | 59 ++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 5eefe636..d6027d56 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,29 @@ -[18.3|22:24]: 192115037 | YUDHA VIRMA ALLASCA | [05:24, -] | 975 | -[18.3|22:24]: 178108000 | JOHAN ARI PITUTULU | [05:24, -] | 974 | -[18.3|22:24]: 175104000 | WARIMAN | [05:24, -] | 974 | -[18.3|22:24]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:24, -] | 974 | -[18.3|22:24]: 177108001 | PITHUT GUNAWAN | [05:24, -] | 974 | -[18.3|22:24]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:24, -] | 974 | -[18.3|22:24]: 196116016 | DJETLI MARISHANNO LITAAY | [05:24, -] | 974 | -[18.3|22:24]: 171108022 | HINU PULUNG MULIAWAN | [05:24, -] | 974 | -[18.3|22:24]: 184114005 | DULKAMIT | [05:24, -] | 975 | -[18.3|22:24]: 178108004 | MUKLISIN | [05:24, -] | 974 | -[18.3|22:24]: 172195000 | SUNARDI | [05:24, -] | 975 | -[18.3|22:24]: 173104002 | SUGENG RIYANTO | [05:24, -] | 975 | -[18.3|22:24]: 190115017 | AHMAD ZAINUDDIN | [05:24, -] | 975 | -[18.3|22:24]: 172198008 | IDA JATIYANA | [05:24, -] | 974 | -[18.3|22:24]: 170114046 | MARGARETHA RISTIANI M. | [05:24, -] | 974 | -[18.3|22:24]: 176111010 | KOKOK WAHYONO | [05:24, -] | 974 | -[18.3|22:24]: 196116020 | SYELA RANSY TONAPA | [05:24, -] | 974 | -[18.3|22:24]: 176106016 | MAHFUT WAWAN PRASETYO | [05:24, -] | 974 | -[18.3|22:24]: 181106005 | KOKO ARDIANTO | [05:24, -] | 974 | -[18.3|22:24]: 177109005 | RASMADI | [05:24, -] | 974 | -[18.3|22:24]: 177111000 | SURADI | [05:24, -] | 974 | -[18.3|22:24]: 190114014 | HARIS BUDIARTO | [05:24, -] | 974 | -[18.3|22:24]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:24, -] | 974 | -[18.3|22:24]: 173196002 | MISBAKHUL MUNIR | [05:24, -] | 974 | -[18.3|22:24]: 180115201 | SUDARSONO | [05:24, -] | 974 | -[18.3|22:24]: 194122003 | Unknown | [] | 976 | Username atau Password anda Salah. -[18.3|22:24]: 196116029 | WAHYU BUDIANTO | [05:24, -] | 970 | -[18.3|22:24]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:24, -] | 974 | -[18.3|22:24]: 179113015 | HERU PURNOMO | [05:24, -] | 975 | -[18.3|22:24]: 186114008 | BOWO SURYONO | [05:24, -] | 887 | +[19.3|10:28]: 192115037 | YUDHA VIRMA ALLASCA | [05:24, 17:28] | 974 | +[19.3|10:28]: 178108000 | JOHAN ARI PITUTULU | [05:24, 17:28] | 973 | +[19.3|10:28]: 175104000 | WARIMAN | [05:24, 17:28] | 973 | +[19.3|10:28]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:24, 17:28] | 973 | +[19.3|10:28]: 177108001 | PITHUT GUNAWAN | [05:24, 17:28] | 973 | +[19.3|10:28]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:24, 17:28] | 973 | +[19.3|10:28]: 196116016 | DJETLI MARISHANNO LITAAY | [05:24, 17:28] | 973 | +[19.3|10:28]: 171108022 | HINU PULUNG MULIAWAN | [05:24, 17:28] | 973 | +[19.3|10:28]: 184114005 | DULKAMIT | [05:24, 17:28] | 974 | +[19.3|10:28]: 178108004 | MUKLISIN | [05:24, 17:28] | 973 | +[19.3|10:28]: 172195000 | SUNARDI | [05:24, 17:28] | 974 | +[19.3|10:28]: 173104002 | SUGENG RIYANTO | [05:24, 17:28] | 974 | +[19.3|10:28]: 190115017 | AHMAD ZAINUDDIN | [05:24, 17:28] | 974 | +[19.3|10:28]: 172198008 | IDA JATIYANA | [05:24, 17:28] | 973 | +[19.3|10:28]: 170114046 | MARGARETHA RISTIANI M. | [05:24, 17:28] | 973 | +[19.3|10:28]: 176111010 | KOKOK WAHYONO | [05:24, 17:28] | 973 | +[19.3|10:28]: 196116020 | SYELA RANSY TONAPA | [05:24, 17:28] | 973 | +[19.3|10:28]: 176106016 | MAHFUT WAWAN PRASETYO | [05:24, 17:28] | 973 | +[19.3|10:28]: 181106005 | KOKO ARDIANTO | [05:24, 17:28] | 973 | +[19.3|10:28]: 177109005 | RASMADI | [05:24, 17:28] | 973 | +[19.3|10:28]: 177111000 | SURADI | [05:24, 17:28] | 973 | +[19.3|10:28]: 190114014 | HARIS BUDIARTO | [05:24, 17:28] | 973 | +[19.3|10:28]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:24, 17:28] | 973 | +[19.3|10:28]: 173196002 | MISBAKHUL MUNIR | [05:24, 17:28] | 973 | +[19.3|10:28]: 180115201 | SUDARSONO | [05:24, 17:28] | 973 | +[19.3|10:28]: 196116029 | WAHYU BUDIANTO | [05:24, 17:28] | 969 | +[19.3|10:28]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:24, 17:28] | 973 | +[19.3|10:28]: 179113015 | HERU PURNOMO | [05:24, 17:28] | 974 | +[19.3|10:28]: 186114008 | BOWO SURYONO | [05:24, 17:28] | 886 | From 1e5376c608bc23c757e4e8ed02d6e12b860d38bb Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 20 Mar 2024 05:23:22 +0700 Subject: [PATCH 073/158] Update log at 2024-03-19 22:23:22.083884 [19.3|22:23]: 192115037 | YUDHA VIRMA ALLASCA | [05:23, -] | 973 | [19.3|22:23]: 178108000 | JOHAN ARI PITUTULU | [05:23, -] | 972 | [19.3|22:23]: 175104000 | WARIMAN | [05:23, -] | 972 | [19.3|22:23]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:23, -] | 972 | [19.3|22:23]: 177108001 | PITHUT GUNAWAN | [05:23, -] | 972 | [19.3|22:23]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:23, -] | 972 | [19.3|22:23]: 196116016 | DJETLI MARISHANNO LITAAY | [05:23, -] | 972 | [19.3|22:23]: 171108022 | HINU PULUNG MULIAWAN | [05:23, -] | 972 | [19.3|22:23]: 184114005 | DULKAMIT | [05:23, -] | 973 | [19.3|22:23]: 178108004 | MUKLISIN | [05:23, -] | 972 | [19.3|22:23]: 172195000 | SUNARDI | [05:23, -] | 973 | [19.3|22:23]: 173104002 | SUGENG RIYANTO | [05:23, -] | 973 | [19.3|22:23]: 190115017 | AHMAD ZAINUDDIN | [05:23, -] | 973 | [19.3|22:23]: 172198008 | IDA JATIYANA | [05:23, -] | 972 | [19.3|22:23]: 170114046 | MARGARETHA RISTIANI M. | [05:23, -] | 972 | [19.3|22:23]: 176111010 | KOKOK WAHYONO | [05:23, -] | 972 | [19.3|22:23]: 196116020 | SYELA RANSY TONAPA | [05:23, -] | 972 | [19.3|22:23]: 176106016 | MAHFUT WAWAN PRASETYO | [05:23, -] | 972 | [19.3|22:23]: 181106005 | KOKO ARDIANTO | [05:23, -] | 972 | [19.3|22:23]: 177109005 | RASMADI | [05:23, -] | 972 | [19.3|22:23]: 177111000 | SURADI | [05:23, -] | 972 | [19.3|22:23]: 190114014 | HARIS BUDIARTO | [05:23, -] | 972 | [19.3|22:23]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:23, -] | 972 | [19.3|22:23]: 173196002 | MISBAKHUL MUNIR | [05:23, -] | 972 | [19.3|22:23]: 180115201 | SUDARSONO | [05:23, -] | 972 | [19.3|22:23]: 196116029 | WAHYU BUDIANTO | [05:23, -] | 968 | [19.3|22:23]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:23, -] | 972 | [19.3|22:23]: 179113015 | HERU PURNOMO | [05:23, -] | 973 | [19.3|22:23]: 186114008 | BOWO SURYONO | [05:23, -] | 885 | --- source/dani.log | 58 ++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/source/dani.log b/source/dani.log index d6027d56..555d0ea0 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,29 +1,29 @@ -[19.3|10:28]: 192115037 | YUDHA VIRMA ALLASCA | [05:24, 17:28] | 974 | -[19.3|10:28]: 178108000 | JOHAN ARI PITUTULU | [05:24, 17:28] | 973 | -[19.3|10:28]: 175104000 | WARIMAN | [05:24, 17:28] | 973 | -[19.3|10:28]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:24, 17:28] | 973 | -[19.3|10:28]: 177108001 | PITHUT GUNAWAN | [05:24, 17:28] | 973 | -[19.3|10:28]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:24, 17:28] | 973 | -[19.3|10:28]: 196116016 | DJETLI MARISHANNO LITAAY | [05:24, 17:28] | 973 | -[19.3|10:28]: 171108022 | HINU PULUNG MULIAWAN | [05:24, 17:28] | 973 | -[19.3|10:28]: 184114005 | DULKAMIT | [05:24, 17:28] | 974 | -[19.3|10:28]: 178108004 | MUKLISIN | [05:24, 17:28] | 973 | -[19.3|10:28]: 172195000 | SUNARDI | [05:24, 17:28] | 974 | -[19.3|10:28]: 173104002 | SUGENG RIYANTO | [05:24, 17:28] | 974 | -[19.3|10:28]: 190115017 | AHMAD ZAINUDDIN | [05:24, 17:28] | 974 | -[19.3|10:28]: 172198008 | IDA JATIYANA | [05:24, 17:28] | 973 | -[19.3|10:28]: 170114046 | MARGARETHA RISTIANI M. | [05:24, 17:28] | 973 | -[19.3|10:28]: 176111010 | KOKOK WAHYONO | [05:24, 17:28] | 973 | -[19.3|10:28]: 196116020 | SYELA RANSY TONAPA | [05:24, 17:28] | 973 | -[19.3|10:28]: 176106016 | MAHFUT WAWAN PRASETYO | [05:24, 17:28] | 973 | -[19.3|10:28]: 181106005 | KOKO ARDIANTO | [05:24, 17:28] | 973 | -[19.3|10:28]: 177109005 | RASMADI | [05:24, 17:28] | 973 | -[19.3|10:28]: 177111000 | SURADI | [05:24, 17:28] | 973 | -[19.3|10:28]: 190114014 | HARIS BUDIARTO | [05:24, 17:28] | 973 | -[19.3|10:28]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:24, 17:28] | 973 | -[19.3|10:28]: 173196002 | MISBAKHUL MUNIR | [05:24, 17:28] | 973 | -[19.3|10:28]: 180115201 | SUDARSONO | [05:24, 17:28] | 973 | -[19.3|10:28]: 196116029 | WAHYU BUDIANTO | [05:24, 17:28] | 969 | -[19.3|10:28]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:24, 17:28] | 973 | -[19.3|10:28]: 179113015 | HERU PURNOMO | [05:24, 17:28] | 974 | -[19.3|10:28]: 186114008 | BOWO SURYONO | [05:24, 17:28] | 886 | +[19.3|22:23]: 192115037 | YUDHA VIRMA ALLASCA | [05:23, -] | 973 | +[19.3|22:23]: 178108000 | JOHAN ARI PITUTULU | [05:23, -] | 972 | +[19.3|22:23]: 175104000 | WARIMAN | [05:23, -] | 972 | +[19.3|22:23]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:23, -] | 972 | +[19.3|22:23]: 177108001 | PITHUT GUNAWAN | [05:23, -] | 972 | +[19.3|22:23]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:23, -] | 972 | +[19.3|22:23]: 196116016 | DJETLI MARISHANNO LITAAY | [05:23, -] | 972 | +[19.3|22:23]: 171108022 | HINU PULUNG MULIAWAN | [05:23, -] | 972 | +[19.3|22:23]: 184114005 | DULKAMIT | [05:23, -] | 973 | +[19.3|22:23]: 178108004 | MUKLISIN | [05:23, -] | 972 | +[19.3|22:23]: 172195000 | SUNARDI | [05:23, -] | 973 | +[19.3|22:23]: 173104002 | SUGENG RIYANTO | [05:23, -] | 973 | +[19.3|22:23]: 190115017 | AHMAD ZAINUDDIN | [05:23, -] | 973 | +[19.3|22:23]: 172198008 | IDA JATIYANA | [05:23, -] | 972 | +[19.3|22:23]: 170114046 | MARGARETHA RISTIANI M. | [05:23, -] | 972 | +[19.3|22:23]: 176111010 | KOKOK WAHYONO | [05:23, -] | 972 | +[19.3|22:23]: 196116020 | SYELA RANSY TONAPA | [05:23, -] | 972 | +[19.3|22:23]: 176106016 | MAHFUT WAWAN PRASETYO | [05:23, -] | 972 | +[19.3|22:23]: 181106005 | KOKO ARDIANTO | [05:23, -] | 972 | +[19.3|22:23]: 177109005 | RASMADI | [05:23, -] | 972 | +[19.3|22:23]: 177111000 | SURADI | [05:23, -] | 972 | +[19.3|22:23]: 190114014 | HARIS BUDIARTO | [05:23, -] | 972 | +[19.3|22:23]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:23, -] | 972 | +[19.3|22:23]: 173196002 | MISBAKHUL MUNIR | [05:23, -] | 972 | +[19.3|22:23]: 180115201 | SUDARSONO | [05:23, -] | 972 | +[19.3|22:23]: 196116029 | WAHYU BUDIANTO | [05:23, -] | 968 | +[19.3|22:23]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:23, -] | 972 | +[19.3|22:23]: 179113015 | HERU PURNOMO | [05:23, -] | 973 | +[19.3|22:23]: 186114008 | BOWO SURYONO | [05:23, -] | 885 | From d9bd6c596fd910829584cbfd1f9d3614c488ebda Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 20 Mar 2024 17:09:22 +0700 Subject: [PATCH 074/158] Update log at 2024-03-20 10:09:21.830469 [20.3|10:9]: 192115037 | YUDHA VIRMA ALLASCA | [05:23, 17:09] | 972 | [20.3|10:9]: 178108000 | JOHAN ARI PITUTULU | [05:23, 17:09] | 971 | [20.3|10:9]: 175104000 | WARIMAN | [05:23, 17:09] | 971 | [20.3|10:9]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:23, 17:09] | 971 | [20.3|10:9]: 177108001 | PITHUT GUNAWAN | [05:23, 17:09] | 971 | [20.3|10:9]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:23, 17:09] | 971 | [20.3|10:9]: 196116016 | DJETLI MARISHANNO LITAAY | [05:23, 17:09] | 971 | [20.3|10:9]: 171108022 | HINU PULUNG MULIAWAN | [05:23, 17:09] | 971 | [20.3|10:9]: 184114005 | DULKAMIT | [05:23, 17:09] | 972 | [20.3|10:9]: 178108004 | MUKLISIN | [05:23, 17:09] | 971 | [20.3|10:9]: 172195000 | SUNARDI | [05:23, 17:09] | 972 | [20.3|10:9]: 173104002 | SUGENG RIYANTO | [05:23, 17:09] | 972 | [20.3|10:9]: 190115017 | AHMAD ZAINUDDIN | [05:23, 17:09] | 972 | [20.3|10:9]: 172198008 | IDA JATIYANA | [05:23, 17:09] | 971 | [20.3|10:9]: 170114046 | MARGARETHA RISTIANI M. | [05:23, 17:09] | 971 | [20.3|10:9]: 176111010 | KOKOK WAHYONO | [05:23, 17:09] | 971 | [20.3|10:9]: 196116020 | SYELA RANSY TONAPA | [05:23, 17:09] | 971 | [20.3|10:9]: 176106016 | MAHFUT WAWAN PRASETYO | [05:23, 17:09] | 971 | [20.3|10:9]: 181106005 | KOKO ARDIANTO | [05:23, 17:09] | 971 | [20.3|10:9]: 177109005 | RASMADI | [05:23, 17:09] | 971 | [20.3|10:9]: 177111000 | SURADI | [05:23, 17:09] | 971 | [20.3|10:9]: 190114014 | HARIS BUDIARTO | [05:23, 17:09] | 971 | [20.3|10:9]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:23, 17:09] | 971 | [20.3|10:9]: 173196002 | MISBAKHUL MUNIR | [05:23, 17:09] | 971 | [20.3|10:9]: 180115201 | SUDARSONO | [05:23, 17:09] | 971 | [20.3|10:9]: 196116029 | WAHYU BUDIANTO | [05:23, 17:09] | 967 | [20.3|10:9]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:23, 17:09] | 971 | [20.3|10:9]: 179113015 | HERU PURNOMO | [05:23, 17:09] | 972 | [20.3|10:9]: 186114008 | BOWO SURYONO | [05:23, 17:09] | 884 | --- source/dani.log | 58 ++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/source/dani.log b/source/dani.log index 555d0ea0..fc295e07 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,29 +1,29 @@ -[19.3|22:23]: 192115037 | YUDHA VIRMA ALLASCA | [05:23, -] | 973 | -[19.3|22:23]: 178108000 | JOHAN ARI PITUTULU | [05:23, -] | 972 | -[19.3|22:23]: 175104000 | WARIMAN | [05:23, -] | 972 | -[19.3|22:23]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:23, -] | 972 | -[19.3|22:23]: 177108001 | PITHUT GUNAWAN | [05:23, -] | 972 | -[19.3|22:23]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:23, -] | 972 | -[19.3|22:23]: 196116016 | DJETLI MARISHANNO LITAAY | [05:23, -] | 972 | -[19.3|22:23]: 171108022 | HINU PULUNG MULIAWAN | [05:23, -] | 972 | -[19.3|22:23]: 184114005 | DULKAMIT | [05:23, -] | 973 | -[19.3|22:23]: 178108004 | MUKLISIN | [05:23, -] | 972 | -[19.3|22:23]: 172195000 | SUNARDI | [05:23, -] | 973 | -[19.3|22:23]: 173104002 | SUGENG RIYANTO | [05:23, -] | 973 | -[19.3|22:23]: 190115017 | AHMAD ZAINUDDIN | [05:23, -] | 973 | -[19.3|22:23]: 172198008 | IDA JATIYANA | [05:23, -] | 972 | -[19.3|22:23]: 170114046 | MARGARETHA RISTIANI M. | [05:23, -] | 972 | -[19.3|22:23]: 176111010 | KOKOK WAHYONO | [05:23, -] | 972 | -[19.3|22:23]: 196116020 | SYELA RANSY TONAPA | [05:23, -] | 972 | -[19.3|22:23]: 176106016 | MAHFUT WAWAN PRASETYO | [05:23, -] | 972 | -[19.3|22:23]: 181106005 | KOKO ARDIANTO | [05:23, -] | 972 | -[19.3|22:23]: 177109005 | RASMADI | [05:23, -] | 972 | -[19.3|22:23]: 177111000 | SURADI | [05:23, -] | 972 | -[19.3|22:23]: 190114014 | HARIS BUDIARTO | [05:23, -] | 972 | -[19.3|22:23]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:23, -] | 972 | -[19.3|22:23]: 173196002 | MISBAKHUL MUNIR | [05:23, -] | 972 | -[19.3|22:23]: 180115201 | SUDARSONO | [05:23, -] | 972 | -[19.3|22:23]: 196116029 | WAHYU BUDIANTO | [05:23, -] | 968 | -[19.3|22:23]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:23, -] | 972 | -[19.3|22:23]: 179113015 | HERU PURNOMO | [05:23, -] | 973 | -[19.3|22:23]: 186114008 | BOWO SURYONO | [05:23, -] | 885 | +[20.3|10:9]: 192115037 | YUDHA VIRMA ALLASCA | [05:23, 17:09] | 972 | +[20.3|10:9]: 178108000 | JOHAN ARI PITUTULU | [05:23, 17:09] | 971 | +[20.3|10:9]: 175104000 | WARIMAN | [05:23, 17:09] | 971 | +[20.3|10:9]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:23, 17:09] | 971 | +[20.3|10:9]: 177108001 | PITHUT GUNAWAN | [05:23, 17:09] | 971 | +[20.3|10:9]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:23, 17:09] | 971 | +[20.3|10:9]: 196116016 | DJETLI MARISHANNO LITAAY | [05:23, 17:09] | 971 | +[20.3|10:9]: 171108022 | HINU PULUNG MULIAWAN | [05:23, 17:09] | 971 | +[20.3|10:9]: 184114005 | DULKAMIT | [05:23, 17:09] | 972 | +[20.3|10:9]: 178108004 | MUKLISIN | [05:23, 17:09] | 971 | +[20.3|10:9]: 172195000 | SUNARDI | [05:23, 17:09] | 972 | +[20.3|10:9]: 173104002 | SUGENG RIYANTO | [05:23, 17:09] | 972 | +[20.3|10:9]: 190115017 | AHMAD ZAINUDDIN | [05:23, 17:09] | 972 | +[20.3|10:9]: 172198008 | IDA JATIYANA | [05:23, 17:09] | 971 | +[20.3|10:9]: 170114046 | MARGARETHA RISTIANI M. | [05:23, 17:09] | 971 | +[20.3|10:9]: 176111010 | KOKOK WAHYONO | [05:23, 17:09] | 971 | +[20.3|10:9]: 196116020 | SYELA RANSY TONAPA | [05:23, 17:09] | 971 | +[20.3|10:9]: 176106016 | MAHFUT WAWAN PRASETYO | [05:23, 17:09] | 971 | +[20.3|10:9]: 181106005 | KOKO ARDIANTO | [05:23, 17:09] | 971 | +[20.3|10:9]: 177109005 | RASMADI | [05:23, 17:09] | 971 | +[20.3|10:9]: 177111000 | SURADI | [05:23, 17:09] | 971 | +[20.3|10:9]: 190114014 | HARIS BUDIARTO | [05:23, 17:09] | 971 | +[20.3|10:9]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:23, 17:09] | 971 | +[20.3|10:9]: 173196002 | MISBAKHUL MUNIR | [05:23, 17:09] | 971 | +[20.3|10:9]: 180115201 | SUDARSONO | [05:23, 17:09] | 971 | +[20.3|10:9]: 196116029 | WAHYU BUDIANTO | [05:23, 17:09] | 967 | +[20.3|10:9]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:23, 17:09] | 971 | +[20.3|10:9]: 179113015 | HERU PURNOMO | [05:23, 17:09] | 972 | +[20.3|10:9]: 186114008 | BOWO SURYONO | [05:23, 17:09] | 884 | From df2b3cacff953a7beafc7f84bae61c8b45e81ea6 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Thu, 21 Mar 2024 05:02:22 +0700 Subject: [PATCH 075/158] Update log at 2024-03-20 22:02:22.488115 [20.3|22:2]: 192115037 | YUDHA VIRMA ALLASCA | [05:02, -] | 971 | [20.3|22:2]: 178108000 | JOHAN ARI PITUTULU | [05:02, -] | 970 | [20.3|22:2]: 175104000 | WARIMAN | [05:02, -] | 970 | [20.3|22:2]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:02, -] | 970 | [20.3|22:2]: 177108001 | PITHUT GUNAWAN | [05:02, -] | 970 | [20.3|22:2]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:02, -] | 970 | [20.3|22:2]: 196116016 | DJETLI MARISHANNO LITAAY | [05:02, -] | 970 | [20.3|22:2]: 171108022 | HINU PULUNG MULIAWAN | [05:02, -] | 970 | [20.3|22:2]: 184114005 | DULKAMIT | [05:02, -] | 971 | [20.3|22:2]: 178108004 | MUKLISIN | [05:02, -] | 970 | [20.3|22:2]: 172195000 | SUNARDI | [05:02, -] | 971 | [20.3|22:2]: 173104002 | SUGENG RIYANTO | [05:02, -] | 971 | [20.3|22:2]: 190115017 | AHMAD ZAINUDDIN | [05:02, -] | 971 | [20.3|22:2]: 172198008 | IDA JATIYANA | [05:02, -] | 970 | [20.3|22:2]: 170114046 | MARGARETHA RISTIANI M. | [05:02, -] | 970 | [20.3|22:2]: 176111010 | KOKOK WAHYONO | [05:02, -] | 970 | [20.3|22:2]: 196116020 | SYELA RANSY TONAPA | [05:02, -] | 970 | [20.3|22:2]: 176106016 | MAHFUT WAWAN PRASETYO | [05:02, -] | 970 | [20.3|22:2]: 181106005 | KOKO ARDIANTO | [05:02, -] | 970 | [20.3|22:2]: 177109005 | RASMADI | [05:02, -] | 970 | [20.3|22:2]: 177111000 | SURADI | [05:02, -] | 970 | [20.3|22:2]: 190114014 | HARIS BUDIARTO | [05:02, -] | 970 | [20.3|22:2]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:02, -] | 970 | [20.3|22:2]: 173196002 | MISBAKHUL MUNIR | [05:02, -] | 970 | [20.3|22:2]: 180115201 | SUDARSONO | [05:02, -] | 970 | [20.3|22:2]: 196116029 | WAHYU BUDIANTO | [05:02, -] | 966 | [20.3|22:2]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:02, -] | 970 | [20.3|22:2]: 179113015 | HERU PURNOMO | [05:02, -] | 971 | [20.3|22:2]: 186114008 | BOWO SURYONO | [05:02, -] | 883 | --- source/dani.log | 58 ++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/source/dani.log b/source/dani.log index fc295e07..4a9d7f5e 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,29 +1,29 @@ -[20.3|10:9]: 192115037 | YUDHA VIRMA ALLASCA | [05:23, 17:09] | 972 | -[20.3|10:9]: 178108000 | JOHAN ARI PITUTULU | [05:23, 17:09] | 971 | -[20.3|10:9]: 175104000 | WARIMAN | [05:23, 17:09] | 971 | -[20.3|10:9]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:23, 17:09] | 971 | -[20.3|10:9]: 177108001 | PITHUT GUNAWAN | [05:23, 17:09] | 971 | -[20.3|10:9]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:23, 17:09] | 971 | -[20.3|10:9]: 196116016 | DJETLI MARISHANNO LITAAY | [05:23, 17:09] | 971 | -[20.3|10:9]: 171108022 | HINU PULUNG MULIAWAN | [05:23, 17:09] | 971 | -[20.3|10:9]: 184114005 | DULKAMIT | [05:23, 17:09] | 972 | -[20.3|10:9]: 178108004 | MUKLISIN | [05:23, 17:09] | 971 | -[20.3|10:9]: 172195000 | SUNARDI | [05:23, 17:09] | 972 | -[20.3|10:9]: 173104002 | SUGENG RIYANTO | [05:23, 17:09] | 972 | -[20.3|10:9]: 190115017 | AHMAD ZAINUDDIN | [05:23, 17:09] | 972 | -[20.3|10:9]: 172198008 | IDA JATIYANA | [05:23, 17:09] | 971 | -[20.3|10:9]: 170114046 | MARGARETHA RISTIANI M. | [05:23, 17:09] | 971 | -[20.3|10:9]: 176111010 | KOKOK WAHYONO | [05:23, 17:09] | 971 | -[20.3|10:9]: 196116020 | SYELA RANSY TONAPA | [05:23, 17:09] | 971 | -[20.3|10:9]: 176106016 | MAHFUT WAWAN PRASETYO | [05:23, 17:09] | 971 | -[20.3|10:9]: 181106005 | KOKO ARDIANTO | [05:23, 17:09] | 971 | -[20.3|10:9]: 177109005 | RASMADI | [05:23, 17:09] | 971 | -[20.3|10:9]: 177111000 | SURADI | [05:23, 17:09] | 971 | -[20.3|10:9]: 190114014 | HARIS BUDIARTO | [05:23, 17:09] | 971 | -[20.3|10:9]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:23, 17:09] | 971 | -[20.3|10:9]: 173196002 | MISBAKHUL MUNIR | [05:23, 17:09] | 971 | -[20.3|10:9]: 180115201 | SUDARSONO | [05:23, 17:09] | 971 | -[20.3|10:9]: 196116029 | WAHYU BUDIANTO | [05:23, 17:09] | 967 | -[20.3|10:9]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:23, 17:09] | 971 | -[20.3|10:9]: 179113015 | HERU PURNOMO | [05:23, 17:09] | 972 | -[20.3|10:9]: 186114008 | BOWO SURYONO | [05:23, 17:09] | 884 | +[20.3|22:2]: 192115037 | YUDHA VIRMA ALLASCA | [05:02, -] | 971 | +[20.3|22:2]: 178108000 | JOHAN ARI PITUTULU | [05:02, -] | 970 | +[20.3|22:2]: 175104000 | WARIMAN | [05:02, -] | 970 | +[20.3|22:2]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:02, -] | 970 | +[20.3|22:2]: 177108001 | PITHUT GUNAWAN | [05:02, -] | 970 | +[20.3|22:2]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:02, -] | 970 | +[20.3|22:2]: 196116016 | DJETLI MARISHANNO LITAAY | [05:02, -] | 970 | +[20.3|22:2]: 171108022 | HINU PULUNG MULIAWAN | [05:02, -] | 970 | +[20.3|22:2]: 184114005 | DULKAMIT | [05:02, -] | 971 | +[20.3|22:2]: 178108004 | MUKLISIN | [05:02, -] | 970 | +[20.3|22:2]: 172195000 | SUNARDI | [05:02, -] | 971 | +[20.3|22:2]: 173104002 | SUGENG RIYANTO | [05:02, -] | 971 | +[20.3|22:2]: 190115017 | AHMAD ZAINUDDIN | [05:02, -] | 971 | +[20.3|22:2]: 172198008 | IDA JATIYANA | [05:02, -] | 970 | +[20.3|22:2]: 170114046 | MARGARETHA RISTIANI M. | [05:02, -] | 970 | +[20.3|22:2]: 176111010 | KOKOK WAHYONO | [05:02, -] | 970 | +[20.3|22:2]: 196116020 | SYELA RANSY TONAPA | [05:02, -] | 970 | +[20.3|22:2]: 176106016 | MAHFUT WAWAN PRASETYO | [05:02, -] | 970 | +[20.3|22:2]: 181106005 | KOKO ARDIANTO | [05:02, -] | 970 | +[20.3|22:2]: 177109005 | RASMADI | [05:02, -] | 970 | +[20.3|22:2]: 177111000 | SURADI | [05:02, -] | 970 | +[20.3|22:2]: 190114014 | HARIS BUDIARTO | [05:02, -] | 970 | +[20.3|22:2]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:02, -] | 970 | +[20.3|22:2]: 173196002 | MISBAKHUL MUNIR | [05:02, -] | 970 | +[20.3|22:2]: 180115201 | SUDARSONO | [05:02, -] | 970 | +[20.3|22:2]: 196116029 | WAHYU BUDIANTO | [05:02, -] | 966 | +[20.3|22:2]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:02, -] | 970 | +[20.3|22:2]: 179113015 | HERU PURNOMO | [05:02, -] | 971 | +[20.3|22:2]: 186114008 | BOWO SURYONO | [05:02, -] | 883 | From e36e0cbab71477372cbf127df228eee8ccf0e03b Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Thu, 21 Mar 2024 17:13:23 +0700 Subject: [PATCH 076/158] Update log at 2024-03-21 10:13:23.147409 [21.3|10:13]: 192115037 | YUDHA VIRMA ALLASCA | [05:02, 17:13] | 970 | [21.3|10:13]: 178108000 | JOHAN ARI PITUTULU | [05:02, 17:13] | 969 | [21.3|10:13]: 175104000 | WARIMAN | [05:02, 17:13] | 969 | [21.3|10:13]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:02, 17:13] | 969 | [21.3|10:13]: 177108001 | PITHUT GUNAWAN | [05:02, 17:13] | 969 | [21.3|10:13]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:02, 17:13] | 969 | [21.3|10:13]: 196116016 | DJETLI MARISHANNO LITAAY | [05:02, 17:13] | 969 | [21.3|10:13]: 171108022 | HINU PULUNG MULIAWAN | [05:02, 17:13] | 969 | [21.3|10:13]: 184114005 | DULKAMIT | [05:02, 17:13] | 970 | [21.3|10:13]: 178108004 | MUKLISIN | [05:02, 17:13] | 969 | [21.3|10:13]: 172195000 | SUNARDI | [05:02, 17:13] | 970 | [21.3|10:13]: 173104002 | SUGENG RIYANTO | [05:02, 17:13] | 970 | [21.3|10:13]: 190115017 | AHMAD ZAINUDDIN | [05:02, 17:13] | 970 | [21.3|10:13]: 172198008 | IDA JATIYANA | [05:02, 17:13] | 969 | [21.3|10:13]: 170114046 | MARGARETHA RISTIANI M. | [05:02, 17:13] | 969 | [21.3|10:13]: 176111010 | KOKOK WAHYONO | [05:02, 17:13] | 969 | [21.3|10:13]: 196116020 | SYELA RANSY TONAPA | [05:02, 17:13] | 969 | [21.3|10:13]: 176106016 | MAHFUT WAWAN PRASETYO | [05:02, 17:13] | 969 | [21.3|10:13]: 181106005 | KOKO ARDIANTO | [05:02, 17:13] | 969 | [21.3|10:13]: 177109005 | RASMADI | [05:02, 17:13] | 969 | [21.3|10:13]: 177111000 | SURADI | [05:02, 17:13] | 969 | [21.3|10:13]: 190114014 | HARIS BUDIARTO | [05:02, 17:13] | 969 | [21.3|10:13]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:02, 17:13] | 969 | [21.3|10:13]: 173196002 | MISBAKHUL MUNIR | [05:02, 17:13] | 969 | [21.3|10:13]: 180115201 | SUDARSONO | [05:02, 17:13] | 969 | [21.3|10:13]: 196116029 | WAHYU BUDIANTO | [05:02, 17:13] | 965 | [21.3|10:13]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:02, 17:13] | 969 | [21.3|10:13]: 179113015 | HERU PURNOMO | [05:02, 17:13] | 970 | [21.3|10:13]: 186114008 | BOWO SURYONO | [05:02, 17:13] | 882 | [21.3|10:13]: 178106006 | IVAN CAHYO SUSANTO | [16:36, 17:13] | 882 | --- source/dani.log | 59 +++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/source/dani.log b/source/dani.log index 4a9d7f5e..bcfde89b 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,29 +1,30 @@ -[20.3|22:2]: 192115037 | YUDHA VIRMA ALLASCA | [05:02, -] | 971 | -[20.3|22:2]: 178108000 | JOHAN ARI PITUTULU | [05:02, -] | 970 | -[20.3|22:2]: 175104000 | WARIMAN | [05:02, -] | 970 | -[20.3|22:2]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:02, -] | 970 | -[20.3|22:2]: 177108001 | PITHUT GUNAWAN | [05:02, -] | 970 | -[20.3|22:2]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:02, -] | 970 | -[20.3|22:2]: 196116016 | DJETLI MARISHANNO LITAAY | [05:02, -] | 970 | -[20.3|22:2]: 171108022 | HINU PULUNG MULIAWAN | [05:02, -] | 970 | -[20.3|22:2]: 184114005 | DULKAMIT | [05:02, -] | 971 | -[20.3|22:2]: 178108004 | MUKLISIN | [05:02, -] | 970 | -[20.3|22:2]: 172195000 | SUNARDI | [05:02, -] | 971 | -[20.3|22:2]: 173104002 | SUGENG RIYANTO | [05:02, -] | 971 | -[20.3|22:2]: 190115017 | AHMAD ZAINUDDIN | [05:02, -] | 971 | -[20.3|22:2]: 172198008 | IDA JATIYANA | [05:02, -] | 970 | -[20.3|22:2]: 170114046 | MARGARETHA RISTIANI M. | [05:02, -] | 970 | -[20.3|22:2]: 176111010 | KOKOK WAHYONO | [05:02, -] | 970 | -[20.3|22:2]: 196116020 | SYELA RANSY TONAPA | [05:02, -] | 970 | -[20.3|22:2]: 176106016 | MAHFUT WAWAN PRASETYO | [05:02, -] | 970 | -[20.3|22:2]: 181106005 | KOKO ARDIANTO | [05:02, -] | 970 | -[20.3|22:2]: 177109005 | RASMADI | [05:02, -] | 970 | -[20.3|22:2]: 177111000 | SURADI | [05:02, -] | 970 | -[20.3|22:2]: 190114014 | HARIS BUDIARTO | [05:02, -] | 970 | -[20.3|22:2]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:02, -] | 970 | -[20.3|22:2]: 173196002 | MISBAKHUL MUNIR | [05:02, -] | 970 | -[20.3|22:2]: 180115201 | SUDARSONO | [05:02, -] | 970 | -[20.3|22:2]: 196116029 | WAHYU BUDIANTO | [05:02, -] | 966 | -[20.3|22:2]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:02, -] | 970 | -[20.3|22:2]: 179113015 | HERU PURNOMO | [05:02, -] | 971 | -[20.3|22:2]: 186114008 | BOWO SURYONO | [05:02, -] | 883 | +[21.3|10:13]: 192115037 | YUDHA VIRMA ALLASCA | [05:02, 17:13] | 970 | +[21.3|10:13]: 178108000 | JOHAN ARI PITUTULU | [05:02, 17:13] | 969 | +[21.3|10:13]: 175104000 | WARIMAN | [05:02, 17:13] | 969 | +[21.3|10:13]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:02, 17:13] | 969 | +[21.3|10:13]: 177108001 | PITHUT GUNAWAN | [05:02, 17:13] | 969 | +[21.3|10:13]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:02, 17:13] | 969 | +[21.3|10:13]: 196116016 | DJETLI MARISHANNO LITAAY | [05:02, 17:13] | 969 | +[21.3|10:13]: 171108022 | HINU PULUNG MULIAWAN | [05:02, 17:13] | 969 | +[21.3|10:13]: 184114005 | DULKAMIT | [05:02, 17:13] | 970 | +[21.3|10:13]: 178108004 | MUKLISIN | [05:02, 17:13] | 969 | +[21.3|10:13]: 172195000 | SUNARDI | [05:02, 17:13] | 970 | +[21.3|10:13]: 173104002 | SUGENG RIYANTO | [05:02, 17:13] | 970 | +[21.3|10:13]: 190115017 | AHMAD ZAINUDDIN | [05:02, 17:13] | 970 | +[21.3|10:13]: 172198008 | IDA JATIYANA | [05:02, 17:13] | 969 | +[21.3|10:13]: 170114046 | MARGARETHA RISTIANI M. | [05:02, 17:13] | 969 | +[21.3|10:13]: 176111010 | KOKOK WAHYONO | [05:02, 17:13] | 969 | +[21.3|10:13]: 196116020 | SYELA RANSY TONAPA | [05:02, 17:13] | 969 | +[21.3|10:13]: 176106016 | MAHFUT WAWAN PRASETYO | [05:02, 17:13] | 969 | +[21.3|10:13]: 181106005 | KOKO ARDIANTO | [05:02, 17:13] | 969 | +[21.3|10:13]: 177109005 | RASMADI | [05:02, 17:13] | 969 | +[21.3|10:13]: 177111000 | SURADI | [05:02, 17:13] | 969 | +[21.3|10:13]: 190114014 | HARIS BUDIARTO | [05:02, 17:13] | 969 | +[21.3|10:13]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:02, 17:13] | 969 | +[21.3|10:13]: 173196002 | MISBAKHUL MUNIR | [05:02, 17:13] | 969 | +[21.3|10:13]: 180115201 | SUDARSONO | [05:02, 17:13] | 969 | +[21.3|10:13]: 196116029 | WAHYU BUDIANTO | [05:02, 17:13] | 965 | +[21.3|10:13]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:02, 17:13] | 969 | +[21.3|10:13]: 179113015 | HERU PURNOMO | [05:02, 17:13] | 970 | +[21.3|10:13]: 186114008 | BOWO SURYONO | [05:02, 17:13] | 882 | +[21.3|10:13]: 178106006 | IVAN CAHYO SUSANTO | [16:36, 17:13] | 882 | From e7c74ecf1a283173bab0355761a66fc74dd456ca Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Fri, 22 Mar 2024 05:26:23 +0700 Subject: [PATCH 077/158] Update log at 2024-03-21 22:26:23.264047 [21.3|22:26]: 192115037 | YUDHA VIRMA ALLASCA | [05:26, -] | 969 | [21.3|22:26]: 178108000 | JOHAN ARI PITUTULU | [05:26, -] | 968 | [21.3|22:26]: 175104000 | WARIMAN | [05:26, -] | 968 | [21.3|22:26]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:26, -] | 968 | [21.3|22:26]: 177108001 | PITHUT GUNAWAN | [05:26, -] | 968 | [21.3|22:26]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:26, -] | 968 | [21.3|22:26]: 196116016 | DJETLI MARISHANNO LITAAY | [05:26, -] | 968 | [21.3|22:26]: 171108022 | HINU PULUNG MULIAWAN | [05:26, -] | 968 | [21.3|22:26]: 184114005 | DULKAMIT | [05:26, -] | 969 | [21.3|22:26]: 178108004 | MUKLISIN | [05:26, -] | 968 | [21.3|22:26]: 172195000 | SUNARDI | [05:26, -] | 969 | [21.3|22:26]: 173104002 | SUGENG RIYANTO | [05:26, -] | 969 | [21.3|22:26]: 190115017 | AHMAD ZAINUDDIN | [05:26, -] | 969 | [21.3|22:26]: 172198008 | IDA JATIYANA | [05:26, -] | 968 | [21.3|22:26]: 170114046 | MARGARETHA RISTIANI M. | [05:26, -] | 968 | [21.3|22:26]: 176111010 | KOKOK WAHYONO | [05:26, -] | 968 | [21.3|22:26]: 196116020 | SYELA RANSY TONAPA | [05:26, -] | 968 | [21.3|22:26]: 176106016 | MAHFUT WAWAN PRASETYO | [05:26, -] | 968 | [21.3|22:26]: 181106005 | KOKO ARDIANTO | [05:26, -] | 968 | [21.3|22:26]: 177109005 | RASMADI | [05:26, -] | 968 | [21.3|22:26]: 177111000 | SURADI | [05:26, -] | 968 | [21.3|22:26]: 190114014 | HARIS BUDIARTO | [05:26, -] | 968 | [21.3|22:26]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:26, -] | 968 | [21.3|22:26]: 173196002 | MISBAKHUL MUNIR | [05:26, -] | 968 | [21.3|22:26]: 180115201 | SUDARSONO | [05:26, -] | 968 | [21.3|22:26]: 196116029 | WAHYU BUDIANTO | [05:26, -] | 964 | [21.3|22:26]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:26, -] | 968 | [21.3|22:26]: 179113015 | HERU PURNOMO | [05:26, -] | 969 | [21.3|22:26]: 186114008 | BOWO SURYONO | [05:26, -] | 881 | [21.3|22:26]: 178106006 | IVAN CAHYO SUSANTO | [05:26, -] | 881 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index bcfde89b..6ac6c5f3 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[21.3|10:13]: 192115037 | YUDHA VIRMA ALLASCA | [05:02, 17:13] | 970 | -[21.3|10:13]: 178108000 | JOHAN ARI PITUTULU | [05:02, 17:13] | 969 | -[21.3|10:13]: 175104000 | WARIMAN | [05:02, 17:13] | 969 | -[21.3|10:13]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:02, 17:13] | 969 | -[21.3|10:13]: 177108001 | PITHUT GUNAWAN | [05:02, 17:13] | 969 | -[21.3|10:13]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:02, 17:13] | 969 | -[21.3|10:13]: 196116016 | DJETLI MARISHANNO LITAAY | [05:02, 17:13] | 969 | -[21.3|10:13]: 171108022 | HINU PULUNG MULIAWAN | [05:02, 17:13] | 969 | -[21.3|10:13]: 184114005 | DULKAMIT | [05:02, 17:13] | 970 | -[21.3|10:13]: 178108004 | MUKLISIN | [05:02, 17:13] | 969 | -[21.3|10:13]: 172195000 | SUNARDI | [05:02, 17:13] | 970 | -[21.3|10:13]: 173104002 | SUGENG RIYANTO | [05:02, 17:13] | 970 | -[21.3|10:13]: 190115017 | AHMAD ZAINUDDIN | [05:02, 17:13] | 970 | -[21.3|10:13]: 172198008 | IDA JATIYANA | [05:02, 17:13] | 969 | -[21.3|10:13]: 170114046 | MARGARETHA RISTIANI M. | [05:02, 17:13] | 969 | -[21.3|10:13]: 176111010 | KOKOK WAHYONO | [05:02, 17:13] | 969 | -[21.3|10:13]: 196116020 | SYELA RANSY TONAPA | [05:02, 17:13] | 969 | -[21.3|10:13]: 176106016 | MAHFUT WAWAN PRASETYO | [05:02, 17:13] | 969 | -[21.3|10:13]: 181106005 | KOKO ARDIANTO | [05:02, 17:13] | 969 | -[21.3|10:13]: 177109005 | RASMADI | [05:02, 17:13] | 969 | -[21.3|10:13]: 177111000 | SURADI | [05:02, 17:13] | 969 | -[21.3|10:13]: 190114014 | HARIS BUDIARTO | [05:02, 17:13] | 969 | -[21.3|10:13]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:02, 17:13] | 969 | -[21.3|10:13]: 173196002 | MISBAKHUL MUNIR | [05:02, 17:13] | 969 | -[21.3|10:13]: 180115201 | SUDARSONO | [05:02, 17:13] | 969 | -[21.3|10:13]: 196116029 | WAHYU BUDIANTO | [05:02, 17:13] | 965 | -[21.3|10:13]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:02, 17:13] | 969 | -[21.3|10:13]: 179113015 | HERU PURNOMO | [05:02, 17:13] | 970 | -[21.3|10:13]: 186114008 | BOWO SURYONO | [05:02, 17:13] | 882 | -[21.3|10:13]: 178106006 | IVAN CAHYO SUSANTO | [16:36, 17:13] | 882 | +[21.3|22:26]: 192115037 | YUDHA VIRMA ALLASCA | [05:26, -] | 969 | +[21.3|22:26]: 178108000 | JOHAN ARI PITUTULU | [05:26, -] | 968 | +[21.3|22:26]: 175104000 | WARIMAN | [05:26, -] | 968 | +[21.3|22:26]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:26, -] | 968 | +[21.3|22:26]: 177108001 | PITHUT GUNAWAN | [05:26, -] | 968 | +[21.3|22:26]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:26, -] | 968 | +[21.3|22:26]: 196116016 | DJETLI MARISHANNO LITAAY | [05:26, -] | 968 | +[21.3|22:26]: 171108022 | HINU PULUNG MULIAWAN | [05:26, -] | 968 | +[21.3|22:26]: 184114005 | DULKAMIT | [05:26, -] | 969 | +[21.3|22:26]: 178108004 | MUKLISIN | [05:26, -] | 968 | +[21.3|22:26]: 172195000 | SUNARDI | [05:26, -] | 969 | +[21.3|22:26]: 173104002 | SUGENG RIYANTO | [05:26, -] | 969 | +[21.3|22:26]: 190115017 | AHMAD ZAINUDDIN | [05:26, -] | 969 | +[21.3|22:26]: 172198008 | IDA JATIYANA | [05:26, -] | 968 | +[21.3|22:26]: 170114046 | MARGARETHA RISTIANI M. | [05:26, -] | 968 | +[21.3|22:26]: 176111010 | KOKOK WAHYONO | [05:26, -] | 968 | +[21.3|22:26]: 196116020 | SYELA RANSY TONAPA | [05:26, -] | 968 | +[21.3|22:26]: 176106016 | MAHFUT WAWAN PRASETYO | [05:26, -] | 968 | +[21.3|22:26]: 181106005 | KOKO ARDIANTO | [05:26, -] | 968 | +[21.3|22:26]: 177109005 | RASMADI | [05:26, -] | 968 | +[21.3|22:26]: 177111000 | SURADI | [05:26, -] | 968 | +[21.3|22:26]: 190114014 | HARIS BUDIARTO | [05:26, -] | 968 | +[21.3|22:26]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:26, -] | 968 | +[21.3|22:26]: 173196002 | MISBAKHUL MUNIR | [05:26, -] | 968 | +[21.3|22:26]: 180115201 | SUDARSONO | [05:26, -] | 968 | +[21.3|22:26]: 196116029 | WAHYU BUDIANTO | [05:26, -] | 964 | +[21.3|22:26]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:26, -] | 968 | +[21.3|22:26]: 179113015 | HERU PURNOMO | [05:26, -] | 969 | +[21.3|22:26]: 186114008 | BOWO SURYONO | [05:26, -] | 881 | +[21.3|22:26]: 178106006 | IVAN CAHYO SUSANTO | [05:26, -] | 881 | From a4a2cb4091408727f7af91799b43eae9994ffac3 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Fri, 22 Mar 2024 17:14:22 +0700 Subject: [PATCH 078/158] Update log at 2024-03-22 10:14:22.647300 [22.3|10:14]: 192115037 | YUDHA VIRMA ALLASCA | [05:26, 17:14] | 968 | [22.3|10:14]: 178108000 | JOHAN ARI PITUTULU | [05:26, 17:14] | 967 | [22.3|10:14]: 175104000 | WARIMAN | [05:26, 17:14] | 967 | [22.3|10:14]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:26, 17:14] | 967 | [22.3|10:14]: 177108001 | PITHUT GUNAWAN | [05:26, 17:14] | 967 | [22.3|10:14]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:26, 17:14] | 967 | [22.3|10:14]: 196116016 | DJETLI MARISHANNO LITAAY | [05:26, 17:14] | 967 | [22.3|10:14]: 171108022 | HINU PULUNG MULIAWAN | [05:26, 17:14] | 967 | [22.3|10:14]: 184114005 | DULKAMIT | [05:26, 17:14] | 968 | [22.3|10:14]: 178108004 | MUKLISIN | [05:26, 17:14] | 967 | [22.3|10:14]: 172195000 | SUNARDI | [05:26, 17:14] | 968 | [22.3|10:14]: 173104002 | SUGENG RIYANTO | [05:26, 17:14] | 968 | [22.3|10:14]: 190115017 | AHMAD ZAINUDDIN | [05:26, 17:14] | 968 | [22.3|10:14]: 172198008 | IDA JATIYANA | [05:26, 17:14] | 967 | [22.3|10:14]: 170114046 | MARGARETHA RISTIANI M. | [05:26, 17:14] | 967 | [22.3|10:14]: 176111010 | KOKOK WAHYONO | [05:26, 17:14] | 967 | [22.3|10:14]: 196116020 | SYELA RANSY TONAPA | [05:26, 17:14] | 967 | [22.3|10:14]: 176106016 | MAHFUT WAWAN PRASETYO | [05:26, 17:14] | 967 | [22.3|10:14]: 181106005 | KOKO ARDIANTO | [05:26, 17:14] | 967 | [22.3|10:14]: 177109005 | RASMADI | [05:26, 17:14] | 967 | [22.3|10:14]: 177111000 | SURADI | [05:26, 17:14] | 967 | [22.3|10:14]: 190114014 | HARIS BUDIARTO | [05:26, 17:14] | 967 | [22.3|10:14]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:26, 17:14] | 967 | [22.3|10:14]: 173196002 | MISBAKHUL MUNIR | [05:26, 17:14] | 967 | [22.3|10:14]: 180115201 | SUDARSONO | [05:26, 17:14] | 967 | [22.3|10:14]: 196116029 | WAHYU BUDIANTO | [05:26, 17:14] | 963 | [22.3|10:14]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:26, 17:14] | 967 | [22.3|10:14]: 179113015 | HERU PURNOMO | [05:26, 17:14] | 968 | [22.3|10:14]: 186114008 | BOWO SURYONO | [05:26, 17:14] | 880 | [22.3|10:14]: 178106006 | IVAN CAHYO SUSANTO | [05:26, 17:14] | 880 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 6ac6c5f3..ad261cff 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[21.3|22:26]: 192115037 | YUDHA VIRMA ALLASCA | [05:26, -] | 969 | -[21.3|22:26]: 178108000 | JOHAN ARI PITUTULU | [05:26, -] | 968 | -[21.3|22:26]: 175104000 | WARIMAN | [05:26, -] | 968 | -[21.3|22:26]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:26, -] | 968 | -[21.3|22:26]: 177108001 | PITHUT GUNAWAN | [05:26, -] | 968 | -[21.3|22:26]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:26, -] | 968 | -[21.3|22:26]: 196116016 | DJETLI MARISHANNO LITAAY | [05:26, -] | 968 | -[21.3|22:26]: 171108022 | HINU PULUNG MULIAWAN | [05:26, -] | 968 | -[21.3|22:26]: 184114005 | DULKAMIT | [05:26, -] | 969 | -[21.3|22:26]: 178108004 | MUKLISIN | [05:26, -] | 968 | -[21.3|22:26]: 172195000 | SUNARDI | [05:26, -] | 969 | -[21.3|22:26]: 173104002 | SUGENG RIYANTO | [05:26, -] | 969 | -[21.3|22:26]: 190115017 | AHMAD ZAINUDDIN | [05:26, -] | 969 | -[21.3|22:26]: 172198008 | IDA JATIYANA | [05:26, -] | 968 | -[21.3|22:26]: 170114046 | MARGARETHA RISTIANI M. | [05:26, -] | 968 | -[21.3|22:26]: 176111010 | KOKOK WAHYONO | [05:26, -] | 968 | -[21.3|22:26]: 196116020 | SYELA RANSY TONAPA | [05:26, -] | 968 | -[21.3|22:26]: 176106016 | MAHFUT WAWAN PRASETYO | [05:26, -] | 968 | -[21.3|22:26]: 181106005 | KOKO ARDIANTO | [05:26, -] | 968 | -[21.3|22:26]: 177109005 | RASMADI | [05:26, -] | 968 | -[21.3|22:26]: 177111000 | SURADI | [05:26, -] | 968 | -[21.3|22:26]: 190114014 | HARIS BUDIARTO | [05:26, -] | 968 | -[21.3|22:26]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:26, -] | 968 | -[21.3|22:26]: 173196002 | MISBAKHUL MUNIR | [05:26, -] | 968 | -[21.3|22:26]: 180115201 | SUDARSONO | [05:26, -] | 968 | -[21.3|22:26]: 196116029 | WAHYU BUDIANTO | [05:26, -] | 964 | -[21.3|22:26]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:26, -] | 968 | -[21.3|22:26]: 179113015 | HERU PURNOMO | [05:26, -] | 969 | -[21.3|22:26]: 186114008 | BOWO SURYONO | [05:26, -] | 881 | -[21.3|22:26]: 178106006 | IVAN CAHYO SUSANTO | [05:26, -] | 881 | +[22.3|10:14]: 192115037 | YUDHA VIRMA ALLASCA | [05:26, 17:14] | 968 | +[22.3|10:14]: 178108000 | JOHAN ARI PITUTULU | [05:26, 17:14] | 967 | +[22.3|10:14]: 175104000 | WARIMAN | [05:26, 17:14] | 967 | +[22.3|10:14]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:26, 17:14] | 967 | +[22.3|10:14]: 177108001 | PITHUT GUNAWAN | [05:26, 17:14] | 967 | +[22.3|10:14]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:26, 17:14] | 967 | +[22.3|10:14]: 196116016 | DJETLI MARISHANNO LITAAY | [05:26, 17:14] | 967 | +[22.3|10:14]: 171108022 | HINU PULUNG MULIAWAN | [05:26, 17:14] | 967 | +[22.3|10:14]: 184114005 | DULKAMIT | [05:26, 17:14] | 968 | +[22.3|10:14]: 178108004 | MUKLISIN | [05:26, 17:14] | 967 | +[22.3|10:14]: 172195000 | SUNARDI | [05:26, 17:14] | 968 | +[22.3|10:14]: 173104002 | SUGENG RIYANTO | [05:26, 17:14] | 968 | +[22.3|10:14]: 190115017 | AHMAD ZAINUDDIN | [05:26, 17:14] | 968 | +[22.3|10:14]: 172198008 | IDA JATIYANA | [05:26, 17:14] | 967 | +[22.3|10:14]: 170114046 | MARGARETHA RISTIANI M. | [05:26, 17:14] | 967 | +[22.3|10:14]: 176111010 | KOKOK WAHYONO | [05:26, 17:14] | 967 | +[22.3|10:14]: 196116020 | SYELA RANSY TONAPA | [05:26, 17:14] | 967 | +[22.3|10:14]: 176106016 | MAHFUT WAWAN PRASETYO | [05:26, 17:14] | 967 | +[22.3|10:14]: 181106005 | KOKO ARDIANTO | [05:26, 17:14] | 967 | +[22.3|10:14]: 177109005 | RASMADI | [05:26, 17:14] | 967 | +[22.3|10:14]: 177111000 | SURADI | [05:26, 17:14] | 967 | +[22.3|10:14]: 190114014 | HARIS BUDIARTO | [05:26, 17:14] | 967 | +[22.3|10:14]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:26, 17:14] | 967 | +[22.3|10:14]: 173196002 | MISBAKHUL MUNIR | [05:26, 17:14] | 967 | +[22.3|10:14]: 180115201 | SUDARSONO | [05:26, 17:14] | 967 | +[22.3|10:14]: 196116029 | WAHYU BUDIANTO | [05:26, 17:14] | 963 | +[22.3|10:14]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:26, 17:14] | 967 | +[22.3|10:14]: 179113015 | HERU PURNOMO | [05:26, 17:14] | 968 | +[22.3|10:14]: 186114008 | BOWO SURYONO | [05:26, 17:14] | 880 | +[22.3|10:14]: 178106006 | IVAN CAHYO SUSANTO | [05:26, 17:14] | 880 | From 16fa5d4b7b40e4a6cb2fd79eda9b66e2611c204a Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 25 Mar 2024 05:21:23 +0700 Subject: [PATCH 079/158] Update log at 2024-03-24 22:21:22.794995 [24.3|22:21]: 192115037 | YUDHA VIRMA ALLASCA | [05:21, -] | 967 | [24.3|22:21]: 178108000 | JOHAN ARI PITUTULU | [05:21, -] | 966 | [24.3|22:21]: 175104000 | WARIMAN | [05:21, -] | 966 | [24.3|22:21]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:21, -] | 966 | [24.3|22:21]: 177108001 | PITHUT GUNAWAN | [05:21, -] | 966 | [24.3|22:21]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:21, -] | 966 | [24.3|22:21]: 196116016 | DJETLI MARISHANNO LITAAY | [05:21, -] | 966 | [24.3|22:21]: 171108022 | HINU PULUNG MULIAWAN | [05:21, -] | 966 | [24.3|22:21]: 184114005 | DULKAMIT | [05:21, -] | 967 | [24.3|22:21]: 178108004 | MUKLISIN | [05:21, -] | 966 | [24.3|22:21]: 172195000 | SUNARDI | [05:21, -] | 967 | [24.3|22:21]: 173104002 | SUGENG RIYANTO | [05:21, -] | 967 | [24.3|22:21]: 190115017 | AHMAD ZAINUDDIN | [05:21, -] | 967 | [24.3|22:21]: 172198008 | IDA JATIYANA | [05:21, -] | 966 | [24.3|22:21]: 170114046 | MARGARETHA RISTIANI M. | [05:21, -] | 966 | [24.3|22:21]: 176111010 | KOKOK WAHYONO | [05:21, -] | 966 | [24.3|22:21]: 196116020 | SYELA RANSY TONAPA | [05:21, -] | 966 | [24.3|22:21]: 176106016 | MAHFUT WAWAN PRASETYO | [05:21, -] | 966 | [24.3|22:21]: 181106005 | KOKO ARDIANTO | [05:21, -] | 966 | [24.3|22:21]: 177109005 | RASMADI | [05:21, -] | 966 | [24.3|22:21]: 177111000 | SURADI | [05:21, -] | 966 | [24.3|22:21]: 190114014 | HARIS BUDIARTO | [05:21, -] | 966 | [24.3|22:21]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:21, -] | 966 | [24.3|22:21]: 173196002 | MISBAKHUL MUNIR | [05:21, -] | 966 | [24.3|22:21]: 180115201 | SUDARSONO | [05:21, -] | 966 | [24.3|22:21]: 196116029 | WAHYU BUDIANTO | [05:21, -] | 962 | [24.3|22:21]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:21, -] | 966 | [24.3|22:21]: 179113015 | HERU PURNOMO | [05:21, -] | 967 | [24.3|22:21]: 186114008 | BOWO SURYONO | [05:21, -] | 879 | [24.3|22:21]: 178106006 | IVAN CAHYO SUSANTO | [05:21, -] | 879 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index ad261cff..a1a54490 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[22.3|10:14]: 192115037 | YUDHA VIRMA ALLASCA | [05:26, 17:14] | 968 | -[22.3|10:14]: 178108000 | JOHAN ARI PITUTULU | [05:26, 17:14] | 967 | -[22.3|10:14]: 175104000 | WARIMAN | [05:26, 17:14] | 967 | -[22.3|10:14]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:26, 17:14] | 967 | -[22.3|10:14]: 177108001 | PITHUT GUNAWAN | [05:26, 17:14] | 967 | -[22.3|10:14]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:26, 17:14] | 967 | -[22.3|10:14]: 196116016 | DJETLI MARISHANNO LITAAY | [05:26, 17:14] | 967 | -[22.3|10:14]: 171108022 | HINU PULUNG MULIAWAN | [05:26, 17:14] | 967 | -[22.3|10:14]: 184114005 | DULKAMIT | [05:26, 17:14] | 968 | -[22.3|10:14]: 178108004 | MUKLISIN | [05:26, 17:14] | 967 | -[22.3|10:14]: 172195000 | SUNARDI | [05:26, 17:14] | 968 | -[22.3|10:14]: 173104002 | SUGENG RIYANTO | [05:26, 17:14] | 968 | -[22.3|10:14]: 190115017 | AHMAD ZAINUDDIN | [05:26, 17:14] | 968 | -[22.3|10:14]: 172198008 | IDA JATIYANA | [05:26, 17:14] | 967 | -[22.3|10:14]: 170114046 | MARGARETHA RISTIANI M. | [05:26, 17:14] | 967 | -[22.3|10:14]: 176111010 | KOKOK WAHYONO | [05:26, 17:14] | 967 | -[22.3|10:14]: 196116020 | SYELA RANSY TONAPA | [05:26, 17:14] | 967 | -[22.3|10:14]: 176106016 | MAHFUT WAWAN PRASETYO | [05:26, 17:14] | 967 | -[22.3|10:14]: 181106005 | KOKO ARDIANTO | [05:26, 17:14] | 967 | -[22.3|10:14]: 177109005 | RASMADI | [05:26, 17:14] | 967 | -[22.3|10:14]: 177111000 | SURADI | [05:26, 17:14] | 967 | -[22.3|10:14]: 190114014 | HARIS BUDIARTO | [05:26, 17:14] | 967 | -[22.3|10:14]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:26, 17:14] | 967 | -[22.3|10:14]: 173196002 | MISBAKHUL MUNIR | [05:26, 17:14] | 967 | -[22.3|10:14]: 180115201 | SUDARSONO | [05:26, 17:14] | 967 | -[22.3|10:14]: 196116029 | WAHYU BUDIANTO | [05:26, 17:14] | 963 | -[22.3|10:14]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:26, 17:14] | 967 | -[22.3|10:14]: 179113015 | HERU PURNOMO | [05:26, 17:14] | 968 | -[22.3|10:14]: 186114008 | BOWO SURYONO | [05:26, 17:14] | 880 | -[22.3|10:14]: 178106006 | IVAN CAHYO SUSANTO | [05:26, 17:14] | 880 | +[24.3|22:21]: 192115037 | YUDHA VIRMA ALLASCA | [05:21, -] | 967 | +[24.3|22:21]: 178108000 | JOHAN ARI PITUTULU | [05:21, -] | 966 | +[24.3|22:21]: 175104000 | WARIMAN | [05:21, -] | 966 | +[24.3|22:21]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:21, -] | 966 | +[24.3|22:21]: 177108001 | PITHUT GUNAWAN | [05:21, -] | 966 | +[24.3|22:21]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:21, -] | 966 | +[24.3|22:21]: 196116016 | DJETLI MARISHANNO LITAAY | [05:21, -] | 966 | +[24.3|22:21]: 171108022 | HINU PULUNG MULIAWAN | [05:21, -] | 966 | +[24.3|22:21]: 184114005 | DULKAMIT | [05:21, -] | 967 | +[24.3|22:21]: 178108004 | MUKLISIN | [05:21, -] | 966 | +[24.3|22:21]: 172195000 | SUNARDI | [05:21, -] | 967 | +[24.3|22:21]: 173104002 | SUGENG RIYANTO | [05:21, -] | 967 | +[24.3|22:21]: 190115017 | AHMAD ZAINUDDIN | [05:21, -] | 967 | +[24.3|22:21]: 172198008 | IDA JATIYANA | [05:21, -] | 966 | +[24.3|22:21]: 170114046 | MARGARETHA RISTIANI M. | [05:21, -] | 966 | +[24.3|22:21]: 176111010 | KOKOK WAHYONO | [05:21, -] | 966 | +[24.3|22:21]: 196116020 | SYELA RANSY TONAPA | [05:21, -] | 966 | +[24.3|22:21]: 176106016 | MAHFUT WAWAN PRASETYO | [05:21, -] | 966 | +[24.3|22:21]: 181106005 | KOKO ARDIANTO | [05:21, -] | 966 | +[24.3|22:21]: 177109005 | RASMADI | [05:21, -] | 966 | +[24.3|22:21]: 177111000 | SURADI | [05:21, -] | 966 | +[24.3|22:21]: 190114014 | HARIS BUDIARTO | [05:21, -] | 966 | +[24.3|22:21]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:21, -] | 966 | +[24.3|22:21]: 173196002 | MISBAKHUL MUNIR | [05:21, -] | 966 | +[24.3|22:21]: 180115201 | SUDARSONO | [05:21, -] | 966 | +[24.3|22:21]: 196116029 | WAHYU BUDIANTO | [05:21, -] | 962 | +[24.3|22:21]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:21, -] | 966 | +[24.3|22:21]: 179113015 | HERU PURNOMO | [05:21, -] | 967 | +[24.3|22:21]: 186114008 | BOWO SURYONO | [05:21, -] | 879 | +[24.3|22:21]: 178106006 | IVAN CAHYO SUSANTO | [05:21, -] | 879 | From 28fd5c983e4f786a24c87ad0ca071f94bbe09e29 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 25 Mar 2024 17:01:22 +0700 Subject: [PATCH 080/158] Update log at 2024-03-25 10:01:22.674936 [25.3|10:1]: 192115037 | YUDHA VIRMA ALLASCA | [05:21, 17:01] | 966 | [25.3|10:1]: 178108000 | JOHAN ARI PITUTULU | [05:21, 17:01] | 965 | [25.3|10:1]: 175104000 | WARIMAN | [05:21, 17:01] | 965 | [25.3|10:1]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:21, 17:01] | 965 | [25.3|10:1]: 177108001 | PITHUT GUNAWAN | [05:21, 17:01] | 965 | [25.3|10:1]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:21, 17:01] | 965 | [25.3|10:1]: 196116016 | DJETLI MARISHANNO LITAAY | [05:21, 17:01] | 965 | [25.3|10:1]: 171108022 | HINU PULUNG MULIAWAN | [05:21, 17:01] | 965 | [25.3|10:1]: 184114005 | DULKAMIT | [05:21, 17:01] | 966 | [25.3|10:1]: 178108004 | MUKLISIN | [05:21, 17:01] | 965 | [25.3|10:1]: 172195000 | SUNARDI | [05:21, 17:01] | 966 | [25.3|10:1]: 173104002 | SUGENG RIYANTO | [05:21, 17:01] | 966 | [25.3|10:1]: 190115017 | AHMAD ZAINUDDIN | [05:21, 17:01] | 966 | [25.3|10:1]: 172198008 | IDA JATIYANA | [05:21, 17:01] | 965 | [25.3|10:1]: 170114046 | MARGARETHA RISTIANI M. | [05:21, 17:01] | 965 | [25.3|10:1]: 176111010 | KOKOK WAHYONO | [05:21, 17:01] | 965 | [25.3|10:1]: 196116020 | SYELA RANSY TONAPA | [05:21, 17:01] | 965 | [25.3|10:1]: 176106016 | MAHFUT WAWAN PRASETYO | [05:21, 17:01] | 965 | [25.3|10:1]: 181106005 | KOKO ARDIANTO | [05:21, 17:01] | 965 | [25.3|10:1]: 177109005 | RASMADI | [05:21, 17:01] | 965 | [25.3|10:1]: 177111000 | SURADI | [05:21, 17:01] | 965 | [25.3|10:1]: 190114014 | HARIS BUDIARTO | [05:21, 17:01] | 965 | [25.3|10:1]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:21, 17:01] | 965 | [25.3|10:1]: 173196002 | MISBAKHUL MUNIR | [05:21, 17:01] | 965 | [25.3|10:1]: 180115201 | SUDARSONO | [05:21, 17:01] | 965 | [25.3|10:1]: 196116029 | WAHYU BUDIANTO | [05:21, 17:01] | 961 | [25.3|10:1]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:21, 17:01] | 965 | [25.3|10:1]: 179113015 | HERU PURNOMO | [05:21, 17:01] | 966 | [25.3|10:1]: 186114008 | BOWO SURYONO | [05:21, 17:01] | 878 | [25.3|10:1]: 178106006 | IVAN CAHYO SUSANTO | [05:21, 17:01] | 878 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index a1a54490..32559356 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[24.3|22:21]: 192115037 | YUDHA VIRMA ALLASCA | [05:21, -] | 967 | -[24.3|22:21]: 178108000 | JOHAN ARI PITUTULU | [05:21, -] | 966 | -[24.3|22:21]: 175104000 | WARIMAN | [05:21, -] | 966 | -[24.3|22:21]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:21, -] | 966 | -[24.3|22:21]: 177108001 | PITHUT GUNAWAN | [05:21, -] | 966 | -[24.3|22:21]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:21, -] | 966 | -[24.3|22:21]: 196116016 | DJETLI MARISHANNO LITAAY | [05:21, -] | 966 | -[24.3|22:21]: 171108022 | HINU PULUNG MULIAWAN | [05:21, -] | 966 | -[24.3|22:21]: 184114005 | DULKAMIT | [05:21, -] | 967 | -[24.3|22:21]: 178108004 | MUKLISIN | [05:21, -] | 966 | -[24.3|22:21]: 172195000 | SUNARDI | [05:21, -] | 967 | -[24.3|22:21]: 173104002 | SUGENG RIYANTO | [05:21, -] | 967 | -[24.3|22:21]: 190115017 | AHMAD ZAINUDDIN | [05:21, -] | 967 | -[24.3|22:21]: 172198008 | IDA JATIYANA | [05:21, -] | 966 | -[24.3|22:21]: 170114046 | MARGARETHA RISTIANI M. | [05:21, -] | 966 | -[24.3|22:21]: 176111010 | KOKOK WAHYONO | [05:21, -] | 966 | -[24.3|22:21]: 196116020 | SYELA RANSY TONAPA | [05:21, -] | 966 | -[24.3|22:21]: 176106016 | MAHFUT WAWAN PRASETYO | [05:21, -] | 966 | -[24.3|22:21]: 181106005 | KOKO ARDIANTO | [05:21, -] | 966 | -[24.3|22:21]: 177109005 | RASMADI | [05:21, -] | 966 | -[24.3|22:21]: 177111000 | SURADI | [05:21, -] | 966 | -[24.3|22:21]: 190114014 | HARIS BUDIARTO | [05:21, -] | 966 | -[24.3|22:21]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:21, -] | 966 | -[24.3|22:21]: 173196002 | MISBAKHUL MUNIR | [05:21, -] | 966 | -[24.3|22:21]: 180115201 | SUDARSONO | [05:21, -] | 966 | -[24.3|22:21]: 196116029 | WAHYU BUDIANTO | [05:21, -] | 962 | -[24.3|22:21]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:21, -] | 966 | -[24.3|22:21]: 179113015 | HERU PURNOMO | [05:21, -] | 967 | -[24.3|22:21]: 186114008 | BOWO SURYONO | [05:21, -] | 879 | -[24.3|22:21]: 178106006 | IVAN CAHYO SUSANTO | [05:21, -] | 879 | +[25.3|10:1]: 192115037 | YUDHA VIRMA ALLASCA | [05:21, 17:01] | 966 | +[25.3|10:1]: 178108000 | JOHAN ARI PITUTULU | [05:21, 17:01] | 965 | +[25.3|10:1]: 175104000 | WARIMAN | [05:21, 17:01] | 965 | +[25.3|10:1]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:21, 17:01] | 965 | +[25.3|10:1]: 177108001 | PITHUT GUNAWAN | [05:21, 17:01] | 965 | +[25.3|10:1]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:21, 17:01] | 965 | +[25.3|10:1]: 196116016 | DJETLI MARISHANNO LITAAY | [05:21, 17:01] | 965 | +[25.3|10:1]: 171108022 | HINU PULUNG MULIAWAN | [05:21, 17:01] | 965 | +[25.3|10:1]: 184114005 | DULKAMIT | [05:21, 17:01] | 966 | +[25.3|10:1]: 178108004 | MUKLISIN | [05:21, 17:01] | 965 | +[25.3|10:1]: 172195000 | SUNARDI | [05:21, 17:01] | 966 | +[25.3|10:1]: 173104002 | SUGENG RIYANTO | [05:21, 17:01] | 966 | +[25.3|10:1]: 190115017 | AHMAD ZAINUDDIN | [05:21, 17:01] | 966 | +[25.3|10:1]: 172198008 | IDA JATIYANA | [05:21, 17:01] | 965 | +[25.3|10:1]: 170114046 | MARGARETHA RISTIANI M. | [05:21, 17:01] | 965 | +[25.3|10:1]: 176111010 | KOKOK WAHYONO | [05:21, 17:01] | 965 | +[25.3|10:1]: 196116020 | SYELA RANSY TONAPA | [05:21, 17:01] | 965 | +[25.3|10:1]: 176106016 | MAHFUT WAWAN PRASETYO | [05:21, 17:01] | 965 | +[25.3|10:1]: 181106005 | KOKO ARDIANTO | [05:21, 17:01] | 965 | +[25.3|10:1]: 177109005 | RASMADI | [05:21, 17:01] | 965 | +[25.3|10:1]: 177111000 | SURADI | [05:21, 17:01] | 965 | +[25.3|10:1]: 190114014 | HARIS BUDIARTO | [05:21, 17:01] | 965 | +[25.3|10:1]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:21, 17:01] | 965 | +[25.3|10:1]: 173196002 | MISBAKHUL MUNIR | [05:21, 17:01] | 965 | +[25.3|10:1]: 180115201 | SUDARSONO | [05:21, 17:01] | 965 | +[25.3|10:1]: 196116029 | WAHYU BUDIANTO | [05:21, 17:01] | 961 | +[25.3|10:1]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:21, 17:01] | 965 | +[25.3|10:1]: 179113015 | HERU PURNOMO | [05:21, 17:01] | 966 | +[25.3|10:1]: 186114008 | BOWO SURYONO | [05:21, 17:01] | 878 | +[25.3|10:1]: 178106006 | IVAN CAHYO SUSANTO | [05:21, 17:01] | 878 | From 12c85e39059fd61f067406d26f51b28f042a92ac Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 26 Mar 2024 05:06:22 +0700 Subject: [PATCH 081/158] Update log at 2024-03-25 22:06:22.660374 [25.3|22:6]: 192115037 | YUDHA VIRMA ALLASCA | [05:06, -] | 965 | [25.3|22:6]: 178108000 | JOHAN ARI PITUTULU | [05:06, -] | 964 | [25.3|22:6]: 175104000 | WARIMAN | [05:06, -] | 964 | [25.3|22:6]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:06, -] | 964 | [25.3|22:6]: 177108001 | PITHUT GUNAWAN | [05:06, -] | 964 | [25.3|22:6]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:06, -] | 964 | [25.3|22:6]: 196116016 | DJETLI MARISHANNO LITAAY | [05:06, -] | 964 | [25.3|22:6]: 171108022 | HINU PULUNG MULIAWAN | [05:06, -] | 964 | [25.3|22:6]: 184114005 | DULKAMIT | [05:06, -] | 965 | [25.3|22:6]: 178108004 | MUKLISIN | [05:06, -] | 964 | [25.3|22:6]: 172195000 | SUNARDI | [05:06, -] | 965 | [25.3|22:6]: 173104002 | SUGENG RIYANTO | [05:06, -] | 965 | [25.3|22:6]: 190115017 | AHMAD ZAINUDDIN | [05:06, -] | 965 | [25.3|22:6]: 172198008 | IDA JATIYANA | [05:06, -] | 964 | [25.3|22:6]: 170114046 | MARGARETHA RISTIANI M. | [05:06, -] | 964 | [25.3|22:6]: 176111010 | KOKOK WAHYONO | [05:06, -] | 964 | [25.3|22:6]: 196116020 | SYELA RANSY TONAPA | [05:06, -] | 964 | [25.3|22:6]: 176106016 | MAHFUT WAWAN PRASETYO | [05:06, -] | 964 | [25.3|22:6]: 181106005 | KOKO ARDIANTO | [05:06, -] | 964 | [25.3|22:6]: 177109005 | RASMADI | [05:06, -] | 964 | [25.3|22:6]: 177111000 | SURADI | [05:06, -] | 964 | [25.3|22:6]: 190114014 | HARIS BUDIARTO | [05:06, -] | 964 | [25.3|22:6]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, -] | 964 | [25.3|22:6]: 173196002 | MISBAKHUL MUNIR | [05:06, -] | 964 | [25.3|22:6]: 180115201 | SUDARSONO | [05:06, -] | 964 | [25.3|22:6]: 196116029 | WAHYU BUDIANTO | [05:06, -] | 960 | [25.3|22:6]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:06, -] | 964 | [25.3|22:6]: 179113015 | HERU PURNOMO | [05:06, -] | 965 | [25.3|22:6]: 186114008 | BOWO SURYONO | [05:06, -] | 877 | [25.3|22:6]: 178106006 | IVAN CAHYO SUSANTO | [05:06, -] | 877 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 32559356..9c38a748 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[25.3|10:1]: 192115037 | YUDHA VIRMA ALLASCA | [05:21, 17:01] | 966 | -[25.3|10:1]: 178108000 | JOHAN ARI PITUTULU | [05:21, 17:01] | 965 | -[25.3|10:1]: 175104000 | WARIMAN | [05:21, 17:01] | 965 | -[25.3|10:1]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:21, 17:01] | 965 | -[25.3|10:1]: 177108001 | PITHUT GUNAWAN | [05:21, 17:01] | 965 | -[25.3|10:1]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:21, 17:01] | 965 | -[25.3|10:1]: 196116016 | DJETLI MARISHANNO LITAAY | [05:21, 17:01] | 965 | -[25.3|10:1]: 171108022 | HINU PULUNG MULIAWAN | [05:21, 17:01] | 965 | -[25.3|10:1]: 184114005 | DULKAMIT | [05:21, 17:01] | 966 | -[25.3|10:1]: 178108004 | MUKLISIN | [05:21, 17:01] | 965 | -[25.3|10:1]: 172195000 | SUNARDI | [05:21, 17:01] | 966 | -[25.3|10:1]: 173104002 | SUGENG RIYANTO | [05:21, 17:01] | 966 | -[25.3|10:1]: 190115017 | AHMAD ZAINUDDIN | [05:21, 17:01] | 966 | -[25.3|10:1]: 172198008 | IDA JATIYANA | [05:21, 17:01] | 965 | -[25.3|10:1]: 170114046 | MARGARETHA RISTIANI M. | [05:21, 17:01] | 965 | -[25.3|10:1]: 176111010 | KOKOK WAHYONO | [05:21, 17:01] | 965 | -[25.3|10:1]: 196116020 | SYELA RANSY TONAPA | [05:21, 17:01] | 965 | -[25.3|10:1]: 176106016 | MAHFUT WAWAN PRASETYO | [05:21, 17:01] | 965 | -[25.3|10:1]: 181106005 | KOKO ARDIANTO | [05:21, 17:01] | 965 | -[25.3|10:1]: 177109005 | RASMADI | [05:21, 17:01] | 965 | -[25.3|10:1]: 177111000 | SURADI | [05:21, 17:01] | 965 | -[25.3|10:1]: 190114014 | HARIS BUDIARTO | [05:21, 17:01] | 965 | -[25.3|10:1]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:21, 17:01] | 965 | -[25.3|10:1]: 173196002 | MISBAKHUL MUNIR | [05:21, 17:01] | 965 | -[25.3|10:1]: 180115201 | SUDARSONO | [05:21, 17:01] | 965 | -[25.3|10:1]: 196116029 | WAHYU BUDIANTO | [05:21, 17:01] | 961 | -[25.3|10:1]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:21, 17:01] | 965 | -[25.3|10:1]: 179113015 | HERU PURNOMO | [05:21, 17:01] | 966 | -[25.3|10:1]: 186114008 | BOWO SURYONO | [05:21, 17:01] | 878 | -[25.3|10:1]: 178106006 | IVAN CAHYO SUSANTO | [05:21, 17:01] | 878 | +[25.3|22:6]: 192115037 | YUDHA VIRMA ALLASCA | [05:06, -] | 965 | +[25.3|22:6]: 178108000 | JOHAN ARI PITUTULU | [05:06, -] | 964 | +[25.3|22:6]: 175104000 | WARIMAN | [05:06, -] | 964 | +[25.3|22:6]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:06, -] | 964 | +[25.3|22:6]: 177108001 | PITHUT GUNAWAN | [05:06, -] | 964 | +[25.3|22:6]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:06, -] | 964 | +[25.3|22:6]: 196116016 | DJETLI MARISHANNO LITAAY | [05:06, -] | 964 | +[25.3|22:6]: 171108022 | HINU PULUNG MULIAWAN | [05:06, -] | 964 | +[25.3|22:6]: 184114005 | DULKAMIT | [05:06, -] | 965 | +[25.3|22:6]: 178108004 | MUKLISIN | [05:06, -] | 964 | +[25.3|22:6]: 172195000 | SUNARDI | [05:06, -] | 965 | +[25.3|22:6]: 173104002 | SUGENG RIYANTO | [05:06, -] | 965 | +[25.3|22:6]: 190115017 | AHMAD ZAINUDDIN | [05:06, -] | 965 | +[25.3|22:6]: 172198008 | IDA JATIYANA | [05:06, -] | 964 | +[25.3|22:6]: 170114046 | MARGARETHA RISTIANI M. | [05:06, -] | 964 | +[25.3|22:6]: 176111010 | KOKOK WAHYONO | [05:06, -] | 964 | +[25.3|22:6]: 196116020 | SYELA RANSY TONAPA | [05:06, -] | 964 | +[25.3|22:6]: 176106016 | MAHFUT WAWAN PRASETYO | [05:06, -] | 964 | +[25.3|22:6]: 181106005 | KOKO ARDIANTO | [05:06, -] | 964 | +[25.3|22:6]: 177109005 | RASMADI | [05:06, -] | 964 | +[25.3|22:6]: 177111000 | SURADI | [05:06, -] | 964 | +[25.3|22:6]: 190114014 | HARIS BUDIARTO | [05:06, -] | 964 | +[25.3|22:6]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, -] | 964 | +[25.3|22:6]: 173196002 | MISBAKHUL MUNIR | [05:06, -] | 964 | +[25.3|22:6]: 180115201 | SUDARSONO | [05:06, -] | 964 | +[25.3|22:6]: 196116029 | WAHYU BUDIANTO | [05:06, -] | 960 | +[25.3|22:6]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:06, -] | 964 | +[25.3|22:6]: 179113015 | HERU PURNOMO | [05:06, -] | 965 | +[25.3|22:6]: 186114008 | BOWO SURYONO | [05:06, -] | 877 | +[25.3|22:6]: 178106006 | IVAN CAHYO SUSANTO | [05:06, -] | 877 | From 8bba12347930d0521ed4db19ce025e4821df1d30 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 26 Mar 2024 17:22:22 +0700 Subject: [PATCH 082/158] Update log at 2024-03-26 10:22:22.339475 [26.3|10:22]: 192115037 | YUDHA VIRMA ALLASCA | [05:06, 17:22] | 964 | [26.3|10:22]: 178108000 | JOHAN ARI PITUTULU | [05:06, 17:22] | 963 | [26.3|10:22]: 175104000 | WARIMAN | [05:06, 17:22] | 963 | [26.3|10:22]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:06, 17:22] | 963 | [26.3|10:22]: 177108001 | PITHUT GUNAWAN | [05:06, 17:22] | 963 | [26.3|10:22]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:06, 17:22] | 963 | [26.3|10:22]: 196116016 | DJETLI MARISHANNO LITAAY | [05:06, 17:22] | 963 | [26.3|10:22]: 171108022 | HINU PULUNG MULIAWAN | [05:06, 17:22] | 963 | [26.3|10:22]: 184114005 | DULKAMIT | [05:06, 17:22] | 964 | [26.3|10:22]: 178108004 | MUKLISIN | [05:06, 17:22] | 963 | [26.3|10:22]: 172195000 | SUNARDI | [05:06, 17:22] | 964 | [26.3|10:22]: 173104002 | SUGENG RIYANTO | [05:06, 17:22] | 964 | [26.3|10:22]: 190115017 | AHMAD ZAINUDDIN | [05:06, 17:22] | 964 | [26.3|10:22]: 172198008 | IDA JATIYANA | [05:06, 17:22] | 963 | [26.3|10:22]: 170114046 | MARGARETHA RISTIANI M. | [05:06, 17:22] | 963 | [26.3|10:22]: 176111010 | KOKOK WAHYONO | [05:06, 17:22] | 963 | [26.3|10:22]: 196116020 | SYELA RANSY TONAPA | [05:06, 17:22] | 963 | [26.3|10:22]: 176106016 | MAHFUT WAWAN PRASETYO | [05:06, 17:22] | 963 | [26.3|10:22]: 181106005 | KOKO ARDIANTO | [05:06, 17:22] | 963 | [26.3|10:22]: 177109005 | RASMADI | [05:06, 17:22] | 963 | [26.3|10:22]: 177111000 | SURADI | [05:06, 17:22] | 963 | [26.3|10:22]: 190114014 | HARIS BUDIARTO | [05:06, 17:22] | 963 | [26.3|10:22]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, 17:22] | 963 | [26.3|10:22]: 173196002 | MISBAKHUL MUNIR | [05:06, 17:22] | 963 | [26.3|10:22]: 180115201 | SUDARSONO | [05:06, 17:22] | 963 | [26.3|10:22]: 196116029 | WAHYU BUDIANTO | [05:06, 17:22] | 959 | [26.3|10:22]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:06, 17:22] | 963 | [26.3|10:22]: 179113015 | HERU PURNOMO | [05:06, 17:22] | 964 | [26.3|10:22]: 186114008 | BOWO SURYONO | [05:06, 17:22] | 876 | [26.3|10:22]: 178106006 | IVAN CAHYO SUSANTO | [05:06, 17:22] | 876 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 9c38a748..20479c23 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[25.3|22:6]: 192115037 | YUDHA VIRMA ALLASCA | [05:06, -] | 965 | -[25.3|22:6]: 178108000 | JOHAN ARI PITUTULU | [05:06, -] | 964 | -[25.3|22:6]: 175104000 | WARIMAN | [05:06, -] | 964 | -[25.3|22:6]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:06, -] | 964 | -[25.3|22:6]: 177108001 | PITHUT GUNAWAN | [05:06, -] | 964 | -[25.3|22:6]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:06, -] | 964 | -[25.3|22:6]: 196116016 | DJETLI MARISHANNO LITAAY | [05:06, -] | 964 | -[25.3|22:6]: 171108022 | HINU PULUNG MULIAWAN | [05:06, -] | 964 | -[25.3|22:6]: 184114005 | DULKAMIT | [05:06, -] | 965 | -[25.3|22:6]: 178108004 | MUKLISIN | [05:06, -] | 964 | -[25.3|22:6]: 172195000 | SUNARDI | [05:06, -] | 965 | -[25.3|22:6]: 173104002 | SUGENG RIYANTO | [05:06, -] | 965 | -[25.3|22:6]: 190115017 | AHMAD ZAINUDDIN | [05:06, -] | 965 | -[25.3|22:6]: 172198008 | IDA JATIYANA | [05:06, -] | 964 | -[25.3|22:6]: 170114046 | MARGARETHA RISTIANI M. | [05:06, -] | 964 | -[25.3|22:6]: 176111010 | KOKOK WAHYONO | [05:06, -] | 964 | -[25.3|22:6]: 196116020 | SYELA RANSY TONAPA | [05:06, -] | 964 | -[25.3|22:6]: 176106016 | MAHFUT WAWAN PRASETYO | [05:06, -] | 964 | -[25.3|22:6]: 181106005 | KOKO ARDIANTO | [05:06, -] | 964 | -[25.3|22:6]: 177109005 | RASMADI | [05:06, -] | 964 | -[25.3|22:6]: 177111000 | SURADI | [05:06, -] | 964 | -[25.3|22:6]: 190114014 | HARIS BUDIARTO | [05:06, -] | 964 | -[25.3|22:6]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, -] | 964 | -[25.3|22:6]: 173196002 | MISBAKHUL MUNIR | [05:06, -] | 964 | -[25.3|22:6]: 180115201 | SUDARSONO | [05:06, -] | 964 | -[25.3|22:6]: 196116029 | WAHYU BUDIANTO | [05:06, -] | 960 | -[25.3|22:6]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:06, -] | 964 | -[25.3|22:6]: 179113015 | HERU PURNOMO | [05:06, -] | 965 | -[25.3|22:6]: 186114008 | BOWO SURYONO | [05:06, -] | 877 | -[25.3|22:6]: 178106006 | IVAN CAHYO SUSANTO | [05:06, -] | 877 | +[26.3|10:22]: 192115037 | YUDHA VIRMA ALLASCA | [05:06, 17:22] | 964 | +[26.3|10:22]: 178108000 | JOHAN ARI PITUTULU | [05:06, 17:22] | 963 | +[26.3|10:22]: 175104000 | WARIMAN | [05:06, 17:22] | 963 | +[26.3|10:22]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:06, 17:22] | 963 | +[26.3|10:22]: 177108001 | PITHUT GUNAWAN | [05:06, 17:22] | 963 | +[26.3|10:22]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:06, 17:22] | 963 | +[26.3|10:22]: 196116016 | DJETLI MARISHANNO LITAAY | [05:06, 17:22] | 963 | +[26.3|10:22]: 171108022 | HINU PULUNG MULIAWAN | [05:06, 17:22] | 963 | +[26.3|10:22]: 184114005 | DULKAMIT | [05:06, 17:22] | 964 | +[26.3|10:22]: 178108004 | MUKLISIN | [05:06, 17:22] | 963 | +[26.3|10:22]: 172195000 | SUNARDI | [05:06, 17:22] | 964 | +[26.3|10:22]: 173104002 | SUGENG RIYANTO | [05:06, 17:22] | 964 | +[26.3|10:22]: 190115017 | AHMAD ZAINUDDIN | [05:06, 17:22] | 964 | +[26.3|10:22]: 172198008 | IDA JATIYANA | [05:06, 17:22] | 963 | +[26.3|10:22]: 170114046 | MARGARETHA RISTIANI M. | [05:06, 17:22] | 963 | +[26.3|10:22]: 176111010 | KOKOK WAHYONO | [05:06, 17:22] | 963 | +[26.3|10:22]: 196116020 | SYELA RANSY TONAPA | [05:06, 17:22] | 963 | +[26.3|10:22]: 176106016 | MAHFUT WAWAN PRASETYO | [05:06, 17:22] | 963 | +[26.3|10:22]: 181106005 | KOKO ARDIANTO | [05:06, 17:22] | 963 | +[26.3|10:22]: 177109005 | RASMADI | [05:06, 17:22] | 963 | +[26.3|10:22]: 177111000 | SURADI | [05:06, 17:22] | 963 | +[26.3|10:22]: 190114014 | HARIS BUDIARTO | [05:06, 17:22] | 963 | +[26.3|10:22]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, 17:22] | 963 | +[26.3|10:22]: 173196002 | MISBAKHUL MUNIR | [05:06, 17:22] | 963 | +[26.3|10:22]: 180115201 | SUDARSONO | [05:06, 17:22] | 963 | +[26.3|10:22]: 196116029 | WAHYU BUDIANTO | [05:06, 17:22] | 959 | +[26.3|10:22]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:06, 17:22] | 963 | +[26.3|10:22]: 179113015 | HERU PURNOMO | [05:06, 17:22] | 964 | +[26.3|10:22]: 186114008 | BOWO SURYONO | [05:06, 17:22] | 876 | +[26.3|10:22]: 178106006 | IVAN CAHYO SUSANTO | [05:06, 17:22] | 876 | From db0ca2fa32b87dbc7b882dcc034380c1dd2c6e4a Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 27 Mar 2024 05:29:23 +0700 Subject: [PATCH 083/158] Update log at 2024-03-26 22:29:22.822864 [26.3|22:29]: 192115037 | YUDHA VIRMA ALLASCA | [05:29, -] | 963 | [26.3|22:29]: 178108000 | JOHAN ARI PITUTULU | [05:29, -] | 962 | [26.3|22:29]: 175104000 | WARIMAN | [05:29, -] | 962 | [26.3|22:29]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:29, -] | 962 | [26.3|22:29]: 177108001 | PITHUT GUNAWAN | [05:29, -] | 962 | [26.3|22:29]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:29, -] | 962 | [26.3|22:29]: 196116016 | DJETLI MARISHANNO LITAAY | [05:29, -] | 962 | [26.3|22:29]: 171108022 | HINU PULUNG MULIAWAN | [05:29, -] | 962 | [26.3|22:29]: 184114005 | DULKAMIT | [05:29, -] | 963 | [26.3|22:29]: 178108004 | MUKLISIN | [05:29, -] | 962 | [26.3|22:29]: 172195000 | SUNARDI | [05:29, -] | 963 | [26.3|22:29]: 173104002 | SUGENG RIYANTO | [05:29, -] | 963 | [26.3|22:29]: 190115017 | AHMAD ZAINUDDIN | [05:29, -] | 963 | [26.3|22:29]: 172198008 | IDA JATIYANA | [05:29, -] | 962 | [26.3|22:29]: 170114046 | MARGARETHA RISTIANI M. | [05:29, -] | 962 | [26.3|22:29]: 176111010 | KOKOK WAHYONO | [05:29, -] | 962 | [26.3|22:29]: 196116020 | SYELA RANSY TONAPA | [05:29, -] | 962 | [26.3|22:29]: 176106016 | MAHFUT WAWAN PRASETYO | [05:29, -] | 962 | [26.3|22:29]: 181106005 | KOKO ARDIANTO | [05:29, -] | 962 | [26.3|22:29]: 177109005 | RASMADI | [05:29, -] | 962 | [26.3|22:29]: 177111000 | SURADI | [05:29, -] | 962 | [26.3|22:29]: 190114014 | HARIS BUDIARTO | [05:29, -] | 962 | [26.3|22:29]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:29, -] | 962 | [26.3|22:29]: 173196002 | MISBAKHUL MUNIR | [05:29, -] | 962 | [26.3|22:29]: 180115201 | SUDARSONO | [05:29, -] | 962 | [26.3|22:29]: 196116029 | WAHYU BUDIANTO | [05:29, -] | 958 | [26.3|22:29]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:29, -] | 962 | [26.3|22:29]: 179113015 | HERU PURNOMO | [05:29, -] | 963 | [26.3|22:29]: 186114008 | BOWO SURYONO | [05:29, -] | 875 | [26.3|22:29]: 178106006 | IVAN CAHYO SUSANTO | [05:29, -] | 875 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 20479c23..1d01151f 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[26.3|10:22]: 192115037 | YUDHA VIRMA ALLASCA | [05:06, 17:22] | 964 | -[26.3|10:22]: 178108000 | JOHAN ARI PITUTULU | [05:06, 17:22] | 963 | -[26.3|10:22]: 175104000 | WARIMAN | [05:06, 17:22] | 963 | -[26.3|10:22]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:06, 17:22] | 963 | -[26.3|10:22]: 177108001 | PITHUT GUNAWAN | [05:06, 17:22] | 963 | -[26.3|10:22]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:06, 17:22] | 963 | -[26.3|10:22]: 196116016 | DJETLI MARISHANNO LITAAY | [05:06, 17:22] | 963 | -[26.3|10:22]: 171108022 | HINU PULUNG MULIAWAN | [05:06, 17:22] | 963 | -[26.3|10:22]: 184114005 | DULKAMIT | [05:06, 17:22] | 964 | -[26.3|10:22]: 178108004 | MUKLISIN | [05:06, 17:22] | 963 | -[26.3|10:22]: 172195000 | SUNARDI | [05:06, 17:22] | 964 | -[26.3|10:22]: 173104002 | SUGENG RIYANTO | [05:06, 17:22] | 964 | -[26.3|10:22]: 190115017 | AHMAD ZAINUDDIN | [05:06, 17:22] | 964 | -[26.3|10:22]: 172198008 | IDA JATIYANA | [05:06, 17:22] | 963 | -[26.3|10:22]: 170114046 | MARGARETHA RISTIANI M. | [05:06, 17:22] | 963 | -[26.3|10:22]: 176111010 | KOKOK WAHYONO | [05:06, 17:22] | 963 | -[26.3|10:22]: 196116020 | SYELA RANSY TONAPA | [05:06, 17:22] | 963 | -[26.3|10:22]: 176106016 | MAHFUT WAWAN PRASETYO | [05:06, 17:22] | 963 | -[26.3|10:22]: 181106005 | KOKO ARDIANTO | [05:06, 17:22] | 963 | -[26.3|10:22]: 177109005 | RASMADI | [05:06, 17:22] | 963 | -[26.3|10:22]: 177111000 | SURADI | [05:06, 17:22] | 963 | -[26.3|10:22]: 190114014 | HARIS BUDIARTO | [05:06, 17:22] | 963 | -[26.3|10:22]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:06, 17:22] | 963 | -[26.3|10:22]: 173196002 | MISBAKHUL MUNIR | [05:06, 17:22] | 963 | -[26.3|10:22]: 180115201 | SUDARSONO | [05:06, 17:22] | 963 | -[26.3|10:22]: 196116029 | WAHYU BUDIANTO | [05:06, 17:22] | 959 | -[26.3|10:22]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:06, 17:22] | 963 | -[26.3|10:22]: 179113015 | HERU PURNOMO | [05:06, 17:22] | 964 | -[26.3|10:22]: 186114008 | BOWO SURYONO | [05:06, 17:22] | 876 | -[26.3|10:22]: 178106006 | IVAN CAHYO SUSANTO | [05:06, 17:22] | 876 | +[26.3|22:29]: 192115037 | YUDHA VIRMA ALLASCA | [05:29, -] | 963 | +[26.3|22:29]: 178108000 | JOHAN ARI PITUTULU | [05:29, -] | 962 | +[26.3|22:29]: 175104000 | WARIMAN | [05:29, -] | 962 | +[26.3|22:29]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:29, -] | 962 | +[26.3|22:29]: 177108001 | PITHUT GUNAWAN | [05:29, -] | 962 | +[26.3|22:29]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:29, -] | 962 | +[26.3|22:29]: 196116016 | DJETLI MARISHANNO LITAAY | [05:29, -] | 962 | +[26.3|22:29]: 171108022 | HINU PULUNG MULIAWAN | [05:29, -] | 962 | +[26.3|22:29]: 184114005 | DULKAMIT | [05:29, -] | 963 | +[26.3|22:29]: 178108004 | MUKLISIN | [05:29, -] | 962 | +[26.3|22:29]: 172195000 | SUNARDI | [05:29, -] | 963 | +[26.3|22:29]: 173104002 | SUGENG RIYANTO | [05:29, -] | 963 | +[26.3|22:29]: 190115017 | AHMAD ZAINUDDIN | [05:29, -] | 963 | +[26.3|22:29]: 172198008 | IDA JATIYANA | [05:29, -] | 962 | +[26.3|22:29]: 170114046 | MARGARETHA RISTIANI M. | [05:29, -] | 962 | +[26.3|22:29]: 176111010 | KOKOK WAHYONO | [05:29, -] | 962 | +[26.3|22:29]: 196116020 | SYELA RANSY TONAPA | [05:29, -] | 962 | +[26.3|22:29]: 176106016 | MAHFUT WAWAN PRASETYO | [05:29, -] | 962 | +[26.3|22:29]: 181106005 | KOKO ARDIANTO | [05:29, -] | 962 | +[26.3|22:29]: 177109005 | RASMADI | [05:29, -] | 962 | +[26.3|22:29]: 177111000 | SURADI | [05:29, -] | 962 | +[26.3|22:29]: 190114014 | HARIS BUDIARTO | [05:29, -] | 962 | +[26.3|22:29]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:29, -] | 962 | +[26.3|22:29]: 173196002 | MISBAKHUL MUNIR | [05:29, -] | 962 | +[26.3|22:29]: 180115201 | SUDARSONO | [05:29, -] | 962 | +[26.3|22:29]: 196116029 | WAHYU BUDIANTO | [05:29, -] | 958 | +[26.3|22:29]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:29, -] | 962 | +[26.3|22:29]: 179113015 | HERU PURNOMO | [05:29, -] | 963 | +[26.3|22:29]: 186114008 | BOWO SURYONO | [05:29, -] | 875 | +[26.3|22:29]: 178106006 | IVAN CAHYO SUSANTO | [05:29, -] | 875 | From e295e4ef1f640706393378bc498afba0c039f7a3 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 27 Mar 2024 17:14:24 +0700 Subject: [PATCH 084/158] Update log at 2024-03-27 10:14:23.948211 [27.3|10:14]: 192115037 | YUDHA VIRMA ALLASCA | [05:29, 17:14] | 962 | [27.3|10:14]: 178108000 | JOHAN ARI PITUTULU | [05:29, 17:14] | 961 | [27.3|10:14]: 175104000 | WARIMAN | [05:29, 17:14] | 961 | [27.3|10:14]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:29, 17:14] | 961 | [27.3|10:14]: 177108001 | PITHUT GUNAWAN | [05:29, 17:14] | 961 | [27.3|10:14]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:29, 17:14] | 961 | [27.3|10:14]: 196116016 | DJETLI MARISHANNO LITAAY | [05:29, 17:14] | 961 | [27.3|10:14]: 171108022 | HINU PULUNG MULIAWAN | [05:29, 17:14] | 961 | [27.3|10:14]: 184114005 | DULKAMIT | [05:29, 17:14] | 962 | [27.3|10:14]: 178108004 | MUKLISIN | [05:29, 17:14] | 961 | [27.3|10:14]: 172195000 | SUNARDI | [05:29, 17:14] | 962 | [27.3|10:14]: 173104002 | SUGENG RIYANTO | [05:29, 17:14] | 962 | [27.3|10:14]: 190115017 | AHMAD ZAINUDDIN | [05:29, 17:14] | 962 | [27.3|10:14]: 172198008 | IDA JATIYANA | [05:29, 17:14] | 961 | [27.3|10:14]: 170114046 | MARGARETHA RISTIANI M. | [05:29, 17:14] | 961 | [27.3|10:14]: 176111010 | KOKOK WAHYONO | [05:29, 17:14] | 961 | [27.3|10:14]: 196116020 | SYELA RANSY TONAPA | [05:29, 17:14] | 961 | [27.3|10:14]: 176106016 | MAHFUT WAWAN PRASETYO | [05:29, 17:14] | 961 | [27.3|10:14]: 181106005 | KOKO ARDIANTO | [05:29, 17:14] | 961 | [27.3|10:14]: 177109005 | RASMADI | [05:29, 17:14] | 961 | [27.3|10:14]: 177111000 | SURADI | [05:29, 17:14] | 961 | [27.3|10:14]: 190114014 | HARIS BUDIARTO | [05:29, 17:14] | 961 | [27.3|10:14]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:29, 17:14] | 961 | [27.3|10:14]: 173196002 | MISBAKHUL MUNIR | [05:29, 17:14] | 961 | [27.3|10:14]: 180115201 | SUDARSONO | [05:29, 17:14] | 961 | [27.3|10:14]: 196116029 | WAHYU BUDIANTO | [05:29, 17:14] | 957 | [27.3|10:14]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:29, 17:14] | 961 | [27.3|10:14]: 179113015 | HERU PURNOMO | [05:29, 17:14] | 962 | [27.3|10:14]: 186114008 | BOWO SURYONO | [05:29, 17:14] | 874 | [27.3|10:14]: 178106006 | IVAN CAHYO SUSANTO | [05:29, 17:14] | 874 | --- source/dani.log | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 1d01151f..155c6388 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,30 @@ -[26.3|22:29]: 192115037 | YUDHA VIRMA ALLASCA | [05:29, -] | 963 | -[26.3|22:29]: 178108000 | JOHAN ARI PITUTULU | [05:29, -] | 962 | -[26.3|22:29]: 175104000 | WARIMAN | [05:29, -] | 962 | -[26.3|22:29]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:29, -] | 962 | -[26.3|22:29]: 177108001 | PITHUT GUNAWAN | [05:29, -] | 962 | -[26.3|22:29]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:29, -] | 962 | -[26.3|22:29]: 196116016 | DJETLI MARISHANNO LITAAY | [05:29, -] | 962 | -[26.3|22:29]: 171108022 | HINU PULUNG MULIAWAN | [05:29, -] | 962 | -[26.3|22:29]: 184114005 | DULKAMIT | [05:29, -] | 963 | -[26.3|22:29]: 178108004 | MUKLISIN | [05:29, -] | 962 | -[26.3|22:29]: 172195000 | SUNARDI | [05:29, -] | 963 | -[26.3|22:29]: 173104002 | SUGENG RIYANTO | [05:29, -] | 963 | -[26.3|22:29]: 190115017 | AHMAD ZAINUDDIN | [05:29, -] | 963 | -[26.3|22:29]: 172198008 | IDA JATIYANA | [05:29, -] | 962 | -[26.3|22:29]: 170114046 | MARGARETHA RISTIANI M. | [05:29, -] | 962 | -[26.3|22:29]: 176111010 | KOKOK WAHYONO | [05:29, -] | 962 | -[26.3|22:29]: 196116020 | SYELA RANSY TONAPA | [05:29, -] | 962 | -[26.3|22:29]: 176106016 | MAHFUT WAWAN PRASETYO | [05:29, -] | 962 | -[26.3|22:29]: 181106005 | KOKO ARDIANTO | [05:29, -] | 962 | -[26.3|22:29]: 177109005 | RASMADI | [05:29, -] | 962 | -[26.3|22:29]: 177111000 | SURADI | [05:29, -] | 962 | -[26.3|22:29]: 190114014 | HARIS BUDIARTO | [05:29, -] | 962 | -[26.3|22:29]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:29, -] | 962 | -[26.3|22:29]: 173196002 | MISBAKHUL MUNIR | [05:29, -] | 962 | -[26.3|22:29]: 180115201 | SUDARSONO | [05:29, -] | 962 | -[26.3|22:29]: 196116029 | WAHYU BUDIANTO | [05:29, -] | 958 | -[26.3|22:29]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:29, -] | 962 | -[26.3|22:29]: 179113015 | HERU PURNOMO | [05:29, -] | 963 | -[26.3|22:29]: 186114008 | BOWO SURYONO | [05:29, -] | 875 | -[26.3|22:29]: 178106006 | IVAN CAHYO SUSANTO | [05:29, -] | 875 | +[27.3|10:14]: 192115037 | YUDHA VIRMA ALLASCA | [05:29, 17:14] | 962 | +[27.3|10:14]: 178108000 | JOHAN ARI PITUTULU | [05:29, 17:14] | 961 | +[27.3|10:14]: 175104000 | WARIMAN | [05:29, 17:14] | 961 | +[27.3|10:14]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:29, 17:14] | 961 | +[27.3|10:14]: 177108001 | PITHUT GUNAWAN | [05:29, 17:14] | 961 | +[27.3|10:14]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:29, 17:14] | 961 | +[27.3|10:14]: 196116016 | DJETLI MARISHANNO LITAAY | [05:29, 17:14] | 961 | +[27.3|10:14]: 171108022 | HINU PULUNG MULIAWAN | [05:29, 17:14] | 961 | +[27.3|10:14]: 184114005 | DULKAMIT | [05:29, 17:14] | 962 | +[27.3|10:14]: 178108004 | MUKLISIN | [05:29, 17:14] | 961 | +[27.3|10:14]: 172195000 | SUNARDI | [05:29, 17:14] | 962 | +[27.3|10:14]: 173104002 | SUGENG RIYANTO | [05:29, 17:14] | 962 | +[27.3|10:14]: 190115017 | AHMAD ZAINUDDIN | [05:29, 17:14] | 962 | +[27.3|10:14]: 172198008 | IDA JATIYANA | [05:29, 17:14] | 961 | +[27.3|10:14]: 170114046 | MARGARETHA RISTIANI M. | [05:29, 17:14] | 961 | +[27.3|10:14]: 176111010 | KOKOK WAHYONO | [05:29, 17:14] | 961 | +[27.3|10:14]: 196116020 | SYELA RANSY TONAPA | [05:29, 17:14] | 961 | +[27.3|10:14]: 176106016 | MAHFUT WAWAN PRASETYO | [05:29, 17:14] | 961 | +[27.3|10:14]: 181106005 | KOKO ARDIANTO | [05:29, 17:14] | 961 | +[27.3|10:14]: 177109005 | RASMADI | [05:29, 17:14] | 961 | +[27.3|10:14]: 177111000 | SURADI | [05:29, 17:14] | 961 | +[27.3|10:14]: 190114014 | HARIS BUDIARTO | [05:29, 17:14] | 961 | +[27.3|10:14]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:29, 17:14] | 961 | +[27.3|10:14]: 173196002 | MISBAKHUL MUNIR | [05:29, 17:14] | 961 | +[27.3|10:14]: 180115201 | SUDARSONO | [05:29, 17:14] | 961 | +[27.3|10:14]: 196116029 | WAHYU BUDIANTO | [05:29, 17:14] | 957 | +[27.3|10:14]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:29, 17:14] | 961 | +[27.3|10:14]: 179113015 | HERU PURNOMO | [05:29, 17:14] | 962 | +[27.3|10:14]: 186114008 | BOWO SURYONO | [05:29, 17:14] | 874 | +[27.3|10:14]: 178106006 | IVAN CAHYO SUSANTO | [05:29, 17:14] | 874 | From 45c230b3b4a384787ce1be824cff9f7e888d1971 Mon Sep 17 00:00:00 2001 From: Allasca Date: Wed, 27 Mar 2024 18:00:24 +0700 Subject: [PATCH 085/158] dfb --- themes/next | 1 + 1 file changed, 1 insertion(+) create mode 160000 themes/next diff --git a/themes/next b/themes/next new file mode 160000 index 00000000..b062274e --- /dev/null +++ b/themes/next @@ -0,0 +1 @@ +Subproject commit b062274e94d232ce05dded1a4965ceb63cf60d70 From 2738432048ea459c4ab2f05e323f7d52d1071b82 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 27 Mar 2024 18:03:52 +0700 Subject: [PATCH 086/158] Update pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2dfb3927..a87ad962 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -13,7 +13,7 @@ jobs: with: token: ${{ secrets.G_TOKEN }} # If your repository depends on submodule, please see: https://github.com/actions/checkout - submodules: recursive + # submodules: recursive - name: Use Node.js 16.x uses: actions/setup-node@v2 with: From a39052fdb9f47af3aab2601da8b7e63eb23e55dc Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 27 Mar 2024 18:06:04 +0700 Subject: [PATCH 087/158] Update pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index a87ad962..2dfb3927 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -13,7 +13,7 @@ jobs: with: token: ${{ secrets.G_TOKEN }} # If your repository depends on submodule, please see: https://github.com/actions/checkout - # submodules: recursive + submodules: recursive - name: Use Node.js 16.x uses: actions/setup-node@v2 with: From 3be1a69eb05b530cb99a8970c1df5037586b41b8 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 27 Mar 2024 18:08:36 +0700 Subject: [PATCH 088/158] Update old_pages.yml --- .github/workflows/old_pages.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/old_pages.yml b/.github/workflows/old_pages.yml index 46a61948..e5369554 100644 --- a/.github/workflows/old_pages.yml +++ b/.github/workflows/old_pages.yml @@ -13,11 +13,11 @@ jobs: with: token: ${{ secrets.G_TOKEN }} - - name: Checkout submodule - run: | - git config --file=.gitmodules submodule.lib/next-theme.url https://${{ secrets.G_TOKEN }}:${{ secrets.G_TOKEN }}@github.com/next-theme/hexo-theme-next.git - git submodule sync - git submodule update --force --recursive --init --remote --depth 0 + # - name: Checkout submodule + # run: | + # git config --file=.gitmodules submodule.lib/next-theme.url https://${{ secrets.G_TOKEN }}:${{ secrets.G_TOKEN }}@github.com/next-theme/hexo-theme-next.git + # git submodule sync + # git submodule update --force --recursive --init --remote --depth 0 - name: Use Node.js 16.x uses: actions/setup-node@v2 From 07fd3b602526e655511560f275d27d7fa673e039 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 27 Mar 2024 18:14:01 +0700 Subject: [PATCH 089/158] Update old_pages.yml --- .github/workflows/old_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/old_pages.yml b/.github/workflows/old_pages.yml index e5369554..96fe528b 100644 --- a/.github/workflows/old_pages.yml +++ b/.github/workflows/old_pages.yml @@ -3,7 +3,7 @@ name: Pages on: push: branches: - - main # default branch + - 00000000000000000main # default branch jobs: pages: From ac197e7aaffddf528b08841e40e442b40c47b0b6 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 27 Mar 2024 18:14:11 +0700 Subject: [PATCH 090/158] Update pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2dfb3927..2edd11f1 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -3,7 +3,7 @@ name: Pages on: push: branches: - - 9main # default branch + - main # default branch jobs: build: From 30d89f0623abf43f5d72e644a8db9b2eb4a74f43 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 27 Mar 2024 18:27:05 +0700 Subject: [PATCH 091/158] Update dependabot.yml --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 93385d99..0a749416 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,7 @@ updates: directory: "/" schedule: interval: daily - open-pull-requests-limit: 20 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily From e6598f48444c21d7eac4aea8ef362b5aac7c9cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:27:33 +0000 Subject: [PATCH 092/158] Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/old_pages.yml | 2 +- .github/workflows/pages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/old_pages.yml b/.github/workflows/old_pages.yml index 96fe528b..7edacebf 100644 --- a/.github/workflows/old_pages.yml +++ b/.github/workflows/old_pages.yml @@ -9,7 +9,7 @@ jobs: pages: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: token: ${{ secrets.G_TOKEN }} diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2edd11f1..8e991148 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.G_TOKEN }} # If your repository depends on submodule, please see: https://github.com/actions/checkout From efea771689fcc42cca140519fe904144a0cad143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:27:37 +0000 Subject: [PATCH 093/158] Bump actions/deploy-pages from 2 to 4 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2 to 4. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2edd11f1..20d7402e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -45,4 +45,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 From 0300319fafd2ac0339768314171821825b120e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:27:45 +0000 Subject: [PATCH 094/158] Bump actions/upload-pages-artifact from 2 to 3 Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2edd11f1..762103bb 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -30,7 +30,7 @@ jobs: - name: Build run: npm run build - name: Upload Pages artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: ./public deploy: From bec5a5ac397e3b2f8834b1b7767eaa74ed722117 Mon Sep 17 00:00:00 2001 From: Allasca Date: Wed, 27 Mar 2024 18:29:36 +0700 Subject: [PATCH 095/158] asd --- themes/hexo-theme-next | 1 + 1 file changed, 1 insertion(+) create mode 160000 themes/hexo-theme-next diff --git a/themes/hexo-theme-next b/themes/hexo-theme-next new file mode 160000 index 00000000..4cba2a3c --- /dev/null +++ b/themes/hexo-theme-next @@ -0,0 +1 @@ +Subproject commit 4cba2a3c4403d692a32fa9ad6536a1561a75bb4d From 848b588255e802d5d812d7b959b0bc5c26e62b9c Mon Sep 17 00:00:00 2001 From: Allasca Date: Wed, 27 Mar 2024 18:32:51 +0700 Subject: [PATCH 096/158] ds --- themes/next | 1 - 1 file changed, 1 deletion(-) delete mode 160000 themes/next diff --git a/themes/next b/themes/next deleted file mode 160000 index b062274e..00000000 --- a/themes/next +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b062274e94d232ce05dded1a4965ceb63cf60d70 From eb1ced8a3e927ebe95bc4570fbf4ff29f959dfb0 Mon Sep 17 00:00:00 2001 From: Allasca Date: Wed, 27 Mar 2024 18:35:19 +0700 Subject: [PATCH 097/158] fg --- themes/hexo-theme-next | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hexo-theme-next b/themes/hexo-theme-next index 4cba2a3c..f202ccb2 160000 --- a/themes/hexo-theme-next +++ b/themes/hexo-theme-next @@ -1 +1 @@ -Subproject commit 4cba2a3c4403d692a32fa9ad6536a1561a75bb4d +Subproject commit f202ccb2e8207875c509519a45d157f45fe232a8 From 4f5eccd2ebb204ae10a60bc7cc0f6bfec06b24f5 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 27 Mar 2024 18:38:16 +0700 Subject: [PATCH 098/158] Delete .github/workflows/old_pages.yml --- .github/workflows/old_pages.yml | 41 --------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 .github/workflows/old_pages.yml diff --git a/.github/workflows/old_pages.yml b/.github/workflows/old_pages.yml deleted file mode 100644 index 7edacebf..00000000 --- a/.github/workflows/old_pages.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: Pages - -on: - push: - branches: - - 00000000000000000main # default branch - -jobs: - pages: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - token: ${{ secrets.G_TOKEN }} - - # - name: Checkout submodule - # run: | - # git config --file=.gitmodules submodule.lib/next-theme.url https://${{ secrets.G_TOKEN }}:${{ secrets.G_TOKEN }}@github.com/next-theme/hexo-theme-next.git - # git submodule sync - # git submodule update --force --recursive --init --remote --depth 0 - - - name: Use Node.js 16.x - uses: actions/setup-node@v2 - with: - node-version: '16' - - name: Cache NPM dependencies - uses: actions/cache@v2 - with: - path: node_modules - key: ${{ runner.OS }}-npm-cache - restore-keys: | - ${{ runner.OS }}-npm-cache - - name: Install Dependencies - run: npm install - - name: Build - run: npm run build - - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.G_TOKEN }} - publish_dir: ./public From 0f0a47cdd1c6105bfed91a16786758d734168857 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 27 Mar 2024 18:40:34 +0700 Subject: [PATCH 099/158] Update pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 77aa12d4..fef327ba 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -19,7 +19,7 @@ jobs: with: node-version: '16' - name: Cache NPM dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: node_modules key: ${{ runner.OS }}-npm-cache From 4f42ff4732e11ea2ff35e6abdb38d5e9ab2476b7 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 27 Mar 2024 18:41:31 +0700 Subject: [PATCH 100/158] Update pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index fef327ba..c5fe5f5f 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -15,7 +15,7 @@ jobs: # If your repository depends on submodule, please see: https://github.com/actions/checkout submodules: recursive - name: Use Node.js 16.x - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: '16' - name: Cache NPM dependencies From f050f7a369873fdb2aed002ee4fab621d62eb740 Mon Sep 17 00:00:00 2001 From: Allasca Date: Wed, 27 Mar 2024 18:46:08 +0700 Subject: [PATCH 101/158] asd --- .gitmodules | 3 --- themes/hexo-theme-next | 1 - 2 files changed, 4 deletions(-) delete mode 160000 themes/hexo-theme-next diff --git a/.gitmodules b/.gitmodules index 7aa8ae8d..e69de29b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "themes/hexo-theme-next"] - path = themes/hexo-theme-next - url = https://github.com/next-theme/hexo-theme-next diff --git a/themes/hexo-theme-next b/themes/hexo-theme-next deleted file mode 160000 index f202ccb2..00000000 --- a/themes/hexo-theme-next +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f202ccb2e8207875c509519a45d157f45fe232a8 From 00269c366ecad853cbe2b267b2b41997ae0050ce Mon Sep 17 00:00:00 2001 From: Allasca Date: Wed, 27 Mar 2024 18:53:07 +0700 Subject: [PATCH 102/158] gf --- themes/next | 1 + 1 file changed, 1 insertion(+) create mode 160000 themes/next diff --git a/themes/next b/themes/next new file mode 160000 index 00000000..4cba2a3c --- /dev/null +++ b/themes/next @@ -0,0 +1 @@ +Subproject commit 4cba2a3c4403d692a32fa9ad6536a1561a75bb4d From 0b977f66628d212b5d61801a48aaab2d8bbe3b37 Mon Sep 17 00:00:00 2001 From: Allasca Date: Wed, 27 Mar 2024 18:57:22 +0700 Subject: [PATCH 103/158] edfgdfgfdg --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index e69de29b..b4d657e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/next"] + path = themes/next + url = https://github.com/next-theme/hexo-theme-next From 53f5f2ebc0095412b638a26c4d03b409abfe3f94 Mon Sep 17 00:00:00 2001 From: Allasca Date: Wed, 27 Mar 2024 19:00:55 +0700 Subject: [PATCH 104/158] dgfd --- themes/next | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/next b/themes/next index 4cba2a3c..8c095668 160000 --- a/themes/next +++ b/themes/next @@ -1 +1 @@ -Subproject commit 4cba2a3c4403d692a32fa9ad6536a1561a75bb4d +Subproject commit 8c095668b3ff9788137aaa3c27bb8cfdf81cc085 From 3e5803b2ae8071459791793bbfdec2f3d926c04b Mon Sep 17 00:00:00 2001 From: Allasca Date: Wed, 27 Mar 2024 19:04:04 +0700 Subject: [PATCH 105/158] fg --- themes/next | 1 - 1 file changed, 1 deletion(-) delete mode 160000 themes/next diff --git a/themes/next b/themes/next deleted file mode 160000 index 8c095668..00000000 --- a/themes/next +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8c095668b3ff9788137aaa3c27bb8cfdf81cc085 From a2ab8635ed48ddc912acef6381c2ca70e21e65f3 Mon Sep 17 00:00:00 2001 From: Allasca Date: Wed, 27 Mar 2024 19:07:55 +0700 Subject: [PATCH 106/158] dsf --- themes/next/.editorconfig | 11 + themes/next/.eslintrc.json | 4 + themes/next/.stylelintrc | 20 + themes/next/LICENSE.md | 59 ++ themes/next/README.md | 192 ++++ themes/next/_config.yml | 928 ++++++++++++++++++ themes/next/_vendors.yml | 179 ++++ themes/next/crowdin.yml | 9 + themes/next/docs/AGPL3.md | 649 ++++++++++++ themes/next/docs/AUTHORS.md | 87 ++ themes/next/docs/LICENSE.txt | 52 + themes/next/docs/ru/README.md | 188 ++++ themes/next/docs/zh-CN/CODE_OF_CONDUCT.md | 95 ++ themes/next/docs/zh-CN/CONTRIBUTING.md | 181 ++++ themes/next/docs/zh-CN/README.md | 188 ++++ themes/next/languages/README.md | 39 + themes/next/languages/ar.yml | 103 ++ themes/next/languages/bn.yml | 103 ++ themes/next/languages/de.yml | 103 ++ themes/next/languages/default.yml | 120 +++ themes/next/languages/en.yml | 120 +++ themes/next/languages/eo.yml | 103 ++ themes/next/languages/es.yml | 103 ++ themes/next/languages/fa.yml | 103 ++ themes/next/languages/fr.yml | 103 ++ themes/next/languages/id.yml | 103 ++ themes/next/languages/it.yml | 103 ++ themes/next/languages/ja.yml | 103 ++ themes/next/languages/ko.yml | 103 ++ themes/next/languages/nl.yml | 103 ++ themes/next/languages/pt-BR.yml | 103 ++ themes/next/languages/pt.yml | 103 ++ themes/next/languages/ru.yml | 103 ++ themes/next/languages/si.yml | 103 ++ themes/next/languages/th.yml | 103 ++ themes/next/languages/tk.yml | 103 ++ themes/next/languages/tr.yml | 103 ++ themes/next/languages/uk.yml | 103 ++ themes/next/languages/vi.yml | 103 ++ themes/next/languages/zh-CN.yml | 103 ++ themes/next/languages/zh-HK.yml | 103 ++ themes/next/languages/zh-TW.yml | 103 ++ themes/next/layout/_layout.njk | 52 + themes/next/layout/_macro/post-collapse.njk | 41 + themes/next/layout/_macro/post.njk | 158 +++ themes/next/layout/_macro/sidebar.njk | 77 ++ themes/next/layout/_partials/comments.njk | 35 + themes/next/layout/_partials/footer.njk | 86 ++ .../layout/_partials/head/head-unique.njk | 22 + themes/next/layout/_partials/head/head.njk | 67 ++ themes/next/layout/_partials/header/brand.njk | 37 + themes/next/layout/_partials/header/index.njk | 7 + .../layout/_partials/header/menu-item.njk | 28 + themes/next/layout/_partials/header/menu.njk | 19 + .../next/layout/_partials/header/sub-menu.njk | 12 + themes/next/layout/_partials/languages.njk | 16 + .../next/layout/_partials/page/breadcrumb.njk | 30 + .../next/layout/_partials/page/categories.njk | 8 + .../layout/_partials/page/page-header.njk | 15 + .../next/layout/_partials/page/schedule.njk | 3 + themes/next/layout/_partials/page/tags.njk | 16 + themes/next/layout/_partials/pagination.njk | 5 + .../layout/_partials/post/post-copyright.njk | 34 + .../layout/_partials/post/post-followme.njk | 32 + .../next/layout/_partials/post/post-meta.njk | 107 ++ .../layout/_partials/post/post-related.njk | 18 + .../layout/_partials/post/post-reward.njk | 18 + .../next/layout/_partials/post/post-share.njk | 8 + .../_partials/search/algolia-search.njk | 14 + themes/next/layout/_partials/search/index.njk | 11 + .../layout/_partials/search/localsearch.njk | 18 + .../_partials/sidebar/site-overview.njk | 81 ++ themes/next/layout/_partials/widgets.njk | 38 + themes/next/layout/_scripts/index.njk | 20 + themes/next/layout/_scripts/vendors.njk | 7 + themes/next/layout/_third-party/addtoany.njk | 3 + .../analytics/baidu-analytics.njk | 4 + .../_third-party/analytics/cloudflare.njk | 3 + .../analytics/google-analytics.njk | 7 + .../_third-party/analytics/growingio.njk | 5 + .../layout/_third-party/analytics/index.njk | 8 + .../layout/_third-party/analytics/matomo.njk | 4 + .../analytics/microsoft-clarity.njk | 9 + .../_third-party/analytics/plausible.njk | 3 + .../layout/_third-party/analytics/umami.njk | 3 + .../next/layout/_third-party/chat/chatra.njk | 3 + .../next/layout/_third-party/chat/tidio.njk | 2 + .../layout/_third-party/comments/changyan.njk | 2 + .../layout/_third-party/comments/disqus.njk | 6 + .../layout/_third-party/comments/disqusjs.njk | 6 + .../layout/_third-party/comments/gitalk.njk | 7 + .../layout/_third-party/comments/isso.njk | 2 + .../layout/_third-party/comments/livere.njk | 1 + .../_third-party/comments/utterances.njk | 2 + themes/next/layout/_third-party/fancybox.njk | 3 + themes/next/layout/_third-party/index.njk | 19 + .../next/layout/_third-party/math/index.njk | 26 + .../next/layout/_third-party/math/katex.njk | 7 + .../next/layout/_third-party/math/mathjax.njk | 4 + themes/next/layout/_third-party/pace.njk | 3 + themes/next/layout/_third-party/quicklink.njk | 7 + .../_third-party/search/algolia-search.njk | 4 + .../_third-party/search/localsearch.njk | 2 + .../statistics/busuanzi-counter.njk | 3 + .../_third-party/statistics/firestore.njk | 6 + .../layout/_third-party/statistics/index.njk | 3 + .../statistics/lean-analytics.njk | 4 + .../next/layout/_third-party/tags/mermaid.njk | 6 + themes/next/layout/_third-party/tags/pdf.njk | 7 + .../layout/_third-party/tags/wavedrom.njk | 9 + themes/next/layout/archive.njk | 48 + themes/next/layout/category.njk | 36 + themes/next/layout/index.njk | 20 + themes/next/layout/page.njk | 54 + themes/next/layout/post.njk | 16 + themes/next/layout/tag.njk | 36 + themes/next/package.json | 46 + themes/next/renovate.json | 5 + themes/next/scripts/events/index.js | 32 + themes/next/scripts/events/lib/config.js | 44 + themes/next/scripts/events/lib/highlight.js | 28 + themes/next/scripts/events/lib/injects.js | 85 ++ themes/next/scripts/events/lib/navigation.js | 57 ++ themes/next/scripts/events/lib/utils.js | 90 ++ themes/next/scripts/events/lib/vendors.js | 55 ++ .../next/scripts/filters/comment/changyan.js | 35 + themes/next/scripts/filters/comment/common.js | 23 + .../scripts/filters/comment/default-config.js | 34 + themes/next/scripts/filters/comment/disqus.js | 39 + .../next/scripts/filters/comment/disqusjs.js | 20 + themes/next/scripts/filters/comment/gitalk.js | 16 + themes/next/scripts/filters/comment/isso.js | 16 + themes/next/scripts/filters/comment/livere.js | 16 + .../scripts/filters/comment/utterances.js | 21 + .../next/scripts/filters/default-injects.js | 24 + themes/next/scripts/filters/locals.js | 37 + themes/next/scripts/filters/minify.js | 152 +++ themes/next/scripts/filters/post.js | 36 + themes/next/scripts/helpers/engine.js | 115 +++ themes/next/scripts/helpers/font.js | 25 + themes/next/scripts/helpers/navigation.js | 19 + themes/next/scripts/helpers/next-config.js | 65 ++ themes/next/scripts/helpers/next-paginator.js | 18 + themes/next/scripts/helpers/next-url.js | 54 + themes/next/scripts/helpers/next-vendors.js | 30 + themes/next/scripts/tags/button.js | 23 + themes/next/scripts/tags/caniuse.js | 16 + themes/next/scripts/tags/center-quote.js | 11 + themes/next/scripts/tags/group-pictures.js | 132 +++ themes/next/scripts/tags/index.js | 59 ++ themes/next/scripts/tags/label.js | 13 + themes/next/scripts/tags/link-grid.js | 20 + themes/next/scripts/tags/mermaid.js | 14 + themes/next/scripts/tags/note.js | 25 + themes/next/scripts/tags/pdf.js | 10 + themes/next/scripts/tags/tabs.js | 47 + themes/next/scripts/tags/video.js | 9 + themes/next/scripts/tags/wavedrom.js | 11 + themes/next/source/css/_colors.styl | 75 ++ .../css/_common/components/back-to-top.styl | 49 + .../source/css/_common/components/index.styl | 6 + .../_common/components/pages/breadcrumb.styl | 21 + .../_common/components/pages/categories.styl | 35 + .../css/_common/components/pages/index.styl | 5 + .../_common/components/pages/schedule.styl | 102 ++ .../_common/components/pages/tag-cloud.styl | 28 + .../css/_common/components/post/index.styl | 53 + .../_common/components/post/post-body.styl | 79 ++ .../components/post/post-collapse.styl | 109 ++ .../components/post/post-followme.styl | 56 ++ .../_common/components/post/post-footer.styl | 53 + .../_common/components/post/post-gallery.styl | 33 + .../_common/components/post/post-header.styl | 120 +++ .../css/_common/components/post/post-nav.styl | 41 + .../_common/components/post/post-reward.styl | 56 ++ .../_common/components/post/post-widgets.styl | 11 + .../_common/components/reading-progress.styl | 27 + .../components/third-party/disqusjs.styl | 39 + .../components/third-party/gitalk.styl | 17 + .../_common/components/third-party/index.styl | 16 + .../_common/components/third-party/math.styl | 9 + .../components/third-party/search.styl | 179 ++++ .../components/third-party/utterances.styl | 5 + .../css/_common/outline/footer/index.styl | 102 ++ .../css/_common/outline/header/bookmark.styl | 24 + .../_common/outline/header/github-banner.styl | 59 ++ .../css/_common/outline/header/index.styl | 29 + .../css/_common/outline/header/menu.styl | 58 ++ .../css/_common/outline/header/site-meta.styl | 49 + .../css/_common/outline/header/site-nav.styl | 24 + .../source/css/_common/outline/index.styl | 5 + .../source/css/_common/outline/mobile.styl | 90 ++ .../css/_common/outline/sidebar/index.styl | 31 + .../outline/sidebar/related-posts.styl | 31 + .../outline/sidebar/sidebar-author-links.styl | 11 + .../outline/sidebar/sidebar-author.styl | 29 + .../outline/sidebar/sidebar-blogroll.styl | 14 + .../outline/sidebar/sidebar-button.styl | 15 + .../_common/outline/sidebar/sidebar-nav.styl | 129 +++ .../_common/outline/sidebar/sidebar-toc.styl | 67 ++ .../outline/sidebar/sidebar-toggle.styl | 21 + .../_common/outline/sidebar/site-state.styl | 28 + .../source/css/_common/scaffolding/base.styl | 99 ++ .../css/_common/scaffolding/buttons.styl | 26 + .../css/_common/scaffolding/comments.styl | 39 + .../scaffolding/highlight/copy-code.styl | 59 ++ .../_common/scaffolding/highlight/fold.styl | 29 + .../_common/scaffolding/highlight/index.styl | 146 +++ .../source/css/_common/scaffolding/index.styl | 12 + .../css/_common/scaffolding/normalize.styl | 289 ++++++ .../css/_common/scaffolding/pagination.styl | 55 ++ .../css/_common/scaffolding/tables.styl | 39 + .../scaffolding/tags/blockquote-center.styl | 34 + .../scaffolding/tags/group-pictures.styl | 20 + .../css/_common/scaffolding/tags/index.styl | 9 + .../css/_common/scaffolding/tags/label.styl | 10 + .../_common/scaffolding/tags/link-grid.styl | 113 +++ .../css/_common/scaffolding/tags/mermaid.styl | 6 + .../css/_common/scaffolding/tags/note.styl | 110 +++ .../css/_common/scaffolding/tags/pdf.styl | 8 + .../css/_common/scaffolding/tags/tabs.styl | 103 ++ .../_common/scaffolding/tags/wavedrom.styl | 6 + .../css/_common/scaffolding/toggles.styl | 30 + themes/next/source/css/_mixins.styl | 274 ++++++ .../source/css/_schemes/Gemini/index.styl | 124 +++ .../source/css/_schemes/Mist/_header.styl | 58 ++ .../source/css/_schemes/Mist/_layout.styl | 39 + .../next/source/css/_schemes/Mist/_menu.styl | 45 + .../css/_schemes/Mist/_posts-expand.styl | 69 ++ .../next/source/css/_schemes/Mist/index.styl | 10 + .../source/css/_schemes/Muse/_header.styl | 18 + .../source/css/_schemes/Muse/_layout.styl | 23 + .../next/source/css/_schemes/Muse/_menu.styl | 56 ++ .../source/css/_schemes/Muse/_sidebar.styl | 134 +++ .../source/css/_schemes/Muse/_sub-menu.styl | 7 + .../next/source/css/_schemes/Muse/index.styl | 5 + .../source/css/_schemes/Pisces/_header.styl | 35 + .../source/css/_schemes/Pisces/_layout.styl | 50 + .../source/css/_schemes/Pisces/_menu.styl | 46 + .../source/css/_schemes/Pisces/_sidebar.styl | 88 ++ .../source/css/_schemes/Pisces/_sub-menu.styl | 28 + .../source/css/_schemes/Pisces/index.styl | 30 + themes/next/source/css/_variables/Gemini.styl | 18 + themes/next/source/css/_variables/Mist.styl | 27 + themes/next/source/css/_variables/Muse.styl | 9 + themes/next/source/css/_variables/Pisces.styl | 69 ++ themes/next/source/css/_variables/base.styl | 389 ++++++++ themes/next/source/css/main.styl | 47 + themes/next/source/css/noscript.styl | 47 + .../source/images/apple-touch-icon-next.png | Bin 0 -> 1544 bytes themes/next/source/images/avatar.gif | Bin 0 -> 1785 bytes .../next/source/images/favicon-16x16-next.png | Bin 0 -> 435 bytes .../next/source/images/favicon-32x32-next.png | Bin 0 -> 640 bytes .../images/logo-algolia-nebula-blue-full.svg | 1 + themes/next/source/images/logo.svg | 1 + themes/next/source/js/bookmark.js | 56 ++ themes/next/source/js/comments-buttons.js | 25 + themes/next/source/js/comments.js | 21 + themes/next/source/js/config.js | 66 ++ themes/next/source/js/motion.js | 140 +++ themes/next/source/js/next-boot.js | 79 ++ themes/next/source/js/pjax.js | 50 + themes/next/source/js/schedule.js | 138 +++ themes/next/source/js/schemes/muse.js | 60 ++ themes/next/source/js/third-party/addtoany.js | 8 + .../third-party/analytics/baidu-analytics.js | 7 + .../third-party/analytics/google-analytics.js | 53 + .../js/third-party/analytics/growingio.js | 10 + .../source/js/third-party/analytics/matomo.js | 19 + .../next/source/js/third-party/chat/chatra.js | 19 + .../next/source/js/third-party/chat/tidio.js | 10 + .../js/third-party/comments/changyan.js | 39 + .../source/js/third-party/comments/disqus.js | 41 + .../js/third-party/comments/disqusjs.js | 23 + .../source/js/third-party/comments/gitalk.js | 24 + .../source/js/third-party/comments/isso.js | 15 + .../source/js/third-party/comments/livere.js | 19 + .../js/third-party/comments/utterances.js | 17 + themes/next/source/js/third-party/fancybox.js | 35 + .../next/source/js/third-party/math/katex.js | 7 + .../source/js/third-party/math/mathjax.js | 36 + themes/next/source/js/third-party/pace.js | 7 + .../next/source/js/third-party/quicklink.js | 37 + .../js/third-party/search/algolia-search.js | 130 +++ .../js/third-party/search/local-search.js | 99 ++ .../js/third-party/statistics/firestore.js | 60 ++ .../third-party/statistics/lean-analytics.js | 107 ++ .../source/js/third-party/tags/mermaid.js | 32 + themes/next/source/js/third-party/tags/pdf.js | 23 + .../source/js/third-party/tags/wavedrom.js | 13 + themes/next/source/js/utils.js | 489 +++++++++ themes/next/test/helpers/font.js | 86 ++ themes/next/test/helpers/index.js | 6 + themes/next/test/helpers/next-url.js | 50 + themes/next/test/index.js | 7 + themes/next/test/tags/button.js | 33 + themes/next/test/tags/caniuse.js | 17 + themes/next/test/tags/center-quote.js | 21 + themes/next/test/tags/group-pictures.js | 63 ++ themes/next/test/tags/index.js | 15 + themes/next/test/tags/label.js | 21 + themes/next/test/tags/link-grid.js | 49 + themes/next/test/tags/mermaid.js | 21 + themes/next/test/tags/note.js | 63 ++ themes/next/test/tags/pdf.js | 23 + themes/next/test/tags/tabs.js | 96 ++ themes/next/test/tags/video.js | 15 + themes/next/test/validate/index.js | 35 + 308 files changed, 16427 insertions(+) create mode 100644 themes/next/.editorconfig create mode 100644 themes/next/.eslintrc.json create mode 100644 themes/next/.stylelintrc create mode 100644 themes/next/LICENSE.md create mode 100644 themes/next/README.md create mode 100644 themes/next/_config.yml create mode 100644 themes/next/_vendors.yml create mode 100644 themes/next/crowdin.yml create mode 100644 themes/next/docs/AGPL3.md create mode 100644 themes/next/docs/AUTHORS.md create mode 100644 themes/next/docs/LICENSE.txt create mode 100644 themes/next/docs/ru/README.md create mode 100644 themes/next/docs/zh-CN/CODE_OF_CONDUCT.md create mode 100644 themes/next/docs/zh-CN/CONTRIBUTING.md create mode 100644 themes/next/docs/zh-CN/README.md create mode 100644 themes/next/languages/README.md create mode 100644 themes/next/languages/ar.yml create mode 100644 themes/next/languages/bn.yml create mode 100644 themes/next/languages/de.yml create mode 100644 themes/next/languages/default.yml create mode 100644 themes/next/languages/en.yml create mode 100644 themes/next/languages/eo.yml create mode 100644 themes/next/languages/es.yml create mode 100644 themes/next/languages/fa.yml create mode 100644 themes/next/languages/fr.yml create mode 100644 themes/next/languages/id.yml create mode 100644 themes/next/languages/it.yml create mode 100644 themes/next/languages/ja.yml create mode 100644 themes/next/languages/ko.yml create mode 100644 themes/next/languages/nl.yml create mode 100644 themes/next/languages/pt-BR.yml create mode 100644 themes/next/languages/pt.yml create mode 100644 themes/next/languages/ru.yml create mode 100644 themes/next/languages/si.yml create mode 100644 themes/next/languages/th.yml create mode 100644 themes/next/languages/tk.yml create mode 100644 themes/next/languages/tr.yml create mode 100644 themes/next/languages/uk.yml create mode 100644 themes/next/languages/vi.yml create mode 100644 themes/next/languages/zh-CN.yml create mode 100644 themes/next/languages/zh-HK.yml create mode 100644 themes/next/languages/zh-TW.yml create mode 100644 themes/next/layout/_layout.njk create mode 100644 themes/next/layout/_macro/post-collapse.njk create mode 100644 themes/next/layout/_macro/post.njk create mode 100644 themes/next/layout/_macro/sidebar.njk create mode 100644 themes/next/layout/_partials/comments.njk create mode 100644 themes/next/layout/_partials/footer.njk create mode 100644 themes/next/layout/_partials/head/head-unique.njk create mode 100644 themes/next/layout/_partials/head/head.njk create mode 100644 themes/next/layout/_partials/header/brand.njk create mode 100644 themes/next/layout/_partials/header/index.njk create mode 100644 themes/next/layout/_partials/header/menu-item.njk create mode 100644 themes/next/layout/_partials/header/menu.njk create mode 100644 themes/next/layout/_partials/header/sub-menu.njk create mode 100644 themes/next/layout/_partials/languages.njk create mode 100644 themes/next/layout/_partials/page/breadcrumb.njk create mode 100644 themes/next/layout/_partials/page/categories.njk create mode 100644 themes/next/layout/_partials/page/page-header.njk create mode 100644 themes/next/layout/_partials/page/schedule.njk create mode 100644 themes/next/layout/_partials/page/tags.njk create mode 100644 themes/next/layout/_partials/pagination.njk create mode 100644 themes/next/layout/_partials/post/post-copyright.njk create mode 100644 themes/next/layout/_partials/post/post-followme.njk create mode 100644 themes/next/layout/_partials/post/post-meta.njk create mode 100644 themes/next/layout/_partials/post/post-related.njk create mode 100644 themes/next/layout/_partials/post/post-reward.njk create mode 100644 themes/next/layout/_partials/post/post-share.njk create mode 100644 themes/next/layout/_partials/search/algolia-search.njk create mode 100644 themes/next/layout/_partials/search/index.njk create mode 100644 themes/next/layout/_partials/search/localsearch.njk create mode 100644 themes/next/layout/_partials/sidebar/site-overview.njk create mode 100644 themes/next/layout/_partials/widgets.njk create mode 100644 themes/next/layout/_scripts/index.njk create mode 100644 themes/next/layout/_scripts/vendors.njk create mode 100644 themes/next/layout/_third-party/addtoany.njk create mode 100644 themes/next/layout/_third-party/analytics/baidu-analytics.njk create mode 100644 themes/next/layout/_third-party/analytics/cloudflare.njk create mode 100644 themes/next/layout/_third-party/analytics/google-analytics.njk create mode 100644 themes/next/layout/_third-party/analytics/growingio.njk create mode 100644 themes/next/layout/_third-party/analytics/index.njk create mode 100644 themes/next/layout/_third-party/analytics/matomo.njk create mode 100644 themes/next/layout/_third-party/analytics/microsoft-clarity.njk create mode 100644 themes/next/layout/_third-party/analytics/plausible.njk create mode 100644 themes/next/layout/_third-party/analytics/umami.njk create mode 100644 themes/next/layout/_third-party/chat/chatra.njk create mode 100644 themes/next/layout/_third-party/chat/tidio.njk create mode 100644 themes/next/layout/_third-party/comments/changyan.njk create mode 100644 themes/next/layout/_third-party/comments/disqus.njk create mode 100644 themes/next/layout/_third-party/comments/disqusjs.njk create mode 100644 themes/next/layout/_third-party/comments/gitalk.njk create mode 100644 themes/next/layout/_third-party/comments/isso.njk create mode 100644 themes/next/layout/_third-party/comments/livere.njk create mode 100644 themes/next/layout/_third-party/comments/utterances.njk create mode 100644 themes/next/layout/_third-party/fancybox.njk create mode 100644 themes/next/layout/_third-party/index.njk create mode 100644 themes/next/layout/_third-party/math/index.njk create mode 100644 themes/next/layout/_third-party/math/katex.njk create mode 100644 themes/next/layout/_third-party/math/mathjax.njk create mode 100644 themes/next/layout/_third-party/pace.njk create mode 100644 themes/next/layout/_third-party/quicklink.njk create mode 100644 themes/next/layout/_third-party/search/algolia-search.njk create mode 100644 themes/next/layout/_third-party/search/localsearch.njk create mode 100644 themes/next/layout/_third-party/statistics/busuanzi-counter.njk create mode 100644 themes/next/layout/_third-party/statistics/firestore.njk create mode 100644 themes/next/layout/_third-party/statistics/index.njk create mode 100644 themes/next/layout/_third-party/statistics/lean-analytics.njk create mode 100644 themes/next/layout/_third-party/tags/mermaid.njk create mode 100644 themes/next/layout/_third-party/tags/pdf.njk create mode 100644 themes/next/layout/_third-party/tags/wavedrom.njk create mode 100644 themes/next/layout/archive.njk create mode 100644 themes/next/layout/category.njk create mode 100644 themes/next/layout/index.njk create mode 100644 themes/next/layout/page.njk create mode 100644 themes/next/layout/post.njk create mode 100644 themes/next/layout/tag.njk create mode 100644 themes/next/package.json create mode 100644 themes/next/renovate.json create mode 100644 themes/next/scripts/events/index.js create mode 100644 themes/next/scripts/events/lib/config.js create mode 100644 themes/next/scripts/events/lib/highlight.js create mode 100644 themes/next/scripts/events/lib/injects.js create mode 100644 themes/next/scripts/events/lib/navigation.js create mode 100644 themes/next/scripts/events/lib/utils.js create mode 100644 themes/next/scripts/events/lib/vendors.js create mode 100644 themes/next/scripts/filters/comment/changyan.js create mode 100644 themes/next/scripts/filters/comment/common.js create mode 100644 themes/next/scripts/filters/comment/default-config.js create mode 100644 themes/next/scripts/filters/comment/disqus.js create mode 100644 themes/next/scripts/filters/comment/disqusjs.js create mode 100644 themes/next/scripts/filters/comment/gitalk.js create mode 100644 themes/next/scripts/filters/comment/isso.js create mode 100644 themes/next/scripts/filters/comment/livere.js create mode 100644 themes/next/scripts/filters/comment/utterances.js create mode 100644 themes/next/scripts/filters/default-injects.js create mode 100644 themes/next/scripts/filters/locals.js create mode 100644 themes/next/scripts/filters/minify.js create mode 100644 themes/next/scripts/filters/post.js create mode 100644 themes/next/scripts/helpers/engine.js create mode 100644 themes/next/scripts/helpers/font.js create mode 100644 themes/next/scripts/helpers/navigation.js create mode 100644 themes/next/scripts/helpers/next-config.js create mode 100644 themes/next/scripts/helpers/next-paginator.js create mode 100644 themes/next/scripts/helpers/next-url.js create mode 100644 themes/next/scripts/helpers/next-vendors.js create mode 100644 themes/next/scripts/tags/button.js create mode 100644 themes/next/scripts/tags/caniuse.js create mode 100644 themes/next/scripts/tags/center-quote.js create mode 100644 themes/next/scripts/tags/group-pictures.js create mode 100644 themes/next/scripts/tags/index.js create mode 100644 themes/next/scripts/tags/label.js create mode 100644 themes/next/scripts/tags/link-grid.js create mode 100644 themes/next/scripts/tags/mermaid.js create mode 100644 themes/next/scripts/tags/note.js create mode 100644 themes/next/scripts/tags/pdf.js create mode 100644 themes/next/scripts/tags/tabs.js create mode 100644 themes/next/scripts/tags/video.js create mode 100644 themes/next/scripts/tags/wavedrom.js create mode 100644 themes/next/source/css/_colors.styl create mode 100644 themes/next/source/css/_common/components/back-to-top.styl create mode 100644 themes/next/source/css/_common/components/index.styl create mode 100644 themes/next/source/css/_common/components/pages/breadcrumb.styl create mode 100644 themes/next/source/css/_common/components/pages/categories.styl create mode 100644 themes/next/source/css/_common/components/pages/index.styl create mode 100644 themes/next/source/css/_common/components/pages/schedule.styl create mode 100644 themes/next/source/css/_common/components/pages/tag-cloud.styl create mode 100644 themes/next/source/css/_common/components/post/index.styl create mode 100644 themes/next/source/css/_common/components/post/post-body.styl create mode 100644 themes/next/source/css/_common/components/post/post-collapse.styl create mode 100644 themes/next/source/css/_common/components/post/post-followme.styl create mode 100644 themes/next/source/css/_common/components/post/post-footer.styl create mode 100644 themes/next/source/css/_common/components/post/post-gallery.styl create mode 100644 themes/next/source/css/_common/components/post/post-header.styl create mode 100644 themes/next/source/css/_common/components/post/post-nav.styl create mode 100644 themes/next/source/css/_common/components/post/post-reward.styl create mode 100644 themes/next/source/css/_common/components/post/post-widgets.styl create mode 100644 themes/next/source/css/_common/components/reading-progress.styl create mode 100644 themes/next/source/css/_common/components/third-party/disqusjs.styl create mode 100644 themes/next/source/css/_common/components/third-party/gitalk.styl create mode 100644 themes/next/source/css/_common/components/third-party/index.styl create mode 100644 themes/next/source/css/_common/components/third-party/math.styl create mode 100644 themes/next/source/css/_common/components/third-party/search.styl create mode 100644 themes/next/source/css/_common/components/third-party/utterances.styl create mode 100644 themes/next/source/css/_common/outline/footer/index.styl create mode 100644 themes/next/source/css/_common/outline/header/bookmark.styl create mode 100644 themes/next/source/css/_common/outline/header/github-banner.styl create mode 100644 themes/next/source/css/_common/outline/header/index.styl create mode 100644 themes/next/source/css/_common/outline/header/menu.styl create mode 100644 themes/next/source/css/_common/outline/header/site-meta.styl create mode 100644 themes/next/source/css/_common/outline/header/site-nav.styl create mode 100644 themes/next/source/css/_common/outline/index.styl create mode 100644 themes/next/source/css/_common/outline/mobile.styl create mode 100644 themes/next/source/css/_common/outline/sidebar/index.styl create mode 100644 themes/next/source/css/_common/outline/sidebar/related-posts.styl create mode 100644 themes/next/source/css/_common/outline/sidebar/sidebar-author-links.styl create mode 100644 themes/next/source/css/_common/outline/sidebar/sidebar-author.styl create mode 100644 themes/next/source/css/_common/outline/sidebar/sidebar-blogroll.styl create mode 100644 themes/next/source/css/_common/outline/sidebar/sidebar-button.styl create mode 100644 themes/next/source/css/_common/outline/sidebar/sidebar-nav.styl create mode 100644 themes/next/source/css/_common/outline/sidebar/sidebar-toc.styl create mode 100644 themes/next/source/css/_common/outline/sidebar/sidebar-toggle.styl create mode 100644 themes/next/source/css/_common/outline/sidebar/site-state.styl create mode 100644 themes/next/source/css/_common/scaffolding/base.styl create mode 100644 themes/next/source/css/_common/scaffolding/buttons.styl create mode 100644 themes/next/source/css/_common/scaffolding/comments.styl create mode 100644 themes/next/source/css/_common/scaffolding/highlight/copy-code.styl create mode 100644 themes/next/source/css/_common/scaffolding/highlight/fold.styl create mode 100644 themes/next/source/css/_common/scaffolding/highlight/index.styl create mode 100644 themes/next/source/css/_common/scaffolding/index.styl create mode 100644 themes/next/source/css/_common/scaffolding/normalize.styl create mode 100644 themes/next/source/css/_common/scaffolding/pagination.styl create mode 100644 themes/next/source/css/_common/scaffolding/tables.styl create mode 100644 themes/next/source/css/_common/scaffolding/tags/blockquote-center.styl create mode 100644 themes/next/source/css/_common/scaffolding/tags/group-pictures.styl create mode 100644 themes/next/source/css/_common/scaffolding/tags/index.styl create mode 100644 themes/next/source/css/_common/scaffolding/tags/label.styl create mode 100644 themes/next/source/css/_common/scaffolding/tags/link-grid.styl create mode 100644 themes/next/source/css/_common/scaffolding/tags/mermaid.styl create mode 100644 themes/next/source/css/_common/scaffolding/tags/note.styl create mode 100644 themes/next/source/css/_common/scaffolding/tags/pdf.styl create mode 100644 themes/next/source/css/_common/scaffolding/tags/tabs.styl create mode 100644 themes/next/source/css/_common/scaffolding/tags/wavedrom.styl create mode 100644 themes/next/source/css/_common/scaffolding/toggles.styl create mode 100644 themes/next/source/css/_mixins.styl create mode 100644 themes/next/source/css/_schemes/Gemini/index.styl create mode 100644 themes/next/source/css/_schemes/Mist/_header.styl create mode 100644 themes/next/source/css/_schemes/Mist/_layout.styl create mode 100644 themes/next/source/css/_schemes/Mist/_menu.styl create mode 100644 themes/next/source/css/_schemes/Mist/_posts-expand.styl create mode 100644 themes/next/source/css/_schemes/Mist/index.styl create mode 100644 themes/next/source/css/_schemes/Muse/_header.styl create mode 100644 themes/next/source/css/_schemes/Muse/_layout.styl create mode 100644 themes/next/source/css/_schemes/Muse/_menu.styl create mode 100644 themes/next/source/css/_schemes/Muse/_sidebar.styl create mode 100644 themes/next/source/css/_schemes/Muse/_sub-menu.styl create mode 100644 themes/next/source/css/_schemes/Muse/index.styl create mode 100644 themes/next/source/css/_schemes/Pisces/_header.styl create mode 100644 themes/next/source/css/_schemes/Pisces/_layout.styl create mode 100644 themes/next/source/css/_schemes/Pisces/_menu.styl create mode 100644 themes/next/source/css/_schemes/Pisces/_sidebar.styl create mode 100644 themes/next/source/css/_schemes/Pisces/_sub-menu.styl create mode 100644 themes/next/source/css/_schemes/Pisces/index.styl create mode 100644 themes/next/source/css/_variables/Gemini.styl create mode 100644 themes/next/source/css/_variables/Mist.styl create mode 100644 themes/next/source/css/_variables/Muse.styl create mode 100644 themes/next/source/css/_variables/Pisces.styl create mode 100644 themes/next/source/css/_variables/base.styl create mode 100644 themes/next/source/css/main.styl create mode 100644 themes/next/source/css/noscript.styl create mode 100644 themes/next/source/images/apple-touch-icon-next.png create mode 100644 themes/next/source/images/avatar.gif create mode 100644 themes/next/source/images/favicon-16x16-next.png create mode 100644 themes/next/source/images/favicon-32x32-next.png create mode 100644 themes/next/source/images/logo-algolia-nebula-blue-full.svg create mode 100644 themes/next/source/images/logo.svg create mode 100644 themes/next/source/js/bookmark.js create mode 100644 themes/next/source/js/comments-buttons.js create mode 100644 themes/next/source/js/comments.js create mode 100644 themes/next/source/js/config.js create mode 100644 themes/next/source/js/motion.js create mode 100644 themes/next/source/js/next-boot.js create mode 100644 themes/next/source/js/pjax.js create mode 100644 themes/next/source/js/schedule.js create mode 100644 themes/next/source/js/schemes/muse.js create mode 100644 themes/next/source/js/third-party/addtoany.js create mode 100644 themes/next/source/js/third-party/analytics/baidu-analytics.js create mode 100644 themes/next/source/js/third-party/analytics/google-analytics.js create mode 100644 themes/next/source/js/third-party/analytics/growingio.js create mode 100644 themes/next/source/js/third-party/analytics/matomo.js create mode 100644 themes/next/source/js/third-party/chat/chatra.js create mode 100644 themes/next/source/js/third-party/chat/tidio.js create mode 100644 themes/next/source/js/third-party/comments/changyan.js create mode 100644 themes/next/source/js/third-party/comments/disqus.js create mode 100644 themes/next/source/js/third-party/comments/disqusjs.js create mode 100644 themes/next/source/js/third-party/comments/gitalk.js create mode 100644 themes/next/source/js/third-party/comments/isso.js create mode 100644 themes/next/source/js/third-party/comments/livere.js create mode 100644 themes/next/source/js/third-party/comments/utterances.js create mode 100644 themes/next/source/js/third-party/fancybox.js create mode 100644 themes/next/source/js/third-party/math/katex.js create mode 100644 themes/next/source/js/third-party/math/mathjax.js create mode 100644 themes/next/source/js/third-party/pace.js create mode 100644 themes/next/source/js/third-party/quicklink.js create mode 100644 themes/next/source/js/third-party/search/algolia-search.js create mode 100644 themes/next/source/js/third-party/search/local-search.js create mode 100644 themes/next/source/js/third-party/statistics/firestore.js create mode 100644 themes/next/source/js/third-party/statistics/lean-analytics.js create mode 100644 themes/next/source/js/third-party/tags/mermaid.js create mode 100644 themes/next/source/js/third-party/tags/pdf.js create mode 100644 themes/next/source/js/third-party/tags/wavedrom.js create mode 100644 themes/next/source/js/utils.js create mode 100644 themes/next/test/helpers/font.js create mode 100644 themes/next/test/helpers/index.js create mode 100644 themes/next/test/helpers/next-url.js create mode 100644 themes/next/test/index.js create mode 100644 themes/next/test/tags/button.js create mode 100644 themes/next/test/tags/caniuse.js create mode 100644 themes/next/test/tags/center-quote.js create mode 100644 themes/next/test/tags/group-pictures.js create mode 100644 themes/next/test/tags/index.js create mode 100644 themes/next/test/tags/label.js create mode 100644 themes/next/test/tags/link-grid.js create mode 100644 themes/next/test/tags/mermaid.js create mode 100644 themes/next/test/tags/note.js create mode 100644 themes/next/test/tags/pdf.js create mode 100644 themes/next/test/tags/tabs.js create mode 100644 themes/next/test/tags/video.js create mode 100644 themes/next/test/validate/index.js diff --git a/themes/next/.editorconfig b/themes/next/.editorconfig new file mode 100644 index 00000000..2305854a --- /dev/null +++ b/themes/next/.editorconfig @@ -0,0 +1,11 @@ +# editorconfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space +indent_size = 2 diff --git a/themes/next/.eslintrc.json b/themes/next/.eslintrc.json new file mode 100644 index 00000000..46b2439e --- /dev/null +++ b/themes/next/.eslintrc.json @@ -0,0 +1,4 @@ +{ + "extends": "@next-theme", + "root": true +} diff --git a/themes/next/.stylelintrc b/themes/next/.stylelintrc new file mode 100644 index 00000000..e0c08bba --- /dev/null +++ b/themes/next/.stylelintrc @@ -0,0 +1,20 @@ +{ + "plugins": [ + "stylelint-stylus" + ], + "extends": [ + "stylelint-stylus/standard" + ], + "rules": { + "stylus/semicolon": "always", + "stylus/pythonic": "never", + "stylus/declaration-colon": "always", + "stylus/number-leading-zero": "never", + "stylus/selector-list-comma": "always", + "stylus/selector-list-comma-newline-after": "never-multi-line", + "stylus/media-feature-colon": "always", + "stylus/single-line-comment": null, + "stylus/single-line-comment-no-empty": null, + "stylus/block-closing-brace-newline-after": "never-single-line" + } +} diff --git a/themes/next/LICENSE.md b/themes/next/LICENSE.md new file mode 100644 index 00000000..f2f7f656 --- /dev/null +++ b/themes/next/LICENSE.md @@ -0,0 +1,59 @@ +#
    «NexT» – Elegant and powerful theme for Hexo.
    + +

    Copyright © 2017 «NexT».

    + +

    Detail attribution information for «NexT»
    + is contained in the 'docs/AUTHORS.md' file.

    + + This program is free software; you can redistribute it and/or modify +it under the terms of the [GNU Affero General Public License version 3][AGPL3] +as published by the Free Software Foundation with the addition of the +following permission added to [Section 15][AGPL3-15] as permitted in [Section 7(a)][AGPL3-7]: +FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY «NEXT», +«NEXT» DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + + This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +or FITNESS FOR A PARTICULAR PURPOSE. +See the GNU Affero General Public License for more details. +You should have received a copy of the GNU Affero General Public License +along with this program; if not, see: https://www.gnu.org/licenses/agpl.txt + + In accordance with [Section 7(b)][AGPL3-7] of the GNU Affero General Public License: + +* a) It is not necessary to specify copyright in each source file of + this program because GitHub fully save commits of all modified files + with their authors and provides to see for this changes publicly. + +* b) For any part of the covered work in which the copyright not specified, + will mean this part owned by «NexT» in accord with terms in this file. + +* c) A covered work must retain «NexT» official website link + (https://theme-next.js.org) in footer section of every website created, + modified or manipulated by using «NexT». + «NexT» theme configuration must be: + ```yml + footer: + theme: + enable: true + ``` + Collaborators, best contributors and all authors specified in the + '[docs/AUTHORS.md][AUTHORS]' file of «NexT» repository under the + 'https://github.com/next-theme' organization can ignore theme info link + requirements. + +Anyone can be released from the requirements of the license by purchasing +a commercial license. Buying such a license is mandatory as soon as you +develop commercial activities involving the «NexT» software without +disclosing the source code of your own applications. +These activities include: + 1. Access to private repository with various premium features. + 2. Priority support for resolve all possible issues with «NexT». + 3. Priority support for implement all possible features to «NexT». + +

    This license also available in text format.

    + +[AUTHORS]: docs/AUTHORS.md +[AGPL3]: docs/AGPL3.md +[AGPL3-7]: docs/AGPL3.md/#7-additional-terms +[AGPL3-15]: docs/AGPL3.md/#15-disclaimer-of-warranty diff --git a/themes/next/README.md b/themes/next/README.md new file mode 100644 index 00000000..9da93ce5 --- /dev/null +++ b/themes/next/README.md @@ -0,0 +1,192 @@ +
    + Language: + 🇺🇸 + 🇨🇳 + 🇷🇺 +
    + + + + + NexT preview + + +NexT logo + +# NexT + +> «NexT» is a high quality elegant [Hexo](https://hexo.io) theme. It is crafted from scratch with love. + +[![NPM version](https://img.shields.io/npm/v/hexo-theme-next?color=red&logo=npm&style=flat-square)](https://www.npmjs.com/package/hexo-theme-next) +[![NPM Downloads](https://img.shields.io/npm/dm/hexo-theme-next?logo=npm&style=flat-square)](https://www.npmjs.com/package/hexo-theme-next) +[![Required Hexo version](https://img.shields.io/badge/hexo-%3E=5.3.0-blue?style=flat-square&logo=hexo)](https://hexo.io) +[![License](https://img.shields.io/badge/license-%20AGPL-orange?style=flat-square&logo=gnu)](https://github.com/next-theme/hexo-theme-next/blob/master/LICENSE.md) +[![Build Status](https://img.shields.io/github/actions/workflow/status/next-theme/hexo-theme-next/linter.yml?branch=master&label=test&logo=github&style=flat-square)](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ALinter) +[![Build Status](https://img.shields.io/github/actions/workflow/status/next-theme/hexo-theme-next/tester.yml?branch=master&logo=github&style=flat-square)](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ATester) +[![Coverage Status](https://img.shields.io/coveralls/github/next-theme/hexo-theme-next?logo=coveralls&style=flat-square)](https://coveralls.io/github/next-theme/hexo-theme-next) + +## Live Preview + +

    + 💟 Muse | 🔯 Mist | ♓️ Pisces | ♊️ Gemini +
    +
    + More «NexT» examples here. +

    + +## Installation + +If you're using Hexo 5.0 or later, the simplest way to install is through npm: + +```sh +$ cd hexo-site +$ npm install hexo-theme-next +``` + +Or you can clone the entire repository: + +```sh +$ cd hexo-site +$ git clone https://github.com/next-theme/hexo-theme-next themes/next +``` + +See [detailed installation instructions][docs-installation-url] if you want any other variant. + +After the installation, open Hexo config file and set `theme` variable to `next`. + +```yml +theme: next +``` + +## Configuration + +It is not recommended to directly modify any files in the NexT theme. Because this may cause errors (e.g. merge conflicts), and the modified files may be discarded when upgrading the theme. + +At present, NexT encourages users to use the [Alternate Theme Config][docs-configuration-url] to configure NexT. And it's easy to customize the layout or style of NexT using [Custom Files][docs-custom-files-url]. + +## Plugins + +Plugins extend and expand the functionality of NexT. There are two types of plugins: core plugins and third-party plugins. The core plugins are required by the basic functions of NexT. Third-party plugins provide a large number of optional features. + +Configuring these plugins is very easy. For example, if you want to enable `pjax` on your site, just set `pjax` to `true` in NexT config file: + +```yml +# Easily enable fast Ajax navigation on your website. +# For more information: https://github.com/next-theme/pjax +pjax: true +``` + +### Configure CDN + +Third-party plugins are loaded from [CDNJS](https://cdnjs.com) CDN by default. We also provide other optional CDNs, including the famous [UNPKG](https://unpkg.com) and [jsDelivr](https://www.jsdelivr.com). + +For example, if you want to use `unpkg` instead of `cdnjs` as the default CDN provider, you need to edit the following settings in NexT config file: + +```yml +vendors: + # ... + # Some contents... + # ... + plugins: unpkg +``` + +## Update + +A new version of NexT will be released every month. Please read the [release notes][docs-release-url] before updating the theme. You can update NexT by the following command. + +Install the latest version through npm: + +```sh +$ cd hexo-site +$ npm install hexo-theme-next@latest +``` + +Or update to the latest master branch: + +```sh +$ cd themes/next +$ git pull +``` + +**If you want to update from v5.x / v7.x to the latest version, read [this][docs-upgrade-url].** + +## Feedback + +* Visit the [Awesome NexT][awesome-next-url] list to share plugins and tutorials with other users. +* Join our [GitHub discussions][discussions-url] / [Gitter][gitter-url] chats. +* [Add or improve translation][i18n-url] in few seconds. +* Report a bug in [GitHub Issues][issues-bug-url]. +* Request a new feature on [GitHub][issues-feat-url]. +* Vote for [popular feature requests][feat-req-vote-url]. + +## Contributing + +We welcome you to join the development of NexT. Please see [contributing document][contributing-document-url]. 🤗 + +Also, we welcome Issue or PR to our [official-plugins][official-plugins-url]. + +## Contributors + +[![Contributors][contributors-image]][contributors-url] + +## Thanks + +«NexT» send special thanks to these great services that sponsor our core infrastructure: + + + +> GitHub allows us to host the Git repository and run the test suite. + + + + + + Netlify Logo + + + +> Netlify allows us to distribute the documentation. + + + + + + Netlify Logo + + + +> Crowdin allows us to translate conveniently the documentation. + + + + + + CDNJS Logo + + + +> Thanks CDNJS for providing public CDN service. + +## License + +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnext-theme%2Fhexo-theme-next.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnext-theme%2Fhexo-theme-next?ref=badge_large) + +[docs-installation-url]: https://theme-next.js.org/docs/getting-started/installation.html +[docs-configuration-url]: https://theme-next.js.org/docs/getting-started/configuration.html +[docs-custom-files-url]: https://theme-next.js.org/docs/advanced-settings/custom-files.html +[docs-release-url]: https://github.com/next-theme/hexo-theme-next/releases +[docs-upgrade-url]: https://theme-next.js.org/docs/getting-started/upgrade.html + +[awesome-next-url]: https://github.com/next-theme/awesome-next +[discussions-url]: https://github.com/next-theme/hexo-theme-next/discussions +[gitter-url]: https://app.gitter.im/#/room/#next:gitter.im +[i18n-url]: https://crowdin.com/project/hexo-theme-next + +[issues-bug-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Bug&template=bug-report.md +[issues-feat-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Feature+Request&template=feature-request.md +[feat-req-vote-url]: https://github.com/next-theme/hexo-theme-next/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22 + +[contributing-document-url]: https://github.com/next-theme/hexo-theme-next/blob/master/.github/CONTRIBUTING.md +[official-plugins-url]: https://github.com/next-theme +[contributors-image]: https://raw.githubusercontent.com/next-theme/contributors/master/contributors.svg +[contributors-url]: https://github.com/next-theme/hexo-theme-next/blob/master/docs/AUTHORS.md diff --git a/themes/next/_config.yml b/themes/next/_config.yml new file mode 100644 index 00000000..3e8c96c7 --- /dev/null +++ b/themes/next/_config.yml @@ -0,0 +1,928 @@ +# =============================================================== +# It's recommended to use Alternate Theme Config to configure NexT +# Modifying this file may result in merge conflict +# See: https://theme-next.js.org/docs/getting-started/configuration +# =============================================================== + +# --------------------------------------------------------------- +# Theme Core Configuration Settings +# See: https://theme-next.js.org/docs/theme-settings/ +# --------------------------------------------------------------- + +# Allow to cache content generation. +cache: + enable: true + +# Remove unnecessary files after hexo generate. +minify: false + +# Define custom file paths. +# Create your custom files in site directory `source/_data` and uncomment needed files below. +custom_file_path: + #head: source/_data/head.njk + #header: source/_data/header.njk + #sidebar: source/_data/sidebar.njk + #postMeta: source/_data/post-meta.njk + #postBodyStart: source/_data/post-body-start.njk + #postBodyEnd: source/_data/post-body-end.njk + #footer: source/_data/footer.njk + #bodyEnd: source/_data/body-end.njk + #variable: source/_data/variables.styl + #mixin: source/_data/mixins.styl + #style: source/_data/styles.styl + + +# --------------------------------------------------------------- +# Scheme Settings +# --------------------------------------------------------------- + +# Schemes +scheme: Muse +#scheme: Mist +#scheme: Pisces +#scheme: Gemini + +# Dark Mode +darkmode: false + + +# --------------------------------------------------------------- +# Site Information Settings +# --------------------------------------------------------------- + +favicon: + small: /images/favicon-16x16-next.png + medium: /images/favicon-32x32-next.png + apple_touch_icon: /images/apple-touch-icon-next.png + safari_pinned_tab: /images/logo.svg + #android_manifest: /manifest.json + +# Custom Logo (Warning: Do not support scheme Mist) +custom_logo: #/uploads/custom-logo.png + +# Creative Commons 4.0 International License. +# See: https://creativecommons.org/about/cclicenses/ +creative_commons: + # Available values: by | by-nc | by-nc-nd | by-nc-sa | by-nd | by-sa | cc-zero + license: by-nc-sa + # Available values: big | small + size: small + sidebar: false + post: false + # You can set a language value if you prefer a translated version of CC license, e.g. deed.zh + # CC licenses are available in 39 languages, you can find the specific and correct abbreviation you need on https://creativecommons.org + language: + +# Open graph settings +# See: https://hexo.io/docs/helpers#open-graph +open_graph: + enable: true + options: + #twitter_card: + #twitter_id: + #twitter_site: + #twitter_image: + #google_plus: + #fb_admins: + #fb_app_id: + + +# --------------------------------------------------------------- +# Menu Settings +# --------------------------------------------------------------- + +# Usage: `Key: /link/ || icon` +# Key is the name of menu item. If the translation for this item is available, the translated text will be loaded, otherwise the Key name will be used. Key is case-sensitive. +# Value before `||` delimiter is the target link, value after `||` delimiter is the name of Font Awesome icon. +# External url should start with http:// or https:// +menu: + #home: / || fa fa-home + #about: /about/ || fa fa-user + #tags: /tags/ || fa fa-tags + #categories: /categories/ || fa fa-th + #archives: /archives/ || fa fa-archive + #schedule: /schedule/ || fa fa-calendar + #sitemap: /sitemap.xml || fa fa-sitemap + #commonweal: /404/ || fa fa-heartbeat + +# Enable / Disable menu icons / item badges. +menu_settings: + icons: true + badges: false + + +# --------------------------------------------------------------- +# Sidebar Settings +# See: https://theme-next.js.org/docs/theme-settings/sidebar +# --------------------------------------------------------------- + +sidebar: + # Sidebar Position. + position: left + #position: right + + # Manual define the sidebar width. If commented, will be default for: + # Muse | Mist: 320 + # Pisces | Gemini: 240 + #width: 300 + + # Sidebar Display (only for Muse | Mist), available values: + # - post expand on posts automatically. Default. + # - always expand for all pages automatically. + # - hide expand only when click on the sidebar toggle icon. + # - remove totally remove sidebar including sidebar toggle. + display: post + + # Sidebar padding in pixels. + padding: 18 + # Sidebar offset from top menubar in pixels (only for Pisces | Gemini). + offset: 12 + +# Sidebar Avatar +avatar: + # Replace the default image and set the url here. + url: #/images/avatar.gif + # If true, the avatar will be displayed in circle. + rounded: false + # If true, the avatar will be rotated with the cursor. + rotated: false + +# Posts / Categories / Tags in sidebar. +site_state: true + +# Social Links +# Usage: `Key: permalink || icon` +# Key is the link label showing to end users. +# Value before `||` delimiter is the target permalink, value after `||` delimiter is the name of Font Awesome icon. +social: + #GitHub: https://github.com/yourname || fab fa-github + #E-Mail: mailto:yourname@gmail.com || fa fa-envelope + #Weibo: https://weibo.com/yourname || fab fa-weibo + #Twitter: https://twitter.com/yourname || fab fa-twitter + #FB Page: https://www.facebook.com/yourname || fab fa-facebook + #StackOverflow: https://stackoverflow.com/yourname || fab fa-stack-overflow + #YouTube: https://youtube.com/yourname || fab fa-youtube + #Instagram: https://instagram.com/yourname || fab fa-instagram + #Skype: skype:yourname?call|chat || fab fa-skype + +social_icons: + enable: true + icons_only: false + transition: false + +# Blog rolls +links_settings: + icon: fa fa-globe + # Available values: block | inline + layout: block + +links: + #Title: https://example.com + +# Table of Contents in the Sidebar +# Front-matter variable (nonsupport wrap expand_all). +toc: + enable: true + # Automatically add list number to toc. + number: true + # If true, all words will placed on next lines if header width longer then sidebar width. + wrap: false + # If true, all level of TOC in a post will be displayed, rather than the activated part of it. + expand_all: false + # Maximum heading depth of generated toc. + max_depth: 6 + + +# --------------------------------------------------------------- +# Footer Settings +# See: https://theme-next.js.org/docs/theme-settings/footer +# --------------------------------------------------------------- + +# Show multilingual switcher in footer. +language_switcher: false + +footer: + # Specify the year when the site was setup. If not defined, current year will be used. + #since: 2021 + + # Icon between year and copyright info. + icon: + # Icon name in Font Awesome. See: https://fontawesome.com/icons + name: fa fa-heart + # If you want to animate the icon, set it to true. + animated: false + # Change the color of icon, using Hex Code. + color: "#ff0000" + + # If not defined, `author` from Hexo `_config.yml` will be used. + # Set to `false` to disable the copyright statement. + copyright: + + # Powered by Hexo & NexT + powered: true + + # Beian ICP and gongan information for Chinese users. See: https://beian.miit.gov.cn, https://beian.mps.gov.cn + beian: + enable: false + icp: + # The digit in the num of gongan beian. + gongan_id: + # The full num of gongan beian. + gongan_num: + # The icon for gongan beian. Login and See: https://beian.mps.gov.cn/web/business/businessHome/website + gongan_icon_url: + + +# --------------------------------------------------------------- +# Post Settings +# See: https://theme-next.js.org/docs/theme-settings/posts +# --------------------------------------------------------------- + +# Use `description` in front-matter to specify post excerpt. +excerpt_description: true + +# Read more button +# If true, the read more button will be displayed in excerpt section. +read_more_btn: true + +# Post meta display settings +post_meta: + item_text: true + created_at: true + updated_at: + enable: true + another_day: true + categories: true + +# Post wordcount display settings +# Dependencies: https://github.com/next-theme/hexo-word-counter +symbols_count_time: + separated_meta: true + item_text_total: false + +# Use icon instead of the symbol # to indicate the tag at the bottom of the post +tag_icon: false + +# Donate (Sponsor) settings +# Front-matter variable (nonsupport animation). +reward_settings: + # If true, a donate button will be displayed in every article by default. + enable: false + animation: false + +reward: + #wechatpay: /images/wechatpay.png + #alipay: /images/alipay.png + #paypal: /images/paypal.png + #bitcoin: /images/bitcoin.png + +# Subscribe through Telegram Channel, Twitter, etc. +# Usage: `Key: permalink || icon` (Font Awesome) +follow_me: + #Twitter: https://twitter.com/username || fab fa-twitter + #Telegram: https://t.me/channel_name || fab fa-telegram + #WeChat: /images/wechat_channel.png || fab fa-weixin + #RSS: /atom.xml || fa fa-rss + +# Related popular posts +# Dependencies: https://github.com/sergeyzwezdin/hexo-related-posts +related_posts: + enable: false + icon: fa fa-signs-post + +# Post edit +# Easily browse and edit blog source code online. +post_edit: + enable: false + url: https://github.com/user-name/repo-name/tree/branch-name/subdirectory-name/ # Link for view source + #url: https://github.com/user-name/repo-name/edit/branch-name/subdirectory-name/ # Link for fork & edit + +# Show previous post and next post in post footer if exists +# Available values: left | right | false +post_navigation: left + + +# --------------------------------------------------------------- +# Custom Page Settings +# See: https://theme-next.js.org/docs/theme-settings/custom-pages +# --------------------------------------------------------------- + +# TagCloud settings for tags page. +tagcloud: + min: 12 # Minimum font size in px + max: 30 # Maximum font size in px + amount: 200 # Total amount of tags + orderby: name # Order of tags + order: 1 # Sort order + +# Google Calendar +# Share your recent schedule to others via calendar page. +calendar: + calendar_id: # Your Google account E-Mail + api_key: + orderBy: startTime + showLocation: false + offsetMax: 72 # Time Range + offsetMin: 4 # Time Range + showDeleted: false + singleEvents: true + maxResults: 250 + + +# --------------------------------------------------------------- +# Misc Theme Settings +# See: https://theme-next.js.org/docs/theme-settings/miscellaneous +# --------------------------------------------------------------- + +# Preload styles and preconnect CDN for fonts and plugins. +# For more information: https://www.w3.org/TR/resource-hints/#preconnect +preconnect: false + +# Set the text alignment in posts / pages. +text_align: + # Available values: start | end | left | right | center | justify | justify-all | match-parent + desktop: justify + mobile: justify + +# Reduce padding / margin indents on devices with narrow width. +mobile_layout_economy: false + +# Browser header panel color. +theme_color: + light: "#222" + dark: "#222" + +# Override browsers' default behavior. +body_scrollbar: + # Place the scrollbar over the content. + overlay: false + # Present the scrollbar even if the content is not overflowing. + stable: false + +codeblock: + # Code Highlight theme + # All available themes: https://theme-next.js.org/highlight/ + theme: + light: default + dark: stackoverflow-dark + prism: + light: prism + dark: prism-dark + # Add copy button on codeblock + copy_button: + enable: false + # Available values: default | flat | mac + style: + # Fold code block + fold: + enable: false + height: 500 + +back2top: + enable: true + # Back to top in sidebar. + sidebar: false + # Scroll percent label in b2t button. + scrollpercent: false + +# Reading progress bar +reading_progress: + enable: false + # Available values: left | right + start_at: left + # Available values: top | bottom + position: top + reversed: false + color: "#37c6c0" + height: 3px + +# Bookmark Support +bookmark: + enable: false + # Customize the color of the bookmark. + color: "#222" + # If auto, save the reading progress when closing the page or clicking the bookmark-icon. + # If manual, only save it by clicking the bookmark-icon. + save: auto + +# `Follow me on GitHub` banner in the top-right corner. +github_banner: + enable: false + permalink: https://github.com/yourname + + +# --------------------------------------------------------------- +# Font Settings +# --------------------------------------------------------------- +# Find fonts on Google Fonts (https://fonts.google.com) +# All fonts set here will have the following styles: +# light | light italic | normal | normal italic | bold | bold italic +# Be aware that setting too much fonts will cause site running slowly +# --------------------------------------------------------------- +# Web Safe fonts are recommended for `global` (and `title`): +# Arial | Tahoma | Helvetica | Times New Roman | Courier New | Verdana | Georgia | Palatino | Garamond | Comic Sans MS | Trebuchet MS +# --------------------------------------------------------------- + +font: + enable: false + + # Uri of fonts host, e.g. https://fonts.googleapis.com (Default). + host: + + # Font options: + # `external: true` will load this font family from `host` above. + # `family: Times New Roman`. Without any quotes. + # `size: x.x`. Use `em` as unit. Default: 1 (16px) + + # Global font settings used for all elements inside . + global: + external: true + family: Lato + size: + + # Font settings for site title (.site-title). + title: + external: true + family: + size: + + # Font settings for headlines (

    to

    ). + headings: + external: true + family: + size: + + # Font settings for posts (.post-body). + posts: + external: true + family: + + # Font settings for and code blocks. + codes: + external: true + family: + + +# --------------------------------------------------------------- +# SEO Settings +# See: https://theme-next.js.org/docs/theme-settings/seo +# --------------------------------------------------------------- + +# If true, site-subtitle will be added to the title of index page. +# Remember to set up your site-subtitle in Hexo `_config.yml` (e.g. subtitle: Subtitle) +index_with_subtitle: false + +# Automatically add external URL with Base64 encrypt & decrypt. +exturl: false +# If true, an icon will be attached to each external URL +exturl_icon: true + +# Google Webmaster tools verification. +# See: https://developers.google.com/search +google_site_verification: + +# Bing Webmaster tools verification. +# See: https://www.bing.com/webmasters +bing_site_verification: + +# Yandex Webmaster tools verification. +# See: https://webmaster.yandex.ru +yandex_site_verification: + +# Baidu Webmaster tools verification. +# See: https://ziyuan.baidu.com/site +baidu_site_verification: + + +# --------------------------------------------------------------- +# Tags Settings +# See: https://theme-next.js.org/docs/tag-plugins/ +# --------------------------------------------------------------- + +# Note tag (bootstrap callout) +note: + # Note tag style values: + # - simple bootstrap callout old alert style. Default. + # - modern bootstrap callout new (v2-v3) alert style. + # - flat flat callout style with background, like on Mozilla or StackOverflow. + # - disabled disable all CSS styles import of note tag. + style: simple + icons: false + # Offset lighter of background in % for modern and flat styles (modern: -12 | 12; flat: -18 | 6). + # Offset also applied to label tag variables. This option can work with disabled note tag. + light_bg_offset: 0 + +# Tabs tag +tabs: + # Make the nav bar of tabs with long content stick to the top. + sticky: false + transition: + tabs: false + labels: true + +# PDF tag +# NexT will try to load pdf files natively, if failed, pdf.js will be used. +# So, you have to install the dependency of pdf.js if you want to use pdf tag and make it available to all browsers. +# Dependencies: https://github.com/next-theme/theme-next-pdf +pdf: + enable: false + # Default height + height: 500px + +# Mermaid tag +mermaid: + enable: false + # Available themes: default | dark | forest | neutral + theme: + light: default + dark: dark + +# WaveDrom tag +wavedrom: + enable: false + +# --------------------------------------------------------------- +# Third Party Plugins & Services Settings +# See: https://theme-next.js.org/docs/third-party-services/ +# More plugins: https://github.com/next-theme/awesome-next +# --------------------------------------------------------------- + +# --------------------------------------------------------------- +# Math Formulas Render Support +# See: https://theme-next.js.org/docs/third-party-services/math-equations +# Warning: Please install / uninstall the relevant renderer according to the documentation. +# Server-side plugin: https://github.com/next-theme/hexo-filter-mathjax +# --------------------------------------------------------------- + +math: + # Default (false) will load mathjax / katex script on demand. + # That is it only render those page which has `mathjax: true` in front-matter. + # If you set it to true, it will load mathjax / katex script EVERY PAGE. + every_page: false + + mathjax: + enable: false + # Available values: none | ams | all + tags: none + + katex: + enable: false + # See: https://github.com/KaTeX/KaTeX/tree/master/contrib/copy-tex + copy_tex: false + + +# --------------------------------------------------------------- +# External Libraries +# See: https://theme-next.js.org/docs/third-party-services/external-libraries +# --------------------------------------------------------------- + +# Easily enable fast Ajax navigation on your website. +# For more information: https://github.com/next-theme/pjax +pjax: false + +# FancyBox is a tool that offers a nice and elegant way to add zooming functionality for images. +# For more information: https://fancyapps.com/fancybox/ +fancybox: false + +# Medium Zoom is a JavaScript library for zooming images like Medium. +# Warning: Do not enable both `fancybox` and `mediumzoom`. +# For more information: https://medium-zoom.francoischalifour.com +mediumzoom: false + +# Vanilla JavaScript plugin for lazyloading images. +# For more information: https://apoorv.pro/lozad.js/demo/ +lazyload: false + +# Automatically insert whitespace between CJK and half-width characters. +# For more information: https://github.com/vinta/pangu.js +# Server-side plugin: https://github.com/next-theme/hexo-pangu +pangu: false + +# Prefetch links based on what is in the user's viewport. +# For more information: https://getquick.link +# Front-matter variable (nonsupport home archive). +quicklink: + enable: false + + # Home page and archive page can be controlled through home and archive options below. + # This configuration item is independent of `enable`. + home: false + archive: false + + # Default (true) will initialize quicklink after the load event fires. + delay: true + # Custom a time in milliseconds by which the browser must execute prefetching. + timeout: 3000 + # Default (true) will attempt to use the fetch() API if supported (rather than link[rel=prefetch]). + priority: true + + +# --------------------------------------------------------------- +# Animation Settings +# --------------------------------------------------------------- + +# Use Animate.css to animate everything. +# For more information: https://animate.style +motion: + enable: true + async: false + transition: + # All available transition variants: https://theme-next.js.org/animate/ + menu_item: fadeInDown + post_block: fadeIn + post_header: fadeInDown + post_body: fadeInDown + coll_header: fadeInLeft + # Only for Pisces | Gemini. + sidebar: fadeInUp + +# Progress bar in the top during page loading. +# For more information: https://github.com/CodeByZach/pace +pace: + enable: false + # All available colors: + # black | blue | green | orange | pink | purple | red | silver | white | yellow + color: blue + # All available themes: + # big-counter | bounce | barber-shop | center-atom | center-circle | center-radar | center-simple + # corner-indicator | fill-left | flat-top | flash | loading-bar | mac-osx | material | minimal + theme: minimal + +# Generate a ribbon in your website with HTML5 canvas. +# For more information: https://github.com/hustcc/ribbon.js +canvas_ribbon: + enable: false + size: 300 # The width of the ribbon + alpha: 0.6 # The transparency of the ribbon + zIndex: -1 # The display level of the ribbon + + +# --------------------------------------------------------------- +# Comments Settings +# See: https://theme-next.js.org/docs/third-party-services/comments +# --------------------------------------------------------------- + +# Multiple Comment System Support +comments: + # Available values: tabs | buttons + style: tabs + # Choose a comment system to be displayed by default. + # Available values: disqus | disqusjs | changyan | livere | gitalk | utterances + active: + # Setting `true` means remembering the comment system selected by the visitor. + storage: true + # Lazyload all comment systems. + lazyload: false + # Modify texts or order for any naves, here are some examples. + nav: + #disqus: + # text: Load Disqus + # order: -1 + #gitalk: + # order: -2 + +# Disqus +# For more information: https://disqus.com +disqus: + enable: false + shortname: + count: true + +# DisqusJS +# For more information: https://disqusjs.skk.moe +disqusjs: + enable: false + # API Endpoint of Disqus API (https://disqus.com/api/docs/). + # Leave api empty if you are able to connect to Disqus API. Otherwise you need a reverse proxy for it. + # For example: + # api: https://disqus.skk.moe/disqus/ + api: + apikey: # Register new application from https://disqus.com/api/applications/ + shortname: # See: https://disqus.com/admin/settings/general/ + +# Changyan +# For more information: https://changyan.kuaizhan.com +changyan: + enable: false + appid: + appkey: + # Show comments count + count: true + +# LiveRe comments system +# You can get your uid from https://livere.com/insight/myCode (General web site) +livere_uid: # + +# Gitalk +# For more information: https://gitalk.github.io +gitalk: + enable: false + github_id: # GitHub repo owner + repo: # Repository name to store issues + client_id: # GitHub Application Client ID + client_secret: # GitHub Application Client Secret + admin_user: # GitHub repo owner and collaborators, only these guys can initialize gitHub issues + distraction_free_mode: true # Facebook-like distraction free mode + # When the official proxy is not available, you can change it to your own proxy address + proxy: https://cors-anywhere.azm.workers.dev/https://github.com/login/oauth/access_token # This is official proxy address + # Gitalk's display language depends on user's browser or system environment + # If you want everyone visiting your site to see a uniform language, you can set a force language value + # Available values: en | es-ES | fr | ru | zh-CN | zh-TW + language: + +# Utterances +# For more information: https://utteranc.es +utterances: + enable: false + repo: user-name/repo-name # Github repository owner and name + # Available values: pathname | url | title | og:title + issue_term: pathname + # Available values: github-light | github-dark | preferred-color-scheme | github-dark-orange | icy-dark | dark-blue | photon-dark | boxy-light + theme: github-light + +# Isso +# For more information: https://isso-comments.de +isso: # + + +# --------------------------------------------------------------- +# Post Widgets & Content Sharing Services +# See: https://theme-next.js.org/docs/third-party-services/post-widgets +# --------------------------------------------------------------- + +# AddToAny Share. See: https://www.addtoany.com +addtoany: + enable: false + buttons: + - facebook + - twitter + + +# --------------------------------------------------------------- +# Statistics and Analytics +# See: https://theme-next.js.org/docs/third-party-services/statistics-and-analytics +# --------------------------------------------------------------- + +# Google Analytics +# See: https://analytics.google.com +google_analytics: + tracking_id: # + # By default, NexT will load an external gtag.js script on your site. + # If you only need the pageview feature, set the following option to true to get a better performance. + only_pageview: false + # only needed if you are using `only_pageview` mode, https://developers.google.com/analytics/devguides/collection/protocol/ga4 + measure_protocol_api_secret: + +# Baidu Analytics +# See: https://tongji.baidu.com +baidu_analytics: # + +# Growingio Analytics +# See: https://www.growingio.com +growingio_analytics: # + +# Cloudflare Web Analytics +# See: https://www.cloudflare.com/web-analytics/ +cloudflare_analytics: + +# Microsoft Clarity Analytics +# See: https://clarity.microsoft.com/ +clarity_analytics: # + +# Matomo Analytics +# See: https://matomo.org/ +matomo: + enable: false + server_url: # https://www.example.com/ + site_id: # + +# Umami Analytics +# See: https://umami.is/ +umami: + enable: false + script_url: # https://umami.example.com/script.js + website_id: # + host_url: # + +# Plausible Analytics +# See: https://plausible.io/ +plausible: + enable: false + script_url: # https://plausible.io/js/script.js + site_domain: # www.example.com + +# Show number of visitors of each article. +# You can visit https://www.leancloud.cn to get AppID and AppKey. +leancloud_visitors: + enable: false + app_id: # + app_key: # + # Required for apps from CN region + server_url: # + # Dependencies: https://github.com/theme-next/hexo-leancloud-counter-security + # If you don't care about security in leancloud counter and just want to use it directly + # (without hexo-leancloud-counter-security plugin), set `security` to `false`. + security: true + +# Another tool to show number of visitors to each article. +# Visit https://console.firebase.google.com/u/0/ to get apiKey and projectId. +# Visit https://firebase.google.com/docs/firestore/ to get more information about firestore. +firestore: + enable: false + collection: articles # Required, a string collection name to access firestore database + apiKey: # Required + projectId: # Required + +# Show Views / Visitors of the website / page with busuanzi. +# For more information: http://ibruce.info/2015/04/04/busuanzi/ +busuanzi_count: + enable: false + total_visitors: true + total_visitors_icon: fa fa-user + total_views: true + total_views_icon: fa fa-eye + post_views: true + post_views_icon: far fa-eye + + +# --------------------------------------------------------------- +# Search Services +# See: https://theme-next.js.org/docs/third-party-services/search-services +# --------------------------------------------------------------- + +# Algolia Search +# For more information: https://www.algolia.com +algolia_search: + enable: false + hits: + per_page: 10 + +# Local Search +# Dependencies: https://github.com/next-theme/hexo-generator-searchdb +local_search: + enable: false + # If auto, trigger search by changing input. + # If manual, trigger search by pressing enter key or search button. + trigger: auto + # Show top n results per article, show all results by setting to -1 + top_n_per_article: 1 + # Unescape html strings to the readable one. + unescape: false + # Preload the search data when the page loads. + preload: false + + +# --------------------------------------------------------------- +# Chat Services +# See: https://theme-next.js.org/docs/third-party-services/chat-services +# --------------------------------------------------------------- + +# A button to open designated chat widget in sidebar. +# Firstly, you need to enable and configure the chat service. +chat: + enable: false + icon: fa fa-comment # Icon name in Font Awesome, set to `false` to disable icon. + +# Chatra is a functional, easy to use piece of chat software for websites. +# For more information: https://chatra.com +# Dashboard: https://app.chatra.io/settings/general +chatra: + enable: false + async: true + id: # Visit Dashboard to get your ChatraID + #embed: # Unfinished experimental feature for developers. See: https://chatra.com/help/api/#injectto + +# Tidio is a powerful, all-in-one customer service tool. +# For more information: https://www.tidio.com +# Dashboard: https://www.tidio.com/panel/dashboard +tidio: + enable: false + key: # Public Key, get it from dashboard. See: https://www.tidio.com/panel/settings/developer + + +# --------------------------------------------------------------- +# CDN Settings +# See: https://theme-next.js.org/docs/advanced-settings/vendors +# --------------------------------------------------------------- + +vendors: + # The CDN provider of NexT internal scripts. + # Available values: local | jsdelivr | unpkg | cdnjs | custom + # Warning: If you are using the latest master branch of NexT, please set `internal: local` + internal: local + # The default CDN provider of third-party plugins. + # Available values: local | jsdelivr | unpkg | cdnjs | custom + # Dependencies for `plugins: local`: https://github.com/next-theme/plugins + plugins: cdnjs + # Custom CDN URL + # For example: + # custom_cdn_url: https://cdn.jsdelivr.net/npm/${npm_name}@${version}/${minified} + # custom_cdn_url: https://cdnjs.cloudflare.com/ajax/libs/${cdnjs_name}/${version}/${cdnjs_file} + custom_cdn_url: + +# Assets +# Accelerate delivery of static files using a CDN +# The js option is only valid when vendors.internal is local. +css: css +js: js +images: images diff --git a/themes/next/_vendors.yml b/themes/next/_vendors.yml new file mode 100644 index 00000000..3b0fe9e9 --- /dev/null +++ b/themes/next/_vendors.yml @@ -0,0 +1,179 @@ +# This file is automatically generated +# See https://github.com/next-theme/plugins + +anime: + name: animejs + version: 3.2.1 + file: lib/anime.min.js + integrity: sha256-XL2inqUJaslATFnHdJOi9GfQ60on8Wx1C2H8DYiN1xY= +fontawesome: + name: '@fortawesome/fontawesome-free' + version: 6.5.1 + file: css/all.min.css + alias: font-awesome + integrity: sha256-wiz7ZSCn/btzhjKDQBms9Hx4sSeUYsDrTLg7roPstac= +prism: + name: prismjs + version: 1.29.0 + file: components/prism-core.min.js + alias: prism + integrity: sha256-4mJNT2bMXxcc1GCJaxBmMPdmah5ji0Ldnd79DKd1hoM= +prism_autoloader: + name: prismjs + version: 1.29.0 + file: plugins/autoloader/prism-autoloader.min.js + alias: prism + integrity: sha256-AjM0J5XIbiB590BrznLEgZGLnOQWrt62s3BEq65Q/I0= +prism_line_numbers: + name: prismjs + version: 1.29.0 + file: plugins/line-numbers/prism-line-numbers.min.js + alias: prism + integrity: sha256-9cmf7tcLdXpKsPi/2AWE93PbZpTp4M4tqzFk+lWomjU= +mathjax: + name: mathjax + version: 3.2.2 + file: es5/tex-mml-chtml.js + integrity: sha256-MASABpB4tYktI2Oitl4t+78w/lyA+D7b/s9GEP0JOGI= +katex: + name: katex + version: 0.16.9 + file: dist/katex.min.css + alias: KaTeX + integrity: sha256-UF1fgpAiu3tPJN/uCqEUHNe7pnr+QR0SQDNfgglgtcM= +copy_tex_js: + name: katex + version: 0.16.9 + file: dist/contrib/copy-tex.min.js + alias: KaTeX + integrity: sha256-Us54+rSGDSTvIhKKUs4kygE2ipA0RXpWWh0/zLqw3bs= +pjax: + name: '@next-theme/pjax' + version: 0.6.0 + file: pjax.min.js + alias: next-theme-pjax + integrity: sha256-vxLn1tSKWD4dqbMRyv940UYw4sXgMtYcK6reefzZrao= +fancybox_js: + name: '@fancyapps/ui' + version: 5.0.33 + file: dist/fancybox/fancybox.umd.js + alias: fancyapps-ui + integrity: sha256-+2+qOqR8CKoHh/AsVR9k2qaDBKWjYNC2nozhYmv5j9k= +fancybox_css: + name: '@fancyapps/ui' + version: 5.0.33 + file: dist/fancybox/fancybox.css + alias: fancyapps-ui + integrity: sha256-gkQVf8UKZgQ0HyuxL/VnacadJ+D2Kox2TCEBuNQg5+w= +mediumzoom: + name: medium-zoom + version: 1.1.0 + file: dist/medium-zoom.min.js + integrity: sha256-ZgMyDAIYDYGxbcpJcfUnYwNevG/xi9OHKaR/8GK+jWc= +lazyload: + name: lozad + version: 1.16.0 + file: dist/lozad.min.js + alias: lozad.js + integrity: sha256-mOFREFhqmHeQbXpK2lp4nA3qooVgACfh88fpJftLBbc= +pangu: + name: pangu + version: 4.0.7 + file: dist/browser/pangu.min.js + integrity: sha256-j+yj56cdEY2CwkVtGyz18fNybFGpMGJ8JxG3GSyO2+I= +quicklink: + name: quicklink + version: 2.3.0 + file: dist/quicklink.umd.js + integrity: sha256-yvJQOINiH9fWemHn0vCA5lsHWJaHs6/ZmO+1Ft04SvM= +disqusjs_js: + name: disqusjs + version: 3.0.2 + file: dist/browser/disqusjs.es2015.umd.min.js + integrity: sha256-okP99ZQKVpIy7+NogAMpGlIQzJa9XKXhIJcFgdju5bU= +disqusjs_css: + name: disqusjs + version: 3.0.2 + file: dist/browser/styles/disqusjs.css + integrity: sha256-71XarXwNr1Td27HmZI9zjY+rMzRdush6/glo6VFXp7o= +gitalk_js: + name: gitalk + version: 1.8.0 + file: dist/gitalk.min.js + integrity: sha256-MVK9MGD/XJaGyIghSVrONSnoXoGh3IFxLw0zfvzpxR4= +gitalk_css: + name: gitalk + version: 1.8.0 + file: dist/gitalk.css + integrity: sha256-AJnUHL7dBv6PGaeyPQJcgQPDjt/Hn/PvYZde1iqfp8U= +firebase_app: + name: firebase + version: 10.7.2 + file: firebase-app-compat.js + integrity: sha256-xdQCzG9qpUPD/bs/ZEI5cFbxep9Zp6F1VJm3d9ynNcw= +firebase_firestore: + name: firebase + version: 10.7.2 + file: firebase-firestore-compat.js + integrity: sha256-T7LqKXz+9Heox++4MR5RWllW/F1mamRl5xZjMdejtoE= +algolia_search: + name: algoliasearch + version: 4.22.1 + file: dist/algoliasearch-lite.umd.js + integrity: sha256-pxkGFjfnFWYGOtV9uhCWK/spKiGS0Z7gVDKYm39LyfM= +instant_search: + name: instantsearch.js + version: 4.64.2 + file: dist/instantsearch.production.min.js + integrity: sha256-/DLulTBQ8KQ7xGOs8mrQ6FgKsknJpjCGAjFhjfjc8yo= +local_search: + name: hexo-generator-searchdb + version: 1.4.1 + file: dist/search.js + integrity: sha256-1kfA5uHPf65M5cphT2dvymhkuyHPQp5A53EGZOnOLmc= +pdfobject: + name: pdfobject + version: 2.2.12 + file: pdfobject.min.js + integrity: sha256-g2xji1rlE3KsGVClvuxTbcR0Kn2+wtQADSff2Tbb4zA= +mermaid: + name: mermaid + version: 10.7.0 + file: dist/mermaid.min.js + integrity: sha256-TtLOdUA8mstPoO6sGvHIGx2ceXrrX4KgIItO06XOn8A= +animate_css: + name: animate.css + version: 3.1.1 + file: animate.min.css + integrity: sha256-PR7ttpcvz8qrF57fur/yAx1qXMFJeJFiA6pSzWi0OIE= +pace_js: + name: pace-js + version: 1.2.4 + file: pace.min.js + alias: pace + integrity: sha256-gqd7YTjg/BtfqWSwsJOvndl0Bxc8gFImLEkXQT8+qj0= +pace_css: + name: pace-js + version: 1.2.4 + dir: themes + alias: pace +canvas_ribbon: + name: ribbon.js + version: 1.0.2 + file: dist/ribbon.min.js + integrity: sha256-UkSSapoJqxvq+8bSCIrAhXO+aOMBRmkK6vxjTstemLs= +creative_commons: + name: '@creativecommons/vocabulary' + version: 2020.11.3 + dir: assets/license_badges + alias: creativecommons-vocabulary +wavedrom: + name: wavedrom + version: 3.4.0 + file: wavedrom.min.js + integrity: sha256-psuqlelzklLSAoqBmPNNdyJw8msJdKgKpUFJZQlJJjo= +wavedrom_skin: + name: wavedrom + version: 3.4.0 + file: skins/default.js + integrity: sha256-fduc/Zszk5ezWws2uInY/ALWVmIrmV6VTgXbsYSReFI= diff --git a/themes/next/crowdin.yml b/themes/next/crowdin.yml new file mode 100644 index 00000000..be97306a --- /dev/null +++ b/themes/next/crowdin.yml @@ -0,0 +1,9 @@ +files: + - source: /languages/en.yml + translation: /languages/%two_letters_code%.%file_extension% + languages_mapping: + two_letters_code: + zh-CN: zh-CN + zh-TW: zh-TW + zh-HK: zh-HK + pt-BR: pt-BR diff --git a/themes/next/docs/AGPL3.md b/themes/next/docs/AGPL3.md new file mode 100644 index 00000000..2dcf18c8 --- /dev/null +++ b/themes/next/docs/AGPL3.md @@ -0,0 +1,649 @@ +#
    GNU Affero General Public License
    + +

    Version 3, 19 November 2007 Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>

    + +

    Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed.

    + +##
    Preamble
    + +The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + +The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + +Developers that use our General Public Licenses protect your rights +with two steps: **(1)** assert copyright on the software, and **(2)** offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + +A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + +The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + +An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + +The precise terms and conditions for copying, distribution and +modification follow. + +##
    TERMS AND CONDITIONS
    + +### 0. Definitions + +“This License” refers to version 3 of the GNU Affero General Public License. + +“Copyright” also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + +“The Program” refers to any copyrightable work licensed under this +License. Each licensee is addressed as “you”. “Licensees” and +“recipients” may be individuals or organizations. + +To “modify” a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a “modified version” of the +earlier work or a work “based on” the earlier work. + +A “covered work” means either the unmodified Program or a work based +on the Program. + +To “propagate” a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + +To “convey” a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + +An interactive user interface displays “Appropriate Legal Notices” +to the extent that it includes a convenient and prominently visible +feature that **(1)** displays an appropriate copyright notice, and **(2)** +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + +### 1. Source Code + +The “source code” for a work means the preferred form of the work +for making modifications to it. “Object code” means any non-source +form of a work. + +A “Standard Interface” means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + +The “System Libraries” of an executable work include anything, other +than the work as a whole, that **(a)** is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and **(b)** serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +“Major Component”, in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + +The “Corresponding Source” for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + +The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + +The Corresponding Source for a work in source code form is that +same work. + +### 2. Basic Permissions + +All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + +### 3. Protecting Users' Legal Rights From Anti-Circumvention Law + +No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + +When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + +### 4. Conveying Verbatim Copies + +You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + +### 5. Conveying Modified Source Versions + +You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + +* **a)** The work must carry prominent notices stating that you modified +it, and giving a relevant date. +* **b)** The work must carry prominent notices stating that it is +released under this License and any conditions added under section 7. +This requirement modifies the requirement in section 4 to +“keep intact all notices”. +* **c)** You must license the entire work, as a whole, under this +License to anyone who comes into possession of a copy. This +License will therefore apply, along with any applicable section 7 +additional terms, to the whole of the work, and all its parts, +regardless of how they are packaged. This License gives no +permission to license the work in any other way, but it does not +invalidate such permission if you have separately received it. +* **d)** If the work has interactive user interfaces, each must display +Appropriate Legal Notices; however, if the Program has interactive +interfaces that do not display Appropriate Legal Notices, your +work need not make them do so. + +A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +“aggregate” if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + +### 6. Conveying Non-Source Forms + +You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + +* **a)** Convey the object code in, or embodied in, a physical product +(including a physical distribution medium), accompanied by the +Corresponding Source fixed on a durable physical medium +customarily used for software interchange. +* **b)** Convey the object code in, or embodied in, a physical product +(including a physical distribution medium), accompanied by a +written offer, valid for at least three years and valid for as +long as you offer spare parts or customer support for that product +model, to give anyone who possesses the object code either **(1)** a +copy of the Corresponding Source for all the software in the +product that is covered by this License, on a durable physical +medium customarily used for software interchange, for a price no +more than your reasonable cost of physically performing this +conveying of source, or **(2)** access to copy the +Corresponding Source from a network server at no charge. +* **c)** Convey individual copies of the object code with a copy of the +written offer to provide the Corresponding Source. This +alternative is allowed only occasionally and noncommercially, and +only if you received the object code with such an offer, in accord +with subsection 6b. +* **d)** Convey the object code by offering access from a designated +place (gratis or for a charge), and offer equivalent access to the +Corresponding Source in the same way through the same place at no +further charge. You need not require recipients to copy the +Corresponding Source along with the object code. If the place to +copy the object code is a network server, the Corresponding Source +may be on a different server (operated by you or a third party) +that supports equivalent copying facilities, provided you maintain +clear directions next to the object code saying where to find the +Corresponding Source. Regardless of what server hosts the +Corresponding Source, you remain obligated to ensure that it is +available for as long as needed to satisfy these requirements. +* **e)** Convey the object code using peer-to-peer transmission, provided +you inform other peers where the object code and Corresponding +Source of the work are being offered to the general public at no +charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + +A “User Product” is either **(1)** a “consumer product”, which means any +tangible personal property which is normally used for personal, family, +or household purposes, or **(2)** anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, “normally used” refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + +“Installation Information” for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + +If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + +The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + +Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + +### 7. Additional Terms + +“Additional permissions” are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + +* **a)** Disclaiming warranty or limiting liability differently from the +terms of sections 15 and 16 of this License; or +* **b)** Requiring preservation of specified reasonable legal notices or +author attributions in that material or in the Appropriate Legal +Notices displayed by works containing it; or +* **c)** Prohibiting misrepresentation of the origin of that material, or +requiring that modified versions of such material be marked in +reasonable ways as different from the original version; or +* **d)** Limiting the use for publicity purposes of names of licensors or +authors of the material; or +* **e)** Declining to grant rights under trademark law for use of some +trade names, trademarks, or service marks; or +* **f)** Requiring indemnification of licensors and authors of that +material by anyone who conveys the material (or modified versions of +it) with contractual assumptions of liability to the recipient, for +any liability that these contractual assumptions directly impose on +those licensors and authors. + +All other non-permissive additional terms are considered “further +restrictions” within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + +### 8. Termination + +You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + +However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated **(a)** +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and **(b)** permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + +Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + +### 9. Acceptance Not Required for Having Copies + +You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + +### 10. Automatic Licensing of Downstream Recipients + +Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + +An “entity transaction” is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + +### 11. Patents + +A “contributor” is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's “contributor version”. + +A contributor's “essential patent claims” are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, “control” includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + +In the following three paragraphs, a “patent license” is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To “grant” such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + +If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either **(1)** cause the Corresponding Source to be so +available, or **(2)** arrange to deprive yourself of the benefit of the +patent license for this particular work, or **(3)** arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. “Knowingly relying” means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + +A patent license is “discriminatory” if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license **(a)** in connection with copies of the covered work +conveyed by you (or copies made from those copies), or **(b)** primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + +### 12. No Surrender of Others' Freedom + +If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + +### 13. Remote Network Interaction; Use with the GNU General Public License + +Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + +Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + +### 14. Revised Versions of this License + +The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero General +Public License “or any later version” applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever published +by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + +Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + +### 15. Disclaimer of Warranty + +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +### 16. Limitation of Liability + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + +### 17. Interpretation of Sections 15 and 16 + +If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + +##
    END OF TERMS AND CONDITIONS
    + +###
    How to Apply These Terms to Your New Programs
    + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the “copyright” line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a “Source” link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + +You should also get your employer (if you work as a programmer) or school, +if any, to sign a “copyright disclaimer” for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +<>. \ No newline at end of file diff --git a/themes/next/docs/AUTHORS.md b/themes/next/docs/AUTHORS.md new file mode 100644 index 00000000..714b9545 --- /dev/null +++ b/themes/next/docs/AUTHORS.md @@ -0,0 +1,87 @@ +#
    «NexT» Authors
    + +NexT theme was initially developed by: + +- **IIssNaN**: [NexT](https://github.com/iissnan/hexo-theme-next) (2014 - 2017) + +With collaborators from initially repository: + +- **Ivan.Nginx**: [DIFF highlight](https://github.com/iissnan/hexo-theme-next/pull/1079), + [HyperComments](https://github.com/iissnan/hexo-theme-next/pull/1155), + [`{% note %}` tag](https://github.com/iissnan/hexo-theme-next/pull/1160), + [`seo` option](https://github.com/iissnan/hexo-theme-next/pull/1311), + [`{% button %}` tag](https://github.com/iissnan/hexo-theme-next/pull/1328), + [VK API](https://github.com/iissnan/hexo-theme-next/pull/1381), + [WordCount plugin support](https://github.com/iissnan/hexo-theme-next/pull/1381), + [Yandex verification option](https://github.com/iissnan/hexo-theme-next/pull/1381), + [`{% exturl %}` tag](https://github.com/iissnan/hexo-theme-next/pull/1438), + [`b2t` option](https://github.com/iissnan/hexo-theme-next/pull/1438), + [`scrollpercent` option](https://github.com/iissnan/hexo-theme-next/pull/1438), + [`save_scroll` option](https://github.com/iissnan/hexo-theme-next/pull/1574), + [Star rating](https://github.com/iissnan/hexo-theme-next/pull/1649), + [`mobile_layout_economy` option](https://github.com/iissnan/hexo-theme-next/pull/1697), + [`{% tabs %}` tag](https://github.com/iissnan/hexo-theme-next/pull/1697), + [`{% label %}` tag](https://github.com/iissnan/hexo-theme-next/pull/1697), + [**`Gemini`** scheme](https://github.com/iissnan/hexo-theme-next/pull/1697), + [Menu & Sidebar icons in 1 line](https://github.com/iissnan/hexo-theme-next/pull/1830), + [Sidebar scrollable](https://github.com/iissnan/hexo-theme-next/pull/1898), + [Responsive favicons](https://github.com/iissnan/hexo-theme-next/pull/1898) + and many other [PR's with fixes and enhancements](https://github.com/iissnan/hexo-theme-next/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aivan-nginx) +- **Acris**: [Many PR's with fixes and updates](https://github.com/iissnan/hexo-theme-next/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3AAcris) + +And best contributors from initially repository: + +- **Rainy**: [Gentie comments](https://github.com/iissnan/hexo-theme-next/pull/1301), + [Han](https://github.com/iissnan/hexo-theme-next/pull/1598) + and many [PR's with fixes and optimizations](https://github.com/iissnan/hexo-theme-next/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Ageekrainy) +- **Jeff**: [Local search](https://github.com/iissnan/hexo-theme-next/pull/694) + and many [PR's with fixes and improvements](https://github.com/iissnan/hexo-theme-next/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aflashlab) +- **Haocen**: [Footer enhancements](https://github.com/iissnan/hexo-theme-next/pull/1886) + and some other [PR's with improvements](https://github.com/iissnan/hexo-theme-next/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3AHaocen) +- **uchuhimo**: [Greatest enhancements for local search](https://github.com/iissnan/hexo-theme-next/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Auchuhimo) +- **Kei**: [Change static file setting to support subdirectory](https://github.com/iissnan/hexo-theme-next/pull/4) +- **Jolyon**: [Swiftype](https://github.com/iissnan/hexo-theme-next/pull/84) +- **xirong**: [404 page](https://github.com/iissnan/hexo-theme-next/pull/126) +- **PinkyJie**: [Fix Swiftype](https://github.com/iissnan/hexo-theme-next/pull/132) +- **Tim Kuijsten**: [Split javascript into separate files](https://github.com/iissnan/hexo-theme-next/pull/152) +- **iamwent**: [Friendly links](https://github.com/iissnan/hexo-theme-next/pull/250) +- **arao lin**: [Option to lazyload images](https://github.com/iissnan/hexo-theme-next/pull/269) +- **Konstantin Pavlov**: [Microdata, opengraph and other semantic features](https://github.com/iissnan/hexo-theme-next/pull/276) +- **Gary**: [FastClick](https://github.com/iissnan/hexo-theme-next/pull/324) +- **Octavian**: [Baidu site vertification](https://github.com/iissnan/hexo-theme-next/pull/367) +- **Henry Chang**: [Facebook SDK](https://github.com/iissnan/hexo-theme-next/pull/410) +- **XiaMo**: [LeanCloud visitors](https://github.com/iissnan/hexo-theme-next/pull/439) +- **iblogc**: [Fix UA in Duoshuo](https://github.com/iissnan/hexo-theme-next/pull/489) +- **Vincent**: [Automatic headline ID's](https://github.com/iissnan/hexo-theme-next/pull/588) +- **cissoid**: [Tencent analytics](https://github.com/iissnan/hexo-theme-next/pull/603) +- **CosmoX**: [AddThis](https://github.com/iissnan/hexo-theme-next/pull/660) +- **Jason Guo**: [Reward for post](https://github.com/iissnan/hexo-theme-next/pull/687) +- **Jerry Bendy**: [CNZZ counter](https://github.com/iissnan/hexo-theme-next/pull/712) +- **Hui Wang**: [Wechat subscriber](https://github.com/iissnan/hexo-theme-next/pull/788) +- **PoonChiTim**: [Busuanzi counter](https://github.com/iissnan/hexo-theme-next/pull/809) +- **hydai**: [Facebook comments](https://github.com/iissnan/hexo-theme-next/pull/925) +- **OAwan**: [`canonical` option](https://github.com/iissnan/hexo-theme-next/pull/931) +- **Jim Zenn**: [Google Calendar](https://github.com/iissnan/hexo-theme-next/pull/1167) +- **Abner Chou**: [Disqus improvements](https://github.com/iissnan/hexo-theme-next/pull/1173) +- **Igor Fesenko**: [Application Insights](https://github.com/iissnan/hexo-theme-next/pull/1257) +- **jinfang**: [Youyan comments](https://github.com/iissnan/hexo-theme-next/pull/1324) +- **AlynxZhou**: [`canvas_nest` option](https://github.com/iissnan/hexo-theme-next/pull/1327) +- **aleon**: [Tencent MTA](https://github.com/iissnan/hexo-theme-next/pull/1408) +- **asmoker**: [LiveRe comments](https://github.com/iissnan/hexo-theme-next/pull/1415) +- **Jacksgong**: [Copyright on posts](https://github.com/iissnan/hexo-theme-next/pull/1497) +- **zhaiqianfeng**: [Changyan comments](https://github.com/iissnan/hexo-theme-next/pull/1514) +- **zproo**: [`canvas_ribbon` option](https://github.com/iissnan/hexo-theme-next/pull/1565) +- **jjandxa**: [`three_waves`](https://github.com/iissnan/hexo-theme-next/pull/1534), + [`canvas_lines` and `canvas_sphere`](https://github.com/iissnan/hexo-theme-next/pull/1595) options +- **shenzekun**: [Load bar at the top](https://github.com/iissnan/hexo-theme-next/pull/1689) +- **elkan1788**: [Upgrade jiathis share](https://github.com/iissnan/hexo-theme-next/pull/1796) +- **xCss**: [Valine comment system support](https://github.com/iissnan/hexo-theme-next/pull/1811) +- **Julian Xhokaxhiu**: [`override` option](https://github.com/iissnan/hexo-theme-next/pull/1861) +- **LEAFERx**: [NeedMoreShare2](https://github.com/iissnan/hexo-theme-next/pull/1913) +- **aimingoo & LEAFERx**: [Gitment supported with Mint](https://github.com/iissnan/hexo-theme-next/pull/1919) +- **LeviDing**: [Fix the bug of Gitment](https://github.com/iissnan/hexo-theme-next/pull/1944) +- **maple3142**: [Firestore visitor counter](https://github.com/iissnan/hexo-theme-next/pull/1978) + +It lives on as an open source project with many contributors, a self updating list is [here](https://github.com/next-theme/hexo-theme-next/graphs/contributors). + +P.S. If you did some useful pulls/commits in original repository and you are not in the list, let us know and you will be added here. diff --git a/themes/next/docs/LICENSE.txt b/themes/next/docs/LICENSE.txt new file mode 100644 index 00000000..c9c90614 --- /dev/null +++ b/themes/next/docs/LICENSE.txt @@ -0,0 +1,52 @@ + «NexT» – Elegant and powerful theme for Hexo. + + Copyright © 2017 «NexT» (github.com/next-theme/hexo-theme-next). + + Detail attribution information for «NexT» + is contained in the 'docs/AUTHORS.md' file. + + This program is free software; you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License version 3 +as published by the Free Software Foundation with the addition of the +following permission added to Section 15 as permitted in Section 7(a): +FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY «NEXT», +«NEXT» DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + + This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +or FITNESS FOR A PARTICULAR PURPOSE. +See the GNU Affero General Public License for more details. +You should have received a copy of the GNU Affero General Public License +along with this program; if not, see: https://www.gnu.org/licenses/agpl.txt + + In accordance with Section 7(b) of the GNU Affero General Public License: + + a) It is not necessary to specify copyright in each source file of + this program because GitHub fully save commits of all modified files + with their authors and provides to see for this changes publicly. + + b) For any part of the covered work in which the copyright not specified, + will mean this part owned by «NexT» in accord with terms in this file. + +* c) A covered work must retain «NexT» official website link + (https://theme-next.js.org) in footer section of every website created, + modified or manipulated by using «NexT». + «NexT» theme configuration must be: + ``` + footer: + theme: + enable: true + ``` + Collaborators, best contributors and all authors specified in the + 'docs/AUTHORS.md' file of «NexT» repository under the + 'https://github.com/next-theme' organization can ignore theme info link + requirements. + + Anyone can be released from the requirements of the license by purchasing +a commercial license. Buying such a license is mandatory as soon as you +develop commercial activities involving the «NexT» software without +disclosing the source code of your own applications. +These activities include: + 1. Access to private repository with various premium features. + 2. Priority support for resolve all possible issues with «NexT». + 3. Priority support for implement all possible features to «NexT». diff --git a/themes/next/docs/ru/README.md b/themes/next/docs/ru/README.md new file mode 100644 index 00000000..fd3b9e4c --- /dev/null +++ b/themes/next/docs/ru/README.md @@ -0,0 +1,188 @@ +
    + Язык: + 🇺🇸 + 🇨🇳 + 🇷🇺 +
    + + + + + NexT preview + + +NexT logo + +# NexT + +> «NexT» — элегантная высококачественная тема под [Hexo](https://hexo.io). Сделана с нуля, с любовью. + +[![NPM version](https://img.shields.io/npm/v/hexo-theme-next?color=red&logo=npm&style=flat-square)](https://www.npmjs.com/package/hexo-theme-next) +[![NPM Downloads](https://img.shields.io/npm/dm/hexo-theme-next?logo=npm&style=flat-square)](https://www.npmjs.com/package/hexo-theme-next) +[![Required Hexo version](https://img.shields.io/badge/hexo-%3E=5.3.0-blue?style=flat-square&logo=hexo)](https://hexo.io) +[![License](https://img.shields.io/badge/license-%20AGPL-orange?style=flat-square&logo=gnu)](https://github.com/next-theme/hexo-theme-next/blob/master/LICENSE.md) +[![Build Status](https://img.shields.io/github/actions/workflow/status/next-theme/hexo-theme-next/linter.yml?branch=master&label=test&logo=github&style=flat-square)](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ALinter) +[![Build Status](https://img.shields.io/github/actions/workflow/status/next-theme/hexo-theme-next/tester.yml?branch=master&logo=github&style=flat-square)](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ATester) +[![Coverage Status](https://img.shields.io/coveralls/github/next-theme/hexo-theme-next?logo=coveralls&style=flat-square)](https://coveralls.io/github/next-theme/hexo-theme-next) + +## Демо + +

    + 💟 Muse | 🔯 Mist | ♓️ Pisces | ♊️ Gemini +
    +
    + Больше примеров «NexT» здесь. +

    + +## Установка + +If you're using Hexo 5.0 or later, the simplest way to install is through npm: + +```sh +$ cd hexo-site +$ npm install hexo-theme-next +``` + +Or you can clone the entire repository: + +```sh +$ cd hexo-site +$ git clone https://github.com/next-theme/hexo-theme-next themes/next +``` + +See [detailed installation instructions][docs-installation-url] if you want any other variant. + +After the installation, open Hexo config file and set `theme` variable to `next`. + +```yml +theme: next +``` + +## Configuration + +It is not recommended to directly modify any files in the NexT theme. Because this may cause errors (e.g. merge conflicts), and the modified files may be discarded when upgrading the theme. + +At present, NexT encourages users to use the [Alternate Theme Config][docs-configuration-url] to configure NexT. And it's easy to customize the layout or style of NexT using [Custom Files][docs-custom-files-url]. + +## Плагины + +Plugins extend and expand the functionality of NexT. There are two types of plugins: core plugins and third-party plugins. The core plugins are required by the basic functions of NexT. Third-party plugins provide a large number of optional features. + +Configuring these plugins is very easy. Например, Вы хотите использовать `pjax` для своего сайта. Открываем конфиг NexT'а и находим: + +```yml +# Easily enable fast Ajax navigation on your website. +# For more information: https://github.com/next-theme/pjax +pjax: true +``` + +### Configure CDN + +Third-party plugins are loaded from [CDNJS](https://cdnjs.com) CDN by default. We also provide other optional CDNs, including the famous [UNPKG](https://unpkg.com) and [jsDelivr](https://www.jsdelivr.com). + +For example, if you want to use `unpkg` instead of `cdnjs` as the default CDN provider, you need to edit the following settings in NexT config file: + +```yml +vendors: + # ... + # Some contents... + # ... + plugins: unpkg +``` + +## Обновление + +NexT выпускает новые версии каждый месяц. Please read the [release notes][docs-release-url] before updating the theme. You can update NexT by the following command. + +Install the latest version through npm: + +```sh +$ cd hexo-site +$ npm install hexo-theme-next@latest +``` + +Or update to the latest master branch: + +```sh +$ cd themes/next +$ git pull +``` + +**Если нужно обновиться с версии v5.x / v7.x на последней версиями, читаем [здесь][docs-upgrade-url].** + +## Обратная связь + +* Посетите [Awesome NexT][awesome-next-url] список. +* Вступить в наши [GitHub discussions][discussions-url] / [Gitter][gitter-url] чаты. +* [Добавить или улучшить перевод][i18n-url] за несколько секунд. +* Сообщить об ошибке в разделе [GitHub Issues][issues-bug-url]. +* Запросить новую возможность на [GitHub][issues-feat-url]. +* Голосовать за [популярные запросы возможностей][feat-req-vote-url]. + +## Contributing + +We welcome you to join the development of NexT. Please see [contributing document][contributing-document-url]. 🤗 + +Also, we welcome Issue or PR to our [official-plugins][official-plugins-url]. + +## Содействие + +[![Contributors][contributors-image]][contributors-url] + +## Благодарности + +«NexT» send special thanks to these great services that sponsor our core infrastructure: + + + +> GitHub allows us to host the Git repository and run the test suite. + + + + + + Netlify Logo + + + +> Netlify allows us to distribute the documentation. + + + + + + Netlify Logo + + + +> Crowdin allows us to translate conveniently the documentation. + + + + + + CDNJS Logo + + + +> Thanks CDNJS for providing public CDN service. + +[docs-installation-url]: https://theme-next.js.org/docs/getting-started/installation.html +[docs-configuration-url]: https://theme-next.js.org/docs/getting-started/configuration.html +[docs-custom-files-url]: https://theme-next.js.org/docs/advanced-settings/custom-files.html +[docs-release-url]: https://github.com/next-theme/hexo-theme-next/releases +[docs-upgrade-url]: https://theme-next.js.org/docs/getting-started/upgrade.html + +[awesome-next-url]: https://github.com/next-theme/awesome-next +[discussions-url]: https://github.com/next-theme/hexo-theme-next/discussions +[gitter-url]: https://app.gitter.im/#/room/#next:gitter.im +[i18n-url]: https://crowdin.com/project/hexo-theme-next + +[issues-bug-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Bug&template=bug-report.md +[issues-feat-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Feature+Request&template=feature-request.md +[feat-req-vote-url]: https://github.com/next-theme/hexo-theme-next/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22 + +[contributing-document-url]: https://github.com/next-theme/hexo-theme-next/blob/master/.github/CONTRIBUTING.md +[official-plugins-url]: https://github.com/next-theme +[contributors-image]: https://raw.githubusercontent.com/next-theme/contributors/master/contributors.svg +[contributors-url]: https://github.com/next-theme/hexo-theme-next/blob/master/docs/AUTHORS.md diff --git a/themes/next/docs/zh-CN/CODE_OF_CONDUCT.md b/themes/next/docs/zh-CN/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..2428cd2e --- /dev/null +++ b/themes/next/docs/zh-CN/CODE_OF_CONDUCT.md @@ -0,0 +1,95 @@ +
    + 语言: + :us: + :cn: + :ru: +
    + +NexT logo + +# NexT + +[NexT](https://theme-next.js.org) 是一个优雅而强大的 [Hexo](https://hexo.io/)主题。在这里,您可以构建一个托管在 [GitHub Pages](https://pages.github.com/) 上的静态博客,分享您的生活,并与新朋友进行交流。 + +参与者公约用来约束在 [NexT](https://github.com/next-theme/hexo-theme-next) 社区中代码更新、问题交流、请求合并等行为。我们期望所有用户相互尊重,礼貌待人。任何违反这些规则的人都将不会被审核,并会在发现后立即被阻止和驱逐。 + +## 目录 + +- [我们的保证](#我们的保证) +- [我们的责任](#我们的责任) +- [我们的标准](#我们的标准) +- [使用范围](#使用范围) +- [强制执行](#强制执行) +- [联系项目维护者](#联系项目维护者) +- [来源](#来源) + +## 我们的保证 + +作为此项目的贡献者和维护者,我们承诺尊重所有做出贡献的用户,这些贡献包括了报告问题、发布功能请求、更新文档、提交合并请求以及其他活动。 + +为了促进一个开放透明且友好的环境,我们作为贡献者和维护者保证:无论年龄、种族、民族、性别认同和表达(方式)、体型、身体健全与否、经验水平、国籍、个人表现、宗教或性别取向,参与者在我们项目和社区中都免于骚扰。 + +## 我们的责任 + +项目维护者有责任为「可接受的行为」标准做出诠释,有权利及责任去删除、编辑、拒绝与本行为标准有所违背的评论(comments)、提交(commits)、代码、wiki 编辑、问题(issues)和其他贡献,以及项目维护者可暂时或永久性的禁止任何他们认为有不适当、威胁、冒犯、有害行为的贡献者。 + +## 我们的标准 + +作为 GitHub 上的一个项目,本项目受到 [GitHub 社区准则](https://help.github.com/articles/github-community-guidelines/)的约束。 此外,作为 npm 托管的项目,[npm 公司的行为准则](https://www.npmjs.com/policies/conduct)也涵盖了本项目。 + +有助于创造正面环境的行为包括但不限于: + +* 使用友好和包容性语言 +* 尊重不同的观点和经历 +* 耐心地接受建设性批评 +* 关注对社区最有利的事情 +* 友善对待其他社区成员 + +身为参与者不能接受的行为包括但不限于: + +* 使用与性有关的言语或是图像,以及不受欢迎的性骚扰 +* 捣乱/煽动/造谣的行为或进行侮辱/贬损的评论,人身攻击及政治攻击 +* 公开或私下的骚扰 +* 未经许可地发布他人的个人资料,例如住址或是电子地址 +* 其他可以被合理地认定为不恰当或者违反职业操守的行为 + +## 使用范围 + +当一个人代表该项目或是其社区时,本行为标准适用于其项目社区和公共社区。 + +根据某人在本社区范围以外发生的违规情况,项目维护者可以认为其不受欢迎,并采取适当措施来保证所有成员的安全性和舒适性。 + +## 强制执行 + +如果您看到违反行为准则的行为,请按以下步骤操作: + +1. 让这个人知道他所做的并不合适,并要求他停止或编辑他们的提交信息。该人应立即停止行为并纠正问题。 +2. 如果该人没有纠正其行为,或者您不方便与其沟通,请[联系项目维护者](#联系项目维护者)。上报时,请尽可能多的提供详细信息,链接,截图,上下文或可用于更好地理解和解决情况的其他信息。 +3. 收到上报信息后,项目维护者会查看问题,并采取进一步的措施。 + +一旦项目维护者参与其中,他们将遵循以下一系列步骤,并尽力保护项目成员的利益。任何维护团队认为有必要且适合的所有投诉都将进行审查及调查,并做出相对应的回应。项目小组有对事件回报者有保密的义务。具体执行的方针近一步细节可能会单独公布。 + +以下是项目维护者根据需要采取的进一步执法步骤: + +1. 再次要求停止违规行为。 +2. 如果违规者还是没有回应,将会受到正式的警告,并收到项目维护者的移除或修改消息。同时,相关的问题或合并请求将会被锁定。 +3. 如果警告后违规行为继续出现,违规者将会被禁言 24 小时。 +4. 如果禁言后违规行为继续出现,违规者将会被处罚长期(6-12个月)禁言。 + +除此之外,项目维护者可以根据需要删除任何违规的消息,图片,贡献等。如果违规行为被认为是对社区成员的严重或直接威胁,包括任何置社区成员于风险的威胁、身体或言语攻击,项目维护者有充分权利自行决定跳过上述任何步骤。 + +没有切实地遵守或是执行本行为标准的项目维护人员,可能会因项目领导人或是其他成员的决定,暂时或是永久地取消其参与资格。 + +## 联系项目维护者 + +您可以通过以下方式与维护人员联系: + +* 讨论: + * [GitHub Discussions](https://github.com/next-theme/hexo-theme-next/discussions) + +* 即时通信: + * [Gitter](https://app.gitter.im/#/room/#next:gitter.im) + +## 来源 + +本行为标准改编自[Contributor Covenant](https://www.contributor-covenant.org/) 和 [WeAllJS Code of Conduct](https://wealljs.org/code-of-conduct)。 diff --git a/themes/next/docs/zh-CN/CONTRIBUTING.md b/themes/next/docs/zh-CN/CONTRIBUTING.md new file mode 100644 index 00000000..50c1694a --- /dev/null +++ b/themes/next/docs/zh-CN/CONTRIBUTING.md @@ -0,0 +1,181 @@ +
    + 语言: + :us: + :cn: + :ru: +
    + +NexT logo + +# NexT + +首先,非常感谢大家抽出宝贵时间来让我们的 NexT 主题越变越好。在这里,我们介绍一下 [NexT 主题及其子模块](https://github.com/next-theme) 的开源贡献指南。不过,我们希望大家不要局限于此,更欢迎大家随时进行补充。 + +## 目录 + +[如何为 NexT 做贡献](#如何为-next-做贡献) + + * [你需要了解的](#你需要了解的) + * [阅读文档](#阅读文档) + * [快速调试指南](#快速调试指南) + * [反馈 Bug](#反馈-bug) + * [提交漏洞](#提交漏洞) + * [提交功能需求](#提交功能需求) + * [提交合并请求](#提交合并请求) + * [发布版本](#发布版本) + +[规范](#规范) + + * [行为规范](#行为规范) + * [编码规范](#编码规范) + * [标签规范](#标签规范) + * [提交信息规范](#提交信息规范) + +## 如何为 NexT 做贡献 + +### 你需要了解的 + +#### 阅读文档 + +如果你在使用过程中遇到了问题,你可以查阅 [FAQs](https://theme-next.js.org/docs/faqs) 或者 [NexT 帮助文档](https://theme-next.js.org/docs/troubleshooting)。 + +另外,你也可以通过 [这里](https://github.com/next-theme/hexo-theme-next/search?q=&type=Issues&utf8=%E2%9C%93) 进行大致检索,有些问题已经得到解答,你可以自行解决。对于没有解决的 Issue,你也可以继续提问。 + +#### 快速调试指南 + +在 GitHub 上提交 Issue 前,请先查看我们的 [快速调试指南](https://theme-next.js.org/docs/troubleshooting.html#Quick-Debug-Instructions) 来 debug。 + +如果你在使用过程中发现了 Bug,请再次确认 Bug 在 [最新发布版本](https://github.com/next-theme/hexo-theme-next/releases/latest) 中是否重现。如果 Bug 重现,欢迎你到我们的 [主题仓库](https://github.com/next-theme/hexo-theme-next) 中 [反馈 Bug](#reporting-bugs) 或者 [提交功能需求](#提交功能需求),也更期待您 [提交合并请求](#提交合并请求)。 + +### 反馈 Bug + +反馈 Bug 前,请再次确认您已经查看了 [你需要了解的](#你需要了解的) 内容,避免提交重复的 Issue。创建 Issue 时,请认真遵守如下指南,这样我们才能更好地理解问题,重现问题和解决问题。 + +* 在标题中清晰准确地描述你的问题。 +* 按照 [模板](../../.github/ISSUE_TEMPLATE.md) 尽可能的详细填写相关信息。 +* 一步步详细你是如何重现 Bug 的,做了什么,使用了哪些功能等等。如果你需要展示代码段,请使用 [Markdown 代码块](https://help.github.com/articles/creating-and-highlighting-code-blocks/) 或 [Github 预览链接](https://help.github.com/articles/creating-a-permanent-link-to-a-code-snippet/) 或 [Gist 链接](https://gist.github.com/)。 +* 提供 Bug 的样例,如图像文件、在线演示网址等等。 +* 详细描述通过上述重现过程出现的问题。 +* 详细描述你期待的结果。 + +#### 提交漏洞 + +如果你发现安全问题,请以负责任的方式行事,即不要在公共 Issue 中提交而是直接向我们反馈,这样我们就可以在漏洞被利用之前对其进行修复。请将相关信息发送到 security@theme-next.com(可接受 PGP 加密邮件)。 + +我们很乐意对任何提交漏洞的人予以特别感谢以便我们修复它。如果你想保持匿名性或使用笔名替代,请告诉我们。我们将充分尊重你的意愿。 + +### 提交功能需求 + +提交功能需求前,请再次确认您已经查看了 [你需要了解的](#你需要了解的) 内容,避免提交重复的 Issue。确定相关仓库后,创建 Issue 并按照 [模板](../../.github/ISSUE_TEMPLATE.md) 尽可能的详细填写相关信息。 + +请认真遵守如下指南,这样我们才能更好地理解和开发功能需求:pencil:: + +* 在标题中清晰准确地描述你的功能需求。 +* 详细描述目前所具有的功能和你所期待的功能,并解释为什么需要该功能。 +* 提供功能需求的样例,如图像文件、在线演示网址等等。 + +### 提交合并请求 + +提交合并请求前,请再次确认您已经查看了 [你需要了解的](#你需要了解的) 内容,避免提交重复的合并请求。确定相关仓库后,创建合并请求。更多详细操作过程可以查看 [帮助文档](https://help.github.com/articles/creating-a-pull-request/)。 + +请认真遵守如下指南,这样我们才能更好地理解你的合并请求: + +* 创建合并请求时,请遵守 [编码规范](#编码规范) 和 [提交信息规范](#提交信息规范)。 +* 在标题中清晰准确地描述你的合并请求,不要加入 Issue 编号。 +* 按照 [模板](../../.github/PULL_REQUEST_TEMPLATE.md) 尽可能的详细填写相关信息。 +* 合并请求需要在所有主题样式中测试通过,并提供所表现功能的样例,如图像文件、在线演示网址等等。 + +### 发布版本 + +版本发布是将项目发布给用户的一种很好的方式。 + +1. 进入 GitHub 项目主页,点击 **Releases** 和 **Draft a new release**。 +2. 输入你需要发布的版本号。版本控制是基于 [Git tags](https://git-scm.com/book/en/Git-Basics-Tagging) 工作的,建议按照 [About Major and Minor NexT versions](https://github.com/theme-next/hexo-theme-next/issues/187) 确定版本号。 +3. 确定你需要发布的分支。除非发布测试版本,通常情况下选择 `master` 分支。 +4. 输入发布版本的标题和说明。 + - 标题为版本号。 + - 内容根据 [Release Drafter](https://github.com/release-drafter/release-drafter) 的模版填写。 + - 使用被动语态,省略主语。 + - 所有的变化都需要记录在版本说明中。对于没有使用 PR 的更改,需要添加相应的 commit 编号。如果使用了 PR 进行合并修改,则直接添加相应的 PR 编号即可。 +5. 如果您希望随版本一起发布二进制文件(如编译的程序),请在上传二进制文件对话框中手动拖放或选择文件。 +6. 如果版本不稳定,请选择 **This is a pre-release**,以通知用户它尚未完全准备好。如果您准备公布您的版本,请点击 **Publish release**。否则,请单击 **Save draft** 以稍后处理。 + +## 规范 + +### 行为规范 + +为了保证本项目的顺利运作,所有参与人都需要遵守 [行为规范](CODE_OF_CONDUCT.md)。 + +### 编码规范 + +我们使用 ESLint 和 Stylint 来识别和报告 JavaScript 和 Stylus 中的模式,目的是使代码更加一致并避免错误。编码时应遵循这些规范。 + +### 标签规范 + +为了方便维护人员和用户能够快速找到他们想要查看的问题,我们使用「标签」功能对 Pull requests 和 Issues 进行分类。 + +如果您不确定某个标签的含义,或者不知道将哪些标签应用于 PR 或 issue,千万别错过这个。 + +Issue 的标签: + +- 类型 + - `Bug`: 检测到需要进行确认的 Bug + - `Feature Request`: 提出了新功能请求的 Issue + - `Question`: 提出疑问的 Issue + - `Meta`: 表明使用条款变更的 Issue + - `Support`: 被标记为支持请求的 Issue + - `Polls`: 发起投票的 Issue +- 结果 + - `Duplicate`: 重复提及的 Issue + - `Hexo`: 与 Hexo 相关的 Issue + - `Hexo Plugin`: 与 Hexo 插件相关的 Issue + - `Browser`: 与浏览器相关的 Issue + - `Invalid`: 无法复现的 Issue + - `Expected Behavior`: 与预期行为相符的 Issue + - `Need More Info`: 需要更多信息的 Issue + - `Solved`: 已经解决的 Issue + - `To Do`: 待解决的 Issue + - `Stale`: 由于长期无人回应被封存的 Issue + +Pull Request 的标签: + +- `Breaking Change`: 产生重大变动的 Pull Request +- `Bug Fix`: 修复相关 Bug 的 Pull Request +- `New Feature`: 添加了新功能的 Pull Request +- `Feature`: 为现有功能提供选项或加成的 Pull Request +- `i18n`: 更新了翻译的 Pull Request +- `Dependencies`: 更新了依赖包的 Pull Request +- `Actions`: 更新了 GitHub Actions 的 Pull Request +- `Skip Release`: 无需在 Release Note 中展现的 Pull Request + +两者兼有: + +- `Roadmap`: 与 NexT 主题发展相关的 Issue 或者 Pull Request +- `Help Wanted`: 需要帮助的 Issue 或者 Pull Request +- `Improvement`: 需要改进的 Issue 或者改进了 NexT 主题的 Pull Request +- `Layout`: 与模版引擎相关的 Issue 或者 Pull Request +- `CSS`: 与 NexT 主题 CSS 文件相关的 Issue 或者 Pull Request +- `Icons & Fonts`: 与 NexT 主题图标和字体相关的 Issue 或者 Pull Request +- `PJAX`: 与 PJAX 相关的 Issue 或者 Pull Request +- `3rd Party Plugin`: 与第三方插件和服务相关的 Issue 或者 Pull Request +- `Docs`: 与文档说明相关的 Issue 或者 Pull Request +- `Configurations`: 与 NexT 主题设置相关的 Issue 或者 Pull Request + +### 提交信息规范 + +我们对项目的 git 提交信息格式进行统一格式约定,每条提交信息由 `type`+`subject` 组成,这将提升项目日志的可读性。 + +- `type` 用于表述此次提交信息的意义,首写字母大写,包括但不局限于如下类型: + * `Build`:基础构建系统或依赖库的变化 + * `Ci`:CI 构建系统及其脚本变化 + * `Docs`:文档内容变化 + * `Feat`:新功能 + * `Fix`:Bug 修复 + * `Perf`:性能优化 + * `Refactor`:重构(即不是新增功能,也不是修改 Bug 的代码变动) + * `Style`:格式(不影响代码运行的变动) + * `Revert`:代码回滚 + * `Release`:版本发布 +- `subject` 用于简要描述修改变更的内容,如 `Update code highlighting in README.md`。 + * 句尾不要使用符号。 + * 使用现在时、祈使句语气。 diff --git a/themes/next/docs/zh-CN/README.md b/themes/next/docs/zh-CN/README.md new file mode 100644 index 00000000..41cd0f0f --- /dev/null +++ b/themes/next/docs/zh-CN/README.md @@ -0,0 +1,188 @@ +
    + 语言: + 🇺🇸 + 🇨🇳 + 🇷🇺 +
    + + + + + NexT preview + + +NexT logo + +# NexT + +> «NexT» 是一款风格优雅的高质量 [Hexo](https://hexo.io) 主题,自点点滴滴中用爱雕琢而成。 + +[![NPM version](https://img.shields.io/npm/v/hexo-theme-next?color=red&logo=npm&style=flat-square)](https://www.npmjs.com/package/hexo-theme-next) +[![NPM Downloads](https://img.shields.io/npm/dm/hexo-theme-next?logo=npm&style=flat-square)](https://www.npmjs.com/package/hexo-theme-next) +[![Required Hexo version](https://img.shields.io/badge/hexo-%3E=5.3.0-blue?style=flat-square&logo=hexo)](https://hexo.io) +[![License](https://img.shields.io/badge/license-%20AGPL-orange?style=flat-square&logo=gnu)](https://github.com/next-theme/hexo-theme-next/blob/master/LICENSE.md) +[![Build Status](https://img.shields.io/github/actions/workflow/status/next-theme/hexo-theme-next/linter.yml?branch=master&label=test&logo=github&style=flat-square)](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ALinter) +[![Build Status](https://img.shields.io/github/actions/workflow/status/next-theme/hexo-theme-next/tester.yml?branch=master&logo=github&style=flat-square)](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ATester) +[![Coverage Status](https://img.shields.io/coveralls/github/next-theme/hexo-theme-next?logo=coveralls&style=flat-square)](https://coveralls.io/github/next-theme/hexo-theme-next) + +## 即时预览 + +

    + 💟 Muse | 🔯 Mist | ♓️ Pisces | ♊️ Gemini +
    +
    + 更多 «NexT» 的例子参见这里。 +

    + +## 安装 + +如果你在使用 Hexo 5.0 或更新版本,最简单的安装方式是通过 npm: + +```sh +$ cd hexo-site +$ npm install hexo-theme-next +``` + +你也可以直接克隆整个仓库: + +```sh +$ cd hexo-site +$ git clone https://github.com/next-theme/hexo-theme-next themes/next +``` + +此外,如果你想要使用其他方式,请参见[详细安装步骤][docs-installation-url]。 + +安装完成后,在 Hexo 配置文件中将 `theme` 设置为 `next`。 + +```yml +theme: next +``` + +## 配置 + +我们不推荐直接修改 NexT 主题的文件。因为这可能导致错误(例如 git merge 冲突),并且在升级主题时修改的文件可能丢失。 + +目前 NexT 鼓励用户使用 [Alternate Theme Config][docs-configuration-url] 进行配置。并且可以轻松地通过 [Custom Files][docs-custom-files-url] 自定义主题的布局和样式。 + +## 插件 + +插件丰富和拓展了 NexT 的功能。这些插件分为两种:核心插件和第三方插件。核心插件被 NexT 的基础功能所依赖。第三方插件提供了大量的可选功能。 + +配置这些插件非常简单。例如,你想要在你的站点中使用 `pjax` 插件,请进入 NexT 配置文件,启用 `pjax` 配置项: + +```yml +# Easily enable fast Ajax navigation on your website. +# For more information: https://github.com/next-theme/pjax +pjax: true +``` + +### 设置 CDN + +第三方插件默认通过 [CDNJS](https://cdnjs.com) CDN 服务加载。我们也提供了其它的 CDN 服务供选择,包括著名的 [UNPKG](https://unpkg.com) 和 [jsDelivr](https://www.jsdelivr.com)。 + +例如,你想要使用 `unpkg` 代替 `cdnjs` 作为默认的 CDN 提供商,你需要在 NexT 配置文件中进行如下设置: + +```yml +vendors: + # ... + # Some contents... + # ... + plugins: unpkg +``` + +## 更新 + +NexT 每个月都会发布新版本。请在更新前阅读[更新说明][docs-release-url]。你可以通过如下命令更新 NexT。 + +通过 npm 安装最新版本: + +```sh +$ cd hexo-site +$ npm install hexo-theme-next@latest +``` + +或者通过 git 更新到最新的 master 分支: + +```sh +$ cd themes/next +$ git pull +``` + +**如果你想要从 v5.x / v7.x 更新到最新版本,阅读[这篇文档][docs-upgrade-url]。** + +## 反馈 + +* 浏览 [Awesome NexT][awesome-next-url] 列表,与其它用户分享插件和教程。 +* 加入我们的 [GitHub discussions][discussions-url] / [Gitter][gitter-url] 聊天。 +* 请花几秒钟来[添加或修正翻译][i18n-url]。 +* 在 [GitHub Issues][issues-bug-url] 报告Bug。 +* 在 [GitHub][issues-feat-url] 请求新的功能。 +* 为 [受欢迎的 Feature request][feat-req-vote-url] 投票。 + +## 贡献你的代码 + +我们欢迎你加入 NexT 的开发,贡献出你的一份力量。请看[开源贡献指南][contributing-document-url]。 🤗 + +你也可以随时向我们的[官方插件][official-plugins-url]提交 Issue 或 Pull Request。 + +## 贡献者 + +[![Contributors][contributors-image]][contributors-url] + +## 鸣谢 + +«NexT» 特别感谢这些支持我们核心基础设施的优质服务: + + + +> GitHub 容许我们托管 Git 仓库及运行测试。 + + + + + + Netlify Logo + + + +> Netlify 容许我们发布文档。 + + + + + + Netlify Logo + + + +> Crowdin 容许我们方便地翻译文档。 + + + + + + CDNJS Logo + + + +> 感谢 CDNJS 提供的 CDN 服务。 + +[docs-installation-url]: https://theme-next.js.org/docs/getting-started/installation.html +[docs-configuration-url]: https://theme-next.js.org/docs/getting-started/configuration.html +[docs-custom-files-url]: https://theme-next.js.org/docs/advanced-settings/custom-files.html +[docs-release-url]: https://github.com/next-theme/hexo-theme-next/releases +[docs-upgrade-url]: https://theme-next.js.org/docs/getting-started/upgrade.html + +[awesome-next-url]: https://github.com/next-theme/awesome-next +[discussions-url]: https://github.com/next-theme/hexo-theme-next/discussions +[gitter-url]: https://app.gitter.im/#/room/#next:gitter.im +[i18n-url]: https://crowdin.com/project/hexo-theme-next + +[issues-bug-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Bug&template=bug-report.md +[issues-feat-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Feature+Request&template=feature-request.md +[feat-req-vote-url]: https://github.com/next-theme/hexo-theme-next/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22 + +[contributing-document-url]: https://github.com/next-theme/hexo-theme-next/blob/master/docs/zh-CN/CONTRIBUTING.md +[official-plugins-url]: https://github.com/next-theme +[contributors-image]: https://raw.githubusercontent.com/next-theme/contributors/master/contributors.svg +[contributors-url]: https://github.com/next-theme/hexo-theme-next/blob/master/docs/AUTHORS.md diff --git a/themes/next/languages/README.md b/themes/next/languages/README.md new file mode 100644 index 00000000..8d183420 --- /dev/null +++ b/themes/next/languages/README.md @@ -0,0 +1,39 @@ +# Internationalization (i18n) + +[![Crowdin](https://badges.crowdin.net/hexo-theme-next/localized.svg)](https://crowdin.com/project/hexo-theme-next) + +You can use internationalization to present your site in different languages. The default language is set by modifying the `language` setting in Hexo `_config.yml`. You can also set multiple languages and modify the order of default languages. + +```yml +language: en +``` + +```yml +language: + - zh-CN + - en +``` + +## Override Default Translations + +If you would like to customize the default translation, you do not need to modify the translation files in the `languages` directory. You can override all translations using [Data Files](https://hexo.io/docs/data-files). + +1. Creat a `languages.yml` in `source/_data`. +2. Insert following codes: (be careful about the two-space indent) + + ```yml + # language + zh-CN: + # items + post: + copyright: + # the translation you perfer + author: 本文博主 + en: + menu: + schedule: Calendar + ``` + +## Improve Translations + +The files in the `language` directory are automatically generated, you do not need to modify them directly. Please submit translations via [Crowdin](https://crowdin.com/project/hexo-theme-next) if you would like to add or improve translation for NexT theme. diff --git a/themes/next/languages/ar.yml b/themes/next/languages/ar.yml new file mode 100644 index 00000000..51b8b58e --- /dev/null +++ b/themes/next/languages/ar.yml @@ -0,0 +1,103 @@ +--- +name: عربي +title: + archive: الأرشيف + category: تصنيف + tag: وسم + schedule: التقويم +menu: + home: Home + archives: الأرشيفات + categories: التصنيفات + tags: الوسوم + about: معلومات + search: بحث + schedule: التقويم + sitemap: خريطة الموقع + commonweal: Commonweal 404 +sidebar: + overview: عام + toc: المحتويات + links: Links +post: + posted: نُشر في + edited: عُدل في + created: أُنشأ + modified: عُدل + edit: تحرير هذا المقال + in: في + read_more: تابع القراءة + untitled: بدون عنوان + sticky: مثبت + views: مشاهدات + related_posts: مقالات مشابهة + copyright: + author: مؤلف المقال + link: رابط المقال + post_author: Written by + post_link: This article originally appeared on + license_title: حقوق الملكية + license_content: "حميع المقالات في هذه المدوّنة منشورة تحت رخصة %s إلا عند التنويه بخلافه." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "تطبيق الموقع %s" + total_views: إجمالي المشاهدات + total_visitors: إجمالي الزوار +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: لا وسوم + one: وسمٌ واحدٌ + other: "%d وسماً بالمُجمل" + categories: + zero: لا تصنيفات + one: تصنيفٌ واحد + other: "%d تصنيفات بالمُجمل" + archive_posts: + zero: لا مقالات. + one: مقالٌ واحد. + other: "%d مقالاً بالمُجمل." +state: + posts: المقالات + tags: الوسوم + categories: التصنيفات +search: + placeholder: بحث... + empty: "We didn't find any results for the search: %s" + hits_time: "%s results found in %s ms" + hits: "%s results found" +cheers: + um: هِم.. + ok: حسناً + nice: جميل + good: جيد + great: عظيم + excellent: ممتاز +keep_on: واصل الكتابة. +symbol: + comma: "، " + period: ". " + colon: ": " +reward: + donate: تبرّع + wechatpay: WeChat Pay + alipay: Alipay + paypal: PayPal + bitcoin: Bitcoin + comment: Buy me a coffee +follow_me: + welcome: مرحباً بك حيثُ أنشر أيضاً +accessibility: + nav_toggle: تشغيل شريط التصفح + prev_page: الصفحة السابقة + next_page: الصفحة التالية + back_to_top: Back to top + select_lang: Select language +symbols_count_time: + count: عدد الحروف في المقال + count_total: مُجمل عدد الحروف + time: زمن القراءة + time_total: مُجمل زمن القراءة + time_minutes: دقائق. diff --git a/themes/next/languages/bn.yml b/themes/next/languages/bn.yml new file mode 100644 index 00000000..34a5cd57 --- /dev/null +++ b/themes/next/languages/bn.yml @@ -0,0 +1,103 @@ +--- +name: বাংলা +title: + archive: আর্কাইভ + category: ক্যাটাগরি + tag: ট্যাগ + schedule: কর্ম পরিকল্পনা +menu: + home: হোম পেজ + archives: আর্কাইভ এর তালিকা + categories: ক্যাটাগরি এর তালিকা + tags: ট্যাগ এর তালিকা + about: সম্পর্কে + search: সার্চ + schedule: কর্ম পরিকল্পনা + sitemap: Sitemap + commonweal: Commonweal 404 +sidebar: + overview: সারাংশ + toc: সূচীপত্র + links: লিঙ্কসমুহ +post: + posted: প্রকাশিত হয়েছে + edited: সম্পাদিত হয়েছে + created: তৈরি করা হয়েছে + modified: পরিমার্জন করা হয়েছে + edit: পোস্টটি সম্পাদনা করুন + in: শ্রেনী + read_more: আরো পড়ুন + untitled: শিরোনামহীন + sticky: স্থির + views: ভিউ + related_posts: সম্পর্কিত পোস্ট + copyright: + author: লিখিকা + link: পোস্ট লিঙ্ক + post_author: রচনা করেছেন + post_link: এই আর্টিকেলটি প্রথমে প্রকাশিত হয়েছে + license_title: কপিরাইট নোটিস + license_content: "এই ব্লগের সমস্ত আর্টিকেল %s এর অধীনে লাইসেন্সপ্রাপ্ত যদি না ব্যতিক্রম উল্লেখ করা হয়।" + license_content_reprint: "এই আর্টিকেলটি একটি পুনর্মুদ্রিত আর্টিকেল এবং অনুমতি নিয়ে পুনরায় মুদ্রণ করা হয়েছে। দয়া করে উৎস নির্দেশ করুন!" +footer: + powered: "%s এর সাহায্যে চলছে" + total_views: মোট দর্শক + total_visitors: মোট দর্শক +widget: + github: আমাকে GitHub এ অনুসরন কর + chat: চ্যাট +counter: + tag_cloud: + zero: কোনও ট্যাগ নেই + one: একটি ট্যাগ আছে + other: "মোট %d টি ট্যাগ" + categories: + zero: কোন ক্যাটাগরি নেই + one: একটি ক্যাটাগরি আছে + other: "মোট %d টি ক্যাটাগরি" + archive_posts: + zero: কোনও পোস্ট নেই. + one: ১টি পোস্ট। + other: "মোট %d টি পোস্ট।" +state: + posts: পোস্ট এর তালিকা + tags: ট্যাগ এর তালিকা + categories: ক্যাটাগরি এর তালিকা +search: + placeholder: সার্চ করা হচ্ছে... + empty: "আমরা উক্ত অনুসন্ধানের জন্য কোন ফলাফল খুঁজে পাইনি: %s" + hits_time: "%s টি ফলাফল %s মিলিসেকেন্ড এ পাওয়া গেছে" + hits: "%s টি ফলাফল পাওয়া গেছে" +cheers: + um: ইয়ে... মানে.. + ok: ঠিক আছে + nice: বেশ + good: ভালো + great: অসাধারন + excellent: চমৎকার +keep_on: পোস্ট চালিয়ে যাও। +symbol: + comma: ", " + period: "। " + colon: "ঃ " +reward: + donate: দান করুন + wechatpay: উইচ্যাট পে + alipay: আলি পে + paypal: PayPal + bitcoin: বিটকয়েন + comment: আমাকে একটা কফি কিনে দাও +follow_me: + welcome: আমার অন্যান্য প্রকাশনা চ্যানেলে আপনাকে স্বাগতম +accessibility: + nav_toggle: নেভিগেশন বারের দৃশ্যমানতা টগল করুন + prev_page: পূর্ববর্তী পৃষ্ঠা + next_page: পূর্ববর্তী পৃষ্ঠা + back_to_top: উপরে ফিরে যান + select_lang: ভাষা নির্বাচন করুন +symbols_count_time: + count: আর্টিকালে অক্ষর এর পরিমাণ + count_total: আর্টিকালে অক্ষর এর মোট পরিমাণ + time: পড়াতে লাগবে + time_total: মোট পড়াতে লাগবে + time_minutes: মিনিট। diff --git a/themes/next/languages/de.yml b/themes/next/languages/de.yml new file mode 100644 index 00000000..c5a3ef7d --- /dev/null +++ b/themes/next/languages/de.yml @@ -0,0 +1,103 @@ +--- +name: Deutsch +title: + archive: Archiv + category: Kategorie + tag: Schlagwort + schedule: Zeitplan +menu: + home: Startseite + archives: Archiv + categories: Kategorien + tags: Schlagwörter + about: Über + search: Suche + schedule: Zeitplan + sitemap: Sitemap + commonweal: Commonweal 404 +sidebar: + overview: Übersicht + toc: Inhaltsverzeichnis + links: Links +post: + posted: Veröffentlicht am + edited: Bearbeitet am + created: Erstellt + modified: Geändert am + edit: Diesen Beitrag bearbeiten + in: in + read_more: Weiterlesen + untitled: Unbenannt + sticky: Angepinnt + views: Aufrufe + related_posts: Ähnliche Beiträge + copyright: + author: Beitragsautor + link: Beitragslink + post_author: Written by + post_link: This article originally appeared on + license_title: Urheberrechtshinweis + license_content: "Alle Artikel in diesem Blog sind unter %s lizenziert, außer es wird anders angegeben." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "Erstellt mit %s" + total_views: Alle Aufrufe + total_visitors: Alle Besucher +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: Keine Schlagworte + one: Insgesamt ein Schlagwort + other: "Insgesamt %d Schlagwörter" + categories: + zero: Keine Kategorien + one: Insgesamt eine Kategorie + other: "Insgesamt %d Kategorien" + archive_posts: + zero: Keine Artikel vorhanden. + one: Ein Artikel. + other: "Insgesamt %d Artikel." +state: + posts: Artikel + tags: schlagwörter + categories: Kategorien +search: + placeholder: Suche... + empty: "We didn't find any results for the search: %s" + hits_time: "%s results found in %s ms" + hits: "%s results found" +cheers: + um: Öhm.. + ok: OK + nice: Schön + good: Gut + great: Wunderbar + excellent: Exzellent +keep_on: Bleib dran. +symbol: + comma: ". " + period: ", " + colon: ": " +reward: + donate: Spenden + wechatpay: WeChat Bezahlung + alipay: Alipay + paypal: PayPal + bitcoin: Bitcoin + comment: Buy me a coffee +follow_me: + welcome: Willkommen zu meinen anderen Veröffentlichen Kanälen +accessibility: + nav_toggle: Navigationsleiste an/ausschalten + prev_page: Vorherige Seite + next_page: Nächste Seite + back_to_top: Back to top + select_lang: Select language +symbols_count_time: + count: Symbole im Artikel gezählt + count_total: Insgesamt gezählte Symbole + time: Lesezeit + time_total: Insgesamte Lesezeit + time_minutes: minuten. diff --git a/themes/next/languages/default.yml b/themes/next/languages/default.yml new file mode 100644 index 00000000..92b65e90 --- /dev/null +++ b/themes/next/languages/default.yml @@ -0,0 +1,120 @@ +name: English + +title: + archive: Archive + category: Category + tag: Tag + schedule: Schedule + +menu: + home: Home + archives: Archives + categories: Categories + tags: Tags + about: About + search: Search + schedule: Schedule + sitemap: Sitemap + commonweal: Commonweal 404 + +sidebar: + overview: Overview + toc: Table of Contents + links: Links + +post: + posted: Posted on + edited: Edited on + created: Created + modified: Modified + edit: Edit this post + in: In + read_more: Read more + untitled: Untitled + sticky: Sticky + views: Views + related_posts: Related Posts + copyright: + author: Post author + link: Post link + post_author: Written by + post_link: This article originally appeared on + license_title: Copyright Notice + license_content: "All articles in this blog are licensed under %s unless stating additionally." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" + +footer: + powered: "Powered by %s" + total_views: Total Views + total_visitors: Total Visitors + +widget: + github: Follow me on GitHub + chat: Chat + +counter: + tag_cloud: + zero: No tags + one: 1 tag in total + other: "%d tags in total" + + categories: + zero: No categories + one: 1 category in total + other: "%d categories in total" + + archive_posts: + zero: No posts. + one: 1 post. + other: "%d posts in total." + +state: + posts: posts + tags: tags + categories: categories + +search: + placeholder: Searching... + empty: "We didn't find any results for the search: %s" + hits_time: "%s results found in %s ms" + hits: "%s results found" + +cheers: + um: Um.. + ok: OK + nice: Nice + good: Good + great: Great + excellent: Excellent + +keep_on: Keep on posting. + +symbol: + comma: ", " + period: ". " + colon: ": " + +reward: + donate: Donate + wechatpay: WeChat Pay + alipay: Alipay + paypal: PayPal + bitcoin: Bitcoin + comment: Buy me a coffee + +follow_me: + welcome: Welcome to my other publishing channels + +accessibility: + nav_toggle: Toggle navigation bar + prev_page: Previous page + next_page: Next page + back_to_top: Back to top + select_lang: Select language + +symbols_count_time: + count: Word count in article + count_total: Word count total + time: Reading time + time_total: Reading time total + time_minutes: mins. diff --git a/themes/next/languages/en.yml b/themes/next/languages/en.yml new file mode 100644 index 00000000..92b65e90 --- /dev/null +++ b/themes/next/languages/en.yml @@ -0,0 +1,120 @@ +name: English + +title: + archive: Archive + category: Category + tag: Tag + schedule: Schedule + +menu: + home: Home + archives: Archives + categories: Categories + tags: Tags + about: About + search: Search + schedule: Schedule + sitemap: Sitemap + commonweal: Commonweal 404 + +sidebar: + overview: Overview + toc: Table of Contents + links: Links + +post: + posted: Posted on + edited: Edited on + created: Created + modified: Modified + edit: Edit this post + in: In + read_more: Read more + untitled: Untitled + sticky: Sticky + views: Views + related_posts: Related Posts + copyright: + author: Post author + link: Post link + post_author: Written by + post_link: This article originally appeared on + license_title: Copyright Notice + license_content: "All articles in this blog are licensed under %s unless stating additionally." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" + +footer: + powered: "Powered by %s" + total_views: Total Views + total_visitors: Total Visitors + +widget: + github: Follow me on GitHub + chat: Chat + +counter: + tag_cloud: + zero: No tags + one: 1 tag in total + other: "%d tags in total" + + categories: + zero: No categories + one: 1 category in total + other: "%d categories in total" + + archive_posts: + zero: No posts. + one: 1 post. + other: "%d posts in total." + +state: + posts: posts + tags: tags + categories: categories + +search: + placeholder: Searching... + empty: "We didn't find any results for the search: %s" + hits_time: "%s results found in %s ms" + hits: "%s results found" + +cheers: + um: Um.. + ok: OK + nice: Nice + good: Good + great: Great + excellent: Excellent + +keep_on: Keep on posting. + +symbol: + comma: ", " + period: ". " + colon: ": " + +reward: + donate: Donate + wechatpay: WeChat Pay + alipay: Alipay + paypal: PayPal + bitcoin: Bitcoin + comment: Buy me a coffee + +follow_me: + welcome: Welcome to my other publishing channels + +accessibility: + nav_toggle: Toggle navigation bar + prev_page: Previous page + next_page: Next page + back_to_top: Back to top + select_lang: Select language + +symbols_count_time: + count: Word count in article + count_total: Word count total + time: Reading time + time_total: Reading time total + time_minutes: mins. diff --git a/themes/next/languages/eo.yml b/themes/next/languages/eo.yml new file mode 100644 index 00000000..2abae7a5 --- /dev/null +++ b/themes/next/languages/eo.yml @@ -0,0 +1,103 @@ +--- +name: Esperanto +title: + archive: Arkivo + category: Kategorio + tag: Etikedo + schedule: Horaro +menu: + home: Ĉefpaĝo + archives: Arkivoj + categories: Kategorioj + tags: Etikedoj + about: Pri + search: Serĉi + schedule: Horaro + sitemap: Retejmapo + commonweal: Commonweal 404 +sidebar: + overview: Superrigardo + toc: Enhavtabelo + links: Links +post: + posted: Afiŝita je + edited: Redaktita je + created: Kreita por + modified: Modifita por + edit: Redaktu ĉi tiun afiŝon + in: En + read_more: Legi pli + untitled: Neniu titolo + sticky: Alpingli al la supro + views: Rigardoj + related_posts: Rilataj afiŝoj + copyright: + author: Aŭtoro de ĉi tiu afiŝo + link: Ligilo de ĉi tui afiŝo + post_author: Written by + post_link: This article originally appeared on + license_title: Copyright + license_content: "Ĉiuj artikoloj en ĉi tiu blogo estas licencita sub %s krom se kroma permesilo estas specifita." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "Funkciigita de %s" + total_views: Tutaj rigardoj + total_visitors: Tutaj visitoj +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: Neniuj etikedoj + one: Entute 1 etikedo + other: "Entute %d etikedoj" + categories: + zero: Neniuj kategorioj + one: Entute 1 kategorio + other: "Entute %d kategorioj" + archive_posts: + zero: Neniuj afiŝoj. + one: Entute 1 afiŝo. + other: "Entute %d afiŝoj." +state: + posts: afiŝoj + tags: etikedoj + categories: kategorioj +search: + placeholder: Serĉante... + empty: "We didn't find any results for the search: %s" + hits_time: "%s results found in %s ms" + hits: "%s results found" +cheers: + um: Um.. + ok: malaĉe + nice: bonete + good: bone + great: bonege + excellent: perfekte +keep_on: Daŭre afiŝu! +symbol: + comma: ", " + period: ". " + colon: ": " +reward: + donate: Doni + wechatpay: WeChat Pay + alipay: Alipay + paypal: PayPal + bitcoin: Bitcoin + comment: Buy me a coffee +follow_me: + welcome: Bonvenon al miaj aliaj eldonkanaloj +accessibility: + nav_toggle: Baskuligi navigacian stangon + prev_page: Antaŭa paĝo + next_page: Sekva paĝo + back_to_top: Back to top + select_lang: Select language +symbols_count_time: + count: Nombro da signoj en la artikolo + count_total: Nombro da signoj en la tuta reto + time: Tempo de rigardo + time_total: Tempo tuta de rigardo + time_minutes: minutoj. diff --git a/themes/next/languages/es.yml b/themes/next/languages/es.yml new file mode 100644 index 00000000..17e546af --- /dev/null +++ b/themes/next/languages/es.yml @@ -0,0 +1,103 @@ +--- +name: Español +title: + archive: Archivo + category: Categoría + tag: Etiqueta + schedule: Calendario +menu: + home: Inicio + archives: Archivo + categories: Categorías + tags: Etiquetas + about: Sobre mi + search: Buscar + schedule: Calendario + sitemap: Mapa del sitio + commonweal: Commonweal 404 +sidebar: + overview: Inicio + toc: Tabla de contenidos + links: Links +post: + posted: Publicado el + edited: Editado el + created: Creado por + modified: Modificado por + edit: Editar esta entrada + in: En + read_more: Leer más + untitled: Sin título + sticky: Destacados + views: Visitas + related_posts: Entradas relacionadas + copyright: + author: Autor de la entrada + link: Enlace a la entrada + post_author: Escrito por + post_link: Este artículo apareció originalmente en + license_title: Copyright + license_content: "Todos los artículos de este blog están licenciados bajo %s a no ser que se especifique una licencia adicional." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "Creado mediante %s" + total_views: Visitas totales + total_visitors: Visitantes totales +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: Sin etiquetas + one: 1 etiqueta en total + other: "%d etiquetas en total" + categories: + zero: Sin categorías + one: 1 categoría en total + other: "%d categorías en total" + archive_posts: + zero: Sin entradas. + one: 1 entrada. + other: "%d entradas en total." +state: + posts: entradas + tags: etiquetas + categories: categorías +search: + placeholder: Buscando... + empty: "No hemos encontrado ningún resultado para la búsqueda: %s" + hits_time: "%s resultados encontrados en %s ms" + hits: "%s resultados encontrados" +cheers: + um: Um.. + ok: Bueno + nice: Guai + good: Bien + great: Genial + excellent: Excelente +keep_on: Sigue posteando. +symbol: + comma: ", " + period: ". " + colon: ": " +reward: + donate: Donar + wechatpay: WeChat Pay + alipay: Alipay + paypal: PayPal + bitcoin: Bitcoin + comment: Buy me a coffee +follow_me: + welcome: Bienvenido a mis otros canales +accessibility: + nav_toggle: Cambiar a barra de navegación + prev_page: Página anterior + next_page: Página siguiente + back_to_top: Volver al principio + select_lang: Seleccione el idioma +symbols_count_time: + count: Cantidad de caracteres en el articulo + count_total: Cantidad total de caracteres + time: Tiempo de lectura + time_total: Tiempo total de lectura + time_minutes: minutos. diff --git a/themes/next/languages/fa.yml b/themes/next/languages/fa.yml new file mode 100644 index 00000000..6e47787b --- /dev/null +++ b/themes/next/languages/fa.yml @@ -0,0 +1,103 @@ +--- +name: فارسی +title: + archive: بایگانی + category: دسته بندی + tag: برچسب + schedule: زمان بندی +menu: + home: صفحه اصلی + archives: بایگانی + categories: دسته بندی ها + tags: برچسب ها + about: درباره + search: جستجو + schedule: زمان بندی + sitemap: نقشه سایت + commonweal: Commonweal 404 +sidebar: + overview: نمای کلی + toc: فهرست مطالب + links: Links +post: + posted: نوشته شده در + edited: ویرایش شده در + created: ایجاد شده + modified: تغییر یافته + edit: ویرایش این پست + in: در + read_more: ادامه مطلب + untitled: بدون عنوان + sticky: چسبنده + views: بازدیدها + related_posts: پست های مرتبط + copyright: + author: نویسنده پست + link: لینک پست + post_author: Written by + post_link: This article originally appeared on + license_title: مقررات کپی رایت + license_content: "همه مقالات در این وبلاگ تحت %s مجاز می باشند مگر اینکه به طور اضافی بیان شوند." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "قدرت گرفته از %s" + total_views: مجموع بازدیدها + total_visitors: تعداد بازدید کنندگان +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: بدون برچسب + one: 1 برچسب در مجموع + other: "%d برچسب در مجموع" + categories: + zero: بدون دسته بندی + one: 1 دسته بندی در مجموع + other: "%d دسته بندی در مجموع" + archive_posts: + zero: بدون پست. + one: 1 پست. + other: "%d برچسب در مجموع." +state: + posts: پست ها + tags: برجسب ها + categories: دسته بندی ها +search: + placeholder: جستجو... + empty: "We didn't find any results for the search: %s" + hits_time: "%s results found in %s ms" + hits: "%s results found" +cheers: + um: ام... + ok: باشه + nice: زیبا + good: خوب + great: عالی + excellent: بسیار عالی +keep_on: به پست دادن ادامه دهید. +symbol: + comma: ", " + period: ". " + colon: ": " +reward: + donate: کمک مالی + wechatpay: پرداخت WeChat + alipay: AliPay + paypal: PayPal + bitcoin: بیت کوین + comment: Buy me a coffee +follow_me: + welcome: Welcome to my other publishing channels +accessibility: + nav_toggle: تغییر ناوبری + prev_page: صفحه قبلی + next_page: صفحه بعدی + back_to_top: Back to top + select_lang: Select language +symbols_count_time: + count: تعداد نمادها در مقاله + count_total: تعداد کل نمادها + time: زمان خواندن + time_total: کل زمان خواندن + time_minutes: دقیقه. diff --git a/themes/next/languages/fr.yml b/themes/next/languages/fr.yml new file mode 100644 index 00000000..5dc5fd8e --- /dev/null +++ b/themes/next/languages/fr.yml @@ -0,0 +1,103 @@ +--- +name: Français +title: + archive: Archive + category: Catégorie + tag: Mots clés + schedule: Plannifier +menu: + home: Accueil + archives: Archives + categories: Catégories + tags: Mots clés + about: À propos + search: Recherche + schedule: Plannifier + sitemap: Plan de site + commonweal: Commonweal 404 +sidebar: + overview: Aperçu + toc: Table Des Matières + links: Liens +post: + posted: Posté le + edited: Édité le + created: Article créé le + modified: Mis à jour le + edit: Éditer cet article + in: dans + read_more: Lire la suite + untitled: Sans titre + sticky: Épingler + views: Vues + related_posts: Articles similaires + copyright: + author: Auteur de l'article + link: Lien de l'article + post_author: Rédigé par + post_link: Cet article a été initialement publié sur + license_title: Droit d'auteur + license_content: "Tous les articles de ce blog sont sous licence %s, sauf mention contraire." + license_content_reprint: "Cet article provient d'un article publié et repris avec autorisation. Veuillez indiquer la source!" +footer: + powered: "Propulsé par %s" + total_views: Vues totales + total_visitors: Total visiteurs +widget: + github: Suivez-moi sur GitHub + chat: Discussion +counter: + tag_cloud: + zero: Aucun tag + one: 1 tag au total + other: "%d tags au total" + categories: + zero: Aucune categorie + one: 1 catégorie au total + other: "%d catégories au total" + archive_posts: + zero: Aucun article. + one: 1 article. + other: "%d articles au total." +state: + posts: articles + tags: mots clé + categories: catégories +search: + placeholder: Recherche... + empty: "Nous n'avons trouvé aucun résultat pour la recherche : %s" + hits_time: "%s resultats trouvés en %s ms" + hits: "%s résultats trouvés" +cheers: + um: Eh bien.. + ok: Ok + nice: Jolie + good: Bien + great: Super + excellent: Excellent +keep_on: Continue comme ça. +symbol: + comma: ", " + period: ". " + colon: ": " +reward: + donate: Donner + wechatpay: Paiement WeChat + alipay: Alipay + paypal: PayPal + bitcoin: Bitcoin + comment: Offrez-moi un café +follow_me: + welcome: Bienvenue dans mes autres salons de publication +accessibility: + nav_toggle: Basculer la barre de navigation + prev_page: Page précédente + next_page: Page suivante + back_to_top: Revenir en haut + select_lang: Choisir une langue +symbols_count_time: + count: Caractères dans l'article + count_total: Caractères total + time: Temps de lecture + time_total: Temps total de lecture + time_minutes: minutes. diff --git a/themes/next/languages/id.yml b/themes/next/languages/id.yml new file mode 100644 index 00000000..a9d95259 --- /dev/null +++ b/themes/next/languages/id.yml @@ -0,0 +1,103 @@ +--- +name: Bahasa Indonesia +title: + archive: Arsip + category: Kategori + tag: Tag + schedule: Schedule +menu: + home: Beranda + archives: Arsip + categories: Kategori + tags: Tags + about: Tentang + search: Pencarian + schedule: Schedule + sitemap: Sitemap + commonweal: Commonweal 404 +sidebar: + overview: Ikhtisar + toc: Daftar Isi + links: Links +post: + posted: Diposting di + edited: Edited on + created: Post created + modified: Updated at + edit: Edit this post + in: Di + read_more: Baca lebih + untitled: Tidak ada title + sticky: Sticky + views: Views + related_posts: Related Posts + copyright: + author: Post author + link: Post link + post_author: Written by + post_link: This article originally appeared on + license_title: Copyright Notice + license_content: "All articles in this blog are licensed under %s unless stating additionally." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "Powered by %s" + total_views: Total Views + total_visitors: Total Visitors +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: Tidak ada tags + one: 1 total tag + other: "%d total tags" + categories: + zero: Tidak ada kategori + one: 1 total categori + other: "%d total kategori" + archive_posts: + zero: Tidak ada posting. + one: 1 posting. + other: "%d total posting." +state: + posts: posting + tags: tags + categories: kategori +search: + placeholder: Searching... + empty: "We didn't find any results for the search: %s" + hits_time: "%s results found in %s ms" + hits: "%s results found" +cheers: + um: Um.. + ok: OK + nice: Bagus + good: Bagus + great: Besar + excellent: Baik +keep_on: Terus Posting. +symbol: + comma: ", " + period: ". " + colon: ": " +reward: + donate: Donate + wechatpay: WeChat Pay + alipay: Alipay + paypal: PayPal + bitcoin: Bitcoin + comment: Buy me a coffee +follow_me: + welcome: Welcome to my other publishing channels +accessibility: + nav_toggle: Toggle navigation bar + prev_page: Halaman sebelumnya + next_page: Halaman selanjutnya + back_to_top: Back to top + select_lang: Select language +symbols_count_time: + count: Symbols count in article + count_total: Symbols count total + time: Reading time + time_total: Reading time total + time_minutes: mins. diff --git a/themes/next/languages/it.yml b/themes/next/languages/it.yml new file mode 100644 index 00000000..6ac5bc1e --- /dev/null +++ b/themes/next/languages/it.yml @@ -0,0 +1,103 @@ +--- +name: Italiano +title: + archive: Archivio + category: Categoria + tag: Tag + schedule: Programma +menu: + home: Home + archives: Archivi + categories: Categorie + tags: Tags + about: Informazioni su + search: Cerca + schedule: Programma + sitemap: Sitemap + commonweal: Commonweal 404 +sidebar: + overview: Panoramica + toc: Indice + links: Links +post: + posted: Scritto il + edited: Edited on + created: Post creato + modified: Post modificato + edit: Edit this post + in: In + read_more: Leggi di più + untitled: Senza titolo + sticky: Sticky + views: Views + related_posts: Related Posts + copyright: + author: Autore + link: Link + post_author: Written by + post_link: This article originally appeared on + license_title: Copyright + license_content: "Tutti gli articoli in questo sito sono sotto licenza %s salvo disposizione contraria." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "Powered by %s" + total_views: Total Views + total_visitors: Total Visitors +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: Nessun tag + one: 1 tag in totale + other: "%d tags in totale." + categories: + zero: Nessuna categoria + one: 1 categoria in totale + other: "%d categorie in totale." + archive_posts: + zero: Nessun post. + one: 1 post. + other: "%d posts in totale." +state: + posts: posts + tags: tags + categories: categorie +search: + placeholder: Cerca... + empty: "We didn't find any results for the search: %s" + hits_time: "%s results found in %s ms" + hits: "%s results found" +cheers: + um: Mh.. + ok: OK + nice: Bello + good: Buono + great: Ottimo + excellent: Eccellente +keep_on: Continua così. +symbol: + comma: ", " + period: ". " + colon: ": " +reward: + donate: Dona + wechatpay: WeChat Pay + alipay: Alipay + paypal: PayPal + bitcoin: Bitcoin + comment: Buy me a coffee +follow_me: + welcome: Welcome to my other publishing channels +accessibility: + nav_toggle: Toggle navigation bar + prev_page: Pagina precedente + next_page: Pagina successiva + back_to_top: Back to top + select_lang: Select language +symbols_count_time: + count: Symbols count in article + count_total: Symbols count total + time: Reading time + time_total: Reading time total + time_minutes: mins. diff --git a/themes/next/languages/ja.yml b/themes/next/languages/ja.yml new file mode 100644 index 00000000..947b87e8 --- /dev/null +++ b/themes/next/languages/ja.yml @@ -0,0 +1,103 @@ +--- +name: 日本語 +title: + archive: アーカイブ + category: カテゴリ + tag: タグ + schedule: スケジュール +menu: + home: ホーム + archives: アーカイブ + categories: カテゴリ + tags: タグ + about: プロフィール + search: 検索 + schedule: スケジュール + sitemap: サイトマップ + commonweal: 公益 404 +sidebar: + overview: 概要 + toc: 見出し + links: Links +post: + posted: 投稿日 + edited: 編集日 + created: 作成日 + modified: 修正日 + edit: この記事を編集する + in: カテゴリ + read_more: 続きを読む + untitled: 無題 + sticky: 固定 + views: 閲覧数 + related_posts: 関連記事 + copyright: + author: 著者 + link: 記事へのリンク + post_author: 作者 + post_link: 元の記事 + license_title: 著作権表示 + license_content: "このブログ内のすべての記事は、特別な記載がない限り %s の下のライセンスで保護されています。" + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "Powered by %s" + total_views: 閲覧合計数 + total_visitors: 合計閲覧者数 +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: タグなし + one: 全 1 タグ + other: "全 %d タグ" + categories: + zero: カテゴリなし + one: 全 1 カテゴリ + other: "全 %d カテゴリ" + archive_posts: + zero: ポストなし + one: 全 1 ポスト + other: "全 %d ポスト" +state: + posts: ポスト + tags: タグ + categories: カテゴリ +search: + placeholder: 検索… + empty: "検索結果が見つかりませんでした: %s" + hits_time: "%s の結果が %s ms で見つかりました" + hits: "%s 件の結果が見つかりました" +cheers: + um: うーん + ok: はい + nice: まあまあ + good: いいね + great: すごい + excellent: 最高 +keep_on: もっと書こう! +symbol: + comma: "、" + period: "。" + colon: ":" +reward: + donate: 寄付 + wechatpay: WeChat 支払う + alipay: Alipay + paypal: PayPal + bitcoin: ビットコイン + comment: Buy me a coffee +follow_me: + welcome: 他の公開チャンネルへようこそ +accessibility: + nav_toggle: ナビゲーションバーの切り替え + prev_page: 前のページ + next_page: 次のページ + back_to_top: Back to top + select_lang: Select language +symbols_count_time: + count: 単語数 + count_total: 単語の総数 + time: 読書の時間 + time_total: 読書の合計時間 + time_minutes: 分 diff --git a/themes/next/languages/ko.yml b/themes/next/languages/ko.yml new file mode 100644 index 00000000..99dbd49f --- /dev/null +++ b/themes/next/languages/ko.yml @@ -0,0 +1,103 @@ +--- +name: 한국어 +title: + archive: 아카이브 + category: 카테고리 + tag: 태그 + schedule: Schedule +menu: + home: 홈 + archives: 아카이브 + categories: 카테고리 + tags: 태그 + about: 정보 + search: 검색 + schedule: Schedule + sitemap: Sitemap + commonweal: Commonweal 404 +sidebar: + overview: 흝어보기 + toc: 목차 + links: Links +post: + posted: 작성일 + edited: Edited on + created: Post created + modified: Updated at + edit: Edit this post + in: In + read_more: 더 읽어보기 + untitled: 제목 없음 + sticky: 고정 + views: Views + related_posts: Related Posts + copyright: + author: 포스트 작성자 + link: Post link + post_author: Written by + post_link: This article originally appeared on + license_title: Copyright Notice + license_content: "All articles in this blog are licensed under %s unless stating additionally." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "Powered by %s" + total_views: Total Views + total_visitors: Total Visitors +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: 태그 없음 + one: 1개의 태그 + other: "총 %d개의 태그" + categories: + zero: 카테고리 없음 + one: 1개의 카테고리 + other: "총 %d개의 카테고리" + archive_posts: + zero: 포스트 없음 + one: 1개의 포스트 + other: "총 %d개의 포스트를 작성하셨습니다." +state: + posts: 포스트 + tags: 태그 + categories: 카테고리 +search: + placeholder: Searching... + empty: "We didn't find any results for the search: %s" + hits_time: "%s results found in %s ms" + hits: "%s results found" +cheers: + um: 음.. + ok: 동의해요 + nice: 잘했어요 + good: 좋아요 + great: 훌륭해요 + excellent: 완벽해요 +keep_on: 포스트를 계속 작성하세요. +symbol: + comma: ", " + period: ". " + colon: ": " +reward: + donate: 도네이션 + wechatpay: WeChat Pay + alipay: Alipay + paypal: PayPal + bitcoin: 비트코인 + comment: Buy me a coffee +follow_me: + welcome: Welcome to my other publishing channels +accessibility: + nav_toggle: Toggle navigation bar + prev_page: 이전 페이지 + next_page: 다음 페이지 + back_to_top: Back to top + select_lang: Select language +symbols_count_time: + count: Symbols count in article + count_total: Symbols count total + time: Reading time + time_total: Reading time total + time_minutes: mins. diff --git a/themes/next/languages/nl.yml b/themes/next/languages/nl.yml new file mode 100644 index 00000000..3fcb8b33 --- /dev/null +++ b/themes/next/languages/nl.yml @@ -0,0 +1,103 @@ +--- +name: Niederländisch +title: + archive: Archief + category: Categorie + tag: Label + schedule: Rooster +menu: + home: Home + archives: Archieven + categories: Categorieën + tags: Labels + about: Over + search: Zoeken + schedule: Rooster + sitemap: Sitemap + commonweal: Gezond verstand 404 +sidebar: + overview: Overzicht + toc: Inhoudsopgave + links: Links +post: + posted: Geplaatst op + edited: Edited on + created: Post aangemaakt + modified: Post aangepast + edit: Edit this post + in: In + read_more: Lees meer + untitled: Naamloos + sticky: Sticky + views: Views + related_posts: Related Posts + copyright: + author: Post auteur + link: Post link + post_author: Written by + post_link: This article originally appeared on + license_title: Copyright melding + license_content: "Alle artikelen op deze blog zijn gelicenseerd onder %s, mits niet anders aangegeven." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "Mede mogelijk gemaakt door %s" + total_views: Total Views + total_visitors: Total Visitors +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: Geen labels + one: 1 label in totaal + other: "%d labels in totaal" + categories: + zero: Geen categorieën + one: 1 categorie in totaal + other: "%d categorieën in totaal" + archive_posts: + zero: Geen posts. + one: 1 post. + other: "%d posts in totaal." +state: + posts: posts + tags: labels + categories: categorieën +search: + placeholder: Zoeken... + empty: "We didn't find any results for the search: %s" + hits_time: "%s results found in %s ms" + hits: "%s results found" +cheers: + um: Um.. + ok: Oké + nice: Leuk + good: Goed + great: Geweldig + excellent: Uitstekend +keep_on: Blijf posten. +symbol: + comma: ", " + period: ". " + colon: ": " +reward: + donate: Doneer + wechatpay: WeChat Pay + alipay: Alipay + paypal: PayPal + bitcoin: Bitcoin + comment: Buy me a coffee +follow_me: + welcome: Welcome to my other publishing channels +accessibility: + nav_toggle: Toggle navigation bar + prev_page: Vorige pagina + next_page: Volgende pagina + back_to_top: Back to top + select_lang: Select language +symbols_count_time: + count: Symbols count in article + count_total: Symbols count total + time: Reading time + time_total: Reading time total + time_minutes: mins. diff --git a/themes/next/languages/pt-BR.yml b/themes/next/languages/pt-BR.yml new file mode 100644 index 00000000..cdd5b8d3 --- /dev/null +++ b/themes/next/languages/pt-BR.yml @@ -0,0 +1,103 @@ +--- +name: Português +title: + archive: Arquivo + category: Categoria + tag: Etiqueta + schedule: Programação +menu: + home: Home + archives: Arquivos + categories: Categorias + tags: Etiquetas + about: Sobre + search: Pesquisar + schedule: Programação + sitemap: Mapa do site + commonweal: Commonweal 404 +sidebar: + overview: Visão geral + toc: Índice + links: Links +post: + posted: Postado em + edited: Editado em + created: Criado em + modified: Modificado em + edit: Editar publicação + in: Em + read_more: Leia mais + untitled: Sem título + sticky: Fixo + views: Visualizações + related_posts: Publicações Relacionadas + copyright: + author: Autor da publicação + link: Link da publicação + post_author: Escrito por + post_link: Este artigo foi originalmente publicado em + license_title: Nota de Direitos Autorais + license_content: "Todos os artigos deste blog são licenciados sob %s, a menos que seja indicado o contrário." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "Feito com %s" + total_views: Visualizações Totais + total_visitors: Total de visitantes +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: Sem etiquetas + one: 1 etiqueta no total de + other: "%d etiquetas no total de" + categories: + zero: Sem categoria + one: 1 categoria no total de + other: "%d categoria no total de" + archive_posts: + zero: Sem publicações. + one: 1 publicação. + other: "%d publicações no total." +state: + posts: publicações + tags: etiquetas + categories: categorias +search: + placeholder: Pesquisando... + empty: "Não encontramos nenhum resultado para a pesquisa: %s" + hits_time: "%s resultados encontrados em %s ms" + hits: "%s resultados encontrados" +cheers: + um: Uhmmmm... + ok: OK + nice: Bom + good: Muito Bom + great: Ótimo + excellent: Excelente +keep_on: Continue publicando. +symbol: + comma: ", " + period: ". " + colon: ": " +reward: + donate: Doar + wechatpay: WeChat Pay + alipay: Alipay + paypal: PayPal + bitcoin: Bitcoin + comment: Buy me a coffee +follow_me: + welcome: Bem-vindo aos meus outros canais de publicação +accessibility: + nav_toggle: Alternar barra de navegação + prev_page: Página anterior + next_page: Próxima página + back_to_top: Back to top + select_lang: Select language +symbols_count_time: + count: Contagem total de caracteres no artigo + count_total: Contagem total de caracteres + time: Tempo de leitura + time_total: Tempo total de leitura + time_minutes: mins. diff --git a/themes/next/languages/pt.yml b/themes/next/languages/pt.yml new file mode 100644 index 00000000..5ea20eda --- /dev/null +++ b/themes/next/languages/pt.yml @@ -0,0 +1,103 @@ +--- +name: Português +title: + archive: Arquivo + category: Categoria + tag: Tag + schedule: Schedule +menu: + home: Home + archives: Arquivos + categories: Categorias + tags: Tags + about: Sobre + search: Pesquisa + schedule: Schedule + sitemap: Sitemap + commonweal: Commonweal 404 +sidebar: + overview: Visão Geral + toc: Tabela de Conteúdo + links: Links +post: + posted: Postado em + edited: Edited on + created: Post created + modified: Updated at + edit: Edit this post + in: Em + read_more: Ler mais + untitled: Sem título + sticky: Sticky + views: Views + related_posts: Related Posts + copyright: + author: Post author + link: Post link + post_author: Written by + post_link: This article originally appeared on + license_title: Copyright Notice + license_content: "All articles in this blog are licensed under %s unless stating additionally." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "Desenvolvido com amor com %s" + total_views: Total Views + total_visitors: Total Visitors +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: Sem tags + one: 1 tag no total + other: "%d tags no total" + categories: + zero: Sem categorias + one: 1 categoria no total + other: "%d categorias no total" + archive_posts: + zero: Sem publicações. + one: 1 post. + other: "%d publicações no total." +state: + posts: publicações + tags: tags + categories: categorias +search: + placeholder: Searching... + empty: "We didn't find any results for the search: %s" + hits_time: "%s results found in %s ms" + hits: "%s results found" +cheers: + um: Um.. + ok: OK + nice: Legal + good: Bom + great: Grandioso + excellent: Excelente +keep_on: Mantenha-se publicando! +symbol: + comma: ", " + period: ". " + colon: ": " +reward: + donate: Donate + wechatpay: WeChat Pay + alipay: Alipay + paypal: PayPal + bitcoin: Bitcoin + comment: Buy me a coffee +follow_me: + welcome: Welcome to my other publishing channels +accessibility: + nav_toggle: Toggle navigation bar + prev_page: Página anterior + next_page: Página seguinte + back_to_top: Back to top + select_lang: Select language +symbols_count_time: + count: Symbols count in article + count_total: Symbols count total + time: Reading time + time_total: Reading time total + time_minutes: mins. diff --git a/themes/next/languages/ru.yml b/themes/next/languages/ru.yml new file mode 100644 index 00000000..ad9c5422 --- /dev/null +++ b/themes/next/languages/ru.yml @@ -0,0 +1,103 @@ +--- +name: Английский +title: + archive: Архив + category: Категория + tag: Тэг + schedule: Календарь +menu: + home: Главная + archives: Архив + categories: Категории + tags: Тэги + about: О сайте + search: Поиск + schedule: Планировщик + sitemap: Карта сайта + commonweal: Страница 404 +sidebar: + overview: Обзор + toc: Содержание + links: Links +post: + posted: Размещено + edited: Изменено + created: Создано + modified: Изменено + edit: Редактировать запись + in: В категории + read_more: Далее... + untitled: Безимянный + sticky: Ссылка + views: Просмотров + related_posts: Похожие записи + copyright: + author: Автор записи + link: Ссылка на запись + post_author: Авторы + post_link: Оригинал этой статьи был написан + license_title: Информация об авторских правах + license_content: "Все записи на этом сайте защищены лицензией %s, если не указано дополнительно." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "Генератор — %s" + total_views: Всего просмотров + total_visitors: Всего посетителей +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: Нет тэгов. + one: 1 тэг. + other: "%d тэгов всего." + categories: + zero: Нет категорий. + one: 1 категория. + other: "%d категорий всего." + archive_posts: + zero: Нет записей. + one: 1 запись. + other: "%d записей всего." +state: + posts: Архив + tags: Тэги + categories: Категории +search: + placeholder: Поиск... + empty: "По запросу ничего не найдено: %s" + hits_time: "%s результатов найдено за %s мс" + hits: "%s результатов найдено" +cheers: + um: Эм.. + ok: ОК + nice: Неплохо + good: Хорошо + great: Замечательно + excellent: Великолепно +keep_on: Продолжаю писать. +symbol: + comma: ", " + period: ". " + colon: ": " +reward: + donate: Донат + wechatpay: WeChat Pay + alipay: Alipay + paypal: PayPal + bitcoin: Биткоин + comment: Buy me a coffee +follow_me: + welcome: Добро пожаловать на другие мои издательские каналы +accessibility: + nav_toggle: Показать/скрыть меню + prev_page: Предыдущая страница + next_page: Следующая страница + back_to_top: В начало + select_lang: Выберите язык +symbols_count_time: + count: Кол-во символов в статье + count_total: Общее кол-во символов + time: Время чтения + time_total: Общее время чтения + time_minutes: мин. diff --git a/themes/next/languages/si.yml b/themes/next/languages/si.yml new file mode 100644 index 00000000..f2a0ca84 --- /dev/null +++ b/themes/next/languages/si.yml @@ -0,0 +1,103 @@ +--- +name: සිංහල +title: + archive: සංරක්ෂිතය + category: ප්‍රවර්ගය + tag: ටැගය + schedule: කාලසටහන +menu: + home: මුල + archives: සංරක්ෂිත + categories: ප්‍රවර්ග + tags: ටැග + about: පිළිබඳව + search: සොයන්න + schedule: කාලසටහන + sitemap: අඩවි සිතියම + commonweal: සමස්ත ප්‍රජාව 404 +sidebar: + overview: සමස්ත දැක්ම + toc: පටුන + links: Links +post: + posted: පළ කළේ + edited: සංස්කරණය කළේ + created: හැදුවා + modified: සංස්කරණය කළා + edit: ලිපිය සංස්කරණය + in: තුළ + read_more: තව කියවන්න + untitled: නිර්නාමික + sticky: ඇලෙන + views: දර්ශන වාර + related_posts: ආශ්‍රිත ලිපි + copyright: + author: කර්තෘ + link: සබැඳිය + post_author: ලියන ලද්දේ + post_link: මේ ලිපිය මුළින්ම පළ වූයේ + license_title: හිමිකම් ප්‍රකාශය + license_content: "මෙහි සියලු ලිපි, අමතර සඳහනක් නොමැති තැන් වලදී, %s බලපත්‍රය යටතේ පවතී." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "%s විසින් බල ගැන්වේ" + total_views: සියලු දර්ශන වාර + total_visitors: සියලු අමුත්තන් +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: ටැග නැත + one: 1 ටැගයක් ඇත + other: "ටැග %dක් ඇත" + categories: + zero: ප්‍රවර්ග නැත + one: 1 ප්‍රවර්ගයක් ඇත + other: "ප්‍රවර්ග %dක් ඇත" + archive_posts: + zero: ලිපි නැත. + one: 1 ලිපියක්. + other: "ලිපි %dක් ඇත." +state: + posts: ලිපි + tags: ටැග + categories: ප්‍රවර්ග +search: + placeholder: සොයමින්... + empty: "%s ගැන සෙවීමෙන් ප්‍රතිඵල හමු නොවුණි" + hits_time: "ප්‍රතිඵල %s සඳහා %s ms ගතවිය" + hits: "ප්‍රතිඵල %s හමු විය" +cheers: + um: ඇත්ත වශයෙන්ම.. + ok: හරි + nice: කදිමයි + good: හොඳයි + great: නියමයි + excellent: විශිෂ්ටයි +keep_on: දිගටම පළ කරන්න. +symbol: + comma: ", " + period: ". " + colon: ": " +reward: + donate: පරිත්‍යාග කරන්න + wechatpay: වීචැට් පේ + alipay: අලිපේ + paypal: පේපෑල් + bitcoin: බිට්කොයින් + comment: Buy me a coffee +follow_me: + welcome: මගේ වෙනත් පළකිරීම් මාධ්‍ය වෙත සාදරයෙන් පිළිගනිමි +accessibility: + nav_toggle: යාත්‍රණය මාරු කිරීම + prev_page: පෙර පිටුව + next_page: පසු පිටුව + back_to_top: Back to top + select_lang: Select language +symbols_count_time: + count: ලිපියේ සංකේත ගණන + count_total: මුළු සංකේත ගණන + time: කියවුම් කාලය + time_total: මුළු කියවුම් කාලය + time_minutes: විනාඩි. diff --git a/themes/next/languages/th.yml b/themes/next/languages/th.yml new file mode 100644 index 00000000..db226d9e --- /dev/null +++ b/themes/next/languages/th.yml @@ -0,0 +1,103 @@ +--- +name: ประเทศไทย +title: + archive: คลังเก็บเอกสารสำคัญ + category: หมวดหมู่ + tag: แท็ก + schedule: กำหนดการ +menu: + home: บ้าน + archives: หอจดหมายเหตุ + categories: หมวดหมู่ + tags: แท็ก + about: เกี่ยวกับ + search: ค้นหา + schedule: กำหนดการ + sitemap: แผนผังเว็บไซต์ + commonweal: เครือจักรภพ404 +sidebar: + overview: ภาพรวม + toc: สารบัญ + links: Links +post: + posted: โพสต์เมื่อ + edited: แก้ไขเมื่อ + created: สร้าง + modified: ดัดแปลง + edit: แก้ไขโพสต์นี้ + in: ใน + read_more: อ่านเพิ่มเติม + untitled: ไม่มีชื่อ + sticky: เหนียว + views: มุมมอง + related_posts: กระทู้ที่เกี่ยวข้อง + copyright: + author: ผู้เขียนโพสต์ + link: โพสต์ลิงค์ + post_author: เขียนโดย + post_link: บทความนี้เดิมปรากฏบน + license_title: ประกาศเกี่ยวกับลิขสิทธิ์ + license_content: "บทความทั้งหมดในบล็อกนี้ได้รับอนุญาตภายใต้ %s เว้นแต่จะระบุไว้เพิ่มเติม" + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "ขับเคลื่อนโดย %s" + total_views: ยอดดูทั้งหมด + total_visitors: ผู้เข้าชมทั้งหมด +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: ไม่มีแท็ก + one: ทั้งหมด 1 แท็ก + other: "รวม %d แท็ก" + categories: + zero: ไม่มีหมวดหมู่ + one: ทั้งหมด 1 หมวดหมู่ + other: "ทั้งหมด %d หมวดหมู่" + archive_posts: + zero: ไม่มีโพสต์ + one: 1 โพสต์ + other: "ทั้งหมด %d โพสต์" +state: + posts: posts + tags: tags + categories: categories +search: + placeholder: กำลังค้นหา... + empty: "เราไม่พบผลลัพธ์ใด ๆ สำหรับการค้นหา: %s" + hits_time: "พบผลลัพธ์ %s ใน %s ms" + hits: "พบผลลัพธ์ %s" +cheers: + um: Um.. + ok: OK + nice: Nice + good: Good + great: Great + excellent: Excellent +keep_on: โพสต์ต่อไป. +symbol: + comma: ", " + period: ". " + colon: ": " +reward: + donate: Donate + wechatpay: WeChat Pay + alipay: Alipay + paypal: PayPal + bitcoin: Bitcoin + comment: Buy me a coffee +follow_me: + welcome: ยินดีต้อนรับสู่ช่องทางการเผยแพร่อื่นๆ ของฉัน +accessibility: + nav_toggle: สลับแถบนำทาง + prev_page: หน้าก่อน + next_page: หน้าต่อไป + back_to_top: กลับไปด้านบน + select_lang: เลือกภาษา +symbols_count_time: + count: สัญลักษณ์นับในบทความ + count_total: สัญลักษณ์นับรวม + time: เวลาอ่านหนังสือ + time_total: เวลาในการอ่านทั้งหมด + time_minutes: นาที diff --git a/themes/next/languages/tk.yml b/themes/next/languages/tk.yml new file mode 100644 index 00000000..a107d3cc --- /dev/null +++ b/themes/next/languages/tk.yml @@ -0,0 +1,103 @@ +--- +name: Türkmençe +title: + archive: Arhiw + category: Bölüm + tag: Teg + schedule: Kalendar +menu: + home: Baş sahypa + archives: Arhiw + categories: Bölümler + tags: Tegler + about: Saýt hakynda + search: Gözleg + schedule: Kalendar + sitemap: Saýtyň kartasy + commonweal: 404 sahypa +sidebar: + overview: Syn + toc: Mazmuny + links: Links +post: + posted: Goýuldy + edited: Üýtgedildi + created: Döredildi + modified: Üýtgedildi + edit: Redaktirle + in: bölümde + read_more: Dowamyny oka + untitled: Atlandyrylmadyk + sticky: Salgylanma + views: Görüldi + related_posts: Meňzeş makalalar + copyright: + author: Makalanyň awtory + link: Makala salgylanma + post_author: Written by + post_link: This article originally appeared on + license_title: Awtorlyk hukugy hakynda maglumat + license_content: "Eger-de goşmaça maglumat berilmedik bolsa, bu saýtdaky ähli maglumatlar %s lisenziýa bilen goragly." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "Генератор — %s" + total_views: Görülme sany + total_visitors: Girilen sany +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: Teg ýok. + one: 1 teg. + other: "%d teg bar." + categories: + zero: Bölüm ýok. + one: 1 bölüm. + other: "%d bölüm bar." + archive_posts: + zero: Makala tapylmady. + one: 1 makala. + other: "%d makala bar." +state: + posts: Makalalar + tags: Tegler + categories: Bölümler +search: + placeholder: Gözleg... + empty: "We didn't find any results for the search: %s" + hits_time: "%s results found in %s ms" + hits: "%s results found" +cheers: + um: Hmm.. + ok: OK + nice: Erbet däl + good: Gowy + great: Bet + excellent: Örän gowy +keep_on: Ýazmagy dowam et. +symbol: + comma: ", " + period: ". " + colon: ": " +reward: + donate: Donat + wechatpay: WeChat Pay + alipay: Alipay + paypal: PayPal + bitcoin: Bitcoin + comment: Buy me a coffee +follow_me: + welcome: Meniň başga paýlaşma platformalarym +accessibility: + nav_toggle: Görkez/Gizle + prev_page: Öňki sahypa + next_page: Indiki sahypa + back_to_top: Back to top + select_lang: Select language +symbols_count_time: + count: Makalada symbollaryň mukdary + count_total: Symbollaryň umumy sany + time: Okalma wagty + time_total: Jemi okalma wagty + time_minutes: min. diff --git a/themes/next/languages/tr.yml b/themes/next/languages/tr.yml new file mode 100644 index 00000000..4d27e30b --- /dev/null +++ b/themes/next/languages/tr.yml @@ -0,0 +1,103 @@ +--- +name: Türk +title: + archive: Arşiv + category: Kategori + tag: Etiket + schedule: Program +menu: + home: Ana Sayfa + archives: Arşivler + categories: Kategoriler + tags: Etiketler + about: Hakkımda + search: Ara + schedule: Program + sitemap: Site Haritası + commonweal: Hata 404 +sidebar: + overview: Genel Bakış + toc: İçindekiler + links: Links +post: + posted: Yayınlandı + edited: Düzenlendi + created: Oluşturuldu + modified: Değiştirildi + edit: Bu gönderiyi düzenle + in: İçinde + read_more: Daha fazla oku + untitled: Başlıksız + sticky: Sabit + views: Görünümler + related_posts: İlgili Gönderiler + copyright: + author: Gönderiyi yazan + link: Gönderi bağlantısı + post_author: Written by + post_link: This article originally appeared on + license_title: Telif Hakkı Bildirimi + license_content: "Bu blogdaki tüm makaleler aksi belirtilmediği sürece %s altında lisanslıdır." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "%s tarafından desteklenmektedir" + total_views: Toplam görüntülenme + total_visitors: Toplam Ziyaretçi +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: Etiket yok + one: Toplam 1 etiket + other: "Toplamda %d etiket" + categories: + zero: Kategori yok + one: Toplamda 1 kategori + other: "Toplamda %d kategori" + archive_posts: + zero: Gönderi yok. + one: 1 gönderi. + other: "Toplamda %d gönderi." +state: + posts: gönderiler + tags: etiketler + categories: kategoriler +search: + placeholder: Aranıyor... + empty: "We didn't find any results for the search: %s" + hits_time: "%s results found in %s ms" + hits: "%s results found" +cheers: + um: Um.. + ok: Tamam + nice: Güzel + good: İyi + great: Müthiş + excellent: Mükemmel +keep_on: Gönderiye devam. +symbol: + comma: ", " + period: ". " + colon: ": " +reward: + donate: Bağış + wechatpay: WeChat Pay + alipay: Alipay + paypal: PayPal + bitcoin: Bitcoin + comment: Buy me a coffee +follow_me: + welcome: Diğer yayıncılık kanallarıma hoşgeldiniz +accessibility: + nav_toggle: Gezinti çubuğunu değiştir + prev_page: Önceki sayfa + next_page: Sonraki sayfa + back_to_top: Back to top + select_lang: Select language +symbols_count_time: + count: Makalede sayılan semboller + count_total: Sayılan toplam semboller + time: Okuma Süresi + time_total: Toplamda Okuma Süresi + time_minutes: dk. diff --git a/themes/next/languages/uk.yml b/themes/next/languages/uk.yml new file mode 100644 index 00000000..b0eef51e --- /dev/null +++ b/themes/next/languages/uk.yml @@ -0,0 +1,103 @@ +--- +name: Український +title: + archive: Архів + category: Категорія + tag: Тег + schedule: Календар +menu: + home: Головна + archives: Архів + categories: Категорії + tags: Теги + about: Про сайт + search: Пошук + schedule: Календар + sitemap: Карта сайту + commonweal: Сторінка 404 +sidebar: + overview: Огляд + toc: Зміст + links: Links +post: + posted: Опубліковано + edited: Змінено + created: Створено + modified: Змінено + edit: Редагувати запис + in: в категорії + read_more: Читати повністю + untitled: Без імені + sticky: Посилання + views: Переглядів + related_posts: Схожі записи + copyright: + author: Автор запису + link: Посилання на запис + post_author: Written by + post_link: This article originally appeared on + license_title: Інформація про авторські права + license_content: "Всі записи на цьому сайті захищені ліцензією %s, якщо не вказано додатково." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "Генератор — %s" + total_views: Всього переглядів + total_visitors: Всього відвідувачів +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: Немає тегів. + one: 1 тег. + other: "%d тегів всього." + categories: + zero: Немає категорій. + one: 1 категорія. + other: "%d категорій всього." + archive_posts: + zero: Немає записів. + one: 1 запис. + other: "%d записів всього." +state: + posts: Архів + tags: Теги + categories: Категорії +search: + placeholder: Пошук... + empty: "We didn't find any results for the search: %s" + hits_time: "%s results found in %s ms" + hits: "%s results found" +cheers: + um: Ем.. + ok: ОК + nice: Не погано + good: Добре + great: Чудово + excellent: Прекрасно +keep_on: Продовжую писати. +symbol: + comma: ", " + period: ". " + colon: ": " +reward: + donate: Донат + wechatpay: WeChat Pay + alipay: Alipay + paypal: PayPal + bitcoin: Bitcoin + comment: Buy me a coffee +follow_me: + welcome: Мої інші видавничі канали +accessibility: + nav_toggle: Показати/приховати меню + prev_page: Попередня сторінка + next_page: Наступна сторінка + back_to_top: Back to top + select_lang: Select language +symbols_count_time: + count: К-сть символів в статті + count_total: Загальна к-сть символів + time: Час читання + time_total: Загальний час читання + time_minutes: хв. diff --git a/themes/next/languages/vi.yml b/themes/next/languages/vi.yml new file mode 100644 index 00000000..6f0def1c --- /dev/null +++ b/themes/next/languages/vi.yml @@ -0,0 +1,103 @@ +--- +name: Tiếng Việt +title: + archive: Lưu Trữ + category: Phân Loại + tag: Thẻ + schedule: Danh Mục +menu: + home: Trang Chủ + archives: Lưu Trữ + categories: Đầu Mục + tags: Thẻ + about: Giới Thiệu + search: Tìm Kiếm + schedule: Danh Mục + sitemap: Bản đồ trang + commonweal: Commonwealth Act No. 404 +sidebar: + overview: Tổng Quan + toc: Mục Lục + links: Links +post: + posted: Tạo lúc + edited: Chỉnh sửa vào + created: Được tạo + modified: Được thay đổi + edit: Chính sửa bài viết này + in: Trong + read_more: Đọc tiếp + untitled: Không có tiêu đề + sticky: Đính + views: Lượt xem + related_posts: Các bài viết liên quan + copyright: + author: Người viết + link: Liên kết bài viết + post_author: Written by + post_link: This article originally appeared on + license_title: Chú ý bản quyền + license_content: "Tất cả bài viết trong blog này được đăng ký bởi %s trừ khi có thông báo bổ sung." + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "Cung cấp bởi %s" + total_views: Tổng số người xem + total_visitors: Tổng số truy cập +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: Không có thẻ nào + one: có 1 thẻ tất cả + other: "có %d thẻ tất cả" + categories: + zero: Không có trong mục nào + one: có 1 mục tất cả + other: "có %d mục tất cả" + archive_posts: + zero: Không có bài viết. + one: 1 bài viết. + other: "tổng số %d bài viết." +state: + posts: bài viết + tags: thẻ + categories: mục +search: + placeholder: Đang tìm... + empty: "We didn't find any results for the search: %s" + hits_time: "%s results found in %s ms" + hits: "%s results found" +cheers: + um: Um.. + ok: Đồng Ý + nice: Hay + good: Tốt + great: Tuyệt vời + excellent: Tuyệt cú mèo +keep_on: Giữ tiến độ nha. +symbol: + comma: ", " + period: ". " + colon: ": " +reward: + donate: Tài trợ + wechatpay: WeChat Pay + alipay: Alipay + paypal: Paypal + bitcoin: Bitcoin + comment: Buy me a coffee +follow_me: + welcome: Xin chào mừng đến với các kênh khác của tôi +accessibility: + nav_toggle: Thanh điều hướng chuyển đổi + prev_page: Trang trước + next_page: Trang sau + back_to_top: Back to top + select_lang: Select language +symbols_count_time: + count: Số biểu tượng trong bài viết + count_total: Tổng số biểu tượng + time: Thời lượng đọc + time_total: Tổng thời lượng đọc + time_minutes: phút. diff --git a/themes/next/languages/zh-CN.yml b/themes/next/languages/zh-CN.yml new file mode 100644 index 00000000..0f555d06 --- /dev/null +++ b/themes/next/languages/zh-CN.yml @@ -0,0 +1,103 @@ +--- +name: 简体中文 +title: + archive: 归档 + category: 分类 + tag: 标签 + schedule: 日程表 +menu: + home: 首页 + archives: 归档 + categories: 分类 + tags: 标签 + about: 关于 + search: 搜索 + schedule: 日程表 + sitemap: 站点地图 + commonweal: 公益 404 +sidebar: + overview: 站点概览 + toc: 文章目录 + links: 链接 +post: + posted: 发表于 + edited: 更新于 + created: 创建时间 + modified: 修改时间 + edit: 编辑 + in: 分类于 + read_more: 阅读全文 + untitled: 未命名 + sticky: 置顶 + views: 阅读次数 + related_posts: 相关文章 + copyright: + author: 本文作者 + link: 本文链接 + post_author: 原作者 + post_link: 原文链接 + license_title: 版权声明 + license_content: "本博客所有文章除特别声明外,均采用 %s 许可协议。转载请注明出处!" + license_content_reprint: "本文章为转载文章,已获转载许可。转载请注明出处!" +footer: + powered: "由 %s 强力驱动" + total_views: 总访问量 + total_visitors: 总访客量 +widget: + github: 在 GitHub 上关注我 + chat: 聊天 +counter: + tag_cloud: + zero: 暂无标签 + one: 目前共计 1 个标签 + other: "目前共计 %d 个标签" + categories: + zero: 暂无分类 + one: 目前共计 1 个分类 + other: "目前共计 %d 个分类" + archive_posts: + zero: 暂无日志。 + one: 目前共计 1 篇日志。 + other: "目前共计 %d 篇日志。" +state: + posts: 日志 + tags: 标签 + categories: 分类 +search: + placeholder: 搜索... + empty: "没有找到任何搜索结果:%s" + hits_time: "找到 %s 个搜索结果(用时 %s 毫秒)" + hits: "找到 %s 个搜索结果" +cheers: + um: 嗯.. + ok: 还行 + nice: 不错 + good: 很好 + great: 非常好 + excellent: 太棒了 +keep_on: 继续努力。 +symbol: + comma: "," + period: "。" + colon: ":" +reward: + donate: 赞赏 + wechatpay: 微信 + alipay: 支付宝 + paypal: PayPal + bitcoin: 比特币 + comment: 请我一杯咖啡吧! +follow_me: + welcome: 欢迎关注我的其它发布渠道 +accessibility: + nav_toggle: 切换导航栏 + prev_page: 上一页 + next_page: 下一页 + back_to_top: 返回顶部 + select_lang: 选择语言 +symbols_count_time: + count: 本文字数 + count_total: 站点总字数 + time: 阅读时长 + time_total: 站点阅读时长 + time_minutes: 分钟 diff --git a/themes/next/languages/zh-HK.yml b/themes/next/languages/zh-HK.yml new file mode 100644 index 00000000..eb451418 --- /dev/null +++ b/themes/next/languages/zh-HK.yml @@ -0,0 +1,103 @@ +--- +name: 繁體中文(香港) +title: + archive: 歸檔 + category: 分類 + tag: 標籤 + schedule: 日程表 +menu: + home: 首頁 + archives: 歸檔 + categories: 分類 + tags: 標籤 + about: 關於 + search: 檢索 + schedule: 日程表 + sitemap: 站點地圖 + commonweal: 公益 404 +sidebar: + overview: 本站概覽 + toc: 文章目錄 + links: Links +post: + posted: 發表於 + edited: 更新於 + created: 創建時間 + modified: 修改時間 + edit: 編輯 + in: 分類於 + read_more: 閱讀全文 + untitled: 未命名 + sticky: 置頂 + views: 閱讀次數 + related_posts: 相關文章 + copyright: + author: 博主 + link: 文章連結 + post_author: 已寫入 + post_link: 文章最初發表於 + license_title: 版權聲明 + license_content: "本網誌所有文章除特別聲明外,均採用 %s 許可協議。轉載請註明出處!" + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "由 %s 強力驅動" + total_views: 總瀏覽次數 + total_visitors: 訪客總數 +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: 暫無標籤 + one: 目前共有 1 個標籤 + other: "目前共有 %d 個標籤" + categories: + zero: 暫無分類 + one: 目前共有 1 個分類 + other: "目前共有 %d 個分類" + archive_posts: + zero: 暫無文章。 + one: 目前共有 1 篇文章。 + other: "目前共有 %d 篇文章。" +state: + posts: 文章 + tags: 標籤 + categories: 分類 +search: + placeholder: 搜索... + empty: "我們無法找到任何有關 %s 的搜索結果" + hits_time: "%s 結果在 %s 毫秒找到" + hits: "找到 %s 個結果" +cheers: + um: 嗯.. + ok: 還行 + nice: 好 + good: 很好 + great: 非常好 + excellent: 太棒了 +keep_on: 繼續努力。 +symbol: + comma: "," + period: "。" + colon: ":" +reward: + donate: 讚賞 + wechatpay: 微信支付 + alipay: 支付寶 + paypal: 貝寶 + bitcoin: 比特幣 + comment: Buy me a coffee +follow_me: + welcome: 歡迎關注我的其它發布渠道 +accessibility: + nav_toggle: 切換導航欄 + prev_page: 上一頁 + next_page: 下一頁 + back_to_top: 回到頂部 + select_lang: 選擇語言 +symbols_count_time: + count: 本文字數 + count_total: 站點總字數 + time: 閱讀時長 + time_total: 站點閱讀時長 + time_minutes: 分鍾 diff --git a/themes/next/languages/zh-TW.yml b/themes/next/languages/zh-TW.yml new file mode 100644 index 00000000..a2fe83e5 --- /dev/null +++ b/themes/next/languages/zh-TW.yml @@ -0,0 +1,103 @@ +--- +name: 繁體中文 +title: + archive: 歸檔 + category: 分類 + tag: 標籤 + schedule: 時間表 +menu: + home: 首頁 + archives: 歸檔 + categories: 分類 + tags: 標籤 + about: 關於 + search: 搜尋 + schedule: 時間表 + sitemap: 網站地圖 + commonweal: 公益 404 +sidebar: + overview: 本站概要 + toc: 文章目錄 + links: Links +post: + posted: 發表於 + edited: 更新於 + created: 創建時間 + modified: 修改時間 + edit: 編輯 + in: 分類於 + read_more: 閱讀全文 + untitled: 未命名 + sticky: 置頂 + views: 閱讀次數 + related_posts: 相關文章 + copyright: + author: 作者 + link: 文章連結 + post_author: 已寫入 + post_link: 文章最初發表於 + license_title: 版權聲明 + license_content: "本網誌所有文章除特別聲明外,均採用 %s 許可協議。轉載請註明出處!" + license_content_reprint: "This article is a reprinted article and has been reprinted with permission. Please indicate the source!" +footer: + powered: "由 %s 強力驅動" + total_views: 總瀏覽次數 + total_visitors: 訪客總數 +widget: + github: Follow me on GitHub + chat: Chat +counter: + tag_cloud: + zero: 沒有標籤 + one: 目前共有 1 個標籤 + other: "目前共有 %d 個標籤" + categories: + zero: 沒有分類 + one: 目前共有 1 個分類 + other: "目前共有 %d 個分類" + archive_posts: + zero: 沒有文章。 + one: 目前共有 1 篇文章。 + other: "目前共有 %d 篇文章。" +state: + posts: 文章 + tags: 標籤 + categories: 分類 +search: + placeholder: 搜尋... + empty: "我們無法找到任何有關 %s 的搜索結果" + hits_time: "%s 找到 %s 個結果" + hits: "找到 %s 個結果" +cheers: + um: 嗯.. + ok: 還行 + nice: 好 + good: 很好 + great: 非常好 + excellent: 太棒了 +keep_on: 繼續努力。 +symbol: + comma: "," + period: "。" + colon: ":" +reward: + donate: 捐贈 + wechatpay: 微信支付 + alipay: 支付寶 + paypal: 貝寶 + bitcoin: 比特幣 + comment: Buy me a coffee +follow_me: + welcome: 歡迎關注我的其它發布渠道 +accessibility: + nav_toggle: 切換導航欄 + prev_page: 上一頁 + next_page: 下一頁 + back_to_top: 回到頂端 + select_lang: 選擇語言 +symbols_count_time: + count: 文章字數 + count_total: 總字數 + time: 所需閱讀時間 + time_total: 所需總閱讀時間 + time_minutes: 分鐘 diff --git a/themes/next/layout/_layout.njk b/themes/next/layout/_layout.njk new file mode 100644 index 00000000..8a9bd73a --- /dev/null +++ b/themes/next/layout/_layout.njk @@ -0,0 +1,52 @@ + + + + {{ partial('_partials/head/head.njk', {}, {cache: theme.cache.enable}) }} + {%- include '_partials/head/head-unique.njk' -%} + {% block title %}{% endblock %} + {{ partial('_third-party/analytics/index.njk', {}, {cache: theme.cache.enable}) }} + {{- next_inject('head') }} + + + + +
    + +
    +
    +
    + {%- include '_partials/header/index.njk' -%} +
    + {%- if theme.sidebar.display !== 'remove' %} + {% block sidebar %}{% endblock %} + {%- endif %} +
    + +
    + {%- include '_partials/header/sub-menu.njk' -%} + {% block content %}{% endblock %} + {%- include '_partials/comments.njk' -%} +
    +
    + +
    + +
    + + {{ partial('_partials/widgets.njk', {}, {cache: theme.cache.enable}) }} + + {{ partial('_scripts/index.njk', {}, {cache: theme.cache.enable}) }} + {{ partial('_third-party/index.njk', {}, {cache: theme.cache.enable}) }} + {{ partial('_third-party/statistics/index.njk', {}, {cache: theme.cache.enable}) }} + + {%- include '_third-party/math/index.njk' -%} + {%- include '_third-party/quicklink.njk' -%} + + {{- next_inject('bodyEnd') }} + + diff --git a/themes/next/layout/_macro/post-collapse.njk b/themes/next/layout/_macro/post-collapse.njk new file mode 100644 index 00000000..4c391194 --- /dev/null +++ b/themes/next/layout/_macro/post-collapse.njk @@ -0,0 +1,41 @@ +{% macro render(posts) %} +{%- set current_year = '1970' %} +{%- for post in posts.toArray() %} + + {%- set year = date(post.date, 'YYYY') %} + + {%- if year !== current_year %} + {%- set current_year = year %} +
    + {{ current_year }} +
    + {%- endif %} + +
    +
    + + +
    + {%- if post.link %}{# Link posts #} + {%- set postTitleIcon = '' %} + {%- set postText = post.title or post.link %} + {{ next_url(post.link, postText + postTitleIcon, {class: 'post-title-link post-title-link-external', itemprop: 'url'}) }} + {% else %} + + {%- endif %} +
    + + {{ post_gallery(post.photos) }} +
    +
    + +{%- endfor %} +{% endmacro %} diff --git a/themes/next/layout/_macro/post.njk b/themes/next/layout/_macro/post.njk new file mode 100644 index 00000000..e2971893 --- /dev/null +++ b/themes/next/layout/_macro/post.njk @@ -0,0 +1,158 @@ +{##################} +{### POST BLOCK ###} +{##################} +
    + {# Gallery support #} + {{ post_gallery(post.photos) }} + +
    + + + + + + + + + {%- if post.header !== false %} +
    + <{% if is_index %}h2{% else %}h1{% endif %} class="post-title{% if post.direction and post.direction.toLowerCase() === 'rtl' %} rtl{% endif %}" itemprop="name headline"> + {# Link posts #} + {%- if post.link %} + {%- if post.sticky > 0 %} + + + + {%- endif %} + {%- set postTitleIcon = '' %} + {%- set postText = post.title or post.link %} + {{- next_url(post.link, postText + postTitleIcon, {class: 'post-title-link post-title-link-external', itemprop: 'url'}) }} + {% elif is_index %} + {%- if post.sticky > 0 %} + + + + {%- endif %} + {{- next_url(post.path, post.title or __('post.untitled'), {class: 'post-title-link', itemprop: 'url'}) }} + {%- else %} + {{- post.title }} + {{- post_edit(post.source) }} + {%- endif %} + + + +
    + {%- endif %} + + {#################} + {### POST BODY ###} + {#################} +
    + {%- if is_index %} + {%- if post.description and theme.excerpt_description %} +

    {{ post.description }}

    + + {%- if theme.read_more_btn %} +
    + + {{ __('post.read_more') }} » + +
    + {%- endif %} + + {% elif post.excerpt %} + {{ post.excerpt }} + + {%- if theme.read_more_btn %} +
    + + {{ __('post.read_more') }} » + +
    + {%- endif %} + + {% else %} + {{ post.content }} + {%- endif %} + {% else %} + {{- next_inject('postBodyStart') }} + {{- post.content }} + {%- endif %} +
    + + {#####################} + {### END POST BODY ###} + {#####################} + +
    + {%- if is_index %} +
    + {% else %} + {{- next_inject('postBodyEnd') }} + + {%- if post.reward_settings.enable %} + {{ partial('_partials/post/post-reward.njk') }} + {%- endif %} + + {%- if theme.creative_commons.license and theme.creative_commons.post and post.copyright !== false %} + {{ partial('_partials/post/post-copyright.njk') }} + {%- endif %} + + {%- if theme.follow_me %} + {{ partial('_partials/post/post-followme.njk', {}, {cache: theme.cache.enable}) }} + {%- endif %} + + {%- if post.tags and post.tags.length %} + {%- set tag_indicate = '' if theme.tag_icon else '#' %} + + {%- endif %} + + {{ partial('_partials/post/post-share.njk', {}, {cache: theme.cache.enable}) }} + + {%- if theme.post_navigation and (post.prev or post.next) %} + {%- set prev = post.prev if theme.post_navigation === 'right' else post.next %} + {%- set next = post.next if theme.post_navigation === 'right' else post.prev %} +
    +
    + {%- if prev %} + + {%- endif %} +
    +
    + {%- if next %} + + {%- endif %} +
    +
    + {%- endif %} + + {%- endif %} +
    +
    +
    +{######################} +{### END POST BLOCK ###} +{######################} diff --git a/themes/next/layout/_macro/sidebar.njk b/themes/next/layout/_macro/sidebar.njk new file mode 100644 index 00000000..cb92c04d --- /dev/null +++ b/themes/next/layout/_macro/sidebar.njk @@ -0,0 +1,77 @@ +{% macro render(display_toc) %} + +{% endmacro %} diff --git a/themes/next/layout/_partials/comments.njk b/themes/next/layout/_partials/comments.njk new file mode 100644 index 00000000..cd38ca3c --- /dev/null +++ b/themes/next/layout/_partials/comments.njk @@ -0,0 +1,35 @@ +{%- if page.comments %} + {%- if theme.injects.comment.length == 1 %} + {%- set inject_item = theme.injects.comment[0] %} + {{ partial(inject_item.layout, inject_item.locals, inject_item.options) }} + {%- elif theme.injects.comment.length > 1 %} + {%- if theme.comments.style == 'buttons' %} +
    + {%- for inject_item in theme.injects.comment %} + {{ inject_item.locals.button }} + {%- endfor %} +
    + {%- for inject_item in theme.injects.comment %} +
    + {{ partial(inject_item.layout, inject_item.locals, inject_item.options) }} +
    + {%- endfor %} + {{- next_js('comments-buttons.js', { pjax: true }) }} + {%- elif theme.comments.style == 'tabs' %} +
    + +
    + {%- for inject_item in theme.injects.comment %} +
    + {{ partial(inject_item.layout, inject_item.locals, inject_item.options) }} +
    + {%- endfor %} +
    +
    + {%- endif %} + {%- endif %} +{%- endif %} diff --git a/themes/next/layout/_partials/footer.njk b/themes/next/layout/_partials/footer.njk new file mode 100644 index 00000000..cffc6699 --- /dev/null +++ b/themes/next/layout/_partials/footer.njk @@ -0,0 +1,86 @@ +{%- if theme.footer.beian.enable %} +
    + {{- next_url('https://beian.miit.gov.cn', theme.footer.beian.icp + ' ') }} + {%- if theme.footer.beian.gongan_icon_url %} + + {%- endif %} + {%- if theme.footer.beian.gongan_id and theme.footer.beian.gongan_num %} + {{- next_url('https://beian.mps.gov.cn/#/query/webSearch?code=' + theme.footer.beian.gongan_id, theme.footer.beian.gongan_num + ' ') }} + {%- endif %} +
    +{%- endif %} + +{%- if theme.footer.copyright !== false %} + +{%- endif %} + +{%- if config.symbols_count_time.total_symbols or config.symbols_count_time.total_time %} +
    + {%- if config.symbols_count_time.total_symbols %} + + {%- endif %} + + {%- if config.symbols_count_time.total_time %} + + {%- endif %} +
    +{%- endif %} + +{%- if theme.busuanzi_count.enable %} +
    + {%- if theme.busuanzi_count.total_visitors %} + + {%- endif %} + + {%- if theme.busuanzi_count.total_views %} + + {%- endif %} +
    +{%- endif %} + +{%- if theme.footer.powered %} +
    + {%- set next_site = 'https://theme-next.js.org' if theme.scheme === 'Gemini' else 'https://theme-next.js.org/' + theme.scheme | lower + '/' %} + {{- __('footer.powered', next_url('https://hexo.io', 'Hexo') + ' & ' + next_url(next_site, 'NexT.' + theme.scheme)) }} +
    +{%- endif %} + +{{- next_inject('footer') }} diff --git a/themes/next/layout/_partials/head/head-unique.njk b/themes/next/layout/_partials/head/head-unique.njk new file mode 100644 index 00000000..89949441 --- /dev/null +++ b/themes/next/layout/_partials/head/head-unique.njk @@ -0,0 +1,22 @@ +{%- if theme.open_graph.enable %} + {%- if theme.open_graph.options %} + {{ open_graph(theme.open_graph.options) }} + {%- else %} + {{ open_graph() }} + {%- endif %} +{%- endif %} + +{# https://github.com/theme-next/hexo-theme-next/issues/866 #} +{%- set canonical = url | replace(r/index\.html$/, '') %} +{%- if not config.permalink.endsWith('.html') %} + {%- set canonical = canonical | replace(r/\.html$/, '') %} +{%- endif %} + + +{# Exports some front-matter variables to Front-End #} +{# https://hexo.io/docs/variables.html #} +{{ next_data('page', next_config_unique()) }} + +{{ next_data('calendar', + theme.calendar if page.type === 'schedule' else '') +}} diff --git a/themes/next/layout/_partials/head/head.njk b/themes/next/layout/_partials/head/head.njk new file mode 100644 index 00000000..fabf711a --- /dev/null +++ b/themes/next/layout/_partials/head/head.njk @@ -0,0 +1,67 @@ + + +{%- if theme.darkmode %} + + +{%- else %} + +{%- endif %} +{%- if config.meta_generator %} + {{- meta_generator() }} +{%- endif %} + +{%- if config.preconnect %} + +{%- endif %} +{{ next_pre() }} + +{%- if theme.favicon.apple_touch_icon %} + +{%- endif %} +{%- if theme.favicon.medium %} + +{%- endif %} +{%- if theme.favicon.small %} + +{%- endif %} +{%- if theme.favicon.safari_pinned_tab %} + +{%- endif %} +{%- if theme.favicon.android_manifest %} + +{%- endif %} + +{%- if theme.google_site_verification %} + +{%- endif %} +{%- if theme.bing_site_verification %} + +{%- endif %} +{%- if theme.yandex_site_verification %} + +{%- endif %} +{%- if theme.baidu_site_verification %} + +{%- endif %} + + + +{{ next_font() }} + +{{ next_vendors('fontawesome') }} + +{%- if theme.motion.enable %} + {{ next_vendors('animate_css') }} +{%- endif %} + +{%- if theme.fancybox %} + {{ next_vendors('fancybox_css') }} +{%- endif %} + +{%- if theme.pace.enable %} + {{ next_vendors('pace_css') }} + {{ next_vendors('pace_js') }} +{%- endif %} + +{{ next_data('main', next_config()) }} +{{- next_js('config.js') }} diff --git a/themes/next/layout/_partials/header/brand.njk b/themes/next/layout/_partials/header/brand.njk new file mode 100644 index 00000000..04a9591e --- /dev/null +++ b/themes/next/layout/_partials/header/brand.njk @@ -0,0 +1,37 @@ +
    + + +
    + {%- if theme.custom_logo and theme.scheme === 'Muse' %} + {{ title }} + {%- endif %} + + + + <{% if is_home() or is_archive() %}h1{% else %}p{% endif %} class="site-title">{{ title }} + + + {%- if subtitle %} +

    {{ subtitle }}

    + {%- endif %} + {%- if theme.custom_logo and (theme.scheme === 'Gemini' or theme.scheme === 'Pisces') %} + {{ title }} + {%- endif %} +
    + + +
    diff --git a/themes/next/layout/_partials/header/index.njk b/themes/next/layout/_partials/header/index.njk new file mode 100644 index 00000000..37c4c109 --- /dev/null +++ b/themes/next/layout/_partials/header/index.njk @@ -0,0 +1,7 @@ +{{ partial('_partials/header/brand.njk') }} + +{{ partial('_partials/header/menu.njk', {}, {cache: theme.cache.enable}) }} + +{{ partial('_partials/search/index.njk', {}, {cache: theme.cache.enable}) }} + +{{- next_inject('header') }} diff --git a/themes/next/layout/_partials/header/menu-item.njk b/themes/next/layout/_partials/header/menu-item.njk new file mode 100644 index 00000000..a0c6ab24 --- /dev/null +++ b/themes/next/layout/_partials/header/menu-item.njk @@ -0,0 +1,28 @@ +{% macro render(node) %} + + {%- set itemURL = node.path %} + + +{% endmacro %} diff --git a/themes/next/layout/_partials/header/menu.njk b/themes/next/layout/_partials/header/menu.njk new file mode 100644 index 00000000..55b5aef1 --- /dev/null +++ b/themes/next/layout/_partials/header/menu.njk @@ -0,0 +1,19 @@ +{% import 'menu-item.njk' as menu_item with context %} + +{%- if theme.menu or theme.algolia_search.enable or theme.local_search.enable %} + +{%- endif %} diff --git a/themes/next/layout/_partials/header/sub-menu.njk b/themes/next/layout/_partials/header/sub-menu.njk new file mode 100644 index 00000000..e4c3bc35 --- /dev/null +++ b/themes/next/layout/_partials/header/sub-menu.njk @@ -0,0 +1,12 @@ +{% import '_partials/header/menu-item.njk' as menu_item with context %} + +{%- if theme.menu and is_page() %} + {%- set menus = next_menu(page.path) %} + {%- for menu in menus %} + + {%- endfor %} +{%- endif %} diff --git a/themes/next/layout/_partials/languages.njk b/themes/next/layout/_partials/languages.njk new file mode 100644 index 00000000..a23f07f5 --- /dev/null +++ b/themes/next/layout/_partials/languages.njk @@ -0,0 +1,16 @@ +{%- if theme.language_switcher and languages.length > 1 %} +
    + + +
    +{%- endif %} diff --git a/themes/next/layout/_partials/page/breadcrumb.njk b/themes/next/layout/_partials/page/breadcrumb.njk new file mode 100644 index 00000000..a64bf336 --- /dev/null +++ b/themes/next/layout/_partials/page/breadcrumb.njk @@ -0,0 +1,30 @@ +{%- set paths = page.path.split('/') %} +{%- set count = paths.length %} +{%- if count > 2 %} + {%- set link = '/' %} + +{%- endif %} diff --git a/themes/next/layout/_partials/page/categories.njk b/themes/next/layout/_partials/page/categories.njk new file mode 100644 index 00000000..60f2cd3e --- /dev/null +++ b/themes/next/layout/_partials/page/categories.njk @@ -0,0 +1,8 @@ +
    +
    + {{ _p('counter.categories', site.categories.length) }} +
    +
    + {{ list_categories() }} +
    +
    diff --git a/themes/next/layout/_partials/page/page-header.njk b/themes/next/layout/_partials/page/page-header.njk new file mode 100644 index 00000000..497157b4 --- /dev/null +++ b/themes/next/layout/_partials/page/page-header.njk @@ -0,0 +1,15 @@ +
    + +

    + {{- page.title }} + {{- post_edit(page.source) }} +

    + + + +
    diff --git a/themes/next/layout/_partials/page/schedule.njk b/themes/next/layout/_partials/page/schedule.njk new file mode 100644 index 00000000..9deaec16 --- /dev/null +++ b/themes/next/layout/_partials/page/schedule.njk @@ -0,0 +1,3 @@ +
    +
    +{{- next_js('schedule.js', { pjax: true }) }} diff --git a/themes/next/layout/_partials/page/tags.njk b/themes/next/layout/_partials/page/tags.njk new file mode 100644 index 00000000..c6e55cc0 --- /dev/null +++ b/themes/next/layout/_partials/page/tags.njk @@ -0,0 +1,16 @@ +
    +
    + {{ _p('counter.tag_cloud', site.tags.length) }} +
    +
    + {{ tagcloud({ + min_font: theme.tagcloud.min, + max_font: theme.tagcloud.max, + amount : theme.tagcloud.amount, + orderby : theme.tagcloud.orderby, + order : theme.tagcloud.order, + class : 'tag-cloud' + }) + }} +
    +
    diff --git a/themes/next/layout/_partials/pagination.njk b/themes/next/layout/_partials/pagination.njk new file mode 100644 index 00000000..2f4097d4 --- /dev/null +++ b/themes/next/layout/_partials/pagination.njk @@ -0,0 +1,5 @@ +{%- if page.prev or page.next %} + +{%- endif %} diff --git a/themes/next/layout/_partials/post/post-copyright.njk b/themes/next/layout/_partials/post/post-copyright.njk new file mode 100644 index 00000000..84da3ebc --- /dev/null +++ b/themes/next/layout/_partials/post/post-copyright.njk @@ -0,0 +1,34 @@ +{%- set ccIcon = '' %} +{%- set ccText = theme.creative_commons.license | upper %} + +
    +
      +
    • + {%- if page.author %} + {{ __('post.copyright.post_author') + __('symbol.colon') }} + {{- page.author }} + {%- elif author %} + {{ __('post.copyright.author') + __('symbol.colon') }} + {{- author }} + {%- endif %} +
    • +
    • + {%- if page.post_link %} + {{ __('post.copyright.post_link') + __('symbol.colon') }} + {{ next_url(page.post_link, page.post_link, {title: page.title}) }} + {%- else %} + {{ __('post.copyright.link') + __('symbol.colon') }} + {{ next_url(page.permalink, page.permalink, {title: page.title}, true) }} + {%- endif %} +
    • +
    • + {%- if page.copyright_reprint %} + {{ __('post.copyright.license_title') + __('symbol.colon') }} + {{- __('post.copyright.license_content_reprint', next_url(ccURL, ccIcon + ccText)) }} + {%- else %} + {{ __('post.copyright.license_title') + __('symbol.colon') }} + {{- __('post.copyright.license_content', next_url(ccURL, ccIcon + ccText)) }} + {%- endif %} +
    • +
    +
    diff --git a/themes/next/layout/_partials/post/post-followme.njk b/themes/next/layout/_partials/post/post-followme.njk new file mode 100644 index 00000000..b34e962c --- /dev/null +++ b/themes/next/layout/_partials/post/post-followme.njk @@ -0,0 +1,32 @@ +
    + {{ __('follow_me.welcome') }} + + +
    diff --git a/themes/next/layout/_partials/post/post-meta.njk b/themes/next/layout/_partials/post/post-meta.njk new file mode 100644 index 00000000..c3d3ea44 --- /dev/null +++ b/themes/next/layout/_partials/post/post-meta.njk @@ -0,0 +1,107 @@ + diff --git a/themes/next/layout/_partials/post/post-related.njk b/themes/next/layout/_partials/post/post-related.njk new file mode 100644 index 00000000..ccf12861 --- /dev/null +++ b/themes/next/layout/_partials/post/post-related.njk @@ -0,0 +1,18 @@ + + diff --git a/themes/next/layout/_partials/post/post-reward.njk b/themes/next/layout/_partials/post/post-reward.njk new file mode 100644 index 00000000..f42c7c8f --- /dev/null +++ b/themes/next/layout/_partials/post/post-reward.njk @@ -0,0 +1,18 @@ +
    +
    {{ __('reward.comment') }}
    + +
    + + {%- for name, image in theme.reward %} + {%- set builtin = ['wechatpay', 'alipay', 'paypal', 'bitcoin'] %} + {%- set translation = __('reward.' + name) if builtin.includes(name) else name %} +
    + {{ author }} {{ translation }} + {{ translation }} +
    + {%- endfor %} + +
    +
    diff --git a/themes/next/layout/_partials/post/post-share.njk b/themes/next/layout/_partials/post/post-share.njk new file mode 100644 index 00000000..75b66d1d --- /dev/null +++ b/themes/next/layout/_partials/post/post-share.njk @@ -0,0 +1,8 @@ +{%- if theme.addtoany.enable %} + +{%- endif %} diff --git a/themes/next/layout/_partials/search/algolia-search.njk b/themes/next/layout/_partials/search/algolia-search.njk new file mode 100644 index 00000000..59f5b4e5 --- /dev/null +++ b/themes/next/layout/_partials/search/algolia-search.njk @@ -0,0 +1,14 @@ +
    + + + +
    + + + +
    +
    +

    +
    +
    +
    diff --git a/themes/next/layout/_partials/search/index.njk b/themes/next/layout/_partials/search/index.njk new file mode 100644 index 00000000..0a22e244 --- /dev/null +++ b/themes/next/layout/_partials/search/index.njk @@ -0,0 +1,11 @@ +{%- if theme.algolia_search.enable or theme.local_search.enable %} +
    + +
    +{%- endif %} diff --git a/themes/next/layout/_partials/search/localsearch.njk b/themes/next/layout/_partials/search/localsearch.njk new file mode 100644 index 00000000..6fa6f650 --- /dev/null +++ b/themes/next/layout/_partials/search/localsearch.njk @@ -0,0 +1,18 @@ +
    + + + +
    + +
    + + + +
    +
    +
    + +
    +
    diff --git a/themes/next/layout/_partials/sidebar/site-overview.njk b/themes/next/layout/_partials/sidebar/site-overview.njk new file mode 100644 index 00000000..23e15c21 --- /dev/null +++ b/themes/next/layout/_partials/sidebar/site-overview.njk @@ -0,0 +1,81 @@ + + +{%- if theme.site_state %} +
    + +
    +{%- endif %} + +{%- if theme.chat.enable and (theme.chatra.enable or theme.tidio.enable) %} + +{%- endif %} + +{%- if theme.social %} + +{%- endif %} + +{%- if theme.creative_commons.license and theme.creative_commons.sidebar %} +
    + {%- set ccImage = 'Creative Commons' %} + {{ next_url(ccURL, ccImage, {class: 'cc-opacity'}) }} +
    +{%- endif %} diff --git a/themes/next/layout/_partials/widgets.njk b/themes/next/layout/_partials/widgets.njk new file mode 100644 index 00000000..4e5b2d31 --- /dev/null +++ b/themes/next/layout/_partials/widgets.njk @@ -0,0 +1,38 @@ +{# Widgets with fixed position #} + +{%- if theme.sidebar.display !== 'remove' and (theme.scheme === 'Muse' or theme.scheme === 'Mist') %} + + +{%- endif %} + +{%- if theme.back2top.enable and not theme.back2top.sidebar %} +
    + + 0% +
    +{%- endif %} + +{%- if theme.reading_progress.enable %} +
    +{%- endif %} + +{%- if theme.bookmark.enable %} + +{%- endif %} + +{%- if theme.github_banner.enable %} + {%- set github_URL = theme.github_banner.permalink %} + {%- set github_title = __('widget.github') %} + + {%- set github_image = '' %} + + {{ next_url(github_URL, github_image, {class: 'github-corner', title: github_title, "aria-label": github_title}) }} +{%- endif %} + + diff --git a/themes/next/layout/_scripts/index.njk b/themes/next/layout/_scripts/index.njk new file mode 100644 index 00000000..6a3788b8 --- /dev/null +++ b/themes/next/layout/_scripts/index.njk @@ -0,0 +1,20 @@ +{%- include 'vendors.njk' -%} + +{{- next_js('comments.js') }} + +{{- next_js('utils.js') }} +{%- if theme.motion.enable %} + {{- next_js('motion.js') }} +{%- endif %} + +{%- if theme.scheme === 'Muse' or theme.scheme === 'Mist' %} + {{- next_js('schemes/muse.js') }} +{%- endif %} + +{{- next_js('next-boot.js') }} +{%- if theme.bookmark.enable %} + {{- next_js('bookmark.js') }} +{%- endif %} +{%- if theme.pjax %} + {{- next_js('pjax.js') }} +{%- endif %} diff --git a/themes/next/layout/_scripts/vendors.njk b/themes/next/layout/_scripts/vendors.njk new file mode 100644 index 00000000..07901005 --- /dev/null +++ b/themes/next/layout/_scripts/vendors.njk @@ -0,0 +1,7 @@ +{%- if theme.canvas_ribbon.enable %} + +{%- endif %} + +{%- for name in js_vendors() %} + {{ next_vendors(name) }} +{%- endfor %} diff --git a/themes/next/layout/_third-party/addtoany.njk b/themes/next/layout/_third-party/addtoany.njk new file mode 100644 index 00000000..cbfa521e --- /dev/null +++ b/themes/next/layout/_third-party/addtoany.njk @@ -0,0 +1,3 @@ +{%- if theme.addtoany.enable %} + {{ next_js('third-party/addtoany.js') }} +{%- endif %} diff --git a/themes/next/layout/_third-party/analytics/baidu-analytics.njk b/themes/next/layout/_third-party/analytics/baidu-analytics.njk new file mode 100644 index 00000000..2e1e4292 --- /dev/null +++ b/themes/next/layout/_third-party/analytics/baidu-analytics.njk @@ -0,0 +1,4 @@ +{%- if theme.baidu_analytics %} + {{ next_js('third-party/analytics/baidu-analytics.js') }} + +{%- endif %} diff --git a/themes/next/layout/_third-party/analytics/cloudflare.njk b/themes/next/layout/_third-party/analytics/cloudflare.njk new file mode 100644 index 00000000..d44f2e15 --- /dev/null +++ b/themes/next/layout/_third-party/analytics/cloudflare.njk @@ -0,0 +1,3 @@ +{%- if theme.cloudflare_analytics %} + +{%- endif %} diff --git a/themes/next/layout/_third-party/analytics/google-analytics.njk b/themes/next/layout/_third-party/analytics/google-analytics.njk new file mode 100644 index 00000000..b0ffd9c7 --- /dev/null +++ b/themes/next/layout/_third-party/analytics/google-analytics.njk @@ -0,0 +1,7 @@ +{%- if theme.google_analytics.tracking_id %} + {%- if not theme.google_analytics.only_pageview %} + + {%- endif %} + {{ next_data('google_analytics', theme.google_analytics) }} + {{ next_js('third-party/analytics/google-analytics.js') }} +{%- endif %} diff --git a/themes/next/layout/_third-party/analytics/growingio.njk b/themes/next/layout/_third-party/analytics/growingio.njk new file mode 100644 index 00000000..0c0c496b --- /dev/null +++ b/themes/next/layout/_third-party/analytics/growingio.njk @@ -0,0 +1,5 @@ +{%- if theme.growingio_analytics %} + + {{ next_data('growingio_analytics', theme.growingio_analytics) }} + {{ next_js('third-party/analytics/growingio.js') }} +{%- endif %} diff --git a/themes/next/layout/_third-party/analytics/index.njk b/themes/next/layout/_third-party/analytics/index.njk new file mode 100644 index 00000000..eee03028 --- /dev/null +++ b/themes/next/layout/_third-party/analytics/index.njk @@ -0,0 +1,8 @@ +{%- include 'google-analytics.njk' -%} +{%- include 'baidu-analytics.njk' -%} +{%- include 'growingio.njk' -%} +{%- include 'cloudflare.njk' -%} +{%- include 'microsoft-clarity.njk' -%} +{%- include 'matomo.njk' -%} +{%- include 'umami.njk' -%} +{%- include 'plausible.njk' -%} diff --git a/themes/next/layout/_third-party/analytics/matomo.njk b/themes/next/layout/_third-party/analytics/matomo.njk new file mode 100644 index 00000000..ed64d114 --- /dev/null +++ b/themes/next/layout/_third-party/analytics/matomo.njk @@ -0,0 +1,4 @@ +{%- if theme.matomo.enable %} + {{ next_data('matomo', theme.matomo) }} + {{ next_js('third-party/analytics/matomo.js') }} +{%- endif %} diff --git a/themes/next/layout/_third-party/analytics/microsoft-clarity.njk b/themes/next/layout/_third-party/analytics/microsoft-clarity.njk new file mode 100644 index 00000000..ebae7a1e --- /dev/null +++ b/themes/next/layout/_third-party/analytics/microsoft-clarity.njk @@ -0,0 +1,9 @@ +{%- if theme.clarity_analytics %} + +{%- endif %} diff --git a/themes/next/layout/_third-party/analytics/plausible.njk b/themes/next/layout/_third-party/analytics/plausible.njk new file mode 100644 index 00000000..31ee10c4 --- /dev/null +++ b/themes/next/layout/_third-party/analytics/plausible.njk @@ -0,0 +1,3 @@ +{%- if theme.plausible.enable %} + +{%- endif %} diff --git a/themes/next/layout/_third-party/analytics/umami.njk b/themes/next/layout/_third-party/analytics/umami.njk new file mode 100644 index 00000000..df540a61 --- /dev/null +++ b/themes/next/layout/_third-party/analytics/umami.njk @@ -0,0 +1,3 @@ +{%- if theme.umami.enable %} + +{%- endif %} diff --git a/themes/next/layout/_third-party/chat/chatra.njk b/themes/next/layout/_third-party/chat/chatra.njk new file mode 100644 index 00000000..c0ebd126 --- /dev/null +++ b/themes/next/layout/_third-party/chat/chatra.njk @@ -0,0 +1,3 @@ +{{ next_data('chatra', theme.chatra) }} +{{ next_js('third-party/chat/chatra.js') }} + diff --git a/themes/next/layout/_third-party/chat/tidio.njk b/themes/next/layout/_third-party/chat/tidio.njk new file mode 100644 index 00000000..8b222cfd --- /dev/null +++ b/themes/next/layout/_third-party/chat/tidio.njk @@ -0,0 +1,2 @@ + +{{ next_js('third-party/chat/tidio.js') }} diff --git a/themes/next/layout/_third-party/comments/changyan.njk b/themes/next/layout/_third-party/comments/changyan.njk new file mode 100644 index 00000000..677c45aa --- /dev/null +++ b/themes/next/layout/_third-party/comments/changyan.njk @@ -0,0 +1,2 @@ +{{ next_data('changyan', theme.changyan) }} +{{ next_js('third-party/comments/changyan.js') }} diff --git a/themes/next/layout/_third-party/comments/disqus.njk b/themes/next/layout/_third-party/comments/disqus.njk new file mode 100644 index 00000000..3876f003 --- /dev/null +++ b/themes/next/layout/_third-party/comments/disqus.njk @@ -0,0 +1,6 @@ +{{ next_data('disqus', theme.disqus, { + i18n: { + disqus: __('disqus') + } +}) }} +{{ next_js('third-party/comments/disqus.js') }} diff --git a/themes/next/layout/_third-party/comments/disqusjs.njk b/themes/next/layout/_third-party/comments/disqusjs.njk new file mode 100644 index 00000000..d15e2b37 --- /dev/null +++ b/themes/next/layout/_third-party/comments/disqusjs.njk @@ -0,0 +1,6 @@ +{{ next_vendors('disqusjs_css') }} + +{{ next_data('disqusjs', theme.disqusjs, { + js: theme.vendors.disqusjs_js +}) }} +{{ next_js('third-party/comments/disqusjs.js') }} diff --git a/themes/next/layout/_third-party/comments/gitalk.njk b/themes/next/layout/_third-party/comments/gitalk.njk new file mode 100644 index 00000000..d1cee1d0 --- /dev/null +++ b/themes/next/layout/_third-party/comments/gitalk.njk @@ -0,0 +1,7 @@ +{{ next_vendors('gitalk_css') }} + +{{ next_data('gitalk', theme.gitalk, { + js: theme.vendors.gitalk_js, + path_md5: gitalk_md5(page.path) +}) }} +{{ next_js('third-party/comments/gitalk.js') }} diff --git a/themes/next/layout/_third-party/comments/isso.njk b/themes/next/layout/_third-party/comments/isso.njk new file mode 100644 index 00000000..86e86b52 --- /dev/null +++ b/themes/next/layout/_third-party/comments/isso.njk @@ -0,0 +1,2 @@ +{{ next_data('isso', theme.isso) }} +{{ next_js('third-party/comments/isso.js') }} diff --git a/themes/next/layout/_third-party/comments/livere.njk b/themes/next/layout/_third-party/comments/livere.njk new file mode 100644 index 00000000..331535b4 --- /dev/null +++ b/themes/next/layout/_third-party/comments/livere.njk @@ -0,0 +1 @@ +{{ next_js('third-party/comments/livere.js') }} diff --git a/themes/next/layout/_third-party/comments/utterances.njk b/themes/next/layout/_third-party/comments/utterances.njk new file mode 100644 index 00000000..b3656ffc --- /dev/null +++ b/themes/next/layout/_third-party/comments/utterances.njk @@ -0,0 +1,2 @@ +{{ next_data('utterances', theme.utterances) }} +{{ next_js('third-party/comments/utterances.js') }} diff --git a/themes/next/layout/_third-party/fancybox.njk b/themes/next/layout/_third-party/fancybox.njk new file mode 100644 index 00000000..a42c3748 --- /dev/null +++ b/themes/next/layout/_third-party/fancybox.njk @@ -0,0 +1,3 @@ +{%- if theme.fancybox %} + {{ next_js('third-party/fancybox.js') }} +{%- endif %} diff --git a/themes/next/layout/_third-party/index.njk b/themes/next/layout/_third-party/index.njk new file mode 100644 index 00000000..f027ff0a --- /dev/null +++ b/themes/next/layout/_third-party/index.njk @@ -0,0 +1,19 @@ +{%- if theme.algolia_search.enable %} + {%- include 'search/algolia-search.njk' -%} +{%- elif theme.local_search.enable %} + {%- include 'search/localsearch.njk' -%} +{%- endif %} + +{%- if theme.chatra.enable %} + {%- include 'chat/chatra.njk' -%} +{%- elif theme.tidio.enable %} + {%- include 'chat/tidio.njk' -%} +{%- endif %} + +{%- include 'tags/pdf.njk' -%} +{%- include 'tags/mermaid.njk' -%} +{%- include 'tags/wavedrom.njk' -%} + +{%- include 'fancybox.njk' -%} +{%- include 'pace.njk' -%} +{%- include 'addtoany.njk' -%} diff --git a/themes/next/layout/_third-party/math/index.njk b/themes/next/layout/_third-party/math/index.njk new file mode 100644 index 00000000..a47095b1 --- /dev/null +++ b/themes/next/layout/_third-party/math/index.njk @@ -0,0 +1,26 @@ +{%- if theme.math.mathjax.enable or theme.math.katex.enable %} + {%- set enable_math = false %} + + {%- set is_index_has_math = false %} + + {# At home, check if there has `mathjax: true` post #} + {%- if is_home() and not theme.math.every_page %} + {%- for post in page.posts.toArray() %} + {%- if post.mathjax and not is_index_has_math %} + {%- set is_index_has_math = true %} + {%- endif %} + {%- endfor %} + {%- endif %} + + {%- if theme.math.every_page or is_index_has_math or page.mathjax %} + {%- set enable_math = true %} + {%- endif %} + + {{ next_data('enableMath', enable_math) }} + + {%- if theme.math.mathjax.enable %} + {%- include '_third-party/math/mathjax.njk' -%} + {% elif theme.math.katex.enable %} + {%- include '_third-party/math/katex.njk' -%} + {%- endif %} +{%- endif %} diff --git a/themes/next/layout/_third-party/math/katex.njk b/themes/next/layout/_third-party/math/katex.njk new file mode 100644 index 00000000..62a64c2c --- /dev/null +++ b/themes/next/layout/_third-party/math/katex.njk @@ -0,0 +1,7 @@ +{{ next_vendors('katex') }} +{%- if theme.math.katex.copy_tex %} + {{ next_data('katex', { + copy_tex_js: theme.vendors.copy_tex_js + }) }} + {{ next_js('third-party/math/katex.js') }} +{%- endif %} diff --git a/themes/next/layout/_third-party/math/mathjax.njk b/themes/next/layout/_third-party/math/mathjax.njk new file mode 100644 index 00000000..a20bb8be --- /dev/null +++ b/themes/next/layout/_third-party/math/mathjax.njk @@ -0,0 +1,4 @@ +{{ next_data('mathjax', theme.math.mathjax, { + js: theme.vendors.mathjax +}) }} +{{ next_js('third-party/math/mathjax.js') }} diff --git a/themes/next/layout/_third-party/pace.njk b/themes/next/layout/_third-party/pace.njk new file mode 100644 index 00000000..ffbadcd4 --- /dev/null +++ b/themes/next/layout/_third-party/pace.njk @@ -0,0 +1,3 @@ +{%- if theme.pace.enable %} + {{ next_js('third-party/pace.js') }} +{%- endif %} diff --git a/themes/next/layout/_third-party/quicklink.njk b/themes/next/layout/_third-party/quicklink.njk new file mode 100644 index 00000000..e027a982 --- /dev/null +++ b/themes/next/layout/_third-party/quicklink.njk @@ -0,0 +1,7 @@ +{%- if theme.quicklink.enable %} + {{ next_vendors('quicklink') }} + {{ next_data('quicklink', page.quicklink, { + url: url | replace(r/index\.html$/, '') + }) }} + {{ next_js('third-party/quicklink.js') }} +{%- endif %} diff --git a/themes/next/layout/_third-party/search/algolia-search.njk b/themes/next/layout/_third-party/search/algolia-search.njk new file mode 100644 index 00000000..9e69c92e --- /dev/null +++ b/themes/next/layout/_third-party/search/algolia-search.njk @@ -0,0 +1,4 @@ +{{ next_vendors('algolia_search') }} +{{ next_vendors('instant_search') }} + +{{- next_js('third-party/search/algolia-search.js') }} diff --git a/themes/next/layout/_third-party/search/localsearch.njk b/themes/next/layout/_third-party/search/localsearch.njk new file mode 100644 index 00000000..8a8d5272 --- /dev/null +++ b/themes/next/layout/_third-party/search/localsearch.njk @@ -0,0 +1,2 @@ +{{ next_vendors('local_search') }} +{{ next_js('third-party/search/local-search.js') }} diff --git a/themes/next/layout/_third-party/statistics/busuanzi-counter.njk b/themes/next/layout/_third-party/statistics/busuanzi-counter.njk new file mode 100644 index 00000000..f3ff6db6 --- /dev/null +++ b/themes/next/layout/_third-party/statistics/busuanzi-counter.njk @@ -0,0 +1,3 @@ +{%- if theme.busuanzi_count.enable %} + +{%- endif %} diff --git a/themes/next/layout/_third-party/statistics/firestore.njk b/themes/next/layout/_third-party/statistics/firestore.njk new file mode 100644 index 00000000..2bc37a11 --- /dev/null +++ b/themes/next/layout/_third-party/statistics/firestore.njk @@ -0,0 +1,6 @@ +{%- if theme.firestore.enable %} + {{ next_vendors('firebase_app') }} + {{ next_vendors('firebase_firestore') }} + {{ next_data('firestore', theme.firestore) }} + {{ next_js('third-party/statistics/firestore.js') }} +{%- endif %} diff --git a/themes/next/layout/_third-party/statistics/index.njk b/themes/next/layout/_third-party/statistics/index.njk new file mode 100644 index 00000000..6921d8e4 --- /dev/null +++ b/themes/next/layout/_third-party/statistics/index.njk @@ -0,0 +1,3 @@ +{%- include 'busuanzi-counter.njk' -%} +{%- include 'firestore.njk' -%} +{%- include 'lean-analytics.njk' -%} diff --git a/themes/next/layout/_third-party/statistics/lean-analytics.njk b/themes/next/layout/_third-party/statistics/lean-analytics.njk new file mode 100644 index 00000000..d3171c47 --- /dev/null +++ b/themes/next/layout/_third-party/statistics/lean-analytics.njk @@ -0,0 +1,4 @@ +{%- if theme.leancloud_visitors.enable %} + {{ next_data('leancloud_visitors', theme.leancloud_visitors) }} + {{ next_js('third-party/statistics/lean-analytics.js') }} +{%- endif %} diff --git a/themes/next/layout/_third-party/tags/mermaid.njk b/themes/next/layout/_third-party/tags/mermaid.njk new file mode 100644 index 00000000..1487cb7f --- /dev/null +++ b/themes/next/layout/_third-party/tags/mermaid.njk @@ -0,0 +1,6 @@ +{%- if theme.mermaid.enable %} + {{ next_data('mermaid', theme.mermaid, { + js: theme.vendors.mermaid + }) }} + {{ next_js('third-party/tags/mermaid.js') }} +{%- endif %} diff --git a/themes/next/layout/_third-party/tags/pdf.njk b/themes/next/layout/_third-party/tags/pdf.njk new file mode 100644 index 00000000..d86927cd --- /dev/null +++ b/themes/next/layout/_third-party/tags/pdf.njk @@ -0,0 +1,7 @@ +{%- if theme.pdf.enable %} + {{ next_data('pdf', { + object_url: theme.vendors.pdfobject, + url: url_for('lib/pdf/web/viewer.html') + }) }} + {{ next_js('third-party/tags/pdf.js') }} +{%- endif %} diff --git a/themes/next/layout/_third-party/tags/wavedrom.njk b/themes/next/layout/_third-party/tags/wavedrom.njk new file mode 100644 index 00000000..1ff9f468 --- /dev/null +++ b/themes/next/layout/_third-party/tags/wavedrom.njk @@ -0,0 +1,9 @@ +{%- if theme.wavedrom.enable %} + {{ next_data('wavedrom', theme.wavedrom, { + js: theme.vendors.wavedrom + }) }} + {{ next_data('wavedrom_skin', theme.wavedrom, { + js: theme.vendors.wavedrom_skin + }) }} + {{ next_js('third-party/tags/wavedrom.js') }} +{%- endif %} diff --git a/themes/next/layout/archive.njk b/themes/next/layout/archive.njk new file mode 100644 index 00000000..699d5830 --- /dev/null +++ b/themes/next/layout/archive.njk @@ -0,0 +1,48 @@ +{% extends '_layout.njk' %} +{% import '_macro/post-collapse.njk' as post_template with context %} +{% import '_macro/sidebar.njk' as sidebar_template with context %} + +{% block title %}{{ __('title.archive') }} | {{ title }}{% endblock %} + +{% block class %}archive posts-collapse{% endblock %} + +{% block content %} + + {#####################} + {### ARCHIVE BLOCK ###} + {#####################} +
    +
    +
    + {%- set posts_length = site.posts.length %} + {%- if posts_length > 210 %} + {%- set cheers = 'excellent' %} + {% elif posts_length > 130 %} + {%- set cheers = 'great' %} + {% elif posts_length > 80 %} + {%- set cheers = 'good' %} + {% elif posts_length > 50 %} + {%- set cheers = 'nice' %} + {% elif posts_length > 30 %} + {%- set cheers = 'ok' %} + {% else %} + {%- set cheers = 'um' %} + {%- endif %} + {{ __('cheers.' + cheers) }}! {{ _p('counter.archive_posts', site.posts.length) }} {{ __('keep_on') }} +
    + + {{ post_template.render(page.posts) }} + +
    +
    + {#########################} + {### END ARCHIVE BLOCK ###} + {#########################} + + {%- include '_partials/pagination.njk' -%} + +{% endblock %} + +{% block sidebar %} + {{ sidebar_template.render(false) }} +{% endblock %} diff --git a/themes/next/layout/category.njk b/themes/next/layout/category.njk new file mode 100644 index 00000000..6468ae31 --- /dev/null +++ b/themes/next/layout/category.njk @@ -0,0 +1,36 @@ +{% extends '_layout.njk' %} +{% import '_macro/post-collapse.njk' as post_template with context %} +{% import '_macro/sidebar.njk' as sidebar_template with context %} + +{% block title %}{{ __('title.category') }}: {{ page.category }} | {{ title }}{% endblock %} + +{% block class %}category posts-collapse{% endblock %} + +{% block content %} + + {######################} + {### CATEGORY BLOCK ###} + {######################} +
    +
    +
    +

    + {{- page.category }} + {{ __('title.category') }} +

    +
    + + {{ post_template.render(page.posts) }} +
    +
    + {##########################} + {### END CATEGORY BLOCK ###} + {##########################} + + {%- include '_partials/pagination.njk' -%} + +{% endblock %} + +{% block sidebar %} + {{ sidebar_template.render(false) }} +{% endblock %} diff --git a/themes/next/layout/index.njk b/themes/next/layout/index.njk new file mode 100644 index 00000000..0ce84ec2 --- /dev/null +++ b/themes/next/layout/index.njk @@ -0,0 +1,20 @@ +{% extends '_layout.njk' %} +{% import '_macro/sidebar.njk' as sidebar_template with context %} + +{% block title %}{{ title }}{% if theme.index_with_subtitle and subtitle %} - {{ subtitle }}{% endif %}{% endblock %} + +{% block class %}index posts-expand{% endblock %} + +{% block content %} + + {%- for post in page.posts.toArray() %} + {{ partial('_macro/post.njk', {post: post, is_index: true}) }} + {%- endfor %} + + {%- include '_partials/pagination.njk' -%} + +{% endblock %} + +{% block sidebar %} + {{ sidebar_template.render(false) }} +{% endblock %} diff --git a/themes/next/layout/page.njk b/themes/next/layout/page.njk new file mode 100644 index 00000000..9bf5cf1e --- /dev/null +++ b/themes/next/layout/page.njk @@ -0,0 +1,54 @@ +{% extends '_layout.njk' %} +{% import '_macro/sidebar.njk' as sidebar_template with context %} + +{% block title %} + {%- set page_title_suffix = ' | ' + title %} + + {%- if page.type === 'categories' and not page.title %} + {{- __('title.category') + page_title_suffix }} + {%- elif page.type === 'tags' and not page.title %} + {{- __('title.tag') + page_title_suffix }} + {%- elif page.type === 'schedule' and not page.title %} + {{- __('title.schedule') + page_title_suffix }} + {%- else %} + {{- page.title + page_title_suffix }} + {%- endif %} +{% endblock %} + +{% block class %}page posts-expand{% endblock %} + +{% block content %} + + {##################} + {### PAGE BLOCK ###} + {##################} +
    + {%- include '_partials/page/page-header.njk' -%} + {#################} + {### PAGE BODY ###} + {#################} +
    + {%- if page.type === 'tags' %} + {%- include '_partials/page/tags.njk' -%} + {% elif page.type === 'categories' %} + {%- include '_partials/page/categories.njk' -%} + {% elif page.type === 'schedule' %} + {%- include '_partials/page/schedule.njk' -%} + {% else %} + {{ page.content }} + {%- endif %} +
    + {#####################} + {### END PAGE BODY ###} + {#####################} +
    + {%- include '_partials/page/breadcrumb.njk' -%} + {######################} + {### END PAGE BLOCK ###} + {######################} + +{% endblock %} + +{% block sidebar %} + {{ sidebar_template.render(page.toc.enable) }} +{% endblock %} diff --git a/themes/next/layout/post.njk b/themes/next/layout/post.njk new file mode 100644 index 00000000..24bd5488 --- /dev/null +++ b/themes/next/layout/post.njk @@ -0,0 +1,16 @@ +{% extends '_layout.njk' %} +{% import '_macro/sidebar.njk' as sidebar_template with context %} + +{% block title %}{{ page.title }} | {{ title }}{% endblock %} + +{% block class %}post posts-expand{% endblock %} + +{% block content %} + + {{ partial('_macro/post.njk', {post: page}) }} + +{% endblock %} + +{% block sidebar %} + {{ sidebar_template.render(page.toc.enable) }} +{% endblock %} diff --git a/themes/next/layout/tag.njk b/themes/next/layout/tag.njk new file mode 100644 index 00000000..96c8c2aa --- /dev/null +++ b/themes/next/layout/tag.njk @@ -0,0 +1,36 @@ +{% extends '_layout.njk' %} +{% import '_macro/post-collapse.njk' as post_template with context %} +{% import '_macro/sidebar.njk' as sidebar_template with context %} + +{% block title %}{{ __('title.tag') }}: {{ page.tag }} | {{ title }}{% endblock %} + +{% block class %}tag posts-collapse{% endblock %} + +{% block content %} + + {#################} + {### TAG BLOCK ###} + {#################} +
    +
    +
    +

    + {{- page.tag }} + {{ __('title.tag') }} +

    +
    + + {{ post_template.render(page.posts) }} +
    +
    + {#####################} + {### END TAG BLOCK ###} + {#####################} + + {%- include '_partials/pagination.njk' -%} + +{% endblock %} + +{% block sidebar %} + {{ sidebar_template.render(false) }} +{% endblock %} diff --git a/themes/next/package.json b/themes/next/package.json new file mode 100644 index 00000000..36ca9daf --- /dev/null +++ b/themes/next/package.json @@ -0,0 +1,46 @@ +{ + "name": "hexo-theme-next", + "version": "8.19.2", + "description": "Elegant and powerful theme for Hexo.", + "main": "package.json", + "files": [ + "docs", + "languages", + "layout", + "scripts", + "source", + "_config.yml", + "_vendors.yml" + ], + "scripts": { + "eslint": "eslint scripts/ source/js test/", + "prepare": "node .githooks/install.js", + "stylint": "stylelint source/css/ --ip source/css/_common/scaffolding/highlight/index.styl", + "test": "mocha test/index.js", + "test-cov": "c8 npm test" + }, + "repository": "next-theme/hexo-theme-next", + "keywords": [ + "hexo", + "theme", + "next" + ], + "author": "NexT (https://theme-next.js.org)", + "license": "AGPL-3.0-only", + "bugs": { + "url": "https://github.com/next-theme/hexo-theme-next/issues" + }, + "homepage": "https://theme-next.js.org", + "devDependencies": { + "@next-theme/eslint-config": "0.0.3", + "c8": "9.1.0", + "chai": "4.4.1", + "eslint": "8.55.0", + "hexo": "7.1.1", + "hexo-renderer-marked": "6.2.0", + "js-yaml": "4.1.0", + "mocha": "10.3.0", + "stylelint": "16.2.1", + "stylelint-stylus": "1.0.0" + } +} diff --git a/themes/next/renovate.json b/themes/next/renovate.json new file mode 100644 index 00000000..f45d8f11 --- /dev/null +++ b/themes/next/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "config:base" + ] +} diff --git a/themes/next/scripts/events/index.js b/themes/next/scripts/events/index.js new file mode 100644 index 00000000..acf76a1f --- /dev/null +++ b/themes/next/scripts/events/index.js @@ -0,0 +1,32 @@ +/* global hexo */ + +'use strict'; + +hexo.extend.filter.register('before_generate', () => { + // Merge config + require('./lib/config')(hexo); + // Set vendors + require('./lib/vendors')(hexo); + // Add filter type `theme_inject` + require('./lib/injects')(hexo); + // Highlight + require('./lib/highlight')(hexo); + // Menu and sub menu + require('./lib/navigation')(hexo); +}, 0); + +hexo.on('ready', () => { + if (!/^(g|s)/.test(hexo.env.cmd) || process.argv.includes('--next-disable-banner')) return; + const { version } = require('../../package.json'); + hexo.log.info(`================================== + ███╗ ██╗███████╗██╗ ██╗████████╗ + ████╗ ██║██╔════╝╚██╗██╔╝╚══██╔══╝ + ██╔██╗ ██║█████╗ ╚███╔╝ ██║ + ██║╚██╗██║██╔══╝ ██╔██╗ ██║ + ██║ ╚████║███████╗██╔╝ ██╗ ██║ + ╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝ ╚═╝ +======================================== +NexT version ${version} +Documentation: https://theme-next.js.org +========================================`); +}); diff --git a/themes/next/scripts/events/lib/config.js b/themes/next/scripts/events/lib/config.js new file mode 100644 index 00000000..ad35061e --- /dev/null +++ b/themes/next/scripts/events/lib/config.js @@ -0,0 +1,44 @@ +'use strict'; + +const { deepMerge } = require('hexo-util'); + +module.exports = hexo => { + const data = hexo.locals.get('data'); + + if (data.next) { + hexo.log.warn('`next.yml` is deprecated. Please upgrade to Hexo 5 or later and use `_config.next.yml` instead.'); + hexo.log.warn('Documentation: https://theme-next.js.org/docs/getting-started/configuration.html'); + } + + const { cache, language_switcher } = hexo.theme.config; + const warning = function(...args) { + hexo.log.warn(`Since ${args[0]} is turned on, the ${args[1]} is disabled to avoid potential hazards.`); + }; + + if (cache && cache.enable && language_switcher) { + warning('language_switcher', 'caching'); + cache.enable = false; + } + if (cache && cache.enable && hexo.config.relative_link) { + warning('caching', '`relative_link` option in Hexo `_config.yml`'); + hexo.config.relative_link = false; + } + + // Custom languages support. Introduced in NexT v6.3.0. + if (data.languages) { + const { language } = hexo.config; + const { i18n } = hexo.theme; + + const mergeLang = lang => { + if (data.languages[lang]) i18n.set(lang, deepMerge(i18n.get([lang]), data.languages[lang])); + }; + + if (Array.isArray(language)) { + for (const lang of language) { + mergeLang(lang); + } + } else { + mergeLang(language); + } + } +}; diff --git a/themes/next/scripts/events/lib/highlight.js b/themes/next/scripts/events/lib/highlight.js new file mode 100644 index 00000000..b3b8d008 --- /dev/null +++ b/themes/next/scripts/events/lib/highlight.js @@ -0,0 +1,28 @@ +'use strict'; + +const fs = require('fs'); +const { resolve, highlightTheme } = require('./utils'); + +function prismTheme(name) { + let file = resolve('prismjs', `themes/${name}.css`); + if (!fs.existsSync(file)) file = resolve('prism-themes', `themes/${name}.css`); + return file; +} + +module.exports = hexo => { + const { config } = hexo; + const theme = hexo.theme.config; + config.highlight.hljs = false; + config.prismjs = config.prismjs || {}; + theme.highlight = { + enable: config.syntax_highlighter === 'highlight.js' || config.highlight.enable, + light : highlightTheme(theme.codeblock.theme.light), + dark : highlightTheme(theme.codeblock.theme.dark) + }; + theme.prism = { + enable: config.syntax_highlighter === 'prismjs' || config.prismjs.enable, + light : prismTheme(theme.codeblock.prism.light), + dark : prismTheme(theme.codeblock.prism.dark), + number: resolve('prismjs', 'plugins/line-numbers/prism-line-numbers.css') + }; +}; diff --git a/themes/next/scripts/events/lib/injects.js b/themes/next/scripts/events/lib/injects.js new file mode 100644 index 00000000..6a7c3239 --- /dev/null +++ b/themes/next/scripts/events/lib/injects.js @@ -0,0 +1,85 @@ +'use strict'; + +const fs = require('fs'); +const path = require('path'); +const { points } = require('./utils'); +const defaultExtname = '.njk'; + +// Defining stylus types +class StylusInject { + constructor(base_dir) { + this.base_dir = base_dir; + this.files = []; + } + push(file) { + // Get absolute path base on hexo dir + this.files.push(path.resolve(this.base_dir, file)); + } +} + +// Defining view types +class ViewInject { + constructor(base_dir) { + this.base_dir = base_dir; + this.raws = []; + } + raw(name, raw, ...args) { + // Set default extname + if (path.extname(name) === '') { + name += defaultExtname; + } + this.raws.push({ name, raw, args }); + } + file(name, file, ...args) { + // Set default extname from file's extname + if (path.extname(name) === '') { + name += path.extname(file); + } + // Get absolute path base on hexo dir + this.raw(name, fs.readFileSync(path.resolve(this.base_dir, file), 'utf8'), ...args); + } +} + +// Init injects +function initInject(base_dir) { + const injects = {}; + points.styles.forEach(item => { + injects[item] = new StylusInject(base_dir); + }); + points.views.forEach(item => { + injects[item] = new ViewInject(base_dir); + }); + return injects; +} + +module.exports = hexo => { + // Exec theme_inject filter + const injects = initInject(hexo.base_dir); + hexo.execFilterSync('theme_inject', injects); + hexo.theme.config.injects = {}; + + // Inject stylus + points.styles.forEach(type => { + hexo.theme.config.injects[type] = injects[type].files; + }); + + // Inject views + points.views.forEach(type => { + const configs = Object.create(null); + hexo.theme.config.injects[type] = []; + // Add or override view. + injects[type].raws.forEach((injectObj, index) => { + const name = `inject/${type}/${injectObj.name}`; + hexo.theme.setView(name, injectObj.raw); + configs[name] = { + layout : name, + locals : injectObj.args[0], + options: injectObj.args[1], + order : injectObj.args[2] || index + }; + }); + // Views sort. + hexo.theme.config.injects[type] = Object.values(configs) + .sort((x, y) => x.order - y.order); + }); +}; diff --git a/themes/next/scripts/events/lib/navigation.js b/themes/next/scripts/events/lib/navigation.js new file mode 100644 index 00000000..33f6d1d1 --- /dev/null +++ b/themes/next/scripts/events/lib/navigation.js @@ -0,0 +1,57 @@ +'use strict'; + +const { join } = require('path').posix; + +class TreeNode { + constructor(parent, path, name, icon) { + if (parent && !path.startsWith('http')) { + path = join(parent.path, path); + } + this.parent = parent; + this.children = []; + this.path = path; + this.name = name; + this.icon = icon; + } + + append(child) { + this.children.push(child); + } +} + +module.exports = hexo => { + const menu_map = new Map(); + const main_menu = []; + hexo.theme.config.menu_map = menu_map; + hexo.theme.config.main_menu = main_menu; + + function parse(menu, parent) { + if (!menu) return; + Object.entries(menu).forEach(([name, value]) => { + if (name.toLowerCase() === 'default') return; + let node; + if (typeof value === 'string') { + const [path, icon] = value.split('||').map(v => v.trim()); + node = new TreeNode(parent, path, name, icon); + } else if (typeof value === 'object') { + if (typeof value.default !== 'string') { + hexo.log.warn('Missing default entry for menu item:', name); + return; + } + const [path, icon] = value.default.split('||').map(v => v.trim()); + node = new TreeNode(parent, path, name, icon); + parse(value, node); + } + if (node) { + menu_map.set(node.path, node); + if (parent) { + parent.append(node); + } else { + main_menu.push(node); + } + } + }); + } + + parse(hexo.theme.config.menu); +}; diff --git a/themes/next/scripts/events/lib/utils.js b/themes/next/scripts/events/lib/utils.js new file mode 100644 index 00000000..6affb43a --- /dev/null +++ b/themes/next/scripts/events/lib/utils.js @@ -0,0 +1,90 @@ +'use strict'; + +const fs = require('fs'); +const path = require('path'); +let css; +try { + css = require('@adobe/css-tools'); +} catch (error) { + css = require('css'); +} + +function resolve(name, file = '') { + let dir; + try { + dir = path.dirname(require.resolve(`${name}/package.json`)); + } catch (error) { + return ''; + } + return `${dir}/${file}`; +} + +function highlightTheme(name) { + const file = resolve('highlight.js', `styles/${name}.css`); + const content = fs.readFileSync(file, 'utf8'); + + let background = ''; + let foreground = ''; + css.parse(content).stylesheet.rules + .filter(rule => rule.type === 'rule' && rule.selectors.some(selector => selector.endsWith('.hljs'))) + .flatMap(rule => rule.declarations) + .forEach(declaration => { + if (declaration.property === 'background' || declaration.property === 'background-color') background = declaration.value; + else if (declaration.property === 'color') foreground = declaration.value; + }); + return { + file, + background, + foreground + }; +} + +function getVendors({ name, alias, version, file, minified, local, custom }) { + // Make it possible to set `cdnjs_name` and `cdnjs_file` in `custom_cdn_url` + const npm_name = name; + const cdnjs_name = alias || name; + const npm_file = file; + const cdnjs_file = minified.replace(/^(dist|lib|source\/js|)\/(browser\/|)/, ''); + const value = { + npm_name, + cdnjs_name, + version, + npm_file, + minified, + cdnjs_file + }; + return { + local, + jsdelivr: `https://cdn.jsdelivr.net/npm/${npm_name}@${version}/${minified}`, + unpkg : `https://unpkg.com/${npm_name}@${version}/${npm_file}`, + cdnjs : `https://cdnjs.cloudflare.com/ajax/libs/${cdnjs_name}/${version}/${cdnjs_file}`, + custom : (custom || '').replace(/\$\{(.+?)\}/g, (match, $1) => value[$1]) + }; +} + +const points = { + views: [ + 'head', + 'header', + 'sidebar', + 'postMeta', + 'postBodyStart', + 'postBodyEnd', + 'footer', + 'bodyEnd', + 'comment' + ], + styles: [ + 'variable', + 'mixin', + 'style' + ] +}; + +// Required by theme-next-docs and @next-theme/plugins +module.exports = { + resolve, + highlightTheme, + getVendors, + points +}; diff --git a/themes/next/scripts/events/lib/vendors.js b/themes/next/scripts/events/lib/vendors.js new file mode 100644 index 00000000..e64baddd --- /dev/null +++ b/themes/next/scripts/events/lib/vendors.js @@ -0,0 +1,55 @@ +'use strict'; + +const fs = require('fs'); +const path = require('path'); +const yaml = require('js-yaml'); +const { url_for } = require('hexo-util'); +const { getVendors } = require('./utils'); + +let internal; +try { + internal = require('@next-theme/plugins'); +} catch (error) { +} +const vendorsFile = fs.readFileSync(path.join(__dirname, '../../../_vendors.yml')); +const dependencies = yaml.load(vendorsFile); + +module.exports = hexo => { + const { vendors, creative_commons, pace } = hexo.theme.config; + if (typeof internal === 'function') { + internal(hexo, dependencies); + } + let { plugins = 'cdnjs' } = vendors; + if (plugins === 'local' && typeof internal === 'undefined') { + hexo.log.warn('Dependencies for `plugins: local` not found. The default CDN provider CDNJS is used instead.'); + hexo.log.warn('Run `npm install @next-theme/plugins` in Hexo site root directory to install the plugin.'); + plugins = 'cdnjs'; + } + for (const [key, value] of Object.entries(dependencies)) { + // This script will be executed repeatedly when Hexo listens file changes + // But the variable vendors[key] only needs to be modified once + if (vendors[key] && typeof vendors[key] === 'string') { + vendors[key] = { + url: url_for.call(hexo, vendors[key]) + }; + continue; + } + if (key === 'creative_commons') { + value.file = `${value.dir}/${creative_commons.size}/${creative_commons.license.replace(/-/g, '_')}.svg`; + } + if (key === 'pace_css') { + value.file = `${value.dir}/${pace.color}/pace-theme-${pace.theme}.css`; + } + const { name, file } = value; + const links = getVendors({ + ...value, + minified: file, + local : url_for.call(hexo, `lib/${name}/${file}`), + custom : vendors.custom_cdn_url + }); + vendors[key] = { + url : links[plugins] || links.cdnjs, + integrity: value.integrity + }; + } +}; diff --git a/themes/next/scripts/filters/comment/changyan.js b/themes/next/scripts/filters/comment/changyan.js new file mode 100644 index 00000000..e3bd25af --- /dev/null +++ b/themes/next/scripts/filters/comment/changyan.js @@ -0,0 +1,35 @@ +/* global hexo */ + +'use strict'; + +const path = require('path'); +const { iconText } = require('./common'); + +// Add comment +hexo.extend.filter.register('theme_inject', injects => { + const config = hexo.theme.config.changyan; + if (!config.enable || !config.appid || !config.appkey) return; + + injects.comment.raw('changyan', '
    ', {}, {}); + + injects.bodyEnd.file('changyan', path.join(hexo.theme_dir, 'layout/_third-party/comments/changyan.njk')); + +}); + +// Add post_meta +hexo.extend.filter.register('theme_inject', injects => { + const config = hexo.theme.config.changyan; + if (!config.enable || !config.count || !config.appid || !config.appkey) return; + + injects.postMeta.raw('changyan', ` + {% if post.comments %} + + {% endif %} + `, {}, {}); + +}); diff --git a/themes/next/scripts/filters/comment/common.js b/themes/next/scripts/filters/comment/common.js new file mode 100644 index 00000000..7b8dd4a7 --- /dev/null +++ b/themes/next/scripts/filters/comment/common.js @@ -0,0 +1,23 @@ +'use strict'; + +function capitalize(input) { + return input.toString().charAt(0).toUpperCase() + input.toString().substring(1); +} + +module.exports = { + iconText(icon, key, defaultValue) { + if (!defaultValue) { + defaultValue = capitalize(key); + } + return ` + + {%- set post_meta_comment = __('post.comments.${key}') %} + {%- if post_meta_comment == 'post.comments.${key}' %} + {%- set post_meta_comment = '${defaultValue}' %} + {%- endif %} + + `; + } +}; diff --git a/themes/next/scripts/filters/comment/default-config.js b/themes/next/scripts/filters/comment/default-config.js new file mode 100644 index 00000000..316a174c --- /dev/null +++ b/themes/next/scripts/filters/comment/default-config.js @@ -0,0 +1,34 @@ +/* global hexo */ + +'use strict'; + +const path = require('path'); + +hexo.extend.filter.register('theme_inject', injects => { + injects.comment.raws.forEach(element => { + // Set default button content + const injectName = path.basename(element.name, path.extname(element.name)); + element.args[0] = Object.assign({ + configKey: injectName, + class : injectName, + button : injectName + }, element.args[0]); + // Get locals and config + const locals = element.args[0]; + const config = hexo.theme.config.comments; + // Set activeClass + if (config.active === locals.configKey) { + config.activeClass = locals.class; + } + // Set custom button content + if (config.nav) { + const nav = config.nav[locals.configKey] || {}; + if (nav.order) { + element.args[2] = nav.order; + } + if (nav.text) { + locals.button = nav.text; + } + } + }); +}, 99999); diff --git a/themes/next/scripts/filters/comment/disqus.js b/themes/next/scripts/filters/comment/disqus.js new file mode 100644 index 00000000..9c2efa01 --- /dev/null +++ b/themes/next/scripts/filters/comment/disqus.js @@ -0,0 +1,39 @@ +/* global hexo */ + +'use strict'; + +const path = require('path'); +const { iconText } = require('./common'); + +// Add comment +hexo.extend.filter.register('theme_inject', injects => { + const config = hexo.theme.config.disqus; + if (!config.enable || !config.shortname) return; + + injects.comment.raw('disqus', ` +
    + +
    + `, {}, { cache: true }); + + injects.bodyEnd.file('disqus', path.join(hexo.theme_dir, 'layout/_third-party/comments/disqus.njk')); + +}); + +// Add post_meta +hexo.extend.filter.register('theme_inject', injects => { + const config = hexo.theme.config.disqus; + if (!config.enable || !config.shortname || !config.count) return; + + injects.postMeta.raw('disqus', ` + {% if post.comments %} + + {% endif %} + `, {}, {}); + +}); diff --git a/themes/next/scripts/filters/comment/disqusjs.js b/themes/next/scripts/filters/comment/disqusjs.js new file mode 100644 index 00000000..79f15c07 --- /dev/null +++ b/themes/next/scripts/filters/comment/disqusjs.js @@ -0,0 +1,20 @@ +/* global hexo */ + +'use strict'; + +const path = require('path'); + +// Add comment +hexo.extend.filter.register('theme_inject', injects => { + const config = hexo.theme.config.disqusjs; + if (!config.enable || !config.shortname || !config.apikey) return; + + injects.comment.raw('disqusjs', ` +
    + +
    + `, {}, { cache: true }); + + injects.bodyEnd.file('disqusjs', path.join(hexo.theme_dir, 'layout/_third-party/comments/disqusjs.njk')); + +}); diff --git a/themes/next/scripts/filters/comment/gitalk.js b/themes/next/scripts/filters/comment/gitalk.js new file mode 100644 index 00000000..5acd5d00 --- /dev/null +++ b/themes/next/scripts/filters/comment/gitalk.js @@ -0,0 +1,16 @@ +/* global hexo */ + +'use strict'; + +const path = require('path'); + +// Add comment +hexo.extend.filter.register('theme_inject', injects => { + const theme = hexo.theme.config; + if (!theme.gitalk.enable) return; + + injects.comment.raw('gitalk', '
    ', {}, { cache: true }); + + injects.bodyEnd.file('gitalk', path.join(hexo.theme_dir, 'layout/_third-party/comments/gitalk.njk')); + +}); diff --git a/themes/next/scripts/filters/comment/isso.js b/themes/next/scripts/filters/comment/isso.js new file mode 100644 index 00000000..10876fbd --- /dev/null +++ b/themes/next/scripts/filters/comment/isso.js @@ -0,0 +1,16 @@ +/* global hexo */ + +'use strict'; + +const path = require('path'); + +// Add comment +hexo.extend.filter.register('theme_inject', injects => { + const theme = hexo.theme.config; + if (!theme.isso) return; + + injects.comment.raw('isso', '
    ', {}, { cache: true }); + + injects.bodyEnd.file('isso', path.join(hexo.theme_dir, 'layout/_third-party/comments/isso.njk')); + +}); diff --git a/themes/next/scripts/filters/comment/livere.js b/themes/next/scripts/filters/comment/livere.js new file mode 100644 index 00000000..865754f8 --- /dev/null +++ b/themes/next/scripts/filters/comment/livere.js @@ -0,0 +1,16 @@ +/* global hexo */ + +'use strict'; + +const path = require('path'); + +// Add comment +hexo.extend.filter.register('theme_inject', injects => { + const theme = hexo.theme.config; + if (!theme.livere_uid) return; + + injects.comment.raw('livere', '
    ', {}, { cache: true }); + + injects.bodyEnd.file('livere', path.join(hexo.theme_dir, 'layout/_third-party/comments/livere.njk')); + +}); diff --git a/themes/next/scripts/filters/comment/utterances.js b/themes/next/scripts/filters/comment/utterances.js new file mode 100644 index 00000000..398a60ab --- /dev/null +++ b/themes/next/scripts/filters/comment/utterances.js @@ -0,0 +1,21 @@ +/* global hexo */ + +'use strict'; + +const path = require('path'); + +// Add comment +hexo.extend.filter.register('theme_inject', injects => { + const config = hexo.theme.config.utterances; + if (!config.enable) return; + + if (!config.repo) { + hexo.log.warn('utterances.repo can\'t be null.'); + return; + } + + injects.comment.raw('utterances', '
    ', {}, { cache: true }); + + injects.bodyEnd.file('utterances', path.join(hexo.theme_dir, 'layout/_third-party/comments/utterances.njk')); + +}); diff --git a/themes/next/scripts/filters/default-injects.js b/themes/next/scripts/filters/default-injects.js new file mode 100644 index 00000000..14fc0adf --- /dev/null +++ b/themes/next/scripts/filters/default-injects.js @@ -0,0 +1,24 @@ +/* global hexo */ + +'use strict'; + +const { points } = require('../events/lib/utils'); + +hexo.extend.filter.register('theme_inject', injects => { + const filePath = hexo.theme.config.custom_file_path; + + if (!filePath) return; + + points.views.forEach(key => { + if (filePath[key]) { + injects[key].file('custom', filePath[key]); + } + }); + + points.styles.forEach(key => { + if (filePath[key]) { + injects[key].push(filePath[key]); + } + }); + +}, 99); diff --git a/themes/next/scripts/filters/locals.js b/themes/next/scripts/filters/locals.js new file mode 100644 index 00000000..4b3d184a --- /dev/null +++ b/themes/next/scripts/filters/locals.js @@ -0,0 +1,37 @@ +/* global hexo */ + +'use strict'; + +const keys = ['toc', 'reward_settings', 'quicklink']; + +hexo.extend.filter.register('template_locals', locals => { + const { config } = hexo; + const { __, theme, page } = locals; + const { i18n } = hexo.theme; + // Hexo & NexT version + locals.next_version = require('../../package.json').version; + // Language & Config + locals.title = __('title') !== 'title' ? __('title') : config.title; + locals.subtitle = __('subtitle') !== 'subtitle' ? __('subtitle') : config.subtitle; + locals.author = __('author') !== 'author' ? __('author') : config.author; + locals.description = __('description') !== 'description' ? __('description') : config.description; + locals.languages = [...i18n.languages]; + locals.languages.splice(locals.languages.indexOf('default'), 1); + // See https://github.com/hexojs/hexo/pull/4614 + page.lang = page.lang || page.language; + // Creative Commons + locals.ccURL = 'https://creativecommons.org/' + (theme.creative_commons.license === 'cc-zero' ? 'publicdomain/zero/1.0/' : 'licenses/' + theme.creative_commons.license + '/4.0/') + (theme.creative_commons.language || ''); + // PJAX + locals.pjax = theme.pjax ? ' data-pjax' : ''; + // Front-matter + keys.forEach(key => { + page[key] = { ...theme[key], ...page[key] }; + }); + // Set home or archive quicklink + if (page.__index) { + page.quicklink.enable = theme.quicklink.home; + } + if (page.archive) { + page.quicklink.enable = theme.quicklink.archive; + } +}); diff --git a/themes/next/scripts/filters/minify.js b/themes/next/scripts/filters/minify.js new file mode 100644 index 00000000..0f337110 --- /dev/null +++ b/themes/next/scripts/filters/minify.js @@ -0,0 +1,152 @@ +/* global hexo */ + +'use strict'; + +const internalScripts = []; + +hexo.theme.addProcessor('js/*', file => { + internalScripts.push(file.params[0]); +}); + +hexo.extend.filter.register('after_generate', () => { + const theme = hexo.theme.config; + if (!theme.minify) return; + + if (theme.vendors.internal !== 'local') { + // Remove all internal scripts + internalScripts.forEach(path => { + hexo.route.remove(path); + }); + return; + } + + if (!hexo.locals.get('pages').some(page => page.type === 'schedule')) { + hexo.route.remove('js/schedule.js'); + } + + if (!theme.bookmark.enable) { + hexo.route.remove('js/bookmark.js'); + } + + if (!theme.motion.enable) { + hexo.route.remove('js/motion.js'); + } + + if (!theme.pjax) { + hexo.route.remove('js/pjax.js'); + } + + if (theme.comments.style !== 'buttons') { + hexo.route.remove('js/comments-buttons.js'); + } + + if (theme.scheme === 'Pisces' || theme.scheme === 'Gemini') { + hexo.route.remove('js/schemes/muse.js'); + } + + // Third Party Scripts + // Analytics + if (!theme.baidu_analytics) { + hexo.route.remove('js/third-party/analytics/baidu-analytics.js'); + } + + if (!theme.google_analytics.tracking_id) { + hexo.route.remove('js/third-party/analytics/google-analytics.js'); + } + + if (!theme.growingio_analytics) { + hexo.route.remove('js/third-party/analytics/growingio.js'); + } + + // Chat + if (!theme.chatra.enable) { + hexo.route.remove('js/third-party/chat/chatra.js'); + } + + if (!theme.tidio.enable) { + hexo.route.remove('js/third-party/chat/tidio.js'); + } + + // Comments + if (!theme.changyan.enable || !theme.changyan.appid || !theme.changyan.appkey) { + hexo.route.remove('js/third-party/comments/changyan.js'); + } + + if (!theme.disqus.enable || !theme.disqus.shortname) { + hexo.route.remove('js/third-party/comments/disqus.js'); + } + + if (!theme.disqusjs.enable || !theme.disqusjs.shortname || !theme.disqusjs.apikey) { + hexo.route.remove('js/third-party/comments/disqusjs.js'); + } + + if (!theme.gitalk.enable) { + hexo.route.remove('js/third-party/comments/gitalk.js'); + } + + if (!theme.isso) { + hexo.route.remove('js/third-party/comments/isso.js'); + } + + if (!theme.livere_uid) { + hexo.route.remove('js/third-party/comments/livere.js'); + } + + if (!theme.utterances.enable || !theme.utterances.repo) { + hexo.route.remove('js/third-party/comments/utterances.js'); + } + + // Math + if (!theme.math.katex.enable || !theme.math.katex.copy_tex) { + hexo.route.remove('js/third-party/math/katex.js'); + } + + if (!theme.math.mathjax.enable) { + hexo.route.remove('js/third-party/math/mathjax.js'); + } + + // Search + if (!theme.algolia_search.enable) { + hexo.route.remove('js/third-party/search/algolia-search.js'); + hexo.route.remove('images/logo-algolia-nebula-blue-full.svg'); + } + + if (!theme.local_search.enable) { + hexo.route.remove('js/third-party/search/local-search.js'); + } + + // Statistics + if (!theme.firestore.enable) { + hexo.route.remove('js/third-party/statistics/firestore.js'); + } + + if (!theme.leancloud_visitors.enable) { + hexo.route.remove('js/third-party/statistics/lean-analytics.js'); + } + + // Tags + if (!theme.mermaid.enable) { + hexo.route.remove('js/third-party/tags/mermaid.js'); + } + + if (!theme.pdf.enable) { + hexo.route.remove('js/third-party/tags/pdf.js'); + } + + if (!theme.wavedrom.enable) { + hexo.route.remove('js/third-party/tags/wavedrom.js'); + } + + // Others + if (!theme.fancybox) { + hexo.route.remove('js/third-party/fancybox.js'); + } + + if (!theme.pace.enable) { + hexo.route.remove('js/third-party/pace.js'); + } + + if (!theme.quicklink.enable) { + hexo.route.remove('js/third-party/quicklink.js'); + } +}); diff --git a/themes/next/scripts/filters/post.js b/themes/next/scripts/filters/post.js new file mode 100644 index 00000000..2faa1f93 --- /dev/null +++ b/themes/next/scripts/filters/post.js @@ -0,0 +1,36 @@ +/* global hexo */ + +'use strict'; + +const { parse } = require('url'); +const { unescapeHTML } = require('hexo-util'); + +hexo.extend.filter.register('after_post_render', data => { + const { config } = hexo; + const theme = hexo.theme.config; + if (!theme.exturl && !theme.lazyload) return; + if (theme.lazyload) { + data.content = data.content.replace(/(]*)\ssrc=/ig, '$1 data-src='); + } + if (theme.exturl) { + const siteHost = parse(config.url).hostname || config.url; + // External URL icon + const exturlIcon = theme.exturl_icon ? '' : ''; + data.content = data.content.replace(/]*\shref="([^"]+)"[^>]*>([^<]+)<\/a>/ig, (match, href, html) => { + // Exit if the href attribute doesn't exist. + if (!href) return match; + + // Exit if the url has same host with `config.url`, which means it's an internal link. + const link = parse(href); + if (!link.protocol || link.hostname === siteHost) return match; + + // Return encrypted URL with title. + const title = match.match(/title="([^"]+)"/); + const encoded = Buffer.from(unescapeHTML(href)).toString('base64'); + if (title) return `${html}${exturlIcon}`; + + return `${html}${exturlIcon}`; + }); + } + +}, 0); diff --git a/themes/next/scripts/helpers/engine.js b/themes/next/scripts/helpers/engine.js new file mode 100644 index 00000000..7f6fbe97 --- /dev/null +++ b/themes/next/scripts/helpers/engine.js @@ -0,0 +1,115 @@ +/* global hexo */ + +'use strict'; + +const crypto = require('crypto'); +const { parse } = require('url'); +const nextFont = require('./font'); +const nextUrl = require('./next-url'); +const { getVendors } = require('../events/lib/utils'); + +hexo.extend.helper.register('next_font', nextFont); +hexo.extend.helper.register('next_url', nextUrl); + +hexo.extend.helper.register('next_inject', function(point) { + return this.theme.injects[point] + .map(item => this.partial(item.layout, item.locals, item.options)) + .join(''); +}); + +hexo.extend.helper.register('next_js', function(file, { + pjax = false, + module = false +} = {}) { + const { next_version } = this; + const { internal, custom_cdn_url } = this.theme.vendors; + const links = getVendors({ + name : 'hexo-theme-next', + version : next_version, + file : 'source/js/' + file, + minified: 'source/js/' + file.replace(/\.js$/, '.min.js'), + local : this.url_for(`${this.theme.js}/${file}`), + custom : custom_cdn_url + }); + const src = links[internal] || links.local; + return ``; +}); + +hexo.extend.helper.register('next_vendors', function(name) { + const { url, integrity } = this.theme.vendors[name]; + const type = url.endsWith('css') ? 'css' : 'js'; + if (type === 'css') { + if (integrity) return ``; + return ``; + } + if (integrity) return ``; + return ``; +}); + +hexo.extend.helper.register('next_data', function(name, ...data) { + const json = data.length === 1 ? data[0] : Object.assign({}, ...data); + return ``; +}); + +hexo.extend.helper.register('next_pre', function() { + if (!this.theme.preconnect) return ''; + const { enable, host } = this.theme.font; + const { internal, plugins, custom_cdn_url } = this.theme.vendors; + const links = { + local : this.theme.js && parse(this.theme.js).hostname ? parse(this.theme.js).protocol + '//' + parse(this.theme.js).hostname : '', + jsdelivr: 'https://cdn.jsdelivr.net', + unpkg : 'https://unpkg.com', + cdnjs : 'https://cdnjs.cloudflare.com', + custom : custom_cdn_url && parse(custom_cdn_url).hostname ? parse(custom_cdn_url).protocol + '//' + parse(custom_cdn_url).hostname : '' + }; + const h = enable ? host || 'https://fonts.googleapis.com' : ''; + const i = links[internal]; + const p = links[plugins]; + return [...new Set([h, i, p].filter(origin => origin))].map( + origin => `` + ).join('\n'); +}); + +hexo.extend.helper.register('post_gallery', function(photos) { + if (!photos || !photos.length) return ''; + const content = photos.map(photo => ` +
    + +
    `).join(''); + return `
    + ${content} +
    `; +}); + +hexo.extend.helper.register('post_edit', function(src) { + const { post_edit } = this.theme; + if (!post_edit.enable) return ''; + return this.next_url(post_edit.url + src, '', { + class: 'post-edit-link', + title: this.__('post.edit') + }); +}); + +hexo.extend.helper.register('gitalk_md5', function(path) { + const str = this.url_for(path); + return crypto.createHash('md5').update(str).digest('hex'); +}); + +/** + * Get page path given a certain language tag + */ +hexo.extend.helper.register('i18n_path', function(language) { + const { path, lang } = this.page; + const base = path.startsWith(lang) ? path.slice(lang.length + 1) : path; + return this.url_for(`${this.languages.indexOf(language) === 0 ? '' : '/' + language}/${base}`); +}); + +/** + * Get the language name + */ +hexo.extend.helper.register('language_name', function(language) { + const name = hexo.theme.i18n.__(language)('name'); + return name === 'name' ? language : name; +}); diff --git a/themes/next/scripts/helpers/font.js b/themes/next/scripts/helpers/font.js new file mode 100644 index 00000000..5c46090e --- /dev/null +++ b/themes/next/scripts/helpers/font.js @@ -0,0 +1,25 @@ +'use strict'; + +// https://developers.google.com/fonts/docs/getting_started +module.exports = function() { + const config = this.theme.font; + + if (!config || !config.enable) return ''; + + const fontStyles = ':300,300italic,400,400italic,700,700italic'; + const fontHost = config.host || 'https://fonts.googleapis.com'; + + // Get a font list from config + let fontFamilies = []; + ['global', 'title', 'headings', 'posts', 'codes'].forEach(item => { + if (config[item] && config[item].family && config[item].external) { + fontFamilies = fontFamilies.concat(config[item].family.split(',')); + } + }); + + fontFamilies = fontFamilies.map(name => name.trim().replace(/\s/g, '+') + fontStyles); + fontFamilies = [...new Set(fontFamilies)].join('%7C'); + + // Merge extra parameters to the final processed font string + return fontFamilies ? `` : ''; +}; diff --git a/themes/next/scripts/helpers/navigation.js b/themes/next/scripts/helpers/navigation.js new file mode 100644 index 00000000..bdc0aed1 --- /dev/null +++ b/themes/next/scripts/helpers/navigation.js @@ -0,0 +1,19 @@ +/* global hexo */ + +'use strict'; + +hexo.extend.helper.register('next_menu', function(path) { + path = ('/' + path).replace(/index\.html$/, ''); + const { menu_map } = this.theme; + if (!menu_map.has(path)) return; + let node = menu_map.get(path); + const menus = []; + if (node.children.length) { + menus.unshift(node.children); + } + while (node.parent) { + menus.unshift(node.parent.children); + node = node.parent; + } + return menus; +}); diff --git a/themes/next/scripts/helpers/next-config.js b/themes/next/scripts/helpers/next-config.js new file mode 100644 index 00000000..5c93fb80 --- /dev/null +++ b/themes/next/scripts/helpers/next-config.js @@ -0,0 +1,65 @@ +/* global hexo */ + +'use strict'; + +const { parse } = require('url'); + +/** + * Export theme config + */ +hexo.extend.helper.register('next_config', function() { + const { config, theme, url_for, __ } = this; + const exportConfig = { + hostname : parse(config.url).hostname || config.url, + root : config.root, + images : url_for(theme.images), + scheme : theme.scheme, + darkmode : theme.darkmode, + version : this.next_version, + exturl : theme.exturl, + sidebar : theme.sidebar, + copycode : theme.codeblock.copy_button, + fold : theme.codeblock.fold, + bookmark : theme.bookmark, + mediumzoom: theme.mediumzoom, + lazyload : theme.lazyload, + pangu : theme.pangu, + comments : theme.comments, + stickytabs: theme.tabs.sticky, + motion : theme.motion, + prism : theme.prism.enable && !config.prismjs.preprocess, + i18n : { + placeholder: __('search.placeholder'), + empty : __('search.empty', '${query}'), + hits_time : __('search.hits_time', '${hits}', '${time}'), + hits : __('search.hits', '${hits}') + } + }; + if (config.algolia && theme.algolia_search && theme.algolia_search.enable) { + exportConfig.algolia = { + appID : config.algolia.applicationID || config.algolia.appId, + apiKey : config.algolia.apiKey, + indexName: config.algolia.indexName, + hits : theme.algolia_search.hits + }; + } + if (config.search && theme.local_search && theme.local_search.enable) { + exportConfig.path = url_for(config.search.path); + exportConfig.localsearch = theme.local_search; + } + return exportConfig; +}); + +hexo.extend.helper.register('next_config_unique', function() { + const { page, is_home, is_post } = this; + return { + sidebar : page.sidebar || '', + isHome : is_home(), + isPost : is_post(), + lang : page.lang, + comments : page.comments || '', + permalink: page.permalink || '', + path : page.path || '', + title : page.title || '' + }; +}); diff --git a/themes/next/scripts/helpers/next-paginator.js b/themes/next/scripts/helpers/next-paginator.js new file mode 100644 index 00000000..6d124198 --- /dev/null +++ b/themes/next/scripts/helpers/next-paginator.js @@ -0,0 +1,18 @@ +/* global hexo */ + +'use strict'; + +hexo.extend.helper.register('next_paginator', function() { + const prev = this.__('accessibility.prev_page'); + const next = this.__('accessibility.next_page'); + let paginator = this.paginator({ + prev_text: '', + next_text: '', + mid_size : 1, + escape : false + }); + paginator = paginator + .replace('rel="prev"', `rel="prev" title="${prev}" aria-label="${prev}"`) + .replace('rel="next"', `rel="next" title="${next}" aria-label="${next}"`); + return paginator; +}); diff --git a/themes/next/scripts/helpers/next-url.js b/themes/next/scripts/helpers/next-url.js new file mode 100644 index 00000000..9f88b58f --- /dev/null +++ b/themes/next/scripts/helpers/next-url.js @@ -0,0 +1,54 @@ +'use strict'; + +const { htmlTag } = require('hexo-util'); +const { parse } = require('url'); + +module.exports = function(path, text, options = {}, decode = false) { + const { config, theme } = this; + const data = parse(path); + const siteHost = parse(config.url).hostname || config.url; + + let exturl = ''; + let tag = 'a'; + let attrs = { href: this.url_for(path) }; + + // If `exturl` enabled, set spanned links only on external links. + if (theme.exturl && data.protocol && data.hostname !== siteHost) { + tag = 'span'; + exturl = 'exturl'; + const encoded = Buffer.from(path).toString('base64'); + attrs = { + class : exturl, + 'data-url': encoded + }; + } + + for (const key in options) { + + /** + * If option have `class` attribute, add it to + * 'exturl' class if `exturl` option enabled. + */ + if (exturl !== '' && key === 'class') { + attrs[key] += ' ' + options[key]; + } else { + attrs[key] = options[key]; + } + } + + // If it's external link, rewrite attributes. + if (data.protocol && data.hostname !== siteHost) { + attrs.external = null; + + if (!theme.exturl) { + // Only for simple link need to rewrite/add attributes. + attrs.rel = attrs.rel || 'noopener'; + attrs.target = '_blank'; + } else { + // Remove rel attributes for `exturl` in main menu. + attrs.rel = null; + } + } + + return htmlTag(tag, attrs, decode ? decodeURI(text) : text, false); +}; diff --git a/themes/next/scripts/helpers/next-vendors.js b/themes/next/scripts/helpers/next-vendors.js new file mode 100644 index 00000000..0c065493 --- /dev/null +++ b/themes/next/scripts/helpers/next-vendors.js @@ -0,0 +1,30 @@ +/* global hexo */ + +'use strict'; + +hexo.extend.helper.register('js_vendors', function() { + const { config, theme } = this; + const vendors = ['anime']; + if (theme.prism.enable && !config.prismjs.preprocess) { + vendors.push('prism', 'prism_autoloader'); + if (config.prismjs.line_number) { + vendors.push('prism_line_numbers'); + } + } + if (theme.pjax) { + vendors.push('pjax'); + } + if (theme.fancybox) { + vendors.push('fancybox_js'); + } + if (theme.mediumzoom) { + vendors.push('mediumzoom'); + } + if (theme.lazyload) { + vendors.push('lazyload'); + } + if (theme.pangu) { + vendors.push('pangu'); + } + return vendors; +}); diff --git a/themes/next/scripts/tags/button.js b/themes/next/scripts/tags/button.js new file mode 100644 index 00000000..8379ffd7 --- /dev/null +++ b/themes/next/scripts/tags/button.js @@ -0,0 +1,23 @@ +/** + * button.js | https://theme-next.js.org/docs/tag-plugins/button + */ + +'use strict'; + +module.exports = ctx => function(args) { + args = args.join(' ').split(','); + const url = args[0]; + const text = (args[1] || '').trim(); + let icon = (args[2] || '').trim(); + const title = (args[3] || '').trim(); + + if (!url) { + ctx.log.warn('URL can NOT be empty.'); + } + if (icon.length > 0) { + if (!icon.startsWith('fa')) icon = 'fa fa-' + icon; + icon = ``; + } + + return ` 0 ? ` title="${title}"` : ''}>${icon}${text}`; +}; diff --git a/themes/next/scripts/tags/caniuse.js b/themes/next/scripts/tags/caniuse.js new file mode 100644 index 00000000..a6b04548 --- /dev/null +++ b/themes/next/scripts/tags/caniuse.js @@ -0,0 +1,16 @@ +/** + * caniuse.js | https://theme-next.js.org/docs/tag-plugins/caniuse + */ + +'use strict'; + +module.exports = ctx => function(args) { + const [feature, periods = 'current'] = args.join('').split('@'); + + if (!feature) { + ctx.log.warn('Caniuse feature can NOT be empty.'); + return ''; + } + + return ``; +}; diff --git a/themes/next/scripts/tags/center-quote.js b/themes/next/scripts/tags/center-quote.js new file mode 100644 index 00000000..169be33d --- /dev/null +++ b/themes/next/scripts/tags/center-quote.js @@ -0,0 +1,11 @@ +/** + * center-quote.js | https://theme-next.js.org/docs/tag-plugins/ + */ + +'use strict'; + +module.exports = ctx => function(args, content) { + return `
    +${ctx.render.renderSync({ text: content, engine: 'markdown' })} +
    `; +}; diff --git a/themes/next/scripts/tags/group-pictures.js b/themes/next/scripts/tags/group-pictures.js new file mode 100644 index 00000000..b55a6547 --- /dev/null +++ b/themes/next/scripts/tags/group-pictures.js @@ -0,0 +1,132 @@ +/** + * group-pictures.js | https://theme-next.js.org/docs/tag-plugins/group-pictures + */ + +'use strict'; + +const LAYOUTS = { + 2: { + 1: [1, 1], + 2: [2] + }, + 3: { + 1: [1, 2], + 2: [2, 1], + 3: [3] + }, + 4: { + 1: [1, 2, 1], + 2: [1, 3], + 3: [2, 2], + 4: [3, 1] + }, + 5: { + 1: [1, 2, 2], + 2: [2, 1, 2], + 3: [2, 3], + 4: [3, 2] + }, + 6: { + 1: [1, 2, 3], + 2: [1, 3, 2], + 3: [2, 1, 3], + 4: [2, 2, 2], + 5: [3, 3] + }, + 7: { + 1: [1, 2, 2, 2], + 2: [1, 3, 3], + 3: [2, 2, 3], + 4: [2, 3, 2], + 5: [3, 2, 2] + }, + 8: { + 1: [1, 2, 2, 3], + 2: [1, 2, 3, 2], + 3: [1, 3, 2, 2], + 4: [2, 2, 2, 2], + 5: [2, 3, 3], + 6: [3, 2, 3], + 7: [3, 3, 2] + }, + 9: { + 1: [1, 2, 3, 3], + 2: [1, 3, 2, 3], + 3: [2, 2, 2, 3], + 4: [2, 2, 3, 2], + 5: [2, 3, 2, 2], + 6: [3, 2, 2, 2], + 7: [3, 3, 3] + }, + 10: { + 1: [1, 3, 3, 3], + 2: [2, 2, 3, 3], + 3: [2, 3, 2, 3], + 4: [2, 3, 3, 2], + 5: [3, 2, 2, 3], + 6: [3, 2, 3, 2], + 7: [3, 3, 2, 2] + } +}; + +function groupBy(group, data) { + const r = []; + for (const count of group) { + r.push(data.slice(0, count)); + data = data.slice(count); + } + return r; +} + +const templates = { + + dispatch: function(pictures, group, layout) { + const rule = LAYOUTS[group] ? LAYOUTS[group][layout] : null; + return rule ? this.getHTML(groupBy(rule, pictures)) : this.defaults(pictures); + }, + + /** + * Defaults Layout + * + * □ □ □ + * □ □ □ + * ... + * + * @param pictures + */ + defaults: function(pictures) { + const ROW_SIZE = 3; + const rows = pictures.length / ROW_SIZE; + const pictureArr = []; + + for (let i = 0; i < rows; i++) { + pictureArr.push(pictures.slice(i * ROW_SIZE, (i + 1) * ROW_SIZE)); + } + + return this.getHTML(pictureArr); + }, + + getHTML: function(rows) { + return rows.map(row => { + return `
    ${this.getColumnHTML(row)}
    `; + }).join(''); + }, + + getColumnHTML: function(pictures) { + return pictures.map(picture => { + return `
    ${picture}
    `; + }).join(''); + } +}; + +module.exports = ctx => function(args, content) { + args = args[0].split('-'); + const group = parseInt(args[0], 10); + const layout = parseInt(args[1], 10); + + content = ctx.render.renderSync({ text: content, engine: 'markdown' }); + + const pictures = content.match(/(]*>((?!<\/a)(.|\n))+<\/a>)|(]+>)/g); + + return `
    ${templates.dispatch(pictures, group, layout)}
    `; +}; diff --git a/themes/next/scripts/tags/index.js b/themes/next/scripts/tags/index.js new file mode 100644 index 00000000..d0c43927 --- /dev/null +++ b/themes/next/scripts/tags/index.js @@ -0,0 +1,59 @@ +/* global hexo */ + +'use strict'; + +const postButton = require('./button')(hexo); + +hexo.extend.tag.register('button', postButton); +hexo.extend.tag.register('btn', postButton); + +const caniUse = require('./caniuse')(hexo); + +hexo.extend.tag.register('caniuse', caniUse); +hexo.extend.tag.register('can', caniUse); + +const centerQuote = require('./center-quote')(hexo); + +hexo.extend.tag.register('centerquote', centerQuote, true); +hexo.extend.tag.register('cq', centerQuote, true); + +const groupPicture = require('./group-pictures')(hexo); + +hexo.extend.tag.register('grouppicture', groupPicture, true); +hexo.extend.tag.register('gp', groupPicture, true); + +const postLabel = require('./label')(hexo); + +hexo.extend.tag.register('label', postLabel); + +const linkGrid = require('./link-grid'); + +hexo.extend.tag.register('linkgrid', linkGrid, true); +hexo.extend.tag.register('lg', linkGrid, true); + +const mermaid = require('./mermaid'); + +hexo.extend.tag.register('mermaid', mermaid, true); + +const wavedrom = require('./wavedrom'); + +hexo.extend.tag.register('wavedrom', wavedrom, true); + +const postNote = require('./note')(hexo); + +hexo.extend.tag.register('note', postNote, true); +hexo.extend.tag.register('subnote', postNote, true); + +const pdf = require('./pdf')(hexo); + +hexo.extend.tag.register('pdf', pdf); + +const postTabs = require('./tabs')(hexo); + +hexo.extend.tag.register('tabs', postTabs, true); +hexo.extend.tag.register('subtabs', postTabs, true); +hexo.extend.tag.register('subsubtabs', postTabs, true); + +const postVideo = require('./video'); + +hexo.extend.tag.register('video', postVideo); diff --git a/themes/next/scripts/tags/label.js b/themes/next/scripts/tags/label.js new file mode 100644 index 00000000..1ebfca53 --- /dev/null +++ b/themes/next/scripts/tags/label.js @@ -0,0 +1,13 @@ +/** + * label.js | https://theme-next.js.org/docs/tag-plugins/label + */ + +'use strict'; + +module.exports = ctx => function(args) { + const [classes = 'default', text = ''] = args.join(' ').split('@'); + + if (!text) ctx.log.warn('Label text must be defined!'); + + return `${text}`; +}; diff --git a/themes/next/scripts/tags/link-grid.js b/themes/next/scripts/tags/link-grid.js new file mode 100644 index 00000000..22913cbd --- /dev/null +++ b/themes/next/scripts/tags/link-grid.js @@ -0,0 +1,20 @@ +/** + * link-grid.js | https://theme-next.js.org/docs/tag-plugins/link-grid + */ + +'use strict'; + +module.exports = function([image = '/images/avatar.gif', delimiter = '|', comment = '%'], content) { + const links = content.split('\n').filter(line => line.trim() !== '').map(line => { + const item = line.split(delimiter).map(arg => arg.trim()); + if (item[0][0] === comment) return ''; + const imageSource = item[3] || image; + const hasExtension = /\.[^/]+$/.test(imageSource); + return ``; + }); + return ``; +}; diff --git a/themes/next/scripts/tags/mermaid.js b/themes/next/scripts/tags/mermaid.js new file mode 100644 index 00000000..d9272163 --- /dev/null +++ b/themes/next/scripts/tags/mermaid.js @@ -0,0 +1,14 @@ +/** + * mermaid.js | https://theme-next.js.org/docs/tag-plugins/mermaid + */ + +'use strict'; + +const { escapeHTML } = require('hexo-util'); + +module.exports = function(args, content) { + return `
    +${args.join(' ')}
    +${escapeHTML(content)}
    +
    `; +}; diff --git a/themes/next/scripts/tags/note.js b/themes/next/scripts/tags/note.js new file mode 100644 index 00000000..6b818bdb --- /dev/null +++ b/themes/next/scripts/tags/note.js @@ -0,0 +1,25 @@ +/** + * note.js | https://theme-next.js.org/docs/tag-plugins/note + */ + +'use strict'; + +module.exports = ctx => function(args, content) { + const keywords = ['default', 'primary', 'info', 'success', 'warning', 'danger', 'no-icon']; + const className = []; + for (let i = 0; i < 2; i++) { + if (keywords.includes(args[0])) { + className.push(args.shift()); + } else { + break; + } + } + + content = ctx.render.renderSync({ text: content, engine: 'markdown' }); + if (args.length === 0) { + return `
    ${content}
    `; + } + return `
    ${ctx.render.renderSync({ text: args.join(' '), engine: 'markdown' })} +${content} +
    `; +}; diff --git a/themes/next/scripts/tags/pdf.js b/themes/next/scripts/tags/pdf.js new file mode 100644 index 00000000..6c29f6c5 --- /dev/null +++ b/themes/next/scripts/tags/pdf.js @@ -0,0 +1,10 @@ +/** + * pdf.js | https://theme-next.js.org/docs/tag-plugins/pdf + */ + +'use strict'; + +module.exports = ctx => function(args) { + const theme = ctx.theme.config; + return `
    `; +}; diff --git a/themes/next/scripts/tags/tabs.js b/themes/next/scripts/tags/tabs.js new file mode 100644 index 00000000..d54da50e --- /dev/null +++ b/themes/next/scripts/tags/tabs.js @@ -0,0 +1,47 @@ +/** + * tabs.js | https://theme-next.js.org/docs/tag-plugins/tabs + */ + +'use strict'; + +module.exports = ctx => function(args, content = '') { + const tabBlock = /\n([\w\W\s\S]*?)/g; + + args = args.join(' ').split(','); + const tabName = args[0]; + const tabActive = Number(args[1]) || 0; + + let tabId = 0; + let tabNav = ''; + let tabContent = ''; + + if (!tabName) ctx.log.warn('Tabs block must have unique name!'); + const matches = content.matchAll(tabBlock); + + for (const match of matches) { + let [caption = '', icon = ''] = match[1].split('@'); + let postContent = match[2]; + + postContent = ctx.render.renderSync({ text: postContent, engine: 'markdown' }).trim(); + + const abbr = tabName + ' ' + ++tabId; + const href = abbr.toLowerCase().split(' ').join('-'); + + icon = icon.trim(); + if (icon.length > 0) { + if (!icon.startsWith('fa')) icon = 'fa fa-' + icon; + icon = ``; + } + + caption = icon + caption.trim(); + + const isActive = (tabActive > 0 && tabActive === tabId) || (tabActive === 0 && tabId === 1) ? ' active' : ''; + tabNav += `
  • ${caption || abbr}
  • `; + tabContent += `
    ${postContent}
    `; + } + + tabNav = ``; + tabContent = `
    ${tabContent}
    `; + + return `
    ${tabNav + tabContent}
    `; +}; diff --git a/themes/next/scripts/tags/video.js b/themes/next/scripts/tags/video.js new file mode 100644 index 00000000..2c326e52 --- /dev/null +++ b/themes/next/scripts/tags/video.js @@ -0,0 +1,9 @@ +/** + * video.js | https://theme-next.js.org/docs/tag-plugins/ + */ + +'use strict'; + +module.exports = function(args) { + return ``; +}; diff --git a/themes/next/scripts/tags/wavedrom.js b/themes/next/scripts/tags/wavedrom.js new file mode 100644 index 00000000..458517d3 --- /dev/null +++ b/themes/next/scripts/tags/wavedrom.js @@ -0,0 +1,11 @@ +/** + * wavedrom.js | https://theme-next.js.org/docs/tag-plugins/wavedrom + */ + +'use strict'; + +module.exports = function(args, content) { + return `
    `; +}; diff --git a/themes/next/source/css/_colors.styl b/themes/next/source/css/_colors.styl new file mode 100644 index 00000000..25d49cd9 --- /dev/null +++ b/themes/next/source/css/_colors.styl @@ -0,0 +1,75 @@ +:root { + --body-bg-color: $body-bg-color; + --content-bg-color: $content-bg-color; + --card-bg-color: $card-bg-color; + --text-color: $text-color; + --blockquote-color: $blockquote-color; + --link-color: $link-color; + --link-hover-color: $link-hover-color; + --brand-color: $brand-color; + --brand-hover-color: $brand-hover-color; + --table-row-odd-bg-color: $table-row-odd-bg-color; + --table-row-hover-bg-color: $table-row-hover-bg-color; + --menu-item-bg-color: $menu-item-bg-color; + --theme-color: $theme-color; + + --btn-default-bg: $btn-default-bg; + --btn-default-color: $btn-default-color; + --btn-default-border-color: $btn-default-border-color; + --btn-default-hover-bg: $btn-default-hover-bg; + --btn-default-hover-color: $btn-default-hover-color; + --btn-default-hover-border-color: $btn-default-hover-border-color; + + --highlight-background: $highlight-background; + --highlight-foreground: $highlight-foreground; + --highlight-gutter-background: $highlight-gutter-background; + --highlight-gutter-foreground: $highlight-gutter-foreground; + + color-scheme: light; +} + +if (hexo-config('darkmode')) { + @media (prefers-color-scheme: dark) { + :root { + --body-bg-color: $body-bg-color-dark; + --content-bg-color: $content-bg-color-dark; + --card-bg-color: $card-bg-color-dark; + --text-color: $text-color-dark; + --blockquote-color: $blockquote-color-dark; + --link-color: $link-color-dark; + --link-hover-color: $link-hover-color-dark; + --brand-color: $brand-color-dark; + --brand-hover-color: $brand-hover-color-dark; + --table-row-odd-bg-color: $table-row-odd-bg-color-dark; + --table-row-hover-bg-color: $table-row-hover-bg-color-dark; + --menu-item-bg-color: $menu-item-bg-color-dark; + --theme-color: $theme-color-dark; + + --btn-default-bg: $btn-default-bg-dark; + --btn-default-color: $btn-default-color-dark; + --btn-default-border-color: $btn-default-border-color-dark; + --btn-default-hover-bg: $btn-default-hover-bg-dark; + --btn-default-hover-color: $btn-default-hover-color-dark; + --btn-default-hover-border-color: $btn-default-hover-border-color-dark; + + --highlight-background: $highlight-background-dark; + --highlight-foreground: $highlight-foreground-dark; + --highlight-gutter-background: $highlight-gutter-background-dark; + --highlight-gutter-foreground: $highlight-gutter-foreground-dark; + + color-scheme: dark; + } + + img { + opacity: .75; + + &:hover { + opacity: .9; + } + } + + iframe { + color-scheme: light; + } + } +} diff --git a/themes/next/source/css/_common/components/back-to-top.styl b/themes/next/source/css/_common/components/back-to-top.styl new file mode 100644 index 00000000..8fa649ea --- /dev/null +++ b/themes/next/source/css/_common/components/back-to-top.styl @@ -0,0 +1,49 @@ +if (hexo-config('back2top.enable')) { + .back-to-top { + font-size: $b2t-font-size; + + span { + margin-right: 8px; + if (not hexo-config('back2top.scrollpercent')) { + display: none; + } + } + + .fa { + text-align: center; + width: $sidebar-toggle-size; + } + + if (hexo-config('back2top.sidebar')) { + margin: 20px - $sidebar-offset -10px -20px; + // FIXME: opacity override by motion + opacity: 0; + transition: opacity $transition-ease; + + &.back-to-top-on { + cursor: pointer; + opacity: $b2t-opacity; + + &:hover { + opacity: $b2t-opacity-hover; + } + } + } else { + align-items: center; + bottom: $b2t-position-bottom; + color: $b2t-color; + display: flex; + height: $sidebar-toggle-size; + transition: bottom $transition-ease; + sidebar-toggle(); + + &:hover { + color: $sidebar-highlight; + } + + &.back-to-top-on { + bottom: $b2t-position-bottom-on; + } + } + } +} diff --git a/themes/next/source/css/_common/components/index.styl b/themes/next/source/css/_common/components/index.styl new file mode 100644 index 00000000..b2ac2e2a --- /dev/null +++ b/themes/next/source/css/_common/components/index.styl @@ -0,0 +1,6 @@ +@import 'back-to-top'; +@import 'reading-progress'; + +@import 'post'; +@import 'pages'; +@import 'third-party'; diff --git a/themes/next/source/css/_common/components/pages/breadcrumb.styl b/themes/next/source/css/_common/components/pages/breadcrumb.styl new file mode 100644 index 00000000..c0b6f7a9 --- /dev/null +++ b/themes/next/source/css/_common/components/pages/breadcrumb.styl @@ -0,0 +1,21 @@ +ul.breadcrumb { + font-size: $font-size-smallest; + list-style: none; + margin: 1em 0; + padding: 0 2em; + text-align: center; + + li { + display: inline; + } + + li:not(:first-child)::before { + content: '/\00a0'; + font-weight: normal; + padding: .5em; + } + + li:last-child { + font-weight: bold; + } +} diff --git a/themes/next/source/css/_common/components/pages/categories.styl b/themes/next/source/css/_common/components/pages/categories.styl new file mode 100644 index 00000000..130c58f3 --- /dev/null +++ b/themes/next/source/css/_common/components/pages/categories.styl @@ -0,0 +1,35 @@ +.category-all-page { + .category-all-title { + text-align: center; + } + + .category-all { + margin-top: 20px; + } + + .category-list { + list-style: none; + margin: 0; + padding: 0; + } + + .category-list-item { + margin: 5px 10px; + } + + .category-list-count { + color: $grey; + + &::before { + content: ' ('; + } + + &::after { + content: ') '; + } + } + + .category-list-child { + padding-left: 10px; + } +} diff --git a/themes/next/source/css/_common/components/pages/index.styl b/themes/next/source/css/_common/components/pages/index.styl new file mode 100644 index 00000000..ee55922a --- /dev/null +++ b/themes/next/source/css/_common/components/pages/index.styl @@ -0,0 +1,5 @@ +// Page specific styles +@import 'categories'; +@import 'schedule'; +@import 'breadcrumb'; +@import 'tag-cloud'; diff --git a/themes/next/source/css/_common/components/pages/schedule.styl b/themes/next/source/css/_common/components/pages/schedule.styl new file mode 100644 index 00000000..cce754c5 --- /dev/null +++ b/themes/next/source/css/_common/components/pages/schedule.styl @@ -0,0 +1,102 @@ +@keyframes dot-flash { + from { + opacity: 1; + transform: scale(1); + } + + to { + opacity: 0; + transform: scale(.8); + } +} + +.event-list { + hr { + background: $black-deep; + margin: 20px 0 45px; + + &::after { + background: $black-deep; + color: white; + content: 'NOW'; + display: inline-block; + font-weight: bold; + padding: 0 5px; + } + } + + .event { + --event-background: $black-deep; + --event-foreground: $grey; + --event-title: white; + background: var(--event-background); + padding: 15px; + + .event-summary { + border-bottom: 0; + color: var(--event-title); + margin: 0; + padding: 0 0 0 35px; + position: relative; + + &::before { + animation: dot-flash 1s alternate infinite ease-in-out; + background: var(--event-title); + left: 0; + margin-top: -6px; + position: absolute; + top: 50%; + round-icon(12px); + } + } + + &:nth-of-type(odd) .event-summary::before { + animation-delay: .5s; + } + + &:not(:last-child) { + margin-bottom: 20px; + } + + .event-relative-time { + color: var(--event-foreground); + display: inline-block; + font-size: 12px; + font-weight: normal; + padding-left: 12px; + } + + .event-details { + color: var(--event-foreground); + display: block; + line-height: 18px; + padding: 6px 0 6px 35px; + + &::before { + color: var(--event-foreground); + display: inline-block; + margin-right: 9px; + width: 14px; + font-family-icons(); + } + + &.event-location::before { + content: '\f041'; + } + + &.event-duration::before { + content: '\f017'; + } + + &.event-description::before { + content: '\f024'; + } + } + } + + .event-past { + --event-background: $whitesmoke; + --event-foreground: $grey-dark; + --event-title: $black-deep; + } +} diff --git a/themes/next/source/css/_common/components/pages/tag-cloud.styl b/themes/next/source/css/_common/components/pages/tag-cloud.styl new file mode 100644 index 00000000..60795459 --- /dev/null +++ b/themes/next/source/css/_common/components/pages/tag-cloud.styl @@ -0,0 +1,28 @@ +.tag-cloud { + text-align: center; + + a { + display: inline-block; + margin: 10px; + } +} + +for $tag-cloud in (0 .. 10) { + $tag-cloud-color = mix($tag-cloud-end, $tag-cloud-start, $tag-cloud * 10); + .tag-cloud-{$tag-cloud} { + border-bottom-color: $tag-cloud-color; + color: $tag-cloud-color; + } +} + +if (hexo-config('darkmode')) { + @media (prefers-color-scheme: dark) { + for $tag-cloud in (0 .. 10) { + $tag-cloud-color = mix($tag-cloud-end-dark, $tag-cloud-start-dark, $tag-cloud * 10); + .tag-cloud-{$tag-cloud} { + border-bottom-color: $tag-cloud-color; + color: $tag-cloud-color; + } + } + } +} diff --git a/themes/next/source/css/_common/components/post/index.styl b/themes/next/source/css/_common/components/post/index.styl new file mode 100644 index 00000000..8f0e550b --- /dev/null +++ b/themes/next/source/css/_common/components/post/index.styl @@ -0,0 +1,53 @@ +.rtl { + &.post-body { + p, a, h1, h2, h3, h4, h5, h6, li, ul, ol { + direction: rtl; + font-family: UKIJ Ekran; + } + } + + &.post-title { + font-family: UKIJ Ekran; + } +} + +.post-button { + margin-top: 40px; + text-align: $scheme-text-align; +} + +.use-motion { + if (hexo-config('motion.transition.post_block')) { + .post-block, .pagination, .comments { + visibility: hidden; + } + } + + if (hexo-config('motion.transition.post_header')) { + .post-header { + visibility: hidden; + } + } + + if (hexo-config('motion.transition.post_body')) { + .post-body { + visibility: hidden; + } + } + + if (hexo-config('motion.transition.coll_header')) { + .collection-header { + visibility: hidden; + } + } +} + +@import 'post-collapse'; +@import 'post-body'; +@import 'post-gallery'; +@import 'post-header'; +@import 'post-nav'; +@import 'post-footer'; +@import 'post-widgets'; +@import 'post-reward'; +@import 'post-followme'; diff --git a/themes/next/source/css/_common/components/post/post-body.styl b/themes/next/source/css/_common/components/post/post-body.styl new file mode 100644 index 00000000..d8462295 --- /dev/null +++ b/themes/next/source/css/_common/components/post/post-body.styl @@ -0,0 +1,79 @@ +.post-body { + font-family: $font-family-posts; + word-wrap(); + + +desktop-large() { + font-size: $font-size-large; + } + + +desktop() { + text-align: unquote(hexo-config('text_align.desktop')); + } + + +tablet-mobile() { + text-align: unquote(hexo-config('text_align.mobile')); + } + + h1, h2, h3, h4, h5, h6 { + // Supported plugins: hexo-renderer-markdown-it hexo-renderer-marked + .header-anchor, .headerlink { + border-bottom-style: none; + color: inherit; + float: right; + font-size: $font-size-small; + margin-left: 10px; + opacity: 0; + + &::before { + font-family-icons('\f0c1'); + } + } + + &:hover { + .header-anchor, .headerlink { + opacity: .5; + + &:hover { + opacity: 1; + } + } + } + } + + .exturl .fa { + font-size: $font-size-small; + margin-left: 4px; + } + + // https://github.com/hexojs/hexo-renderer-marked/pull/264 + img + figcaption, .fancybox + figcaption { + color: $grey-dark; + font-size: $font-size-small; + font-weight: bold; + line-height: 1; + margin: -15px auto 15px; + text-align: center; + } + + iframe, img, video, embed { + margin-bottom: 20px; + } + + .video-container { + height: 0; + margin-bottom: 20px; + overflow: hidden; + padding-top: 75%; + position: relative; + width: 100%; + + iframe, object, embed { + height: 100%; + left: 0; + margin: 0; + position: absolute; + top: 0; + width: 100%; + } + } +} diff --git a/themes/next/source/css/_common/components/post/post-collapse.styl b/themes/next/source/css/_common/components/post/post-collapse.styl new file mode 100644 index 00000000..a4b5719a --- /dev/null +++ b/themes/next/source/css/_common/components/post/post-collapse.styl @@ -0,0 +1,109 @@ +.posts-collapse .post-content { + margin-bottom: $posts-collapse-margin; + margin-left: $posts-collapse-margin; + position: relative; + + +mobile() { + margin-left: $posts-collapse-margin-mobile; + margin-right: $posts-collapse-margin-mobile; + } + + .collection-title { + font-size: $font-size-large; + position: relative; + + &::before { + background: $grey-dark; + border: 1px solid white; + margin-left: -6px; + margin-top: -4px; + position: absolute; + top: 50%; + round-icon(10px); + } + } + + .collection-year { + font-size: $font-size-largest; + font-weight: bold; + margin: 60px 0; + position: relative; + + &::before { + background: $grey; + margin-left: -4px; + margin-top: -4px; + position: absolute; + top: 50%; + round-icon(8px); + } + } + + .collection-header { + display: block; + margin-left: 20px; + + small { + color: $grey; + margin-left: 5px; + } + } + + .post-header { + border-bottom: 1px dashed $grey-light; + // 2px is equal to half the width of .posts-collapse::before + margin: 30px 2px 0; + padding-left: 15px; + position: relative; + transition: border $transition-ease; + + &::before { + background: $grey; + border: 1px solid white; + left: -6px; + position: absolute; + top: $font-size-smallest; + transition: background $transition-ease; + round-icon(6px); + } + + &:hover { + border-bottom-color: $grey-dim; + + &::before { + background: $black-deep; + } + } + } + + .post-meta-container { + display: inline; + font-size: $font-size-smallest; + margin-right: 10px; + } + + .post-title { + display: inline; + + a { + border-bottom: 0; + color: var(--link-color); + } + + .fa { + font-size: $font-size-small; + margin-left: 5px; + } + } + + &::before { + background: $whitesmoke; + content: ' '; + height: 100%; + margin-left: -2px; + position: absolute; + // To do: 1.25em is inaccurate when .collection-title has line breaks on mobile + top: 1.25em; + width: 4px; + } +} diff --git a/themes/next/source/css/_common/components/post/post-followme.styl b/themes/next/source/css/_common/components/post/post-followme.styl new file mode 100644 index 00000000..0e9332aa --- /dev/null +++ b/themes/next/source/css/_common/components/post/post-followme.styl @@ -0,0 +1,56 @@ +if (hexo-config('follow_me')) { + .followme { + color: $grey; + padding: 1em 1.5em; + text-align: center; + post-card(); + + .social-list { + flex-wrap(); + + .social-item { + margin: .5em 2em; + position: relative; + + +tablet-mobile() { + margin: .5em .75em; + } + } + + .social-link { + border: 0; + // Make the hit area continious + display: block; + + .icon { + font-size: 1.75em; + } + + .label { + display: block; + font-size: 14px; + } + + &:hover + .social-item-img { + display: block; + } + } + + span.social-link { + color: var(--link-color); + + &:hover { + color: var(--link-hover-color); + } + } + + .social-item-img { + display: none; + left: 50%; + max-width: $post-reward-img-width; + position: absolute; + transform: translate(-50%, 20px); + } + } + } +} diff --git a/themes/next/source/css/_common/components/post/post-footer.styl b/themes/next/source/css/_common/components/post/post-footer.styl new file mode 100644 index 00000000..b71bc6ce --- /dev/null +++ b/themes/next/source/css/_common/components/post/post-footer.styl @@ -0,0 +1,53 @@ +// Flexbox layout makes it possible to reorder the child +// elements of .post-footer through the `order` CSS property +// Fix issue #16 +// To do: use `gap` instead of `margin` +// See https://caniuse.com/flexbox-gap +.post-footer { + flex-column(); +} + +.post-eof { + background: $grey-light; + height: 1px; + margin: $post-eof-margin-top auto $post-eof-margin-bottom; + width: 8%; + + .post-block:last-of-type & { + display: none; + } +} + +if (hexo-config('creative_commons.post')) { + .post-copyright ul { + list-style: none; + overflow: hidden; + padding: .5em 1em; + position: relative; + post-card(); + + &::after { + content: '\f25e'; + font-family: 'Font Awesome 6 Brands'; + font-size: 200px; + opacity: .1; + position: absolute; + right: -50px; + top: -150px; + } + } +} + +.post-tags { + margin-top: 40px; + text-align: $scheme-text-align; + + a { + display: inline-block; + font-size: $font-size-smaller; + + &:not(:last-child) { + margin-right: 10px; + } + } +} diff --git a/themes/next/source/css/_common/components/post/post-gallery.styl b/themes/next/source/css/_common/components/post/post-gallery.styl new file mode 100644 index 00000000..a4240d77 --- /dev/null +++ b/themes/next/source/css/_common/components/post/post-gallery.styl @@ -0,0 +1,33 @@ +.post-gallery { + display: flex; + min-height: 200px; + + .post-gallery-image { + flex: 1; + + &:not(:first-child) { + clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%); + margin-left: -20px; + } + + &:not(:last-child) { + margin-right: -20px; + } + + img { + height: 100%; + object-fit: cover; + // Override darkmode image opacity. + opacity: 1; + width: 100%; + } + } +} + +.posts-expand .post-gallery { + margin-bottom: 60px; +} + +.posts-collapse .post-gallery { + margin: 15px 0; +} diff --git a/themes/next/source/css/_common/components/post/post-header.styl b/themes/next/source/css/_common/components/post/post-header.styl new file mode 100644 index 00000000..f9f6e43f --- /dev/null +++ b/themes/next/source/css/_common/components/post/post-header.styl @@ -0,0 +1,120 @@ +.posts-expand .post-header { + font-size: $font-size-large; + margin-bottom: 60px; + text-align: center; +} + +.posts-expand .post-title { + font-size: $font-size-largest; + font-weight: normal; + margin: initial; + word-wrap(); + + if (hexo-config('post_edit.enable')) { + .post-edit-link { + border-bottom: 0; + color: $grey; + float: right; + font-size: $font-size-larger; + margin-left: -1.2em; + transition: color $transition-ease-in; + + +mobile-small() { + margin-left: initial; + } + + &:hover { + color: $sidebar-highlight; + } + } + } +} + +.posts-expand .post-title-link { + border-bottom: 0; + color: var(--link-color); + display: inline-block; + position: relative; + + &::before { + background: var(--link-color); + bottom: 0; + content: ''; + height: 2px; + // Fix issue #75 + left: 0; + position: absolute; + transform: scaleX(0); + transition: transform $transition-ease; + width: 100%; + } + + &:hover::before { + transform: scaleX(1); + } + + .fa { + font-size: $font-size-small; + margin-left: 5px; + } +} + +.post-sticky-flag { + display: inline-block; + // Fix issue #80 #140 + margin-right: 8px; + transform: rotate(30deg); +} + +.posts-expand .post-meta-container { + color: $grey-dark; + font-family: $font-family-posts; + font-size: $font-size-smallest; + margin-top: 3px; + + .post-description { + font-size: $font-size-small; + margin-top: 2px; + } + + time { + border-bottom: 1px dashed $grey-dark; + } +} + +// Flexbox layout makes it possible to reorder the child +// elements of .post-meta through the `order` CSS property +.post-meta { + flex-wrap(); +} + +// .post-meta-item exists in .post-meta and footer +:not(.post-meta-break) + .post-meta-item::before { + content: '|'; + margin: 0 .5em; +} + +.post-meta-item-icon { + margin-right: 3px; +} + +.post-meta-item-text { + if (not hexo-config('post_meta.item_text')) { + display: none; + } + + +tablet-mobile() { + display: none; + } +} + +.post-meta-break { + flex-basis: 100%; + height: 0; +} + +if (hexo-config('busuanzi_count.enable') and hexo-config('busuanzi_count.post_views')) { + #busuanzi_container_page_pv { + display: none; + } +} diff --git a/themes/next/source/css/_common/components/post/post-nav.styl b/themes/next/source/css/_common/components/post/post-nav.styl new file mode 100644 index 00000000..1f14593e --- /dev/null +++ b/themes/next/source/css/_common/components/post/post-nav.styl @@ -0,0 +1,41 @@ +.post-nav { + border-top: 1px solid $gainsboro; + display: flex; + gap: 30px; + justify-content: space-between; + margin-top: 1em; + padding: 10px 5px 0; +} + +.post-nav-item { + flex: 1; + + a { + border-bottom: 0; + display: block; + font-size: $font-size-small; + line-height: 1.6; + + &:active { + top: 2px; + } + } + + .fa { + font-size: $font-size-smallest; + } + + &:first-child { + .fa { + margin-right: 5px; + } + } + + &:last-child { + text-align: right; + + .fa { + margin-left: 5px; + } + } +} diff --git a/themes/next/source/css/_common/components/post/post-reward.styl b/themes/next/source/css/_common/components/post/post-reward.styl new file mode 100644 index 00000000..6f1531f5 --- /dev/null +++ b/themes/next/source/css/_common/components/post/post-reward.styl @@ -0,0 +1,56 @@ +.reward-container { + margin: $post-card-margin; + padding: 1em 0; + text-align: center; + + button { + button($sidebar-highlight); + border: 2px solid $sidebar-highlight; + border-radius: 2px; + outline: 0; + transition: all $transition-ease; + vertical-align: text-top; + } +} + +.post-reward { + display: none; + padding-top: 20px; + + &.active { + display: block; + } + + div { + display: inline-block; + + span { + display: block; + } + + if (hexo-config('reward_settings.animation')) { + &:hover span { + animation: next-roll .1s infinite linear; + // The animation may affect :hover of img in dark mode + pointer-events: none; + } + } + } + + img { + display: inline-block; + margin: .8em 2em 0; + max-width: 100%; + width: $post-reward-img-width; + } +} + +@keyframes next-roll { + from { + transform: rotateZ(30deg); + } + + to { + transform: rotateZ(-30deg); + } +} diff --git a/themes/next/source/css/_common/components/post/post-widgets.styl b/themes/next/source/css/_common/components/post/post-widgets.styl new file mode 100644 index 00000000..34c7afb1 --- /dev/null +++ b/themes/next/source/css/_common/components/post/post-widgets.styl @@ -0,0 +1,11 @@ +.social-like { + border-top: 1px solid $gainsboro; + font-size: $font-size-small; + margin-top: 1em; + padding-top: 1em; + flex-wrap(); + + a { + border-bottom: none; + } +} diff --git a/themes/next/source/css/_common/components/reading-progress.styl b/themes/next/source/css/_common/components/reading-progress.styl new file mode 100644 index 00000000..d28c4f9c --- /dev/null +++ b/themes/next/source/css/_common/components/reading-progress.styl @@ -0,0 +1,27 @@ +if (hexo-config('reading_progress.enable')) { + .reading-progress-bar { + --progress: 0; + background: convert(hexo-config('reading_progress.color')); + height: convert(hexo-config('reading_progress.height')); + position: fixed; + z-index: $zindex-5; + + if (hexo-config('reading_progress.reversed')) { + width: calc(100% - var(--progress)); + } else { + width: var(--progress); + } + + if (hexo-config('reading_progress.start_at') == 'right') { + right: 0; + } else { + left: 0; + } + + if (hexo-config('reading_progress.position') == 'bottom') { + bottom: 0; + } else { + top: 0; + } + } +} diff --git a/themes/next/source/css/_common/components/third-party/disqusjs.styl b/themes/next/source/css/_common/components/third-party/disqusjs.styl new file mode 100644 index 00000000..aad736fb --- /dev/null +++ b/themes/next/source/css/_common/components/third-party/disqusjs.styl @@ -0,0 +1,39 @@ +if (hexo-config('disqusjs.enable') and hexo-config('darkmode')) { + @media (prefers-color-scheme:dark) { + html #dsqjs a { + color: var(--link-color); + } + + html #dsqjs a:focus,html #dsqjs a:hover { + color: var(--link-hover-color); + } + + html #dsqjs .dsqjs-nav,html #dsqjs footer { + border-color: var(--card-bg-color); + } + + html #dsqjs .dsqjs-load-more,html #dsqjs .dsqjs-load-more:hover,html #dsqjs .dsqjs-nav-tab,html #dsqjs .dsqjs-no-comment,html #dsqjs .dsqjs-post-content { + color: var(--text-color); + } + + html #dsqjs .dsqjs-order-label { + background-color: #3e4b5e; + } + + html #dsqjs .dsqjs-order-radio:checked+.dsqjs-order-label { + background-color: var(--content-bg-color); + } + + html #dsqjs .dsqjs-tab-active>span:after { + background-color: #2e9fff!important; + } + + html #dsqjs .dsqjs-footer,html #dsqjs .dsqjs-meta { + color: var(--text-color); + } + + html #dsqjs .dsqjs-post-body blockquote { + border-color: var(--content-bg-color); + } + } +} diff --git a/themes/next/source/css/_common/components/third-party/gitalk.styl b/themes/next/source/css/_common/components/third-party/gitalk.styl new file mode 100644 index 00000000..252caa72 --- /dev/null +++ b/themes/next/source/css/_common/components/third-party/gitalk.styl @@ -0,0 +1,17 @@ +if (hexo-config('gitalk.enable')) { + .gt-header a, .gt-comments a, .gt-popup a { + border-bottom: 0; + } + + .gt-container .gt-popup .gt-action.is--active::before { + top: .7em; + } + + if (hexo-config('darkmode')) { + @media (prefers-color-scheme: dark) { + .gt-container .gt-header-textarea { + background-color: var(--card-bg-color) !important; + } + } + } +} diff --git a/themes/next/source/css/_common/components/third-party/index.styl b/themes/next/source/css/_common/components/third-party/index.styl new file mode 100644 index 00000000..2202395b --- /dev/null +++ b/themes/next/source/css/_common/components/third-party/index.styl @@ -0,0 +1,16 @@ +@import 'disqusjs'; +@import 'gitalk'; +@import 'utterances'; +@import 'search'; +@import 'math'; + +.use-motion .animated { + // Fix issue #48 #55 + animation-fill-mode: none; + // Fix issue #46 .animated in .sidebar + visibility: inherit; +} + +.use-motion .sidebar .animated { + animation-fill-mode: both; +} diff --git a/themes/next/source/css/_common/components/third-party/math.styl b/themes/next/source/css/_common/components/third-party/math.styl new file mode 100644 index 00000000..7837b3d2 --- /dev/null +++ b/themes/next/source/css/_common/components/third-party/math.styl @@ -0,0 +1,9 @@ +if (hexo-config('math.mathjax.enable')) { + mjx-container[jax='CHTML'][display='true'], .has-jax { + overflow: auto hidden; + } + + mjx-container[display='true'] + br { + display: none; + } +} diff --git a/themes/next/source/css/_common/components/third-party/search.styl b/themes/next/source/css/_common/components/third-party/search.styl new file mode 100644 index 00000000..d5b6a150 --- /dev/null +++ b/themes/next/source/css/_common/components/third-party/search.styl @@ -0,0 +1,179 @@ +if (hexo-config('local_search.enable') or hexo-config('algolia_search.enable')) { + .search-active { + overflow: hidden; + } + + .search-pop-overlay { + background: rgba(0, 0, 0, 0); + display: flex; + height: 100%; + left: 0; + position: fixed; + top: 0; + transition: visibility .4s, background .4s; + visibility: hidden; + width: 100%; + z-index: $zindex-4; + + .search-active & { + background: rgba(0, 0, 0, .3); + visibility: visible; + } + } + + .search-popup { + background: var(--card-bg-color); + border-radius: 5px; + height: 80%; + margin: auto; + transform: scale(0); + transition: transform .4s; + width: 700px; + + .search-active & { + transform: scale(1); + } + + +mobile() { + border-radius: 0; + height: 100%; + width: 100%; + } + + .search-icon, .popup-btn-close { + color: $grey-dark; + font-size: 18px; + padding: 0 10px; + } + + .popup-btn-close { + cursor: pointer; + + &:hover .fa { + color: $black-deep; + } + } + + .search-header { + background: $gainsboro; + if (hexo-config('darkmode')) { + @media (prefers-color-scheme: dark) { + background: $grey-dim; + } + } + border-top-left-radius: 5px; + border-top-right-radius: 5px; + display: flex; + padding: 5px; + } + + input.search-input { + background: transparent; + border: 0; + outline: 0; + width: 100%; + + &::-webkit-search-cancel-button { + display: none; + } + } + + .search-result-container { + height: calc(100% - 55px); + overflow: auto; + padding: 5px 25px; + + hr { + margin: 5px 0 10px; + + &:first-child { + display: none; + } + } + } + + .search-result-list { + margin: 0 5px; + padding: 0; + } + + a.search-result-title { + font-weight: bold; + } + + p.search-result { + border-bottom: 1px dashed $grey-light; + padding: 5px 0; + } + } +} + +if (hexo-config('algolia_search.enable')) { + .search-input-container { + flex-grow: 1; + + form { + padding: 2px; + } + } + + .search-stats { + align-items: center; + display: flex; + justify-content: space-between; + + img { + height: 1em; + margin: 0; + } + } + + .algolia-pagination { + // Override default style of ul + margin: 40px 0; + opacity: 1; + padding: 0; + + .pagination-item { + display: inline-block; + } + + .current .page-number { + @extend $page-number-current; + cursor: default; + } + + .disabled-item { + visibility: hidden; + } + } +} + +if (hexo-config('local_search.enable')) { + .search-popup { + .search-input-container { + flex-grow: 1; + padding: 2px; + } + + .no-result { + display: flex; + } + + .search-result-list { + width: 100%; + } + + .search-result-icon { + color: $grey-light; + margin: auto; + } + } + + mark.search-keyword { + background: transparent; + border-bottom: 1px dashed $red; + color: $red; + font-weight: bold; + } +} diff --git a/themes/next/source/css/_common/components/third-party/utterances.styl b/themes/next/source/css/_common/components/third-party/utterances.styl new file mode 100644 index 00000000..771e7311 --- /dev/null +++ b/themes/next/source/css/_common/components/third-party/utterances.styl @@ -0,0 +1,5 @@ +if (hexo-config('utterances.enable')) { + .utterances { + max-width: unset; + } +} diff --git a/themes/next/source/css/_common/outline/footer/index.styl b/themes/next/source/css/_common/outline/footer/index.styl new file mode 100644 index 00000000..0371a2b7 --- /dev/null +++ b/themes/next/source/css/_common/outline/footer/index.styl @@ -0,0 +1,102 @@ +// Footer Section +// -------------------------------------------------- +.footer { + color: $grey-dark; + font-size: $font-size-small; + padding: 20px 0; + transition: $transition-ease; + transition-property: left, right; + + &.footer-fixed { + bottom: 0; + left: 0; + position: absolute; + right: 0; + } +} + +// Flexbox layout makes it possible to reorder the child +// elements of .footer-inner through the `order` CSS property +.footer-inner { + box-sizing: border-box; + text-align: $scheme-text-align; + flex-column(); + main-container(); +} + +.use-motion { + .footer { + opacity: 0; + } +} + +@keyframes icon-animate { + 0%, 100% { + transform: scale(1); + } + + 10%, 30% { + transform: scale(.9); + } + + 20%, 40%, 60%, 80% { + transform: scale(1.1); + } + + 50%, 70% { + transform: scale(1.1); + } +} + +.languages { + display: inline-block; + font-size: $font-size-large; + position: relative; + + .lang-select-label span { + margin: 0 .5em; + } + + .lang-select { + height: 100%; + left: 0; + opacity: 0; + position: absolute; + top: 0; + width: 100%; + } +} + +.with-love { + color: convert(hexo-config('footer.icon.color')); + display: inline-block; + margin: 0 5px; + + if (hexo-config('footer.icon.animated')) { + animation: icon-animate 1.33s ease-in-out infinite; + } +} + +if (hexo-config('footer.beian.enable') and hexo-config('footer.beian.gongan_icon_url')) { + .beian img { + display: inline-block; + margin: 0 3px; + vertical-align: middle; + } +} + +if (hexo-config('busuanzi_count.enable')) { + .busuanzi-count { + if (hexo-config('busuanzi_count.total_visitors')) { + #busuanzi_container_site_uv { + display: none; + } + } + + if (hexo-config('busuanzi_count.total_views')) { + #busuanzi_container_site_pv { + display: none; + } + } + } +} diff --git a/themes/next/source/css/_common/outline/header/bookmark.styl b/themes/next/source/css/_common/outline/header/bookmark.styl new file mode 100644 index 00000000..f0f01d3d --- /dev/null +++ b/themes/next/source/css/_common/outline/header/bookmark.styl @@ -0,0 +1,24 @@ +if (hexo-config('bookmark.enable')) { + .book-mark-link { + border-bottom: 0; + position: fixed; + top: -10px; + transition: top .3s; + sidebar-toggle-position(true); + + +tablet-mobile() { + display: none; + } + + &::before { + color: convert(hexo-config('bookmark.color')); + font-size: 32px; + line-height: 1; + font-family-icons('\f02e'); + } + } + + .book-mark-link:hover, .book-mark-link-fixed { + top: -2px; + } +} diff --git a/themes/next/source/css/_common/outline/header/github-banner.styl b/themes/next/source/css/_common/outline/header/github-banner.styl new file mode 100644 index 00000000..214f7685 --- /dev/null +++ b/themes/next/source/css/_common/outline/header/github-banner.styl @@ -0,0 +1,59 @@ +if (hexo-config('github_banner.enable')) { + @keyframes octocat-wave { + 0%, 100% { + transform: rotate(0); + } + + 20%, 60% { + transform: rotate(-25deg); + } + + 40%, 80% { + transform: rotate(10deg); + } + } + + .github-corner { + :hover .octo-arm { + animation: octocat-wave 560ms ease-in-out; + } + + svg { + color: white; + fill: var(--theme-color); + position: absolute; + right: 0; + top: 0; + z-index: $zindex-0; + } + + +tablet-mobile() { + if (hexo-config('local_search.enable') or hexo-config('algolia_search.enable')) { + display: none; + } + + svg { + if (($scheme == 'Pisces') or ($scheme == 'Gemini')) { + color: var(--theme-color); + fill: white; + } + } + + .github-corner:hover .octo-arm { + animation: none; + } + + .github-corner .octo-arm { + animation: octocat-wave 560ms ease-in-out; + } + } + + if ($scheme == 'Mist') { + +mobile() { + svg { + top: inherit; + } + } + } + } +} diff --git a/themes/next/source/css/_common/outline/header/index.styl b/themes/next/source/css/_common/outline/header/index.styl new file mode 100644 index 00000000..6ff30844 --- /dev/null +++ b/themes/next/source/css/_common/outline/header/index.styl @@ -0,0 +1,29 @@ +// Header Section +// -------------------------------------------------- +.headband { + background: $headband-bg; + height: $headband-height; + + +tablet-mobile() { + display: none; + } +} + +.site-brand-container { + display: flex; + flex-shrink: 0; + padding: 0 10px; +} + +.use-motion { + .column, .site-brand-container .toggle { + opacity: 0; + } +} + +@import 'site-meta'; +@import 'site-nav'; +@import 'menu'; + +@import 'bookmark'; +@import 'github-banner'; diff --git a/themes/next/source/css/_common/outline/header/menu.styl b/themes/next/source/css/_common/outline/header/menu.styl new file mode 100644 index 00000000..377f1e1d --- /dev/null +++ b/themes/next/source/css/_common/outline/header/menu.styl @@ -0,0 +1,58 @@ +// Menu +// -------------------------------------------------- +.menu { + margin: 0; + padding: 1em 0; + text-align: center; +} + +.menu-item { + display: inline-block; + list-style: none; + margin: 0 10px; + + +mobile() { + display: block; + margin-top: 10px; + + &.menu-item-search { + display: none; + } + } + + a { + border-bottom: 0; + display: block; + font-size: $font-size-smaller; + transition: border-color $transition-ease; + + &:hover, &.menu-item-active { + background: var(--menu-item-bg-color); + } + } + + i[class^='fa'] { + margin-right: 8px; + } + + .badge { + display: inline-block; + font-weight: bold; + line-height: 1; + margin-left: .35em; + margin-top: .35em; + text-align: center; + white-space: nowrap; + + +mobile() { + float: right; + margin-left: 0; + } + } +} + +if (hexo-config('motion.transition.menu_item')) { + .use-motion .menu-item { + visibility: hidden; + } +} diff --git a/themes/next/source/css/_common/outline/header/site-meta.styl b/themes/next/source/css/_common/outline/header/site-meta.styl new file mode 100644 index 00000000..54dabc06 --- /dev/null +++ b/themes/next/source/css/_common/outline/header/site-meta.styl @@ -0,0 +1,49 @@ +.site-meta { + flex-grow: 1; + text-align: center; + + +mobile() { + text-align: center; + } +} + +.custom-logo-image { + margin-top: 20px; + + +tablet-mobile() { + display: none; + } +} + +.brand { + border-bottom: 0; + color: var(--brand-color); + display: inline-block; + padding: $brand-padding; + + &:hover { + color: var(--brand-hover-color); + } +} + +.site-title { + font-family: $font-family-logo; + font-size: $font-size-title; + font-weight: normal; + line-height: 1.5; + margin: 0; +} + +.site-subtitle { + color: $subtitle-color; + font-size: $font-size-subtitle; + margin: $site-subtitle-margin; +} + +.use-motion { + .site-title, .site-subtitle, .custom-logo-image { + opacity: 0; + position: relative; + top: -10px; + } +} diff --git a/themes/next/source/css/_common/outline/header/site-nav.styl b/themes/next/source/css/_common/outline/header/site-nav.styl new file mode 100644 index 00000000..864d1bfa --- /dev/null +++ b/themes/next/source/css/_common/outline/header/site-nav.styl @@ -0,0 +1,24 @@ +.site-nav-toggle, .site-nav-right { + display: none; + + +mobile() { + flex-column(); + } + + .toggle { + color: var(--text-color); + padding: 10px; + width: 22px; + + .toggle-line { + background: var(--text-color); + border-radius: 1px; + } + } +} + +.site-nav { + +mobile() { + site-nav-hide-by-default(); + } +} diff --git a/themes/next/source/css/_common/outline/index.styl b/themes/next/source/css/_common/outline/index.styl new file mode 100644 index 00000000..fd6fc197 --- /dev/null +++ b/themes/next/source/css/_common/outline/index.styl @@ -0,0 +1,5 @@ +@import 'header'; +@import 'sidebar'; +@import 'footer'; + +@import 'mobile'; diff --git a/themes/next/source/css/_common/outline/mobile.styl b/themes/next/source/css/_common/outline/mobile.styl new file mode 100644 index 00000000..26430541 --- /dev/null +++ b/themes/next/source/css/_common/outline/mobile.styl @@ -0,0 +1,90 @@ +/* +// < 767px ++mobile() { + +} +*/ + +if (hexo-config('mobile_layout_economy')) { + +mobile-small() { + // For Pisces & Gemini schemes only wider width (remove main blocks in Gemini). + .main-inner { + padding: initial !important; + } + + // For all schemes wider width. + .posts-expand { + .post-header { + margin-bottom: 10px !important; + } + } + + .post-block { + margin-top: initial !important; + // Inside posts blocks content padding (default 40px). + padding: $content-mobile-padding 18px $content-mobile-padding !important; + } + + .post-body { + // For headers narrow width. + h1, h2, h3, h4, h5, h6 { + margin: 20px 0 8px; + } + + // Rewrite paddings & margins inside tags. + .note, .tabs .tab-content .tab-pane { + h1, h2, h3, h4, h5, h6 { + margin: 0 5px; + } + } + + // For paragraphs narrow width. + > p { + margin: 0 0 10px; + } + + // Rewrite paddings & margins inside tags. + .note > p, .tabs .tab-content .tab-pane > p { + padding: 0 5px; + } + + img, video { + margin-bottom: 10px !important; + } + + // Fix issue #641 + img + figcaption, .fancybox + figcaption { + margin: -5px auto 15px !important; + } + + .note { + margin-bottom: 10px !important; + padding: 10px !important; + + if (hexo-config('note.icons')) { + &:not(.no-icon) { + padding-left: 35px !important; + } + } + } + + .tabs .tab-content .tab-pane { + padding: 10px 10px 0 !important; + } + } + + .post-eof { + margin: 40px auto 20px !important; + } + + .pagination { + margin-top: 40px; + } + } +} +/* +// < 413px ++mobile-smallest() { + +} +*/ diff --git a/themes/next/source/css/_common/outline/sidebar/index.styl b/themes/next/source/css/_common/outline/sidebar/index.styl new file mode 100644 index 00000000..5b047161 --- /dev/null +++ b/themes/next/source/css/_common/outline/sidebar/index.styl @@ -0,0 +1,31 @@ +.sidebar-inner { + color: $grey-dark; + padding: $sidebar-padding 10px; + text-align: center; + flex-column(); +} + +.cc-license { + .cc-opacity { + border-bottom: 0; + opacity: .7; + + &:hover { + opacity: .9; + } + } + + img { + display: inline-block; + } +} + +@import 'sidebar-author'; +@import 'sidebar-author-links'; +@import 'sidebar-button'; +@import 'sidebar-blogroll'; +@import 'sidebar-nav'; +@import 'sidebar-toggle'; +@import 'sidebar-toc'; +@import 'site-state'; +@import 'related-posts'; diff --git a/themes/next/source/css/_common/outline/sidebar/related-posts.styl b/themes/next/source/css/_common/outline/sidebar/related-posts.styl new file mode 100644 index 00000000..157b43bf --- /dev/null +++ b/themes/next/source/css/_common/outline/sidebar/related-posts.styl @@ -0,0 +1,31 @@ +if (hexo-config('related_posts.enable')) { + .sidebar-post-related { + font-size: $font-size-smaller; + padding: $sidebar-padding 0 0 0; + } + + .popular-posts { + margin: 0; + padding: 1em 0; + text-align: left; + + .popular-posts-item { + display: block; + + .popular-posts-link { + border-bottom: 0; + display: block; + padding: 5px 20px; + transition: background .2s ease-in-out; + + &:hover { + background: var(--menu-item-bg-color); + } + } + + .popular-posts-time { + color: $site-state-item-name-color; + } + } + } +} diff --git a/themes/next/source/css/_common/outline/sidebar/sidebar-author-links.styl b/themes/next/source/css/_common/outline/sidebar/sidebar-author-links.styl new file mode 100644 index 00000000..cd3766c9 --- /dev/null +++ b/themes/next/source/css/_common/outline/sidebar/sidebar-author-links.styl @@ -0,0 +1,11 @@ +.links-of-author { + a { + font-size: $font-size-smaller; + } + + if (not hexo-config('social_icons.icons_only')) { + i[class^='fa'] { + margin-right: 2px; + } + } +} diff --git a/themes/next/source/css/_common/outline/sidebar/sidebar-author.styl b/themes/next/source/css/_common/outline/sidebar/sidebar-author.styl new file mode 100644 index 00000000..825d87de --- /dev/null +++ b/themes/next/source/css/_common/outline/sidebar/sidebar-author.styl @@ -0,0 +1,29 @@ +.site-author-image { + border: $site-author-image-border-width solid $site-author-image-border-color; + max-width: $site-author-image-width; + padding: 2px; + + if (hexo-config('avatar.rounded')) { + border-radius: 50%; + } + + if (hexo-config('avatar.rotated')) { + transition: transform 1s ease-out; + + &:hover { + transform: rotateZ(360deg); + } + } +} + +.site-author-name { + color: $site-author-name-color; + font-weight: $site-author-name-weight; + margin: $site-author-name-margin; +} + +.site-description { + color: $site-description-color; + font-size: $site-description-font-size; + margin-top: $site-description-margin-top; +} diff --git a/themes/next/source/css/_common/outline/sidebar/sidebar-blogroll.styl b/themes/next/source/css/_common/outline/sidebar/sidebar-blogroll.styl new file mode 100644 index 00000000..a1a3eb8f --- /dev/null +++ b/themes/next/source/css/_common/outline/sidebar/sidebar-blogroll.styl @@ -0,0 +1,14 @@ +.links-of-blogroll { + font-size: $font-size-smaller; +} + +.links-of-blogroll-title { + font-size: $font-size-small; + font-weight: 600; +} + +.links-of-blogroll-list { + list-style: none; + margin: 0; + padding: 0; +} diff --git a/themes/next/source/css/_common/outline/sidebar/sidebar-button.styl b/themes/next/source/css/_common/outline/sidebar/sidebar-button.styl new file mode 100644 index 00000000..850faa95 --- /dev/null +++ b/themes/next/source/css/_common/outline/sidebar/sidebar-button.styl @@ -0,0 +1,15 @@ +.sidebar .sidebar-button { + &:not(:first-child) { + margin-top: 15px; + } + + button { + button($orange); + border: 1px solid $orange; + border-radius: 4px; + + i[class^='fa'] { + margin-right: 5px; + } + } +} diff --git a/themes/next/source/css/_common/outline/sidebar/sidebar-nav.styl b/themes/next/source/css/_common/outline/sidebar/sidebar-nav.styl new file mode 100644 index 00000000..eabfb894 --- /dev/null +++ b/themes/next/source/css/_common/outline/sidebar/sidebar-nav.styl @@ -0,0 +1,129 @@ +// Sidebar Navigation +.sidebar-nav { + font-size: $font-size-small; + height: 0; + margin: 0; + overflow: hidden; + padding-left: 0; + pointer-events: none; + transition: $transition-ease; + transition-property: height, visibility; + visibility: hidden; + + .sidebar-nav-active & { + height: "calc(%sem + 1px)" % $line-height-base; + pointer-events: unset; + visibility: unset; + } + + li { + border-bottom: 1px solid transparent; + color: $sidebar-nav-color; + cursor: pointer; + display: inline-block; + transition: $transition-ease; + transition-property: border-bottom-color, color; + + &.sidebar-nav-overview { + margin-left: 10px; + } + + &:hover { + color: $sidebar-nav-hover-color; + } + } +} + +.sidebar-toc-active .sidebar-nav-toc, .sidebar-overview-active .sidebar-nav-overview { + border-bottom-color: $sidebar-highlight; + color: $sidebar-highlight; + transition-delay: $transition-duration; + + &:hover { + color: $sidebar-highlight; + } +} + +// For TOC/Overview scrolling +.sidebar-panel-container { + align-items: start; + display: grid; + flex: 1; + overflow-x: hidden; + overflow-y: auto; + padding-top: 0; + transition: padding-top $transition-ease; + + .sidebar-nav-active & { + padding-top: 20px; + } +} + +.sidebar-panel { + animation: deactivate-sidebar-panel $transition-duration ease-in-out; + grid-area: 1 / 1; + height: 0; + opacity: 0; + overflow: hidden; + pointer-events: none; + transform: translateY(0); + transition: $transition-ease; + transition-delay: 0s; + transition-property: opacity, transform, visibility; + visibility: hidden; + + // Apply transform to both panels when sidebar nav is active, + // to the TOC panel when switching between Overview and TOC regardless of + // whether the sidebar nav is active + .sidebar-nav-active &, + .sidebar-overview-active &.post-toc-wrap { + transform: translateY(-20px); + } + + // Delay TOC transform transition when switching from TOC to Overview and + // deactivating the sidebar nav at the same time, to prevent the TOC panel + // from moving too fast + // https://github.com/next-theme/hexo-theme-next/pull/323#issuecomment-1420780965 + .sidebar-overview-active:not(.sidebar-nav-active) &.post-toc-wrap { + transition-delay: 0s, $transition-duration, 0s; + } + + .sidebar-overview-active &.site-overview-wrap, + .sidebar-toc-active &.post-toc-wrap { + animation-name: activate-sidebar-panel; + height: auto; + opacity: 1; + pointer-events: unset; + transform: translateY(0); + // The visibility delay is intentionally set to 0s to accommodate + // the visibility change on initial page load. + transition-delay: $transition-duration, $transition-duration, 0s; + visibility: unset; + } + + &.site-overview-wrap { + // Flexbox layout makes it possible to reorder the child + // elements of .site-overview-wrap through the `order` CSS property + flex-column(); + gap: 10px; + justify-content: flex-start; // TODO: Optimize the duplicate with flex-column() + } +} + +@keyframes deactivate-sidebar-panel { + from { + height: var(--inactive-panel-height, 0); + } + to { + height: var(--active-panel-height, 0); + } +} + +@keyframes activate-sidebar-panel { + from { + height: var(--inactive-panel-height, auto); + } + to { + height: var(--active-panel-height, auto); + } +} diff --git a/themes/next/source/css/_common/outline/sidebar/sidebar-toc.styl b/themes/next/source/css/_common/outline/sidebar/sidebar-toc.styl new file mode 100644 index 00000000..253191dc --- /dev/null +++ b/themes/next/source/css/_common/outline/sidebar/sidebar-toc.styl @@ -0,0 +1,67 @@ +if (hexo-config('toc.enable')) { + .post-toc { + font-size: $font-size-small; + + ol { + list-style: none; + margin: 0; + padding: 0 2px 0 10px; + text-align: left; + + > :last-child { + margin-bottom: 5px; + } + + > ol { + padding-left: 0; + } + + a { + transition: all $transition-ease; + } + } + + .nav-item { + line-height: 1.8; + overflow: hidden; + text-overflow: ellipsis; + + if (not hexo-config('toc.wrap')) { + white-space: nowrap; + } + } + + .nav { + if (not hexo-config('toc.expand_all')) { + .nav-child { + --height: 0; + height: 0; + opacity: 0; + overflow: hidden; + transition-property: height, opacity, visibility; + transition: $transition-ease; + visibility: hidden; + } + + .active > .nav-child { + height: var(--height, auto); + opacity: 1; + visibility: unset; + } + } + + .active > a { + border-bottom-color: $sidebar-highlight; + color: $sidebar-highlight; + } + + .active-current > a { + color: $sidebar-highlight; + + &:hover { + color: $sidebar-highlight; + } + } + } + } +} diff --git a/themes/next/source/css/_common/outline/sidebar/sidebar-toggle.styl b/themes/next/source/css/_common/outline/sidebar/sidebar-toggle.styl new file mode 100644 index 00000000..0b19b89f --- /dev/null +++ b/themes/next/source/css/_common/outline/sidebar/sidebar-toggle.styl @@ -0,0 +1,21 @@ +.sidebar-toggle { + bottom: $b2t-position-bottom-on + $sidebar-toggle-size + 5px; + height: $sidebar-toggle-inner-size; + padding: $sidebar-toggle-padding; + width: $sidebar-toggle-inner-size; + sidebar-toggle(); +} + +.sidebar-toggle:hover .toggle-line { + background: $sidebar-highlight; +} + +@media (any-hover: hover) { + body:not(.sidebar-active) .sidebar-toggle:hover { + toggle-arrow(hexo-config('sidebar.position')); + } +} + +.sidebar-active .sidebar-toggle { + toggle-close(hexo-config('sidebar.position')); +} diff --git a/themes/next/source/css/_common/outline/sidebar/site-state.styl b/themes/next/source/css/_common/outline/sidebar/site-state.styl new file mode 100644 index 00000000..d1d30f77 --- /dev/null +++ b/themes/next/source/css/_common/outline/sidebar/site-state.styl @@ -0,0 +1,28 @@ +if (hexo-config('site_state')) { + .site-state { + flex-wrap(); + line-height: 1.4; + } + + .site-state-item { + // Fix issue #103 + // The click area of the link becomes smaller + padding: 0 15px; + + a { + border-bottom: 0; + display: block; + } + } + + .site-state-item-count { + display: block; + font-size: $site-state-item-count-font-size; + font-weight: 600; + } + + .site-state-item-name { + color: $site-state-item-name-color; + font-size: $site-state-item-name-font-size; + } +} diff --git a/themes/next/source/css/_common/scaffolding/base.styl b/themes/next/source/css/_common/scaffolding/base.styl new file mode 100644 index 00000000..0042acbc --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/base.styl @@ -0,0 +1,99 @@ +::selection { + background: $selection-bg; + color: $selection-color; +} + +html, body { + height: 100%; +} + +body { + background: var(--body-bg-color); + box-sizing: border-box; + color: var(--text-color); + font-family: $font-family-base; + font-size: $font-size-base; + line-height: $line-height-base; + min-height: 100%; + position: relative; + transition: padding $transition-ease; + + if (hexo-config('body_scrollbar.overlay')) { + overflow-x: hidden; + @supports (overflow-x: clip) { + overflow-x: clip; + } + width: 100vw; + } + + if (hexo-config('body_scrollbar.stable')) { + overflow-y: scroll; + } +} + +h1, h2, h3, h4, h5, h6 { + font-family: $font-family-headings; + font-weight: bold; + line-height: 1.5; + margin: 30px 0 15px; +} + +for $headline in (1 .. 6) { + h{$headline} { + font-size: $font-size-headings-base - $font-size-headings-step * $headline; + } +} + +p { + margin: 0 0 20px; +} + +a { + border-bottom: 1px solid $link-decoration-color; + color: var(--link-color); + // For a:not(:any-link) + cursor: pointer; + outline: 0; + text-decoration: none; + word-wrap(); + + &:hover { + border-bottom-color: var(--link-hover-color); + color: var(--link-hover-color); + } +} + +iframe, img, video, embed { + display: block; + margin-left: auto; + margin-right: auto; + max-width: 100%; +} + +hr { + background-image: repeating-linear-gradient(-45deg, $grey-lighter, $grey-lighter 4px, transparent 4px, transparent 8px); + border: 0; + height: 3px; + margin: 40px 0; +} + +blockquote { + border-left: 4px solid $grey-lighter; + color: var(--blockquote-color); + margin: 0; + padding: 0 15px; + + cite::before { + content: '-'; + padding: 0 5px; + } +} + +dt { + font-weight: bold; +} + +dd { + margin: 0; + padding: 0; +} diff --git a/themes/next/source/css/_common/scaffolding/buttons.styl b/themes/next/source/css/_common/scaffolding/buttons.styl new file mode 100644 index 00000000..a54372fb --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/buttons.styl @@ -0,0 +1,26 @@ +.btn { + background: var(--btn-default-bg); + border: 2px solid var(--btn-default-border-color); + border-radius: $btn-default-radius; + color: var(--btn-default-color); + display: inline-block; + font-size: $font-size-small; + line-height: 2; + padding: 0 20px; + transition: background-color $transition-ease; + + &:hover { + background: var(--btn-default-hover-bg); + border-color: var(--btn-default-hover-border-color); + color: var(--btn-default-hover-color); + } + + + .btn { + margin: 0 0 8px 8px; + } + + .fa-fw { + text-align: left; + width: (18em / 14); + } +} diff --git a/themes/next/source/css/_common/scaffolding/comments.styl b/themes/next/source/css/_common/scaffolding/comments.styl new file mode 100644 index 00000000..8ace888e --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/comments.styl @@ -0,0 +1,39 @@ +.comments { + margin-top: 60px; + overflow: hidden; +} + +.comment-button-group { + display: flex; + flex-wrap: wrap-reverse; + justify-content: center; + margin: 1em 0; + + .comment-button { + margin: .1em .2em; + + &.active { + background: var(--btn-default-hover-bg); + border-color: var(--btn-default-hover-border-color); + color: var(--btn-default-hover-color); + } + } +} + +.comment-position { + display: none; + + &.active { + display: block; + } +} + +.tabs-comment { + margin-top: 4em; + padding-top: 0; + + .comments { + margin-top: 0; + padding-top: 0; + } +} diff --git a/themes/next/source/css/_common/scaffolding/highlight/copy-code.styl b/themes/next/source/css/_common/scaffolding/highlight/copy-code.styl new file mode 100644 index 00000000..ce42dc16 --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/highlight/copy-code.styl @@ -0,0 +1,59 @@ +.highlight:hover .copy-btn, .code-container:hover .copy-btn { + opacity: 1; +} + +.code-container { + position: relative; +} + +.copy-btn { + color: $black-dim; + cursor: pointer; + line-height: 1.6; + opacity: 0; + padding: 2px 6px; + position: absolute; + transition: opacity $transition-ease; + + if (hexo-config('codeblock.copy_button.style') == 'flat') { + background: white; + border: 0; + font-size: $font-size-smaller; + right: 0; + top: 0; + } else if (hexo-config('codeblock.copy_button.style') == 'mac') { + color: var(--highlight-foreground); + font-size: 14px; + right: 0; + top: 2px; + } else { + background-color: $gainsboro; + background-image: linear-gradient(#fcfcfc, $gainsboro); + border: 1px solid #d5d5d5; + border-radius: 3px; + font-size: $font-size-smaller; + right: 4px; + top: 8px; + } +} + +if (hexo-config('codeblock.copy_button.style') == 'mac') { + figure.highlight { + border-radius: 5px; + box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .4); + padding-top: 30px; + + .table-container { + border-radius: 0 0 5px 5px; + } + + &::before { + background: #fc625d; + box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b; + left: 12px; + margin-top: -20px; + position: absolute; + round-icon(12px); + } + } +} diff --git a/themes/next/source/css/_common/scaffolding/highlight/fold.styl b/themes/next/source/css/_common/scaffolding/highlight/fold.styl new file mode 100644 index 00000000..5168e763 --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/highlight/fold.styl @@ -0,0 +1,29 @@ +.expand-btn { + bottom: 0; + color: var(--highlight-foreground); + cursor: pointer; + display: none; + left: 0; + right: 0; + position: absolute; + text-align: center; +} + +.fold-cover { + background-image: linear-gradient(to top, var(--highlight-background) 0, rgba(0, 0, 0, 0) 100%); + bottom: 0; + display: none; + height: 50px; + left: 0; + right: 0; + position: absolute; +} + +.highlight-fold { + max-height: unit(hexo-config('codeblock.fold.height'), 'px'); + overflow-y: hidden !important; + + .expand-btn, .fold-cover { + display: block; + } +} diff --git a/themes/next/source/css/_common/scaffolding/highlight/index.styl b/themes/next/source/css/_common/scaffolding/highlight/index.styl new file mode 100644 index 00000000..3115966b --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/highlight/index.styl @@ -0,0 +1,146 @@ +// Use `@require` to fix issue #67 +@require hexo-config('highlight.light.file') if (hexo-config('highlight.enable') && hexo-config('highlight.light.file')); +if (hexo-config('prism.enable')) { + @require hexo-config('prism.light') if (hexo-config('prism.light')); + @require hexo-config('prism.number') if (hexo-config('prism.number')); +} + +if (hexo-config('darkmode')) { + @media (prefers-color-scheme: dark) { + @require hexo-config('highlight.dark.file') if (hexo-config('highlight.enable') && hexo-config('highlight.dark.file')); + @require hexo-config('prism.dark') if (hexo-config('prism.enable') && hexo-config('prism.dark')); + } +} + +@require 'copy-code' if (hexo-config('codeblock.copy_button.enable')); +@require 'fold' if (hexo-config('codeblock.fold.enable')); + +// Placeholder: $code-inline $code-block +$code-inline { + background: var(--highlight-background); + color: var(--highlight-foreground); +} + +$code-block { + @extend $code-inline; + line-height: $line-height-code-block; + margin: 0 auto 20px; +} + +$figcaption { + background: var(--highlight-gutter-background); + color: var(--highlight-foreground); + display: flow-root; + font-size: $table-font-size; + line-height: 1.2; + padding: .5em; + + a { + color: var(--highlight-foreground); + float: right; + + &:hover { + border-bottom-color: var(--highlight-foreground); + } + } +} + +pre, code { + font-family: $code-font-family; +} + +code { + @extend $code-inline; + border-radius: 3px; + font-size: $table-font-size; + padding: 2px 4px; + word-wrap(); +} + +kbd { + @extend $code-inline; + border: 2px solid $grey-light; + border-radius: .2em; + box-shadow: .1em .1em .2em rgba(0, 0, 0, .1); + font-family: inherit; + padding: .1em .3em; + white-space: nowrap; +} + +// `highlight.line_number: false` and `highlight.wrap: false` +// in Hexo config generates code.highlight elements +figure.highlight { + @extend $code-block; + // Reduce DOM reflow with wrapTableWithBox + overflow: auto; + position: relative; + + pre { + border: 0; + margin: 0; + padding: 10px 0; + } + + table { + border: 0; + margin: 0; + width: auto; + } + + td { + border: 0; + padding: 0; + } + + figcaption { + @extend $figcaption; + } + + .gutter { + disable-user-select(); + + pre { + background: var(--highlight-gutter-background); + color: var(--highlight-gutter-foreground); + padding-left: 10px; + padding-right: 10px; + text-align: right; + } + } + + .code pre { + padding-left: 10px; + width: 100%; + } + + // See https://github.com/next-theme/hexo-theme-next/discussions/410 + .marked { + background: rgba(0, 0, 0, .3); + } +} + +// See https://github.com/hexojs/hexo-util/pull/229 +pre .caption, pre figcaption { + @extend $figcaption; + margin-bottom: 10px; +} + +.gist table { + width: auto; + + td { + border: 0; + } +} + +pre { + @extend $code-block; + overflow: auto; + padding: 10px; + + code { + background: none; + padding: 0; + text-shadow: none; + } +} diff --git a/themes/next/source/css/_common/scaffolding/index.styl b/themes/next/source/css/_common/scaffolding/index.styl new file mode 100644 index 00000000..aec7a8d1 --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/index.styl @@ -0,0 +1,12 @@ +// +// Scaffolding +// ================================================== +@import 'normalize'; +@import 'base'; +@import 'tables'; +@import 'buttons'; +@import 'toggles'; +@import 'highlight'; +@import 'tags'; +@import 'pagination'; +@import 'comments'; diff --git a/themes/next/source/css/_common/scaffolding/normalize.styl b/themes/next/source/css/_common/scaffolding/normalize.styl new file mode 100644 index 00000000..beb43cf5 --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/normalize.styl @@ -0,0 +1,289 @@ +/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ +/* Document +========================================================================== */ +/** + * 1. Correct the line height in all browsers. + * 2. Prevent adjustments of font size after orientation changes in iOS. + */ +html { + line-height: 1.15; /* 1 */ + -webkit-text-size-adjust: 100%; /* 2 */ +} + +/* Sections +========================================================================== */ +/** + * Remove the margin in all browsers. + */ +body { + margin: 0; +} + +/** + * Render the `main` element consistently in IE. + */ +main { + display: block; +} + +/** + * Correct the font size and margin on `h1` elements within `section` and + * `article` contexts in Chrome, Firefox, and Safari. + */ +h1 { + font-size: 2em; + margin: .67em 0; +} + +/* Grouping content +========================================================================== */ +/** + * 1. Add the correct box sizing in Firefox. + * 2. Show the overflow in Edge and IE. + */ +hr { + box-sizing: content-box; /* 1 */ + height: 0; /* 1 */ + overflow: visible; /* 2 */ +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ +pre { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ +} + +/* Text-level semantics +========================================================================== */ +/** + * Remove the gray background on active links in IE 10. + */ +a { + background: transparent; +} + +/** + * 1. Remove the bottom border in Chrome 57- + * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. + */ +abbr[title] { + border-bottom: none; /* 1 */ + text-decoration: underline; /* 2 */ + text-decoration: underline dotted; /* 2 */ +} + +/** + * Add the correct font weight in Chrome, Edge, and Safari. + */ +b, strong { + font-weight: bolder; +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ +code, kbd, samp { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ +} + +/** + * Add the correct font size in all browsers. + */ +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` elements from affecting the line height in + * all browsers. + */ +sub, sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -.25em; +} + +sup { + top: -.5em; +} + +/* Embedded content +========================================================================== */ +/** + * Remove the border on images inside links in IE 10. + */ +img { + border-style: none; +} + +/* Forms +========================================================================== */ +/** + * 1. Change the font styles in all browsers. + * 2. Remove the margin in Firefox and Safari. + */ +button, input, optgroup, select, textarea { + font-family: inherit; /* 1 */ + font-size: 100%; /* 1 */ + line-height: 1.15; /* 1 */ + margin: 0; /* 2 */ +} + +/** + * Show the overflow in IE. + * 1. Show the overflow in Edge. + */ +button, input { + /* 1 */ + overflow: visible; +} + +/** + * Remove the inheritance of text transform in Edge, Firefox, and IE. + * 1. Remove the inheritance of text transform in Firefox. + */ +button, select { + /* 1 */ + text-transform: none; +} + +/** + * Correct the inability to style clickable types in iOS and Safari. + */ +button, [type='button'], [type='reset'], [type='submit'] { + -webkit-appearance: button; +} + +/** + * Remove the inner border and padding in Firefox. + */ +button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner { + border-style: none; + padding: 0; +} + +/** + * Restore the focus styles unset by the previous rule. + */ +button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring { + outline: 1px dotted ButtonText; +} + +/** + * Correct the padding in Firefox. + */ +fieldset { + padding: .35em .75em .625em; +} + +/** + * 1. Correct the text wrapping in Edge and IE. + * 2. Correct the color inheritance from `fieldset` elements in IE. + * 3. Remove the padding so developers are not caught out when they zero out + * `fieldset` elements in all browsers. + */ +legend { + box-sizing: border-box; /* 1 */ + color: inherit; /* 2 */ + display: table; /* 1 */ + max-width: 100%; /* 1 */ + padding: 0; /* 3 */ + white-space: normal; /* 1 */ +} + +/** + * Add the correct vertical alignment in Chrome, Firefox, and Opera. + */ +progress { + vertical-align: baseline; +} + +/** + * Remove the default vertical scrollbar in IE 10+. + */ +textarea { + overflow: auto; +} + +/** + * 1. Add the correct box sizing in IE 10. + * 2. Remove the padding in IE 10. + */ +[type='checkbox'], [type='radio'] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Correct the cursor style of increment and decrement buttons in Chrome. + */ +[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Correct the odd appearance in Chrome and Safari. + * 2. Correct the outline style in Safari. + */ +[type='search'] { + outline-offset: -2px; /* 2 */ + -webkit-appearance: textfield; /* 1 */ +} + +/** + * Remove the inner padding in Chrome and Safari on macOS. + */ +[type='search']::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * 1. Correct the inability to style clickable types in iOS and Safari. + * 2. Change font properties to `inherit` in Safari. + */ +::-webkit-file-upload-button { + font: inherit; /* 2 */ + -webkit-appearance: button; /* 1 */ +} + +/* Interactive +========================================================================== */ +/* + * Add the correct display in Edge, IE 10+, and Firefox. + */ +details { + display: block; +} + +/* + * Add the correct display in all browsers. + */ +summary { + display: list-item; +} + +/* Misc +========================================================================== */ +/** + * Add the correct display in IE 10+. + */ +template { + display: none; +} + +/** + * Add the correct display in IE 10. + */ +[hidden] { + display: none; +} diff --git a/themes/next/source/css/_common/scaffolding/pagination.styl b/themes/next/source/css/_common/scaffolding/pagination.styl new file mode 100644 index 00000000..8399354c --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/pagination.styl @@ -0,0 +1,55 @@ +$page-number-basic { + display: inline-block; + margin: -1px 10px 0; + padding: 0 10px; + + +mobile() { + margin: 0 5px; + } +} + +$page-number-current { + background: $pagination-active-bg; + border-color: $pagination-active-border; + color: $pagination-active-color; +} + +.pagination { + border-top: 1px solid $pagination-border; + margin: 120px 0 0; + text-align: $scheme-text-align; + + .prev, .next, .page-number { + @extend $page-number-basic; + border-bottom: 0; + border-top: 1px solid $pagination-link-border; + transition: border-color $transition-ease; + + &:hover { + border-top-color: $pagination-link-hover-border; + } + } + + +mobile() { + border-top: 0; + + .prev, .next, .page-number { + border-bottom: 1px solid $pagination-link-border; + border-top: 0; + + &:hover { + border-bottom-color: $pagination-link-hover-border; + } + } + } + + .space { + @extend $page-number-basic; + margin: 0; + padding: 0; + } + + .page-number.current { + @extend $page-number-current; + } +} diff --git a/themes/next/source/css/_common/scaffolding/tables.styl b/themes/next/source/css/_common/scaffolding/tables.styl new file mode 100644 index 00000000..9f1e8667 --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/tables.styl @@ -0,0 +1,39 @@ +.table-container { + overflow: auto; +} + +table { + border-collapse: collapse; + border-spacing: 0; + font-size: $table-font-size; + margin: 0 0 20px; + width: 100%; +} + +tbody tr { + &:nth-of-type(odd) { + background: var(--table-row-odd-bg-color); + } + + &:hover { + background: var(--table-row-hover-bg-color); + } +} + +caption, th, td { + padding: 8px; +} + +th, td { + border: 1px solid $table-border-color; + border-bottom: 3px solid $table-cell-border-bottom-color; +} + +th { + font-weight: 700; + padding-bottom: 10px; +} + +td { + border-bottom-width: 1px; +} diff --git a/themes/next/source/css/_common/scaffolding/tags/blockquote-center.styl b/themes/next/source/css/_common/scaffolding/tags/blockquote-center.styl new file mode 100644 index 00000000..f391a6bd --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/tags/blockquote-center.styl @@ -0,0 +1,34 @@ +// Blockquote with all children centered. +.blockquote-center { + border-left: 0; + margin: 40px 0; + padding: 0; + position: relative; + text-align: center; + + &::before, &::after { + left: 0; + line-height: 1; + opacity: .6; + position: absolute; + width: 100%; + } + + &::before { + border-top: 1px solid $grey-light; + text-align: left; + top: -20px; + font-family-icons('\f10d'); + } + + &::after { + border-bottom: 1px solid $grey-light; + bottom: -20px; + text-align: right; + font-family-icons('\f10e'); + } + + p, div { + text-align: center; + } +} diff --git a/themes/next/source/css/_common/scaffolding/tags/group-pictures.styl b/themes/next/source/css/_common/scaffolding/tags/group-pictures.styl new file mode 100644 index 00000000..3d314b1d --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/tags/group-pictures.styl @@ -0,0 +1,20 @@ +.group-picture { + margin-bottom: 20px; + + .group-picture-row { + display: flex; + gap: 3px; + margin-bottom: 3px; + } + + .group-picture-column { + flex: 1; + + img { + height: 100%; + margin: 0; + object-fit: cover; + width: 100%; + } + } +} diff --git a/themes/next/source/css/_common/scaffolding/tags/index.styl b/themes/next/source/css/_common/scaffolding/tags/index.styl new file mode 100644 index 00000000..1fe49fc6 --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/tags/index.styl @@ -0,0 +1,9 @@ +@import 'blockquote-center'; +@import 'group-pictures'; +@import 'label'; +@import 'link-grid'; +@import 'mermaid'; +@import 'wavedrom'; +@import 'note'; +@import 'pdf'; +@import 'tabs'; diff --git a/themes/next/source/css/_common/scaffolding/tags/label.styl b/themes/next/source/css/_common/scaffolding/tags/label.styl new file mode 100644 index 00000000..032f54a4 --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/tags/label.styl @@ -0,0 +1,10 @@ +.post-body .label { + color: $text-color; + padding: 0 2px; + + for $type in $note-types { + &.{$type} { + background: $label[$type]; + } + } +} diff --git a/themes/next/source/css/_common/scaffolding/tags/link-grid.styl b/themes/next/source/css/_common/scaffolding/tags/link-grid.styl new file mode 100644 index 00000000..1c736af9 --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/tags/link-grid.styl @@ -0,0 +1,113 @@ +.post-body .link-grid { + display: grid; + // https://caniuse.com/mdn-css_properties_gap_grid_context + grid-gap: 1.5rem; + gap: 1.5rem; + grid-template-columns: 1fr 1fr; + margin-bottom: 20px; + padding: 1rem; + + +mobile() { + grid-template-columns: 1fr; + } + + .link-grid-container { + border: solid $grey-lighter; + box-shadow: 1rem 1rem .5rem rgba(0, 0, 0, .5); + min-height: 5rem; + // Fix issue #30 + min-width: 0; + padding: .5rem; + position: relative; + transition: background .3s; + + &:hover { + animation: next-shake .5s; + background: var(--card-bg-color); + } + + &:active { + box-shadow: .5rem .5rem .25rem rgba(0, 0, 0, .5); + transform: translate(.2rem, .2rem); + } + + .link-grid-image { + border: 1px solid $grey-lighter; + border-radius: 50%; + box-sizing: border-box; + height: 5rem; + padding: 3px; + position: absolute; + width: 5rem; + } + + p { + margin: 0 1rem 0 6rem; + + &:first-of-type { + font-size: 1.2em; + } + + &:last-of-type { + font-size: .8em; + line-height: 1.3rem; + opacity: .7; + } + } + + a { + border: 0; + height: 100%; + left: 0; + position: absolute; + top: 0; + width: 100%; + } + } +} + +@keyframes next-shake { + 0% { + transform: translate(1pt, 1pt) rotate(0deg); + } + + 10% { + transform: translate(-1pt, -2pt) rotate(-1deg); + } + + 20% { + transform: translate(-3pt, 0pt) rotate(1deg); + } + + 30% { + transform: translate(3pt, 2pt) rotate(0deg); + } + + 40% { + transform: translate(1pt, -1pt) rotate(1deg); + } + + 50% { + transform: translate(-1pt, 2pt) rotate(-1deg); + } + + 60% { + transform: translate(-3pt, 1pt) rotate(0deg); + } + + 70% { + transform: translate(3pt, 1pt) rotate(-1deg); + } + + 80% { + transform: translate(-1pt, -1pt) rotate(1deg); + } + + 90% { + transform: translate(1pt, 2pt) rotate(0deg); + } + + 100% { + transform: translate(1pt, -2pt) rotate(-1deg); + } +} diff --git a/themes/next/source/css/_common/scaffolding/tags/mermaid.styl b/themes/next/source/css/_common/scaffolding/tags/mermaid.styl new file mode 100644 index 00000000..f872c666 --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/tags/mermaid.styl @@ -0,0 +1,6 @@ +if (hexo-config('mermaid.enable')) { + .mermaid { + margin-bottom: 20px; + text-align: center; + } +} diff --git a/themes/next/source/css/_common/scaffolding/tags/note.styl b/themes/next/source/css/_common/scaffolding/tags/note.styl new file mode 100644 index 00000000..fcbdfaea --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/tags/note.styl @@ -0,0 +1,110 @@ +if (hexo-config('note.style') != 'disabled') { + .post-body .note { + $note-icons = hexo-config('note.icons'); + $note-style = hexo-config('note.style'); + + border-radius: $note-border-radius; + margin-bottom: 20px; + padding: 1em; + position: relative; + + if ($note-style == 'simple') { + border: 1px solid $gainsboro; + border-left-width: 5px; + } + + if ($note-style == 'modern') { + background: $whitesmoke; + border: 1px solid transparent; + } + + if ($note-style == 'flat') { + background: lighten($gainsboro, 65%); + border: initial; + border-left: 3px solid $gainsboro; + } + + summary { + cursor: pointer; + outline: 0; + + p { + display: inline; + } + } + + h2, h3, h4, h5, h6 { + border-bottom: initial; + margin: 0; + padding-top: 0; + } + + :first-child { + margin-top: 0; + } + + :last-child { + margin-bottom: 0; + } + + if ($note-icons) { + &:not(.no-icon) { + padding-left: 2.5em; + + &::before { + font-size: 1.5em; + left: .3em; + position: absolute; + top: calc(50% - 1em); + } + } + } + + for $type in $note-types { + &.{$type} { + if ($note-style == 'flat') { + background: $note-bg[$type]; + if (hexo-config('darkmode')) { + @media (prefers-color-scheme: dark) { + background: mix($note-bg[$type], $body-bg-color-dark, 10%); + } + } + } + + if ($note-style == 'modern') { + background: $note-modern-bg[$type]; + border-color: $note-modern-border[$type]; + color: $note-modern-text[$type]; + + a:not(.btn) { + border-bottom-color: $note-modern-text[$type]; + color: $note-modern-text[$type]; + + &:hover { + border-bottom-color: $note-modern-hover[$type]; + color: $note-modern-hover[$type]; + } + } + } + + if ($note-style != 'modern') { + border-left-color: $note-border[$type]; + + h2, h3, h4, h5, h6 { + color: $note-text[$type]; + } + } + + if ($note-icons) { + &:not(.no-icon)::before { + font-family-icons($note-icon[$type]); + + if ($note-style != 'modern') { + color: $note-text[$type]; + } + } + } + } + } + } +} diff --git a/themes/next/source/css/_common/scaffolding/tags/pdf.styl b/themes/next/source/css/_common/scaffolding/tags/pdf.styl new file mode 100644 index 00000000..68816222 --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/tags/pdf.styl @@ -0,0 +1,8 @@ +if (hexo-config('pdf.enable')) { + .pdfobject-container { + iframe, embed { + height: convert(hexo-config('pdf.height')); + width: 100%; + } + } +} diff --git a/themes/next/source/css/_common/scaffolding/tags/tabs.styl b/themes/next/source/css/_common/scaffolding/tags/tabs.styl new file mode 100644 index 00000000..f395c240 --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/tags/tabs.styl @@ -0,0 +1,103 @@ +.post-body .tabs { + margin-bottom: 20px; +} + +.post-body .tabs, .tabs-comment { + padding-top: 10px; + + ul.nav-tabs { + background: (($scheme == 'Muse') or ($scheme == 'Mist')) ? var(--body-bg-color) : var(--content-bg-color); + display: flex; + flex-wrap: wrap; + margin: 0; + padding: 0; + position: -webkit-sticky; + position: sticky; + top: 0; + // Fix issue #398 + z-index: $zindex-0; + + +mobile-smallest() { + display: block; + margin-bottom: 5px; + } + + li.tab { + border-bottom: 1px solid $grey-lighter; + border-left: 1px solid transparent; + border-right: 1px solid transparent; + border-radius: $tbr $tbr 0 0; + border-top: 3px solid transparent; + flex-grow: 1; + list-style-type: none; + + +mobile-smallest() { + border-bottom: 1px solid transparent; + border-left: 3px solid transparent; + border-right: 1px solid transparent; + border-top: 1px solid transparent; + } + + +mobile-smallest() { + border-radius: $tbr; + } + + if (hexo-config('tabs.transition.tabs')) { + transition: all $transition-ease-out; + } + + a { + border-bottom: initial; + display: block; + line-height: 1.8; + padding: .25em .75em; + text-align: center; + + i[class^='fa'] { + width: (18em / 14); + } + + if (hexo-config('tabs.transition.labels')) { + transition: all $transition-ease-out; + } + } + + &.active { + border-bottom-color: transparent; + border-left-color: $table-border-color; + border-right-color: $table-border-color; + border-top-color: $orange; + + +mobile-smallest() { + border-bottom-color: $table-border-color; + border-left-color: $orange; + border-right-color: $table-border-color; + border-top-color: $table-border-color; + } + + a { + cursor: default; + } + } + } + } + + .tab-content { + border: 1px solid $table-border-color; + border-radius: 0 0 $tbr $tbr; + border-top-color: transparent; + + +mobile-smallest() { + border-radius: $tbr; + border-top-color: $table-border-color; + } + + .tab-pane { + padding: 20px 20px 0; + + &:not(.active) { + display: none; + } + } + } +} diff --git a/themes/next/source/css/_common/scaffolding/tags/wavedrom.styl b/themes/next/source/css/_common/scaffolding/tags/wavedrom.styl new file mode 100644 index 00000000..42e1914f --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/tags/wavedrom.styl @@ -0,0 +1,6 @@ +if (hexo-config('wavedrom.enable')) { + .wavedrom { + margin-bottom: 20px; + text-align: center; + } +} diff --git a/themes/next/source/css/_common/scaffolding/toggles.styl b/themes/next/source/css/_common/scaffolding/toggles.styl new file mode 100644 index 00000000..163bd9e4 --- /dev/null +++ b/themes/next/source/css/_common/scaffolding/toggles.styl @@ -0,0 +1,30 @@ +.toggle { + line-height: 0; + + .toggle-line { + background: white; + display: block; + height: 2px; + left: 0; + position: relative; + top: 0; + transition: all .4s; + width: 100%; + + &:first-child { + margin-top: 1px; + } + + &:not(:first-child) { + margin-top: 4px; + } + } +} + +.toggle.toggle-arrow { + toggle-arrow(hexo-config('sidebar.position')); +} + +.toggle.toggle-close { + toggle-close(hexo-config('sidebar.position')); +} diff --git a/themes/next/source/css/_mixins.styl b/themes/next/source/css/_mixins.styl new file mode 100644 index 00000000..2cb0470c --- /dev/null +++ b/themes/next/source/css/_mixins.styl @@ -0,0 +1,274 @@ +mobile-smallest() { + @media (max-width: 413px) { + {block}; + } +} + +mobile-small() { + @media (max-width: 567px) { + {block}; + } +} + +mobile() { + @media (max-width: 767px) { + {block}; + } +} + +tablet-mobile() { + @media (max-width: 991px) { + {block}; + } +} + +tablet-desktop() { + @media (min-width: 768px) { + {block}; + } +} + +tablet() { + @media (min-width: 768px) and (max-width: 991px) { + {block}; + } +} + +desktop() { + @media (min-width: 992px) { + {block}; + } +} + +desktop-large() { + @media (min-width: 1200px) { + {block}; + } +} + +desktop-largest() { + @media (min-width: 1600px) { + {block}; + } +} + +random-color($min, $max) { + return floor(math(0, 'random') * ($max - $min + 1) + $min); +} + +word-wrap() { + overflow-wrap: break-word; +} + +disable-user-select() { + -moz-user-select: none; + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; +} + +sidebar-inline-links-item() { + margin: 5px 0 0; + + a { + box-sizing: border-box; + display: inline-block; + max-width: 100%; + overflow: hidden; + padding: 0 5px; + text-overflow: ellipsis; + white-space: nowrap; + } +} + +flex-wrap() { + display: flex; + flex-wrap: wrap; + justify-content: center; +} + +flex-column() { + display: flex; + flex-direction: column; + justify-content: center; +} + +post-card() { + background: var(--card-bg-color); + border-left: 3px solid $red; + margin: $post-card-margin; +} + +font-family-icons($icon = '') { + if ($icon) { + content: $icon; + } + font-family: 'Font Awesome 6 Free'; + font-weight: 900; +} + +main-container() { + margin: 0 auto; + width: $content-desktop; + + +mobile() { + width: auto; + } + + +desktop-large() { + width: $content-desktop-large; + } + + +desktop-largest() { + width: $content-desktop-largest; + } +} + +sidebar-toggle-alignment($reverse) { + $condition = hexo-config('sidebar.position') == 'right'; + if (($scheme == 'Muse') or ($scheme == 'Mist')) { + $condition = $condition == $reverse; + } + return $condition ? ('left' 'right') : ('right' 'left'); +} + +sidebar-toggle-position($reverse) { + $alignment = sidebar-toggle-alignment($reverse)[0]; + {$alignment}: $b2t-position-right; + +tablet-mobile() { + {$alignment}: $b2t-position-right-mobile; + } +} + +sidebar-toggle() { + background: $b2t-bg-color; + cursor: pointer; + opacity: $b2t-opacity; + position: fixed; + z-index: $zindex-3; + sidebar-toggle-position(false); + + &:hover { + opacity: $b2t-opacity-hover; + } + + +tablet-mobile() { + opacity: $b2t-opacity-hover; + } +} + +round-icon($diameter) { + border-radius: 50%; + content: ' '; + height: $diameter; + width: $diameter; +} + +toggle-arrow($position) { + if ($position == 'right') { + :first-child { + top: 2px; + transform: rotate(-45deg); + width: 50%; + } + + :last-child { + top: -2px; + transform: rotate(45deg); + width: 50%; + } + } else { + :first-child { + left: 50%; + top: 2px; + transform: rotate(45deg); + width: 50%; + } + + :last-child { + left: 50%; + top: -2px; + transform: rotate(-45deg); + width: 50%; + } + } +} + +toggle-close($position) { + :nth-child(2) { + opacity: 0; + } + + if ($position == 'right') { + :first-child { + top: 6px; + transform: rotate(-45deg); + } + + :last-child { + top: -6px; + transform: rotate(45deg); + } + } else { + :first-child { + top: 6px; + transform: rotate(45deg); + } + + :last-child { + top: -6px; + transform: rotate(-45deg); + } + } +} + +site-nav-hide-by-default() { + --scroll-height: 0; + height: 0; + overflow: hidden; + transition: $transition-ease; + transition-property: height, visibility; + visibility: hidden; + + body:not(.site-nav-on) & .animated { + animation: none; + } + + body.site-nav-on & { + height: var(--scroll-height); + visibility: unset; + } +} + +button($color) { + background: transparent; + color: $color; + cursor: pointer; + line-height: 2; + padding: 0 15px; + + &:hover { + background: $color; + color: white; + } +} + +gemini-block() { + background: var(--content-bg-color); + border-radius: $border-radius-inner; + box-shadow: $box-shadow-inner; +} + +gemini-block-not-first() { + border-radius: $border-radius; + box-shadow: $box-shadow; + margin-top: $sidebar-offset; + + +tablet() { + margin-top: $content-tablet-padding; + } + + +mobile() { + margin-top: $content-mobile-padding; + } +} diff --git a/themes/next/source/css/_schemes/Gemini/index.styl b/themes/next/source/css/_schemes/Gemini/index.styl new file mode 100644 index 00000000..7077ed73 --- /dev/null +++ b/themes/next/source/css/_schemes/Gemini/index.styl @@ -0,0 +1,124 @@ +@import '../Pisces/_layout'; +@import '../Pisces/_header'; +@import '../Pisces/_menu'; +@import '../Pisces/_sub-menu'; +@import '../Pisces/_sidebar'; + +// ================================================== +// Rewrite _layout.styl +// ================================================== +// Sidebar padding used as main desktop content padding for sidebar padding and post blocks padding too. + +// In `source/css/_variables/Pisces.styl` there are variable for main offset: +// $sidebar-offset = 12px; +// This value alse can be changed in main NexT config as `sidebar: offset: 12` option. + +// In `source/css/_variables/base.styl` there are variables for other resolutions: +// $content-tablet-padding = 10px; +// $content-mobile-padding = 8px; +// P.S. If u want to change this paddings u may set this variables into `custom_file_path.variable` (in theme _config.yml). + +// So, it will 12px in Desktop, 10px in Tablets and 8px in Mobiles for all possible paddings. + +// ================================================== +// Desktop layout styles. +// ================================================== +// Post blocks. +.main-inner { + .sub-menu, .post-block, .tabs-comment, & > .comments, .comment-position .comments, .pagination { + gemini-block(); + } + + .post-block:not(:first-child) { + &:not(:first-child) { + gemini-block-not-first(); + } + } + + .tabs-comment, & > .comments, .comment-position .comments, .pagination { + gemini-block-not-first(); + } +} + +// Post & Comments blocks. +.post-block, .comments { + padding: $content-desktop-padding; +} + +// Post delimiters. +.post-eof { + display: none; +} + +// Pagination. +.pagination { + border-top: initial; + padding: 10px 0; +} + +// ================================================== +// Headers. +// ================================================== +.post-body { + h1, h2 { + border-bottom: 1px solid $body-bg-color; + } + + h3 { + border-bottom: 1px dotted $body-bg-color; + } +} + +// ================================================== +// > 768px & < 991px +// ================================================== ++tablet() { + // Posts in blocks. + .main-inner { + padding: $content-tablet-padding; + } + + .posts-expand { + // Components inside Posts. + .post-button { + margin-top: ($content-tablet-padding * 2); + } + } + + .post-block { + // Inside posts blocks content padding (default 40px). + padding: ($content-tablet-padding * 2); + } + + .comments { + padding: $content-tablet-padding ($content-tablet-padding * 2); + // padding: initial; + // padding-top: $content-tablet-padding; + } +} + +// ================================================== +// < 767px +// ================================================== ++mobile() { + // Posts in blocks. + .main-inner { + padding: $content-mobile-padding; + } + + .posts-expand { + // Components inside Posts. + .post-button { + margin: $sidebar-offset 0; + } + } + + .post-block { + // Inside posts blocks content padding (default 40px). + padding: $sidebar-offset; + } + + .comments { + padding: 10px $sidebar-offset; + } +} diff --git a/themes/next/source/css/_schemes/Mist/_header.styl b/themes/next/source/css/_schemes/Mist/_header.styl new file mode 100644 index 00000000..6573917b --- /dev/null +++ b/themes/next/source/css/_schemes/Mist/_header.styl @@ -0,0 +1,58 @@ +// Header +// -------------------------------------------------- +.column { + background: var(--content-bg-color); +} + +header.header { + align-items: center; + display: flex; + padding: 20px 0; + + +mobile() { + display: block; + padding: 10px 0; + } +} + +.site-meta { + line-height: normal; + + .brand { + +mobile() { + display: block; + } + } + + .site-title { + font-weight: bolder; + } +} + +.logo-line { + background: var(--brand-color); + display: block; + height: 2px; + margin: 0 auto; + width: 75%; + + +mobile() { + display: none; + } +} + +.use-motion { + .logo-line:first-of-type { + transform: scaleX(0); + transform-origin: left; + } + + .logo-line:last-of-type { + transform: scaleX(0); + transform-origin: right; + } +} + +.site-subtitle { + display: none; +} diff --git a/themes/next/source/css/_schemes/Mist/_layout.styl b/themes/next/source/css/_schemes/Mist/_layout.styl new file mode 100644 index 00000000..40669a75 --- /dev/null +++ b/themes/next/source/css/_schemes/Mist/_layout.styl @@ -0,0 +1,39 @@ +// Tags +// -------------------------------------------------- +hr { + height: 2px; + margin: 20px 0; +} + +// Components +// -------------------------------------------------- +.btn { + padding: 0 10px; +} + +.headband { + display: none; +} + +// Pagination +// -------------------------------------------------- +.pagination { + +mobile() { + margin: 80px 0 0; + text-align: center; + } +} + +// Footer +// -------------------------------------------------- +.footer { + background: var(--content-bg-color); + color: var(--text-color); + padding: 10px 0; +} + +.footer-inner { + +mobile() { + text-align: center; + } +} diff --git a/themes/next/source/css/_schemes/Mist/_menu.styl b/themes/next/source/css/_schemes/Mist/_menu.styl new file mode 100644 index 00000000..6c15a5ae --- /dev/null +++ b/themes/next/source/css/_schemes/Mist/_menu.styl @@ -0,0 +1,45 @@ +// Menu +// -------------------------------------------------- +.site-nav { + flex-grow: 1; + + +mobile() { + padding: 0 10px 0; + } +} + +.main-menu { + +mobile() { + padding-top: 10px; + } +} + +.menu { + padding: 0; + + .menu-item { + margin: 0; + + +mobile() { + margin-top: 5px; + } + + a { + border-radius: 2px; + padding: 0 10px; + transition-property: background; + + +mobile() { + text-align: left; + } + } + + .badge { + background: white; + border-radius: 10px; + color: $black-light; + padding: 1px 4px; + text-shadow: 1px 1px 0 rgba(0, 0, 0, .1); + } + } +} diff --git a/themes/next/source/css/_schemes/Mist/_posts-expand.styl b/themes/next/source/css/_schemes/Mist/_posts-expand.styl new file mode 100644 index 00000000..8a4321a8 --- /dev/null +++ b/themes/next/source/css/_schemes/Mist/_posts-expand.styl @@ -0,0 +1,69 @@ +// Post Expand +// -------------------------------------------------- +.posts-expand { + &.index { + .post-header { + text-align: $scheme-text-align; + + +mobile() { + text-align: center; + } + } + + .post-meta-container { + margin-top: 5px; + } + + .post-meta { + justify-content: flex-start; + + +mobile() { + justify-content: center; + } + } + } + + .post-eof { + display: none; + } + + .post-block:not(:first-of-type) { + margin-top: 120px; + } + + .post-header { + margin-bottom: 20px; + } + + .post-tags { + a { + background: var(--content-bg-color); + border-bottom: 0; + padding: 1px 5px; + + &:hover { + background: var(--menu-item-bg-color); + } + } + } + + .post-nav { + margin-top: 40px; + } +} + +.post-button { + margin-top: 20px; + + .btn { + background: none; + border: 0; + border-bottom: 2px solid var(--btn-default-border-color); + padding: 0; + transition-property: border; + + &:hover { + border-bottom-color: var(--btn-default-hover-border-color); + } + } +} diff --git a/themes/next/source/css/_schemes/Mist/index.styl b/themes/next/source/css/_schemes/Mist/index.styl new file mode 100644 index 00000000..6969d77e --- /dev/null +++ b/themes/next/source/css/_schemes/Mist/index.styl @@ -0,0 +1,10 @@ +// +// Mist scheme +// ================================================== +@import '_layout'; +@import '_header'; +@import '_menu'; +@import '_posts-expand'; +@import '../Muse/_layout'; +@import '../Muse/_sidebar'; +@import '../Muse/_sub-menu'; diff --git a/themes/next/source/css/_schemes/Muse/_header.styl b/themes/next/source/css/_schemes/Muse/_header.styl new file mode 100644 index 00000000..e15410d5 --- /dev/null +++ b/themes/next/source/css/_schemes/Muse/_header.styl @@ -0,0 +1,18 @@ +.custom-logo-image { + background: white; + margin: 0 auto 10px; + max-width: 150px; + padding: 5px; +} + +.brand { + background: var(--btn-default-bg); +} + +header.header { + padding-top: 100px; + + +mobile() { + padding-top: 50px; + } +} diff --git a/themes/next/source/css/_schemes/Muse/_layout.styl b/themes/next/source/css/_schemes/Muse/_layout.styl new file mode 100644 index 00000000..1de4b7ac --- /dev/null +++ b/themes/next/source/css/_schemes/Muse/_layout.styl @@ -0,0 +1,23 @@ +header.header { + main-container(); +} + +.main-inner { + main-container(); + padding-bottom: $content-padding-bottom; + + +mobile() { + padding-left: 20px; + padding-right: 20px; + } +} + +// Page - Container +// -------------------------------------------------- +.post-block:first-of-type { + padding-top: $posts-first-padding; + + +mobile() { + padding-top: $posts-first-padding-mobile; + } +} diff --git a/themes/next/source/css/_schemes/Muse/_menu.styl b/themes/next/source/css/_schemes/Muse/_menu.styl new file mode 100644 index 00000000..d5836182 --- /dev/null +++ b/themes/next/source/css/_schemes/Muse/_menu.styl @@ -0,0 +1,56 @@ +.site-nav { + +mobile() { + padding-top: 30px; + } +} + +.main-menu { + +mobile() { + border-bottom: 1px solid $grey-lighter; + border-top: 1px solid $grey-lighter; + } +} + +.menu { + +mobile() { + text-align: left; + } +} + +.menu .menu-item { + +mobile() { + margin: 0 10px; + } + + a { + border-bottom: 1px solid transparent; + + +mobile() { + padding: 5px 10px; + } + + &:hover, &.menu-item-active { + background: transparent; + border-bottom: 1px solid var(--link-hover-color); + + +mobile() { + border-bottom: 1px dotted $grey-lighter; + } + } + } + + i[class^='fa'] { + +tablet-desktop() { + display: block; + line-height: 2; + margin-right: 0; + width: 100%; + } + } + + .badge { + background: $gainsboro; + color: $black-light; + padding: 1px 4px; + } +} diff --git a/themes/next/source/css/_schemes/Muse/_sidebar.styl b/themes/next/source/css/_schemes/Muse/_sidebar.styl new file mode 100644 index 00000000..87b0ef26 --- /dev/null +++ b/themes/next/source/css/_schemes/Muse/_sidebar.styl @@ -0,0 +1,134 @@ +if (hexo-config('sidebar.position') == 'right') { + .sidebar-active { + // Note: $sidebar-desktop + $content-desktop-large should be less than desktop-large threshold + // Otherwise a horizontal scrollbar will appear + +desktop-large() { + padding-right: $sidebar-desktop; + + .footer-fixed { + right: $sidebar-desktop; + } + } + } + + .sidebar { + right: 0 - $sidebar-desktop; + + .sidebar-active & { + right: 0; + } + } +} else { + .sidebar-active { + +desktop-large() { + padding-left: $sidebar-desktop; + + .footer-fixed { + left: $sidebar-desktop; + } + } + } + + .sidebar { + left: 0 - $sidebar-desktop; + + .sidebar-active & { + left: 0; + } + } +} + +.sidebar { + background: $black-deep; + bottom: 0; + if (not hexo-config('back2top.sidebar')) { + box-shadow: inset 0 2px 6px black; + } + max-height: 100vh; + overflow-y: auto; + position: fixed; + top: 0; + transition: all $transition-ease-out; + width: $sidebar-desktop; + z-index: $zindex-2; + + a { + border-bottom-color: $black-light; + color: $grey-dark; + + &:hover { + border-bottom-color: $gainsboro; + color: $gainsboro; + } + } +} + +.links-of-author { + &:not(:first-child) { + margin-top: 15px; + } + + a { + border-bottom-color: $black-light; + display: inline-block; + margin-bottom: 10px; + margin-right: 10px; + vertical-align: middle; + + if (hexo-config('social_icons.transition')) { + transition: all $transition-ease; + } + + &::before { + background: rgb(random-color(0, 255) - 50%, random-color(0, 255) - 50%, random-color(0, 255) - 50%); + display: inline-block; + margin-right: 3px; + transform: translateY(-2px); + round-icon(4px); + } + } +} + +.links-of-blogroll-item { + if (hexo-config('links_settings.layout') == 'inline') { + display: inline-block; + } + padding: 2px 10px; + + a { + box-sizing: border-box; + display: inline-block; + max-width: 280px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } +} + +.popular-posts .popular-posts-item .popular-posts-link:hover { + background: none; +} + +.sidebar-dimmer { + background: black; + height: 100%; + left: 0; + opacity: 0; + position: fixed; + top: 0; + transition: visibility .4s, opacity .4s; + visibility: hidden; + width: 100%; + z-index: $zindex-1; + + .sidebar-active & { + opacity: .7; + visibility: visible; + } +} + ++desktop-large() { + .sidebar-dimmer { + display: none; + } +} diff --git a/themes/next/source/css/_schemes/Muse/_sub-menu.styl b/themes/next/source/css/_schemes/Muse/_sub-menu.styl new file mode 100644 index 00000000..59bf1934 --- /dev/null +++ b/themes/next/source/css/_schemes/Muse/_sub-menu.styl @@ -0,0 +1,7 @@ +.sub-menu { + margin: 10px 0; + + .menu-item { + display: inline-block; + } +} diff --git a/themes/next/source/css/_schemes/Muse/index.styl b/themes/next/source/css/_schemes/Muse/index.styl new file mode 100644 index 00000000..959b7ae7 --- /dev/null +++ b/themes/next/source/css/_schemes/Muse/index.styl @@ -0,0 +1,5 @@ +@import '_layout'; +@import '_header'; +@import '_menu'; +@import '_sub-menu'; +@import '_sidebar'; diff --git a/themes/next/source/css/_schemes/Pisces/_header.styl b/themes/next/source/css/_schemes/Pisces/_header.styl new file mode 100644 index 00000000..67168861 --- /dev/null +++ b/themes/next/source/css/_schemes/Pisces/_header.styl @@ -0,0 +1,35 @@ +.column { + width: $sidebar-desktop; + + +tablet-mobile() { + width: auto; + } +} + +.site-brand-container { + background: var(--theme-color); + + .site-nav-on & { + +tablet-mobile() { + box-shadow: 0 0 16px rgba(0, 0, 0, .5); + } + } +} + +.site-meta { + padding: 20px 0; +} + +.site-nav-toggle, .site-nav-right { + +tablet() { + flex-column(); + } + + .toggle { + color: white; + + .toggle-line { + background: white; + } + } +} diff --git a/themes/next/source/css/_schemes/Pisces/_layout.styl b/themes/next/source/css/_schemes/Pisces/_layout.styl new file mode 100644 index 00000000..2d74dc77 --- /dev/null +++ b/themes/next/source/css/_schemes/Pisces/_layout.styl @@ -0,0 +1,50 @@ +header.header { + gemini-block(); + + +tablet-mobile() { + border-radius: initial; + } +} + +.main { + // Make sure that .header and .main-inner are the same height + // Required for .sidebar `position: sticky;` + align-items: stretch; + display: flex; + justify-content: space-between; + main-container(); + + if (hexo-config('sidebar.position') == 'right') { + flex-direction: row-reverse; + } + + +tablet-mobile() { + display: block; + width: auto; + } +} + +.main-inner { + border-radius: $border-radius-inner; + box-sizing: border-box; + width: $content-wrap; + + +tablet-mobile() { + border-radius: initial; + width: 100%; + } +} + +.footer-inner { + if (hexo-config('sidebar.position') == 'right') { + padding-right: $sidebar-desktop + $sidebar-offset; + } else { + padding-left: $sidebar-desktop + $sidebar-offset; + } + + +tablet-mobile() { + padding-left: 0; + padding-right: 0; + width: auto; + } +} diff --git a/themes/next/source/css/_schemes/Pisces/_menu.styl b/themes/next/source/css/_schemes/Pisces/_menu.styl new file mode 100644 index 00000000..79b1c203 --- /dev/null +++ b/themes/next/source/css/_schemes/Pisces/_menu.styl @@ -0,0 +1,46 @@ +.site-nav { + +tablet() { + site-nav-hide-by-default(); + } +} + +.menu .menu-item { + display: block; + margin: 0; + + a { + padding: 5px 20px; + position: relative; + text-align: left; + transition-property: background-color; + } + + +tablet-mobile() { + &.menu-item-search { + display: none; + } + } + + .badge { + background: $grey-light; + border-radius: 10px; + color: var(--content-bg-color); + float: right; + padding: 2px 5px; + text-shadow: 1px 1px 0 rgba(0, 0, 0, .1); + } +} + +if (not hexo-config('menu_settings.badges')) { + .main-menu .menu-item-active::after { + background: $grey; + border-radius: 50%; + content: ' '; + height: 6px; + margin-top: -3px; + position: absolute; + right: 15px; + top: 50%; + width: 6px; + } +} diff --git a/themes/next/source/css/_schemes/Pisces/_sidebar.styl b/themes/next/source/css/_schemes/Pisces/_sidebar.styl new file mode 100644 index 00000000..2ce83a72 --- /dev/null +++ b/themes/next/source/css/_schemes/Pisces/_sidebar.styl @@ -0,0 +1,88 @@ +.sidebar { + // https://caniuse.com/css-sticky + position: -webkit-sticky; + position: sticky; + top: $sidebar-offset; + + +tablet-mobile() { + display: none; + } +} + +.sidebar-inner { + background: var(--content-bg-color); + border-radius: $border-radius; + box-shadow: $box-shadow; + box-sizing: border-box; + color: var(--text-color); + margin-top: $sidebar-offset; + max-height: 'calc(100vh - %s)' % unit($sidebar-offset * 2, 'px'); + + if (hexo-config('motion.enable') and hexo-config('motion.transition.sidebar')) { + visibility: hidden; + } +} + +.site-state-item { + padding: 0 10px; +} + +.sidebar .sidebar-button { + border-bottom: 1px dotted $grey-light; + border-top: 1px dotted $grey-light; + + button { + border: 0; + color: $orange; + display: block; + width: 100%; + + &:hover { + background: none; + border: 0; + color: darken($orange, 20%); + } + } +} + +.links-of-author { + flex-wrap(); +} + +.links-of-author-item { + sidebar-inline-links-item(); + + if (not hexo-config('social_icons.icons_only')) { + width: 50%; + } + + a { + border-bottom: 0; + border-radius: 4px; + display: block; + + &:hover { + background: var(--body-bg-color); + } + } +} + +.links-of-blogroll-item { + if (hexo-config('links_settings.layout') == 'inline') { + display: inline-block; + max-width: 100%; + sidebar-inline-links-item(); + } +} + +if (hexo-config('back2top.sidebar')) { + // Only when back2top.sidebar is true, apply the following styles + .back-to-top { + background: var(--body-bg-color); + margin: 8px - $sidebar-offset -10px -18px; + + &.back-to-top-on { + margin-top: 16px; + } + } +} diff --git a/themes/next/source/css/_schemes/Pisces/_sub-menu.styl b/themes/next/source/css/_schemes/Pisces/_sub-menu.styl new file mode 100644 index 00000000..166f6003 --- /dev/null +++ b/themes/next/source/css/_schemes/Pisces/_sub-menu.styl @@ -0,0 +1,28 @@ +.sub-menu { + margin: 0; + padding: 6px 0; + + .menu-item { + display: inline-block; + + a { + background: transparent; + margin: 5px 10px; + padding: initial; + + &:hover { + background: transparent; + color: $sidebar-highlight; + } + } + } + + .menu-item-active { + border-bottom-color: $sidebar-highlight; + color: $sidebar-highlight; + + &:hover { + border-bottom-color: $sidebar-highlight; + } + } +} diff --git a/themes/next/source/css/_schemes/Pisces/index.styl b/themes/next/source/css/_schemes/Pisces/index.styl new file mode 100644 index 00000000..5574b5fb --- /dev/null +++ b/themes/next/source/css/_schemes/Pisces/index.styl @@ -0,0 +1,30 @@ +@import '_layout'; +@import '_header'; +@import '_menu'; +@import '_sub-menu'; +@import '_sidebar'; + +.main-inner { + background: var(--content-bg-color); + box-shadow: $box-shadow-inner; + padding: $content-desktop-padding; + + +tablet-mobile() { + padding: 20px; + } +} + +// Sub-menu(s). +.sub-menu { + border-bottom: 1px solid $table-border-color; +} + +.post-block:first-of-type { + padding-top: 40px; +} + +.pagination { + +mobile() { + margin-bottom: 10px; + } +} diff --git a/themes/next/source/css/_variables/Gemini.styl b/themes/next/source/css/_variables/Gemini.styl new file mode 100644 index 00000000..e8ff7e4b --- /dev/null +++ b/themes/next/source/css/_variables/Gemini.styl @@ -0,0 +1,18 @@ +// Variables of Gemini scheme +// ================================================== + +@import 'Pisces'; + +// Settings for some of the most global styles. +// -------------------------------------------------- +$body-bg-color = #eee; + +// Borders. +// -------------------------------------------------- +$box-shadow-inner = 0 2px 2px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .12); +$box-shadow = 0 2px 2px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 -1px .5px 0 rgba(0, 0, 0, .09); + +$border-radius-inner = initial; +$border-radius = initial; +// $border-radius-inner = 0 0 3px 3px; +// $border-radius = 3px; diff --git a/themes/next/source/css/_variables/Mist.styl b/themes/next/source/css/_variables/Mist.styl new file mode 100644 index 00000000..c0d5ca2a --- /dev/null +++ b/themes/next/source/css/_variables/Mist.styl @@ -0,0 +1,27 @@ +// Variables of Mist scheme +// ================================================== + +@import 'Muse'; + +$scheme-text-align = left; + +$content-padding-bottom = 80px; +$posts-first-padding = 80px; +$posts-first-padding-mobile = 60px; + +$link-decoration-color = $grey-light; +$content-bg-color = $whitesmoke; +$menu-item-bg-color = $grey-lighter; + +$brand-color = $black-deep; +$brand-hover-color = $brand-color; +$brand-padding = 2px 1px; + +$posts-collapse-left = 0; + +$btn-default-bg = transparent; +$btn-default-color = var(--link-color); +$btn-default-hover-bg = transparent; +$btn-default-border-color = var(--link-color); +$btn-default-hover-color = var(--link-hover-color); +$btn-default-hover-border-color = var(--link-hover-color); diff --git a/themes/next/source/css/_variables/Muse.styl b/themes/next/source/css/_variables/Muse.styl new file mode 100644 index 00000000..b63b6975 --- /dev/null +++ b/themes/next/source/css/_variables/Muse.styl @@ -0,0 +1,9 @@ +// Variables of Muse scheme +// ================================================== + +$sidebar-width = hexo-config('sidebar.width') is a 'unit' ? hexo-config('sidebar.width') : 320; +$sidebar-desktop = unit($sidebar-width, 'px'); + +$content-padding-bottom = 60px; +$posts-first-padding = 70px; +$posts-first-padding-mobile = 35px; diff --git a/themes/next/source/css/_variables/Pisces.styl b/themes/next/source/css/_variables/Pisces.styl new file mode 100644 index 00000000..7ec42531 --- /dev/null +++ b/themes/next/source/css/_variables/Pisces.styl @@ -0,0 +1,69 @@ +// Variables of Pisces scheme +// ================================================== + +// Settings for some of the most global styles. +// -------------------------------------------------- +$body-bg-color = #f5f7f9; + +$sidebar-width = hexo-config('sidebar.width') is a 'unit' ? hexo-config('sidebar.width') : 240; +$sidebar-desktop = unit($sidebar-width, 'px'); +$content-wrap = 'calc(100% - %s)' % unit($sidebar-width + $sidebar-offset, 'px'); + +$content-desktop = 'calc(100% - %s)' % unit($content-desktop-padding / 2, 'px'); +$content-desktop-large = 1160px; +$content-desktop-largest = 73%; + + +// Borders +// -------------------------------------------------- +$box-shadow-inner = initial; +$box-shadow = initial; + +$border-radius-inner = initial; +$border-radius = initial; + + +// Header +// -------------------------------------------------- +$subtitle-color = $grey-lighter; +$brand-padding = 0; +$site-subtitle-margin = 10px 10px 0; + + +// Sidebar +// -------------------------------------------------- +$sidebar-nav-color = var(--text-color); +$sidebar-nav-hover-color = $orange; +$sidebar-highlight = $orange; + +$site-author-image-width = 120px; +$site-author-image-border-width = 1px; +$site-author-image-border-color = $gainsboro; + +$site-author-name-margin = 0; +$site-author-name-color = var(--text-color); +$site-author-name-weight = 600; + +$site-description-font-size = $font-size-smaller; +$site-description-color = $grey-dark; +$site-description-margin-top = 0; + +$site-state-item-count-font-size = $font-size-medium; +$site-state-item-name-font-size = $font-size-smaller; +$site-state-item-name-color = $grey-dark; + + +// Components +// -------------------------------------------------- + +// Button +$btn-default-radius = 2px; +$btn-default-bg = white; +$btn-default-color = $text-color; +$btn-default-border-color = $text-color; +$btn-default-hover-bg = $black-deep; +$btn-default-hover-color = white; + +// Back to top +$b2t-opacity = .6; +$b2t-opacity-hover = .8; diff --git a/themes/next/source/css/_variables/base.styl b/themes/next/source/css/_variables/base.styl new file mode 100644 index 00000000..e7fb8c35 --- /dev/null +++ b/themes/next/source/css/_variables/base.styl @@ -0,0 +1,389 @@ +// +// Variables +// ================================================== + + +// Color system +// -------------------------------------------------- +$whitesmoke = #f5f5f5; +$gainsboro = #eee; +$grey-lighter = #ddd; +$grey-light = #ccc; +$grey = #bbb; +$grey-dark = #999; +$grey-dim = #666; +$black-light = #555; +$black-dim = #333; +$black-deep = #222; +$red = #ff2a2a; +$blue-bright = #87daff; +$blue = #0684bd; +$blue-deep = #262a30; +$orange = #fc6423; + + +// Transition +// -------------------------------------------------- +$transition-duration = .2s; +$transition-ease = $transition-duration ease-in-out; +$transition-ease-in = $transition-duration ease-in; +$transition-ease-out = $transition-duration ease-out; + + +// Scaffolding +// Settings for some of the most global styles. +// -------------------------------------------------- +// Global text color on +$text-color = $black-light; +$text-color-dark = $grey-light; + +// Global link color. +$link-color = $black-light; +$link-color-dark = $grey-light; +$link-hover-color = $black-deep; +$link-hover-color-dark = $gainsboro; +$link-decoration-color = $grey-dark; + +$blockquote-color = $grey-dim; +$blockquote-color-dark = $grey; + +// Global border color. +$border-color = $grey-light; + +// Background color for +$body-bg-color = white; +$body-bg-color-dark = #282828; +$content-bg-color = white; +$content-bg-color-dark = $black-dim; + +// Selection +$selection-bg = $blue-deep; +$selection-color = $gainsboro; + +// Dark mode color +$card-bg-color = $whitesmoke; +$card-bg-color-dark = $black-light; + +$menu-item-bg-color = $whitesmoke; +$menu-item-bg-color-dark = $black-light; + +$theme-color = convert(hexo-config('theme_color.light')); +$theme-color-dark = convert(hexo-config('theme_color.dark')); + +$scheme-text-align = center; + +// Typography +// Font, line-height, and elements colors. +// -------------------------------------------------- +get_font_family(config) { + $custom-family = hexo-config('font.' + config + '.family'); + return $custom-family is a 'string' ? unquote($custom-family) : null; +} + +// Font families. +$font-family-chinese = 'PingFang SC', 'Microsoft YaHei'; + +$font-family-base = $font-family-chinese, sans-serif; +$font-family-base = get_font_family('global'), $font-family-chinese, sans-serif if get_font_family('global'); + +$font-family-logo = $font-family-base; +$font-family-logo = get_font_family('title'), $font-family-base if get_font_family('title'); + +$font-family-headings = $font-family-base; +$font-family-headings = get_font_family('headings'), $font-family-base if get_font_family('headings'); + +$font-family-posts = $font-family-base; +$font-family-posts = get_font_family('posts'), $font-family-base if get_font_family('posts'); + +$font-family-monospace = consolas, Menlo, monospace, $font-family-chinese; +$font-family-monospace = get_font_family('codes'), consolas, Menlo, monospace, $font-family-chinese if get_font_family('codes'); + + +// Font size +$font-size-base = (hexo-config('font.enable') and hexo-config('font.global.size') is a 'unit') ? unit(hexo-config('font.global.size'), em) : 1em; +$font-size-smallest = .75em; +$font-size-smaller = .8125em; +$font-size-small = .875em; +$font-size-medium = 1em; +$font-size-large = 1.125em; +$font-size-larger = 1.25em; +$font-size-largest = 1.5em; + + +// Headings font size +$font-size-headings-step = .125em; +$font-size-headings-base = (hexo-config('font.enable') and hexo-config('font.headings.size') is a 'unit') ? unit(hexo-config('font.headings.size'), em) : 1.625em; + + +// Global line height +$line-height-base = 2; +$line-height-code-block = 1.6; // Can't be less than 1.3; + + +// Z-index master list +// -------------------------------------------------- +// Fix issue https://github.com/next-theme/theme-next-docs/issues/54 +$zindex-0 = 5; +$zindex-1 = 10; +$zindex-2 = 20; +$zindex-3 = 30; +$zindex-4 = 40; +$zindex-5 = 50; + + +// Table +// -------------------------------------------------- +$table-border-color = $grey-lighter; +$table-font-size = $font-size-small; +$table-cell-border-bottom-color = $grey-lighter; +$table-row-odd-bg-color = #f9f9f9; +$table-row-odd-bg-color-dark = #282828; +$table-row-hover-bg-color = $whitesmoke; +$table-row-hover-bg-color-dark = #363636; + + +// Code & Code Blocks +// -------------------------------------------------- +$code-font-family = $font-family-monospace; + +$highlight-background = convert(hexo-config('highlight.light.background')); +$highlight-foreground = convert(hexo-config('highlight.light.foreground')); +$highlight-gutter-background = mix($highlight-background, $highlight-foreground, 90%); +$highlight-gutter-foreground = mix($highlight-background, $highlight-foreground, 10%); + +$highlight-background-dark = convert(hexo-config('highlight.dark.background')); +$highlight-foreground-dark = convert(hexo-config('highlight.dark.foreground')); +$highlight-gutter-background-dark = mix($highlight-background-dark, $highlight-foreground-dark, 90%); +$highlight-gutter-foreground-dark = mix($highlight-background-dark, $highlight-foreground-dark, 10%); + + +// Buttons +// -------------------------------------------------- +$btn-default-radius = 0; +$btn-default-bg = $black-deep; +$btn-default-bg-dark = $black-deep; +$btn-default-color = white; +$btn-default-color-dark = $text-color-dark; +$btn-default-border-color = $black-deep; +$btn-default-border-color-dark = $black-light; +$btn-default-hover-bg = white; +$btn-default-hover-bg-dark = $grey-dim; +$btn-default-hover-color = $black-deep; +$btn-default-hover-color-dark = $text-color-dark; +$btn-default-hover-border-color = $black-deep; +$btn-default-hover-border-color-dark = $grey-dim; + + +// Pagination +// -------------------------------------------------- +$pagination-border = $gainsboro; + +$pagination-link-bg = transparent; +$pagination-link-color = $link-color; +$pagination-link-border = $gainsboro; + +$pagination-link-hover-bg = transparent; +$pagination-link-hover-color = $link-color; +$pagination-link-hover-border = var(--link-hover-color); + +$pagination-active-bg = $grey-light; +$pagination-active-color = var(--content-bg-color); +$pagination-active-border = $grey-light; + + +// Layout sizes +// -------------------------------------------------- +$content-desktop = 700px; +$content-desktop-large = 800px; +$content-desktop-largest = 900px; + +$content-desktop-padding = 40px; +$content-tablet-padding = 10px; +$content-mobile-padding = 8px; + + +// Headband +// -------------------------------------------------- +$headband-height = 3px; +$headband-bg = var(--theme-color); + + +// Site Meta +// -------------------------------------------------- +$brand-color = white; +$brand-hover-color = white; +$brand-color-dark = $grey-lighter; +$brand-hover-color-dark = $grey-lighter; +$brand-padding = 0 40px; + +$site-subtitle-margin = 10px 0; + +$font-size-title = (hexo-config('font.enable') and hexo-config('font.title.size') is a 'unit') ? unit(hexo-config('font.title.size'), em) : 1.375em; +$font-size-subtitle = $font-size-smaller; +$subtitle-color = $grey-dark; +$site-subtitle-color = $grey-dark; + + +// Posts Collpase +// -------------------------------------------------- +$posts-collapse-margin = 35px; +$posts-collapse-margin-mobile = 0; + + +// Tag Cloud +// -------------------------------------------------- +$tag-cloud-start = #aaa; +$tag-cloud-end = #111; +$tag-cloud-start-dark = #555; +$tag-cloud-end-dark = #eee; + + +// Sidebar +// Variables for sidebar section elements. +// -------------------------------------------------- + +$sidebar-padding = hexo-config('sidebar.padding') is a 'unit' ? unit(hexo-config('sidebar.padding'), px) : 18px; +$sidebar-offset = hexo-config('sidebar.offset') is a 'unit' ? unit(hexo-config('sidebar.offset'), px) : 12px; +$sidebar-nav-color = $grey-dim; +$sidebar-nav-hover-color = $whitesmoke; +$sidebar-highlight = $blue-bright; + +$site-author-image-width = 96px; +$site-author-image-border-width = 2px; +$site-author-image-border-color = $black-dim; + +$site-author-name-margin = 5px 0 0; +$site-author-name-color = $whitesmoke; +$site-author-name-weight = normal; + +$site-description-font-size = $font-size-medium; +$site-description-color = $grey-dark; +$site-description-margin-top = 5px; + +$site-state-item-count-font-size = $font-size-larger; +$site-state-item-name-font-size = $font-size-small; +$site-state-item-name-color = inherit; + + +// Components +// -------------------------------------------------- +// Back to top +$b2t-opacity = .8; +$b2t-opacity-hover = 1; +$b2t-position-bottom = -100px; +$b2t-position-bottom-on = 30px; +$b2t-position-right = 30px; +$b2t-position-right-mobile = 20px; +$b2t-font-size = 12px; +$b2t-color = white; +$b2t-bg-color = $black-deep; + +$sidebar-toggle-inner-size = 16px; +$sidebar-toggle-padding = 5px; +$sidebar-toggle-size = $sidebar-toggle-inner-size + $sidebar-toggle-padding * 2; + +// .post-expand .post-eof +// In Muse scheme, margin above and below the post separator +$post-eof-margin-top = 80px; // or 160px for more white space; +$post-eof-margin-bottom = 60px; // or 120px for less white space; + +$post-card-margin = 1em 0 0; +$post-reward-img-width = 180px; + + +// Note colors +// -------------------------------------------------- +// Read note light_bg_offset from NexT config and set in '$lbg%' to use it as string variable. +$lbg = hexo-config('note.light_bg_offset') is a 'unit' ? unit(hexo-config('note.light_bg_offset'), '%') : 0; +$note-types = 'default' 'primary' 'info' 'success' 'warning' 'danger'; + +$note-border-radius = 3px; + +$note-border = { + default : #777, + primary : #6f42c1, + info : #428bca, + success : #5cb85c, + warning : #f0ad4e, + danger : #d9534f +}; + +$note-bg = { + default : lighten(spin($note-border.default, 0), 94% + $lbg), + primary : lighten(spin($note-border.primary, 10), 92% + $lbg), + info : lighten(spin($note-border.info, -10), 91% + $lbg), + success : lighten(spin($note-border.success, 10), 90% + $lbg), + warning : lighten(spin($note-border.warning, 10), 88% + $lbg), + danger : lighten(spin($note-border.danger, -10), 92% + $lbg) +}; + +$note-text = { + default : $note-border.default, + primary : $note-border.primary, + info : $note-border.info, + success : $note-border.success, + warning : $note-border.warning, + danger : $note-border.danger +}; + +$note-icon = { + default : '\f0a9', + primary : '\f055', + info : '\f05a', + success : '\f058', + warning : '\f06a', + danger : '\f056' +}; + +$note-modern-border = { + default : #e1e1e1, + primary : #e1c2ff, + info : #b3e5ef, + success : #d0e6be, + warning : #fae4cd, + danger : #ebcdd2 +}; + +$note-modern-bg = { + default : lighten(spin($note-modern-border.default, 10), 60% + ($lbg * 4)), + primary : lighten(spin($note-modern-border.primary, 10), 40% + ($lbg * 4)), + info : lighten(spin($note-modern-border.info, 10), 50% + ($lbg * 4)), + success : lighten(spin($note-modern-border.success, 10), 40% + ($lbg * 4)), + warning : lighten(spin($note-modern-border.warning, 10), 43% + ($lbg * 4)), + danger : lighten(spin($note-modern-border.danger, 10), 35% + ($lbg * 4)) +}; + +$note-modern-text = { + default : $grey-dim, + primary : #6f42c1, + info : #31708f, + success : #3c763d, + warning : #8a6d3b, + danger : #a94442 +}; + +$note-modern-hover = { + default : darken(spin($note-modern-text.default, -10), 32%), + primary : darken(spin($note-modern-text.primary, -10), 22%), + info : darken(spin($note-modern-text.info, -10), 32%), + success : darken(spin($note-modern-text.success, -10), 27%), + warning : darken(spin($note-modern-text.warning, -10), 18%), + danger : darken(spin($note-modern-text.danger, -10), 22%) +}; + + +// Tabs border radius +// -------------------------------------------------- +$tbr = 0; + + +// Label colors +// -------------------------------------------------- +$label = { + default : lighten(spin($note-border.default, 0), 89% + $lbg), + primary : lighten(spin($note-border.primary, 10), 87% + $lbg), + info : lighten(spin($note-border.info, -10), 86% + $lbg), + success : lighten(spin($note-border.success, 10), 85% + $lbg), + warning : lighten(spin($note-border.warning, 10), 83% + $lbg), + danger : lighten(spin($note-border.danger, -10), 87% + $lbg) +}; diff --git a/themes/next/source/css/main.styl b/themes/next/source/css/main.styl new file mode 100644 index 00000000..d75c4a1c --- /dev/null +++ b/themes/next/source/css/main.styl @@ -0,0 +1,47 @@ +// CSS Style Guide: https://codeguide.co/#css + +// https://stylus-lang.com/docs/keyframes.html +vendors = official; + +$scheme = hexo-config('scheme') ? hexo-config('scheme') : 'Muse'; + + +// Variables Layer +// -------------------------------------------------- +@import '_variables/base'; +@import '_variables/' + $scheme; +for $inject_variable in hexo-config('injects.variable') + @import $inject_variable; + +// Mixins Layer +// -------------------------------------------------- +@import '_mixins'; +for $inject_mixin in hexo-config('injects.mixin') + @import $inject_mixin; + +// Dark mode colors +// -------------------------------------------------- +@import '_colors'; + +// Common Layer +// -------------------------------------------------- + +// Scaffolding +@import '_common/scaffolding'; + +// Layout +@import '_common/outline'; + +// Components +@import '_common/components'; + + +// Schemes Layer +// -------------------------------------------------- +@import '_schemes/' + $scheme; + + +// Custom Layer +// -------------------------------------------------- +for $inject_style in hexo-config('injects.style') + @import $inject_style; diff --git a/themes/next/source/css/noscript.styl b/themes/next/source/css/noscript.styl new file mode 100644 index 00000000..8891cf4c --- /dev/null +++ b/themes/next/source/css/noscript.styl @@ -0,0 +1,47 @@ +@import '_variables/base'; + +body { margin-top: 2rem; } + +.use-motion .menu-item, +.use-motion .sidebar, +.use-motion .sidebar-inner, +.use-motion .post-block, +.use-motion .pagination, +.use-motion .comments, +.use-motion .post-header, +.use-motion .post-body, +.use-motion .collection-header { + visibility: visible; +} + +.use-motion .column, +.use-motion .site-brand-container .toggle, +.use-motion .footer { opacity: initial; } + +.use-motion .site-title, +.use-motion .site-subtitle, +.use-motion .custom-logo-image { + opacity: initial; + top: initial; +} + +.use-motion .logo-line { + transform: scaleX(1); +} + +.search-pop-overlay, .sidebar-nav { display: none; } +.sidebar-panel { display: block; } + +.noscript-warning { + background-color: lighten($red, 20%); + color: white; + font-family: sans-serif; + font-size: 1rem; + font-weight: bold; + left: 0; + position: fixed; + text-align: center; + top: 0; + width: 100%; + z-index: $zindex-5; +} diff --git a/themes/next/source/images/apple-touch-icon-next.png b/themes/next/source/images/apple-touch-icon-next.png new file mode 100644 index 0000000000000000000000000000000000000000..86a0d1d33bc2ae8a0416ebba67d1bbb60aa29c38 GIT binary patch literal 1544 zcmV+j2KV`iP)Px#OHfQyMIs_1FE20E)zv2_C(h2!$jHdT!ovUm|GT@p zWo2de_xJq#{8d#|IyyQ>M@Qx533`J9dBE>4W{r{KFjMLpp4N$2iMRJCGfPM7@le{)BPzVgz zp?ByVdWYVj|4-=tUS5SkR}Te{-Fr#UrxsqJ9+ed6YY9KmoXq6n^B9DRMwF@T2u)qH z!=wh-sAdPH_8fFy0-I1d68Zp);!FTtdweUZc2nr)?5^hh99w*FOU z@NYFT^!v%iPrGly0Q*+sLVtesYh+the|AET4WK8lR^dv1IZ-3FhAuiK5V|-?gf2#j z&_yW`x^K3G&OKl4kP$$ih@p!?B6M+)2(4Rz(6$=G6WT(;6uP)cgkEi(xI(Yi7`D(w zo(Y6r>FyarFV`4e&^@lk@PfWf|DSeM5}?agV`>aDXt-c%3^!*Ij0g0Q8X5*mjbRC$9oB0MOK51O_53LU8p`RzcozW; zx3wC>721@58xhdzx?E$}LW9xpjUu4UhOZO>Z8Us+D+1bR_}&sQXJ}B}yadb|8fraT zV|YUw4WF(>KpPF;mjp}*eTo5XG<+u!&}PFoihwq!uhI`XPYZ1{e1FDs0nqR?Ym5YF zqv0DwK${KUMFjNpqb>9(0vg8Y^d$otmiJc}L#s|8wD~Z~fHtQu8PG6DgwAq-&}PFY z1KMo(WI!7YpAcwxN`zJiV(2pgG_<|npE+y^Z8UsBppAx42(;Po$$&N*J{izP!?y+W zi2YsL=fkK`KXsymhWcmL#_y-S*Y&V_u#us^S9pDvbMSkxv7uidoc36Qa`CQ+5AC^d z=CTJ%0ZkrQ=v?t(E_)>OCL8YaU+nX$$--iAUNb;m^jBG2!5*5enU|exmY3aQcv=O- znjO}ft-yw2|VZs2g-W`Epf@n*5gsJ2LLtC^nFlq8+?%Xc!{Z3_|hFI~!oeU$ep z%4jE9Y9n1{ah68@W{++)8|fc~HIM4)QycHpg}3P<_K$M$L~}7jBXs?6bDwjvo+I;D zsoi}398La6+~*osM@45l#ptQ6MrZFz597*no3v)ffsUEletxWeW~`A+ntYvaeQj?e z*kSqGXZsrrhZ>IsxH$({IR{z11zkG`GR^j$#{%z41lp5(Ne#glJc5nj-BUaKR!X?# zzN6F-<0?&z;|30?9q0Z}oHG*G)Q)s%Db~RbjMU)mp-u&Dmm0zkF~o9eRh}p?ByVnjn4wmEZ*c=^{+H00012dQ@0+Qek%>aB^>E zX>4U6ba`-PAZc)PV*mhnoa6Eg2ys>@D9TUE%t_@^00ScnE@KN5BNI!L6ay0=M1VBI uWCJ6!R3OXP)X2ol#2my2%YaCrN-hBE7ZG&wLN%2D0000`v literal 0 HcmV?d00001 diff --git a/themes/next/source/images/avatar.gif b/themes/next/source/images/avatar.gif new file mode 100644 index 0000000000000000000000000000000000000000..3b5d744b17ae541e331e9296640f0418d4e7c821 GIT binary patch literal 1785 zcmc(eiCfYK1Au>kC}AoSube4(tj%1XGs-IqwL{J4`&#nMW_^ZNl2cuo5V((w@KF|BSr-Dy?Ci?Qibx<>SXfwIUgogbVv$IpPzd>aHjAZHDkmh84Xt*5 zetu+ln8)SL&&~0%H{C|LeZF5GCnaWl}%00$Q845^9#jbGjmg0YYZq% z1HxF_nwpz|7kNflF9N9Q5iJvD0w&0S9`em0*f}BgKh?c=3?YfFSYWEn(AG8D&f9}T zF|^Ozg(s2g21~=--BqP2;U+HbKfJ-6t^Mpd+Vd(rH9aPG>VjZaYzrEFkzM1W4W*?PEbt7_?0ObX=R3 zfm*vF0T2e?IaX0s7omGCFNR2kL@?w2C0yDOh`J7v?|JOT+#U{?U0_{uqpk}`=r+VP zC12fo8O3{HxoZwDCgwbOZNi&VzKT}`9?t!=AVtC=y%<;l+psDMv*su+IEO5Q?TgN0 z=&H7$Gf?L=qqi5`@bimQ^6tFqKOeh&ck{=aiDvo7nlqFv&4wkwGeO}maQB{~k%?ck zE7Cdok^c8R9AM5IP1JJ)~Cz5Sv{>KNvX5%lB* z9%4%%UT_Wehfmg@gc%I&MaBNNZg03yUt|q!t%QXZJ9njhaoqbXT&%>qob*i$7vJ9{ z<5xiO5wWzi1105!#^PQCsto8sM4BepmIPkI5zoZ?*-1r_m8zst+M_T+_C9c`BdGyZ z()dMh4bJ_{K1iXtN>KzH?;xb$$ACsu8o5!>Fp}gw-jJ7^zUL{9PKe8II{SSj5atkhyp)&z8{9L0;5~dN8IV%e^8!Cm#@R*x{T5QR+y!yez%{*GTHhd}S&e?yi8`c_py&b`IA#{jM67?2A- z96X6KMj50BNJHBI?9Zj78OXyk^6Q>ufCnUfBpmb@X3fgX_M_S)8KAM>*1*t+*UyZc z^4w;`mO~qzDlqH`0`+#Ffh1i?m ztGf;Harv-B6uCo0TB=_qclsj^84AC_7^!(v;Oi5;Kl$z+X{K*fpE(N zWyVw!0PLHXpb*M(Bl@dIQsB%LhJP-?;tE={h{Y(QpYjdD9`hDbfEiJN) znh_Ry7j#5m>=)N|?3XDh_r1_zMIHc&wJ0=9`=ky7CuDT$ia(uo`t1DDrGgKeCI{e@ z{!P0)EBNAc7g6Tp|0X`9!<~%Y?miKrA{MDPqrRMh1+NgBt?oT@PRlxMyn2}v=_`HO z`{&U{yA!^h75UlWQ#)`T_pCemHpYGaJuhRu^ZY~){h#)L$)<4Zd(gT$0zX0)xk sj2>F=QOaOm@==$w^6D`S!9xiV>IXt*{ozi=Q1Vaehf=%aC;;&N3lE276aWAK literal 0 HcmV?d00001 diff --git a/themes/next/source/images/favicon-16x16-next.png b/themes/next/source/images/favicon-16x16-next.png new file mode 100644 index 0000000000000000000000000000000000000000..de8c5d3a5f8215c3f7b095c9e284e061bda65f86 GIT binary patch literal 435 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstUx|vage(c z!@6@aFM%A+0*}aIAe|4wj2{=>aRxHH1AIbUeKHFb!9Yn#DLy_vBO^maMdk0`zd#Zw z0tY~@yu3V6p{Ay$mX_Az$B+O0`?r4m`qisfPnj~MwY3$f@^9nqaG!lvI6;x#X;^) z4C~IxyaaMM3p^r=f%IJvW-JI^#13S11^9%x`eYU=fq|TyoQjGHgbgIWfB*jF%NI8{ zx2;>Zu3x`iO-&6bs0aoM3JPUqWq0n}*}Qo(P|Le_@AmKC57(%ytPE5IHwwrGiqzKD z{{8#c)YSCg!Gk}3{P_R>|Gj(no6k4eJyZq^Jd4Jw%*zpM57yY9pK zMcQgs21j>QigM54W!RCVazM0UCtHDVhG46xh5pA!(TqDDnlwLEm~eRS(JM@6p3293 zNMwDW(!P~x!s$%jghh-wOB)P19fJ88oOHECttPa5*~LF^Vp#0%pwrbyN~~|szWB|o z_J4%n&U>rEu5s2%I6jof{A;(j!|>g|;yo?%ZfFGheBJp^9_Zijs*s41pu}>8f};Gi z%$!t(lFEWqh0KDIWCn(cIgdZ_a1@4VXq@stea7=?5CgL^w_Y;0u(GiCWD#az1(ybs x!zs+ln?n>%-?(z($eANDN7zp{cr5VJV|XPlSn|oqbSlsa22WQ%mvv4FO#p=N1nU3* literal 0 HcmV?d00001 diff --git a/themes/next/source/images/logo-algolia-nebula-blue-full.svg b/themes/next/source/images/logo-algolia-nebula-blue-full.svg new file mode 100644 index 00000000..886c422e --- /dev/null +++ b/themes/next/source/images/logo-algolia-nebula-blue-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/themes/next/source/images/logo.svg b/themes/next/source/images/logo.svg new file mode 100644 index 00000000..992c1a58 --- /dev/null +++ b/themes/next/source/images/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/themes/next/source/js/bookmark.js b/themes/next/source/js/bookmark.js new file mode 100644 index 00000000..8e3ae6ad --- /dev/null +++ b/themes/next/source/js/bookmark.js @@ -0,0 +1,56 @@ +/* global CONFIG */ + +document.addEventListener('DOMContentLoaded', () => { + 'use strict'; + + const doSaveScroll = () => { + localStorage.setItem('bookmark' + location.pathname, window.scrollY); + }; + + const scrollToMark = () => { + let top = localStorage.getItem('bookmark' + location.pathname); + top = parseInt(top, 10); + // If the page opens with a specific hash, just jump out + if (!isNaN(top) && location.hash === '') { + // Auto scroll to the position + window.anime({ + targets : document.scrollingElement, + duration : 200, + easing : 'linear', + scrollTop: top + }); + } + }; + // Register everything + const init = function(trigger) { + // Create a link element + const link = document.querySelector('.book-mark-link'); + // Scroll event + window.addEventListener('scroll', () => link.classList.toggle('book-mark-link-fixed', window.scrollY === 0), { passive: true }); + // Register beforeunload event when the trigger is auto + if (trigger === 'auto') { + // Register beforeunload event + window.addEventListener('beforeunload', doSaveScroll); + document.addEventListener('pjax:send', doSaveScroll); + } + // Save the position by clicking the icon + link.addEventListener('click', () => { + doSaveScroll(); + window.anime({ + targets : link, + duration: 200, + easing : 'linear', + top : -30, + complete: () => { + setTimeout(() => { + link.style.top = ''; + }, 400); + } + }); + }); + scrollToMark(); + document.addEventListener('pjax:success', scrollToMark); + }; + + init(CONFIG.bookmark.save); +}); diff --git a/themes/next/source/js/comments-buttons.js b/themes/next/source/js/comments-buttons.js new file mode 100644 index 00000000..505c21b7 --- /dev/null +++ b/themes/next/source/js/comments-buttons.js @@ -0,0 +1,25 @@ +/* global CONFIG */ + +(function() { + const commentButton = document.querySelectorAll('.comment-button'); + commentButton.forEach(element => { + const commentClass = element.classList[2]; + element.addEventListener('click', () => { + commentButton.forEach(active => active.classList.toggle('active', active === element)); + document.querySelectorAll('.comment-position').forEach(active => active.classList.toggle('active', active.classList.contains(commentClass))); + if (CONFIG.comments.storage) { + localStorage.setItem('comments_active', commentClass); + } + }); + }); + let { activeClass } = CONFIG.comments; + if (CONFIG.comments.storage) { + activeClass = localStorage.getItem('comments_active') || activeClass; + } + if (activeClass) { + const activeButton = document.querySelector(`.comment-button.${activeClass}`); + if (activeButton) { + activeButton.click(); + } + } +})(); diff --git a/themes/next/source/js/comments.js b/themes/next/source/js/comments.js new file mode 100644 index 00000000..4045e8c0 --- /dev/null +++ b/themes/next/source/js/comments.js @@ -0,0 +1,21 @@ +/* global CONFIG */ + +window.addEventListener('tabs:register', () => { + let { activeClass } = CONFIG.comments; + if (CONFIG.comments.storage) { + activeClass = localStorage.getItem('comments_active') || activeClass; + } + if (activeClass) { + const activeTab = document.querySelector(`a[href="#comment-${activeClass}"]`); + if (activeTab) { + activeTab.click(); + } + } +}); +if (CONFIG.comments.storage) { + window.addEventListener('tabs:click', event => { + if (!event.target.matches('.tabs-comment .tab-content .tab-pane')) return; + const commentClass = event.target.classList[1]; + localStorage.setItem('comments_active', commentClass); + }); +} diff --git a/themes/next/source/js/config.js b/themes/next/source/js/config.js new file mode 100644 index 00000000..caa0075b --- /dev/null +++ b/themes/next/source/js/config.js @@ -0,0 +1,66 @@ +if (!window.NexT) window.NexT = {}; + +(function() { + const className = 'next-config'; + + const staticConfig = {}; + let variableConfig = {}; + + const parse = text => JSON.parse(text || '{}'); + + const update = name => { + const targetEle = document.querySelector(`.${className}[data-name="${name}"]`); + if (!targetEle) return; + const parsedConfig = parse(targetEle.text); + if (name === 'main') { + Object.assign(staticConfig, parsedConfig); + } else { + variableConfig[name] = parsedConfig; + } + }; + + update('main'); + + window.CONFIG = new Proxy({}, { + get(overrideConfig, name) { + let existing; + if (name in staticConfig) { + existing = staticConfig[name]; + } else { + if (!(name in variableConfig)) update(name); + existing = variableConfig[name]; + } + + // For unset override and mixable existing + if (!(name in overrideConfig) && typeof existing === 'object') { + // Get ready to mix. + overrideConfig[name] = {}; + } + + if (name in overrideConfig) { + const override = overrideConfig[name]; + + // When mixable + if (typeof override === 'object' && typeof existing === 'object') { + // Mix, proxy changes to the override. + return new Proxy({ ...existing, ...override }, { + set(target, prop, value) { + target[prop] = value; + override[prop] = value; + return true; + } + }); + } + + return override; + } + + // Only when not mixable and override hasn't been set. + return existing; + } + }); + + document.addEventListener('pjax:success', () => { + variableConfig = {}; + }); +})(); diff --git a/themes/next/source/js/motion.js b/themes/next/source/js/motion.js new file mode 100644 index 00000000..aad22db1 --- /dev/null +++ b/themes/next/source/js/motion.js @@ -0,0 +1,140 @@ +/* global NexT, CONFIG */ + +NexT.motion = {}; + +NexT.motion.integrator = { + queue: [], + init : function() { + this.queue = []; + return this; + }, + add: function(fn) { + const sequence = fn(); + if (CONFIG.motion.async) this.queue.push(sequence); + else this.queue = this.queue.concat(sequence); + return this; + }, + bootstrap: function() { + if (!CONFIG.motion.async) this.queue = [this.queue]; + this.queue.forEach(sequence => { + const timeline = window.anime.timeline({ + duration: 200, + easing : 'linear' + }); + sequence.forEach(item => { + if (item.deltaT) timeline.add(item, item.deltaT); + else timeline.add(item); + }); + }); + } +}; + +NexT.motion.middleWares = { + header: function() { + const sequence = []; + + function getMistLineSettings(targets) { + sequence.push({ + targets, + scaleX : [0, 1], + duration: 500, + deltaT : '-=200' + }); + } + + function pushToSequence(targets, sequenceQueue = false) { + sequence.push({ + targets, + opacity: 1, + top : 0, + deltaT : sequenceQueue ? '-=200' : '-=0' + }); + } + + pushToSequence('.column'); + CONFIG.scheme === 'Mist' && getMistLineSettings('.logo-line'); + CONFIG.scheme === 'Muse' && pushToSequence('.custom-logo-image'); + pushToSequence('.site-title'); + pushToSequence('.site-brand-container .toggle', true); + pushToSequence('.site-subtitle'); + (CONFIG.scheme === 'Pisces' || CONFIG.scheme === 'Gemini') && pushToSequence('.custom-logo-image'); + + const menuItemTransition = CONFIG.motion.transition.menu_item; + if (menuItemTransition) { + document.querySelectorAll('.menu-item').forEach(targets => { + sequence.push({ + targets, + complete: () => targets.classList.add('animated', menuItemTransition), + deltaT : '-=200' + }); + }); + } + + return sequence; + }, + + subMenu: function() { + const subMenuItem = document.querySelectorAll('.sub-menu .menu-item'); + if (subMenuItem.length > 0) { + subMenuItem.forEach(element => { + element.classList.add('animated'); + }); + } + return []; + }, + + postList: function() { + const sequence = []; + const { post_block, post_header, post_body, coll_header } = CONFIG.motion.transition; + + function animate(animation, elements) { + if (!animation) return; + elements.forEach(targets => { + sequence.push({ + targets, + complete: () => targets.classList.add('animated', animation), + deltaT : '-=100' + }); + }); + } + + document.querySelectorAll('.post-block').forEach(targets => { + sequence.push({ + targets, + complete: () => targets.classList.add('animated', post_block), + deltaT : '-=100' + }); + animate(coll_header, targets.querySelectorAll('.collection-header')); + animate(post_header, targets.querySelectorAll('.post-header')); + animate(post_body, targets.querySelectorAll('.post-body')); + }); + + animate(post_block, document.querySelectorAll('.pagination, .comments')); + + return sequence; + }, + + sidebar: function() { + const sequence = []; + const sidebar = document.querySelectorAll('.sidebar-inner'); + const sidebarTransition = CONFIG.motion.transition.sidebar; + // Only for Pisces | Gemini. + if (sidebarTransition && (CONFIG.scheme === 'Pisces' || CONFIG.scheme === 'Gemini')) { + sidebar.forEach(targets => { + sequence.push({ + targets, + complete: () => targets.classList.add('animated', sidebarTransition), + deltaT : '-=100' + }); + }); + } + return sequence; + }, + + footer: function() { + return [{ + targets: document.querySelector('.footer'), + opacity: 1 + }]; + } +}; diff --git a/themes/next/source/js/next-boot.js b/themes/next/source/js/next-boot.js new file mode 100644 index 00000000..fceb80bb --- /dev/null +++ b/themes/next/source/js/next-boot.js @@ -0,0 +1,79 @@ +/* global NexT, CONFIG */ + +NexT.boot = {}; + +NexT.boot.registerEvents = function() { + + NexT.utils.registerScrollPercent(); + NexT.utils.registerCanIUseTag(); + + // Mobile top menu bar. + document.querySelector('.site-nav-toggle .toggle').addEventListener('click', event => { + event.currentTarget.classList.toggle('toggle-close'); + const siteNav = document.querySelector('.site-nav'); + if (!siteNav) return; + siteNav.style.setProperty('--scroll-height', siteNav.scrollHeight + 'px'); + document.body.classList.toggle('site-nav-on'); + }); + + document.querySelectorAll('.sidebar-nav li').forEach((element, index) => { + element.addEventListener('click', () => { + NexT.utils.activateSidebarPanel(index); + }); + }); + + window.addEventListener('hashchange', () => { + const tHash = location.hash; + if (tHash !== '' && !tHash.match(/%\S{2}/)) { + const target = document.querySelector(`.tabs ul.nav-tabs li a[href="${tHash}"]`); + target && target.click(); + } + }); + + window.addEventListener('tabs:click', e => { + NexT.utils.registerCodeblock(e.target); + }); +}; + +NexT.boot.refresh = function() { + + /** + * Register JS handlers by condition option. + * Need to add config option in Front-End at 'scripts/helpers/next-config.js' file. + */ + CONFIG.prism && window.Prism.highlightAll(); + CONFIG.mediumzoom && window.mediumZoom('.post-body :not(a) > img, .post-body > img', { + background: 'var(--content-bg-color)' + }); + CONFIG.lazyload && window.lozad('.post-body img').observe(); + CONFIG.pangu && window.pangu.spacingPage(); + + CONFIG.exturl && NexT.utils.registerExtURL(); + NexT.utils.wrapTableWithBox(); + NexT.utils.registerCodeblock(); + NexT.utils.registerTabsTag(); + NexT.utils.registerActiveMenuItem(); + NexT.utils.registerLangSelect(); + NexT.utils.registerSidebarTOC(); + NexT.utils.registerPostReward(); + NexT.utils.registerVideoIframe(); +}; + +NexT.boot.motion = function() { + // Define Motion Sequence & Bootstrap Motion. + if (CONFIG.motion.enable) { + NexT.motion.integrator + .add(NexT.motion.middleWares.header) + .add(NexT.motion.middleWares.postList) + .add(NexT.motion.middleWares.sidebar) + .add(NexT.motion.middleWares.footer) + .bootstrap(); + } + NexT.utils.updateSidebarPosition(); +}; + +document.addEventListener('DOMContentLoaded', () => { + NexT.boot.registerEvents(); + NexT.boot.refresh(); + NexT.boot.motion(); +}); diff --git a/themes/next/source/js/pjax.js b/themes/next/source/js/pjax.js new file mode 100644 index 00000000..f81a6a0b --- /dev/null +++ b/themes/next/source/js/pjax.js @@ -0,0 +1,50 @@ +/* global NexT, CONFIG, Pjax */ + +const pjax = new Pjax({ + selectors: [ + 'head title', + 'script[type="application/json"]', + // Precede .main-inner to prevent placeholder TOC changes asap + '.post-toc-wrap', + '.main-inner', + '.languages', + '.pjax' + ], + switches: { + '.post-toc-wrap': function(oldWrap, newWrap) { + if (newWrap.querySelector('.post-toc')) { + Pjax.switches.outerHTML.call(this, oldWrap, newWrap); + } else { + const curTOC = oldWrap.querySelector('.post-toc'); + if (curTOC) { + curTOC.classList.add('placeholder-toc'); + } + this.onSwitch(); + } + } + }, + analytics: false, + cacheBust: false, + scrollTo : !CONFIG.bookmark.enable +}); + +document.addEventListener('pjax:success', () => { + pjax.executeScripts(document.querySelectorAll('script[data-pjax]')); + NexT.boot.refresh(); + // Define Motion Sequence & Bootstrap Motion. + if (CONFIG.motion.enable) { + NexT.motion.integrator + .init() + .add(NexT.motion.middleWares.subMenu) + .add(NexT.motion.middleWares.postList) + // Add sidebar-post-related transition. + .add(NexT.motion.middleWares.sidebar) + .bootstrap(); + } + if (CONFIG.sidebar.display !== 'remove') { + const hasTOC = document.querySelector('.post-toc:not(.placeholder-toc)'); + document.querySelector('.sidebar-inner').classList.toggle('sidebar-nav-active', hasTOC); + NexT.utils.activateSidebarPanel(hasTOC ? 0 : 1); + NexT.utils.updateSidebarPosition(); + } +}); diff --git a/themes/next/source/js/schedule.js b/themes/next/source/js/schedule.js new file mode 100644 index 00000000..8f0c26cc --- /dev/null +++ b/themes/next/source/js/schedule.js @@ -0,0 +1,138 @@ +/* global CONFIG */ + +// https://developers.google.com/calendar/api/v3/reference/events/list +(function() { + // Initialization + const calendar = { + orderBy : 'startTime', + showLocation: false, + offsetMax : 72, + offsetMin : 4, + showDeleted : false, + singleEvents: true, + maxResults : 250 + }; + + // Read config form theme config file + Object.assign(calendar, CONFIG.calendar); + + const now = new Date(); + const timeMax = new Date(); + const timeMin = new Date(); + + timeMax.setHours(now.getHours() + calendar.offsetMax); + timeMin.setHours(now.getHours() - calendar.offsetMin); + + // Build URL + const params = { + key : calendar.api_key, + orderBy : calendar.orderBy, + timeMax : timeMax.toISOString(), + timeMin : timeMin.toISOString(), + showDeleted : calendar.showDeleted, + singleEvents: calendar.singleEvents, + maxResults : calendar.maxResults + }; + + const request_url = new URL(`https://www.googleapis.com/calendar/v3/calendars/${calendar.calendar_id}/events`); + Object.entries(params).forEach(param => request_url.searchParams.append(...param)); + + function getRelativeTime(current, previous) { + const msPerMinute = 60 * 1000; + const msPerHour = msPerMinute * 60; + const msPerDay = msPerHour * 24; + const msPerMonth = msPerDay * 30; + const msPerYear = msPerDay * 365; + + let elapsed = current - previous; + const tense = elapsed > 0 ? ' ago' : ' later'; + + elapsed = Math.abs(elapsed); + + if (elapsed < msPerHour) { + return Math.round(elapsed / msPerMinute) + ' minutes' + tense; + } else if (elapsed < msPerDay) { + return Math.round(elapsed / msPerHour) + ' hours' + tense; + } else if (elapsed < msPerMonth) { + return 'about ' + Math.round(elapsed / msPerDay) + ' days' + tense; + } else if (elapsed < msPerYear) { + return 'about ' + Math.round(elapsed / msPerMonth) + ' months' + tense; + } + + return 'about ' + Math.round(elapsed / msPerYear) + ' years' + tense; + } + + function buildEventDOM(tense, event, start, end) { + const durationFormat = { + weekday: 'short', + hour : '2-digit', + minute : '2-digit' + }; + const relativeTime = tense === 'now' ? 'NOW' : getRelativeTime(now, start); + const duration = start.toLocaleTimeString([], durationFormat) + ' - ' + end.toLocaleTimeString([], durationFormat); + + let location = ''; + if (calendar.showLocation && event.location) { + location = `${event.location}`; + } + let description = ''; + if (event.description) { + description = `${event.description}`; + } + + const eventContent = `
    +

    + ${event.summary} + ${relativeTime} +

    + ${location} + ${duration} + ${description} +
    `; + return eventContent; + } + + function fetchData() { + const eventList = document.querySelector('.event-list'); + if (!eventList) return; + + fetch(request_url.href).then(response => { + return response.json(); + }).then(data => { + if (data.items.length === 0) { + eventList.innerHTML = '
    '; + return; + } + // Clean the event list + eventList.innerHTML = ''; + let prevEnd = 0; // used to decide where to insert an
    + const utc = new Date().getTimezoneOffset() * 60000; + + data.items.forEach(event => { + // Parse data + const start = new Date(event.start.dateTime || (new Date(event.start.date).getTime() + utc)); + const end = new Date(event.end.dateTime || (new Date(event.end.date).getTime() + utc)); + + let tense = 'now'; + if (end < now) { + tense = 'past'; + } else if (start > now) { + tense = 'future'; + } + + if (tense === 'future' && prevEnd < now) { + eventList.insertAdjacentHTML('beforeend', '
    '); + } + + eventList.insertAdjacentHTML('beforeend', buildEventDOM(tense, event, start, end)); + prevEnd = end; + }); + }); + } + + fetchData(); + const fetchDataTimer = setInterval(fetchData, 60000); + document.addEventListener('pjax:send', () => { + clearInterval(fetchDataTimer); + }); +})(); diff --git a/themes/next/source/js/schemes/muse.js b/themes/next/source/js/schemes/muse.js new file mode 100644 index 00000000..ba60b515 --- /dev/null +++ b/themes/next/source/js/schemes/muse.js @@ -0,0 +1,60 @@ +/* global CONFIG */ + +document.addEventListener('DOMContentLoaded', () => { + + const isRight = CONFIG.sidebar.position === 'right'; + + const sidebarToggleMotion = { + mouse: {}, + init : function() { + window.addEventListener('mousedown', this.mousedownHandler.bind(this)); + window.addEventListener('mouseup', this.mouseupHandler.bind(this)); + document.querySelector('.sidebar-dimmer').addEventListener('click', this.clickHandler.bind(this)); + document.querySelector('.sidebar-toggle').addEventListener('click', this.clickHandler.bind(this)); + window.addEventListener('sidebar:show', this.showSidebar); + window.addEventListener('sidebar:hide', this.hideSidebar); + }, + mousedownHandler: function(event) { + this.mouse.X = event.pageX; + this.mouse.Y = event.pageY; + }, + mouseupHandler: function(event) { + const deltaX = event.pageX - this.mouse.X; + const deltaY = event.pageY - this.mouse.Y; + const clickingBlankPart = Math.hypot(deltaX, deltaY) < 20 && event.target.matches('.main'); + // Fancybox has z-index property, but medium-zoom does not, so the sidebar will overlay the zoomed image. + if (clickingBlankPart || event.target.matches('img.medium-zoom-image')) { + this.hideSidebar(); + } + }, + clickHandler: function() { + document.body.classList.contains('sidebar-active') ? this.hideSidebar() : this.showSidebar(); + }, + showSidebar: function() { + document.body.classList.add('sidebar-active'); + const animateAction = isRight ? 'fadeInRight' : 'fadeInLeft'; + document.querySelectorAll('.sidebar .animated').forEach((element, index) => { + element.style.animationDelay = (100 * index) + 'ms'; + element.classList.remove(animateAction); + setTimeout(() => { + // Trigger a DOM reflow + element.classList.add(animateAction); + }); + }); + }, + hideSidebar: function() { + document.body.classList.remove('sidebar-active'); + } + }; + if (CONFIG.sidebar.display !== 'remove') sidebarToggleMotion.init(); + + function updateFooterPosition() { + const footer = document.querySelector('.footer'); + const containerHeight = document.querySelector('.main').offsetHeight + footer.offsetHeight; + footer.classList.toggle('footer-fixed', containerHeight <= window.innerHeight); + } + + updateFooterPosition(); + window.addEventListener('resize', updateFooterPosition); + window.addEventListener('scroll', updateFooterPosition, { passive: true }); +}); diff --git a/themes/next/source/js/third-party/addtoany.js b/themes/next/source/js/third-party/addtoany.js new file mode 100644 index 00000000..f9009f87 --- /dev/null +++ b/themes/next/source/js/third-party/addtoany.js @@ -0,0 +1,8 @@ +/* global NexT */ + +document.addEventListener('page:loaded', () => { + NexT.utils.getScript('https://static.addtoany.com/menu/page.js', { condition: window.a2a }) + .then(() => { + window.a2a.init(); + }); +}); diff --git a/themes/next/source/js/third-party/analytics/baidu-analytics.js b/themes/next/source/js/third-party/analytics/baidu-analytics.js new file mode 100644 index 00000000..c10e7d01 --- /dev/null +++ b/themes/next/source/js/third-party/analytics/baidu-analytics.js @@ -0,0 +1,7 @@ +/* global _hmt */ + +if (!window._hmt) window._hmt = []; + +document.addEventListener('pjax:success', () => { + _hmt.push(['_trackPageview', location.pathname]); +}); diff --git a/themes/next/source/js/third-party/analytics/google-analytics.js b/themes/next/source/js/third-party/analytics/google-analytics.js new file mode 100644 index 00000000..8601806e --- /dev/null +++ b/themes/next/source/js/third-party/analytics/google-analytics.js @@ -0,0 +1,53 @@ +/* global CONFIG, dataLayer, gtag */ + +if (!CONFIG.google_analytics.only_pageview) { + if (CONFIG.hostname === location.hostname) { + window.dataLayer = window.dataLayer || []; + window.gtag = function() { + dataLayer.push(arguments); + }; + gtag('js', new Date()); + gtag('config', CONFIG.google_analytics.tracking_id); + + document.addEventListener('pjax:success', () => { + gtag('event', 'page_view', { + page_location: location.href, + page_path : location.pathname, + page_title : document.title + }); + }); + } +} else { + const sendPageView = () => { + if (CONFIG.hostname !== location.hostname) return; + const uid = localStorage.getItem('uid') || (Math.random() + '.' + Math.random()); + localStorage.setItem('uid', uid); + fetch( + 'https://www.google-analytics.com/mp/collect?' + new URLSearchParams({ + api_secret : CONFIG.google_analytics.measure_protocol_api_secret, + measurement_id: CONFIG.google_analytics.tracking_id + }), + { + method : 'POST', + headers: { + 'Content-Type': 'application/json' + }, + body: JSON.stringify({ + client_id: uid, + events : [ + { + name : 'page_view', + params: { + page_location: location.href, + page_title : document.title + } + } + ] + }), + mode: 'no-cors' + } + ); + }; + document.addEventListener('pjax:complete', sendPageView); + sendPageView(); +} diff --git a/themes/next/source/js/third-party/analytics/growingio.js b/themes/next/source/js/third-party/analytics/growingio.js new file mode 100644 index 00000000..0460833b --- /dev/null +++ b/themes/next/source/js/third-party/analytics/growingio.js @@ -0,0 +1,10 @@ +/* global CONFIG, gio */ + +if (!window.gio) { + window.gio = function() { + (window.gio.q = window.gio.q || []).push(arguments); + }; +} + +gio('init', `${CONFIG.growingio_analytics}`, {}); +gio('send'); diff --git a/themes/next/source/js/third-party/analytics/matomo.js b/themes/next/source/js/third-party/analytics/matomo.js new file mode 100644 index 00000000..290a3e09 --- /dev/null +++ b/themes/next/source/js/third-party/analytics/matomo.js @@ -0,0 +1,19 @@ +/* global CONFIG */ + +if (CONFIG.matomo.enable) { + window._paq = window._paq || []; + const _paq = window._paq; + + /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ + _paq.push(['trackPageView']); + _paq.push(['enableLinkTracking']); + const u = CONFIG.matomo.server_url; + _paq.push(['setTrackerUrl', u + 'matomo.php']); + _paq.push(['setSiteId', CONFIG.matomo.site_id]); + const d = document; + const g = d.createElement('script'); + const s = d.getElementsByTagName('script')[0]; + g.async = true; + g.src = u + 'matomo.js'; + s.parentNode.insertBefore(g, s); +} diff --git a/themes/next/source/js/third-party/chat/chatra.js b/themes/next/source/js/third-party/chat/chatra.js new file mode 100644 index 00000000..e495b8e1 --- /dev/null +++ b/themes/next/source/js/third-party/chat/chatra.js @@ -0,0 +1,19 @@ +/* global CONFIG, Chatra */ + +(function() { + if (CONFIG.chatra.embed) { + window.ChatraSetup = { + mode : 'frame', + injectTo: CONFIG.chatra.embed + }; + } + + window.ChatraID = CONFIG.chatra.id; + + const chatButton = document.querySelector('.sidebar-button button'); + if (chatButton) { + chatButton.addEventListener('click', () => { + Chatra('openChat', true); + }); + } +})(); diff --git a/themes/next/source/js/third-party/chat/tidio.js b/themes/next/source/js/third-party/chat/tidio.js new file mode 100644 index 00000000..bffb918e --- /dev/null +++ b/themes/next/source/js/third-party/chat/tidio.js @@ -0,0 +1,10 @@ +/* global tidioChatApi */ + +(function() { + const chatButton = document.querySelector('.sidebar-button button'); + if (chatButton) { + chatButton.addEventListener('click', () => { + tidioChatApi.open(); + }); + } +})(); diff --git a/themes/next/source/js/third-party/comments/changyan.js b/themes/next/source/js/third-party/comments/changyan.js new file mode 100644 index 00000000..18a1be4f --- /dev/null +++ b/themes/next/source/js/third-party/comments/changyan.js @@ -0,0 +1,39 @@ +/* global NexT, CONFIG */ + +document.addEventListener('page:loaded', () => { + const { appid, appkey } = CONFIG.changyan; + const mainJs = 'https://cy-cdn.kuaizhan.com/upload/changyan.js'; + const countJs = `https://cy-cdn.kuaizhan.com/upload/plugins/plugins.list.count.js?clientId=${appid}`; + + // Get the number of comments + setTimeout(() => { + return NexT.utils.getScript(countJs, { + attributes: { + async: true, + id : 'cy_cmt_num' + } + }); + }, 0); + + // When scroll to comment section + if (CONFIG.page.comments && !CONFIG.page.isHome) { + NexT.utils.loadComments('#SOHUCS') + .then(() => { + return NexT.utils.getScript(mainJs, { + attributes: { + async: true + } + }); + }) + .then(() => { + window.changyan.api.config({ + appid, + conf: appkey + }); + }) + .catch(error => { + // eslint-disable-next-line no-console + console.error('Failed to load Changyan', error); + }); + } +}); diff --git a/themes/next/source/js/third-party/comments/disqus.js b/themes/next/source/js/third-party/comments/disqus.js new file mode 100644 index 00000000..4d1ca9e7 --- /dev/null +++ b/themes/next/source/js/third-party/comments/disqus.js @@ -0,0 +1,41 @@ +/* global NexT, CONFIG, DISQUS */ + +document.addEventListener('page:loaded', () => { + + if (CONFIG.disqus.count) { + if (window.DISQUSWIDGETS) { + window.DISQUSWIDGETS.getCount({ reset: true }); + } else { + // Defer loading until the whole page loading is completed + NexT.utils.getScript(`https://${CONFIG.disqus.shortname}.disqus.com/count.js`, { + attributes: { id: 'dsq-count-scr', defer: true } + }); + } + } + + if (CONFIG.page.comments) { + // `disqus_config` should be a global variable + // See https://help.disqus.com/en/articles/1717084-javascript-configuration-variables + window.disqus_config = function() { + this.page.url = CONFIG.page.permalink; + this.page.identifier = CONFIG.page.path; + this.page.title = CONFIG.page.title; + if (CONFIG.disqus.i18n.disqus !== 'disqus') { + this.language = CONFIG.disqus.i18n.disqus; + } + }; + NexT.utils.loadComments('#disqus_thread').then(() => { + if (window.DISQUS) { + DISQUS.reset({ + reload: true, + config: window.disqus_config + }); + } else { + NexT.utils.getScript(`https://${CONFIG.disqus.shortname}.disqus.com/embed.js`, { + attributes: { dataset: { timestamp: '' + +new Date() } } + }); + } + }); + } + +}); diff --git a/themes/next/source/js/third-party/comments/disqusjs.js b/themes/next/source/js/third-party/comments/disqusjs.js new file mode 100644 index 00000000..d8401eee --- /dev/null +++ b/themes/next/source/js/third-party/comments/disqusjs.js @@ -0,0 +1,23 @@ +/* global NexT, CONFIG, DisqusJS */ + +document.addEventListener('page:loaded', () => { + if (!CONFIG.page.comments) return; + + NexT.utils.loadComments('#disqus_thread') + .then(() => NexT.utils.getScript(CONFIG.disqusjs.js, { condition: window.DisqusJS })) + .then(() => { + window.dsqjs = new DisqusJS({ + api : CONFIG.disqusjs.api || 'https://disqus.com/api/', + apikey : CONFIG.disqusjs.apikey, + shortname : CONFIG.disqusjs.shortname, + url : CONFIG.page.permalink, + identifier: CONFIG.page.path, + title : CONFIG.page.title + }); + window.dsqjs.render(document.querySelector('.disqusjs-container')); + }); +}); + +document.addEventListener('pjax:send', () => { + if (window.dsqjs) window.dsqjs.destroy(); +}); diff --git a/themes/next/source/js/third-party/comments/gitalk.js b/themes/next/source/js/third-party/comments/gitalk.js new file mode 100644 index 00000000..08d07f4c --- /dev/null +++ b/themes/next/source/js/third-party/comments/gitalk.js @@ -0,0 +1,24 @@ +/* global NexT, CONFIG, Gitalk */ + +document.addEventListener('page:loaded', () => { + if (!CONFIG.page.comments) return; + + NexT.utils.loadComments('.gitalk-container') + .then(() => NexT.utils.getScript(CONFIG.gitalk.js, { + condition: window.Gitalk + })) + .then(() => { + const gitalk = new Gitalk({ + clientID : CONFIG.gitalk.client_id, + clientSecret : CONFIG.gitalk.client_secret, + repo : CONFIG.gitalk.repo, + owner : CONFIG.gitalk.github_id, + admin : [CONFIG.gitalk.admin_user], + id : CONFIG.gitalk.path_md5, + proxy : CONFIG.gitalk.proxy, + language : CONFIG.gitalk.language || window.navigator.language, + distractionFreeMode: CONFIG.gitalk.distraction_free_mode + }); + gitalk.render(document.querySelector('.gitalk-container')); + }); +}); diff --git a/themes/next/source/js/third-party/comments/isso.js b/themes/next/source/js/third-party/comments/isso.js new file mode 100644 index 00000000..2c706013 --- /dev/null +++ b/themes/next/source/js/third-party/comments/isso.js @@ -0,0 +1,15 @@ +/* global NexT, CONFIG */ + +document.addEventListener('page:loaded', () => { + if (!CONFIG.page.comments) return; + + NexT.utils.loadComments('#isso-thread') + .then(() => NexT.utils.getScript(`${CONFIG.isso}js/embed.min.js`, { + attributes: { + dataset: { + isso: `${CONFIG.isso}` + } + }, + parentNode: document.querySelector('#isso-thread') + })); +}); diff --git a/themes/next/source/js/third-party/comments/livere.js b/themes/next/source/js/third-party/comments/livere.js new file mode 100644 index 00000000..c4bcd2e1 --- /dev/null +++ b/themes/next/source/js/third-party/comments/livere.js @@ -0,0 +1,19 @@ +/* global NexT, CONFIG, LivereTower */ + +document.addEventListener('page:loaded', () => { + if (!CONFIG.page.comments) return; + + NexT.utils.loadComments('#lv-container').then(() => { + window.livereOptions = { + refer: CONFIG.page.path.replace(/index\.html$/, '') + }; + + if (typeof LivereTower === 'function') return; + + NexT.utils.getScript('https://cdn-city.livere.com/js/embed.dist.js', { + attributes: { + async: true + } + }); + }); +}); diff --git a/themes/next/source/js/third-party/comments/utterances.js b/themes/next/source/js/third-party/comments/utterances.js new file mode 100644 index 00000000..332ee057 --- /dev/null +++ b/themes/next/source/js/third-party/comments/utterances.js @@ -0,0 +1,17 @@ +/* global NexT, CONFIG */ + +document.addEventListener('page:loaded', () => { + if (!CONFIG.page.comments) return; + + NexT.utils.loadComments('.utterances-container') + .then(() => NexT.utils.getScript('https://utteranc.es/client.js', { + attributes: { + async : true, + crossOrigin : 'anonymous', + 'repo' : CONFIG.utterances.repo, + 'issue-term': CONFIG.utterances.issue_term, + 'theme' : CONFIG.utterances.theme + }, + parentNode: document.querySelector('.utterances-container') + })); +}); diff --git a/themes/next/source/js/third-party/fancybox.js b/themes/next/source/js/third-party/fancybox.js new file mode 100644 index 00000000..178db4b1 --- /dev/null +++ b/themes/next/source/js/third-party/fancybox.js @@ -0,0 +1,35 @@ +/* global Fancybox */ + +document.addEventListener('page:loaded', () => { + + /** + * Wrap images with fancybox. + */ + document.querySelectorAll('.post-body :not(a) > img, .post-body > img').forEach(image => { + const imageLink = image.dataset.src || image.src; + const imageWrapLink = document.createElement('a'); + imageWrapLink.classList.add('fancybox'); + imageWrapLink.href = imageLink; + imageWrapLink.setAttribute('itemscope', ''); + imageWrapLink.setAttribute('itemtype', 'http://schema.org/ImageObject'); + imageWrapLink.setAttribute('itemprop', 'url'); + + let dataFancybox = 'default'; + if (image.closest('.post-gallery') !== null) { + dataFancybox = 'gallery'; + } else if (image.closest('.group-picture') !== null) { + dataFancybox = 'group'; + } + imageWrapLink.dataset.fancybox = dataFancybox; + + const imageTitle = image.title || image.alt; + if (imageTitle) { + imageWrapLink.title = imageTitle; + // Make sure img captions will show correctly in fancybox + imageWrapLink.dataset.caption = imageTitle; + } + image.wrap(imageWrapLink); + }); + + Fancybox.bind('[data-fancybox]'); +}); diff --git a/themes/next/source/js/third-party/math/katex.js b/themes/next/source/js/third-party/math/katex.js new file mode 100644 index 00000000..ad745b18 --- /dev/null +++ b/themes/next/source/js/third-party/math/katex.js @@ -0,0 +1,7 @@ +/* global NexT, CONFIG */ + +document.addEventListener('page:loaded', () => { + if (!CONFIG.enableMath) return; + + NexT.utils.getScript(CONFIG.katex.copy_tex_js).catch(() => {}); +}); diff --git a/themes/next/source/js/third-party/math/mathjax.js b/themes/next/source/js/third-party/math/mathjax.js new file mode 100644 index 00000000..fe4d4488 --- /dev/null +++ b/themes/next/source/js/third-party/math/mathjax.js @@ -0,0 +1,36 @@ +/* global NexT, CONFIG, MathJax */ + +document.addEventListener('page:loaded', () => { + if (!CONFIG.enableMath) return; + + if (typeof MathJax === 'undefined') { + window.MathJax = { + tex: { + inlineMath: { '[+]': [['$', '$']] }, + tags : CONFIG.mathjax.tags + }, + options: { + renderActions: { + insertedScript: [200, () => { + document.querySelectorAll('mjx-container').forEach(node => { + const target = node.parentNode; + if (target.nodeName.toLowerCase() === 'li') { + target.parentNode.classList.add('has-jax'); + } + }); + }, '', false] + } + } + }; + NexT.utils.getScript(CONFIG.mathjax.js, { + attributes: { + defer: true + } + }); + } else { + MathJax.startup.document.state(0); + MathJax.typesetClear(); + MathJax.texReset(); + MathJax.typesetPromise(); + } +}); diff --git a/themes/next/source/js/third-party/pace.js b/themes/next/source/js/third-party/pace.js new file mode 100644 index 00000000..c22d59f0 --- /dev/null +++ b/themes/next/source/js/third-party/pace.js @@ -0,0 +1,7 @@ +/* global Pace */ + +Pace.options.restartOnPushState = false; + +document.addEventListener('pjax:send', () => { + Pace.restart(); +}); diff --git a/themes/next/source/js/third-party/quicklink.js b/themes/next/source/js/third-party/quicklink.js new file mode 100644 index 00000000..2543ad1e --- /dev/null +++ b/themes/next/source/js/third-party/quicklink.js @@ -0,0 +1,37 @@ +/* global CONFIG, quicklink */ + +(function() { + if (typeof CONFIG.quicklink.ignores === 'string') { + const ignoresStr = `[${CONFIG.quicklink.ignores}]`; + CONFIG.quicklink.ignores = JSON.parse(ignoresStr); + } + + let resetFn = null; + + const onRefresh = () => { + if (resetFn) resetFn(); + if (!CONFIG.quicklink.enable) return; + + let ignoresArr = CONFIG.quicklink.ignores || []; + if (!Array.isArray(ignoresArr)) { + ignoresArr = [ignoresArr]; + } + + resetFn = quicklink.listen({ + timeout : CONFIG.quicklink.timeout, + priority: CONFIG.quicklink.priority, + ignores : [ + uri => uri.includes('#'), + uri => uri === CONFIG.quicklink.url, + ...ignoresArr + ] + }); + }; + + if (CONFIG.quicklink.delay) { + window.addEventListener('load', onRefresh); + document.addEventListener('pjax:success', onRefresh); + } else { + document.addEventListener('page:loaded', onRefresh); + } +})(); diff --git a/themes/next/source/js/third-party/search/algolia-search.js b/themes/next/source/js/third-party/search/algolia-search.js new file mode 100644 index 00000000..12a554c8 --- /dev/null +++ b/themes/next/source/js/third-party/search/algolia-search.js @@ -0,0 +1,130 @@ +/* global instantsearch, algoliasearch, CONFIG, pjax */ + +document.addEventListener('DOMContentLoaded', () => { + const { indexName, appID, apiKey, hits } = CONFIG.algolia; + + const search = instantsearch({ + indexName, + searchClient : algoliasearch(appID, apiKey), + searchFunction: helper => { + if (document.querySelector('.search-input').value) { + helper.search(); + } + } + }); + + if (typeof pjax === 'object') { + search.on('render', () => { + pjax.refresh(document.querySelector('.algolia-hits')); + }); + } + + // Registering Widgets + search.addWidgets([ + instantsearch.widgets.configure({ + hitsPerPage: hits.per_page || 10 + }), + + instantsearch.widgets.searchBox({ + container : '.search-input-container', + placeholder : CONFIG.i18n.placeholder, + // Hide default icons of algolia search + showReset : false, + showSubmit : false, + showLoadingIndicator: false, + cssClasses : { + input: 'search-input' + } + }), + + instantsearch.widgets.stats({ + container: '.algolia-stats', + templates: { + text: data => { + const stats = CONFIG.i18n.hits_time + .replace('${hits}', data.nbHits) + .replace('${time}', data.processingTimeMS); + return `${stats} + Algolia`; + } + }, + cssClasses: { + text: 'search-stats' + } + }), + + instantsearch.widgets.hits({ + container : '.algolia-hits', + escapeHTML: false, + templates : { + item: data => { + const { title, excerpt, excerptStrip, contentStripTruncate } = data._highlightResult; + let result = `${title.value}`; + const content = excerpt || excerptStrip || contentStripTruncate; + if (content && content.value) { + const div = document.createElement('div'); + div.innerHTML = content.value; + result += `

    ${div.textContent.substring(0, 100)}...

    `; + } + return result; + }, + empty: data => { + return `
    + ${CONFIG.i18n.empty.replace('${query}', data.query)} +
    `; + } + }, + cssClasses: { + list: 'search-result-list' + } + }), + + instantsearch.widgets.pagination({ + container: '.algolia-pagination', + scrollTo : false, + showFirst: false, + showLast : false, + templates: { + first : '', + last : '', + previous: '', + next : '' + }, + cssClasses: { + list : ['pagination', 'algolia-pagination'], + item : 'pagination-item', + link : 'page-number', + selectedItem: 'current', + disabledItem: 'disabled-item' + } + }) + ]); + + search.start(); + + // Handle and trigger popup window + document.querySelectorAll('.popup-trigger').forEach(element => { + element.addEventListener('click', () => { + document.body.classList.add('search-active'); + setTimeout(() => document.querySelector('.search-input').focus(), 500); + }); + }); + + // Monitor main search box + const onPopupClose = () => { + document.body.classList.remove('search-active'); + }; + + document.querySelector('.search-pop-overlay').addEventListener('click', event => { + if (event.target === document.querySelector('.search-pop-overlay')) { + onPopupClose(); + } + }); + document.querySelector('.popup-btn-close').addEventListener('click', onPopupClose); + document.addEventListener('pjax:success', onPopupClose); + window.addEventListener('keyup', event => { + if (event.key === 'Escape') { + onPopupClose(); + } + }); +}); diff --git a/themes/next/source/js/third-party/search/local-search.js b/themes/next/source/js/third-party/search/local-search.js new file mode 100644 index 00000000..92a264dc --- /dev/null +++ b/themes/next/source/js/third-party/search/local-search.js @@ -0,0 +1,99 @@ +/* global CONFIG, pjax, LocalSearch */ + +document.addEventListener('DOMContentLoaded', () => { + if (!CONFIG.path) { + // Search DB path + console.warn('`hexo-generator-searchdb` plugin is not installed!'); + return; + } + const localSearch = new LocalSearch({ + path : CONFIG.path, + top_n_per_article: CONFIG.localsearch.top_n_per_article, + unescape : CONFIG.localsearch.unescape + }); + + const input = document.querySelector('.search-input'); + + const inputEventFunction = () => { + if (!localSearch.isfetched) return; + const searchText = input.value.trim().toLowerCase(); + const keywords = searchText.split(/[-\s]+/); + const container = document.querySelector('.search-result-container'); + let resultItems = []; + if (searchText.length > 0) { + // Perform local searching + resultItems = localSearch.getResultItems(keywords); + } + if (keywords.length === 1 && keywords[0] === '') { + container.classList.add('no-result'); + container.innerHTML = '
    '; + } else if (resultItems.length === 0) { + container.classList.add('no-result'); + container.innerHTML = '
    '; + } else { + resultItems.sort((left, right) => { + if (left.includedCount !== right.includedCount) { + return right.includedCount - left.includedCount; + } else if (left.hitCount !== right.hitCount) { + return right.hitCount - left.hitCount; + } + return right.id - left.id; + }); + const stats = CONFIG.i18n.hits.replace('${hits}', resultItems.length); + + container.classList.remove('no-result'); + container.innerHTML = `
    ${stats}
    +
    +
      ${resultItems.map(result => result.item).join('')}
    `; + if (typeof pjax === 'object') pjax.refresh(container); + } + }; + + localSearch.highlightSearchWords(document.querySelector('.post-body')); + if (CONFIG.localsearch.preload) { + localSearch.fetchData(); + } + + if (CONFIG.localsearch.trigger === 'auto') { + input.addEventListener('input', inputEventFunction); + } else { + document.querySelector('.search-icon').addEventListener('click', inputEventFunction); + input.addEventListener('keypress', event => { + if (event.key === 'Enter') { + inputEventFunction(); + } + }); + } + window.addEventListener('search:loaded', inputEventFunction); + + // Handle and trigger popup window + document.querySelectorAll('.popup-trigger').forEach(element => { + element.addEventListener('click', () => { + document.body.classList.add('search-active'); + // Wait for search-popup animation to complete + setTimeout(() => input.focus(), 500); + if (!localSearch.isfetched) localSearch.fetchData(); + }); + }); + + // Monitor main search box + const onPopupClose = () => { + document.body.classList.remove('search-active'); + }; + + document.querySelector('.search-pop-overlay').addEventListener('click', event => { + if (event.target === document.querySelector('.search-pop-overlay')) { + onPopupClose(); + } + }); + document.querySelector('.popup-btn-close').addEventListener('click', onPopupClose); + document.addEventListener('pjax:success', () => { + localSearch.highlightSearchWords(document.querySelector('.post-body')); + onPopupClose(); + }); + window.addEventListener('keyup', event => { + if (event.key === 'Escape') { + onPopupClose(); + } + }); +}); diff --git a/themes/next/source/js/third-party/statistics/firestore.js b/themes/next/source/js/third-party/statistics/firestore.js new file mode 100644 index 00000000..3ea7ba67 --- /dev/null +++ b/themes/next/source/js/third-party/statistics/firestore.js @@ -0,0 +1,60 @@ +/* global CONFIG, firebase */ + +firebase.initializeApp({ + apiKey : CONFIG.firestore.apiKey, + projectId: CONFIG.firestore.projectId +}); + +(function() { + const getCount = (doc, increaseCount) => { + // IncreaseCount will be false when not in article page + return doc.get().then(d => { + // Has no data, initialize count + let count = d.exists ? d.data().count : 0; + // If first view this article + if (increaseCount) { + // Increase count + count++; + doc.set({ + count + }); + } + return count; + }); + }; + + const db = firebase.firestore(); + const articles = db.collection(CONFIG.firestore.collection); + + document.addEventListener('page:loaded', () => { + + if (CONFIG.page.isPost) { + // Fix issue #118 + // https://developer.mozilla.org/en-US/docs/Web/API/Node/textContent + const title = document.querySelector('.post-title').textContent.trim(); + const doc = articles.doc(title); + let increaseCount = CONFIG.hostname === location.hostname; + if (localStorage.getItem(title)) { + increaseCount = false; + } else { + // Mark as visited + localStorage.setItem(title, true); + } + getCount(doc, increaseCount).then(count => { + document.querySelector('.firestore-visitors-count').innerText = count; + }); + } else if (CONFIG.page.isHome) { + const promises = [...document.querySelectorAll('.post-title')].map(element => { + const title = element.textContent.trim(); + const doc = articles.doc(title); + return getCount(doc); + }); + Promise.all(promises).then(counts => { + const metas = document.querySelectorAll('.firestore-visitors-count'); + counts.forEach((val, idx) => { + metas[idx].innerText = val; + }); + }); + } + }); +})(); diff --git a/themes/next/source/js/third-party/statistics/lean-analytics.js b/themes/next/source/js/third-party/statistics/lean-analytics.js new file mode 100644 index 00000000..8397112b --- /dev/null +++ b/themes/next/source/js/third-party/statistics/lean-analytics.js @@ -0,0 +1,107 @@ +/* global CONFIG */ +/* eslint-disable no-console */ + +(function() { + const leancloudSelector = url => { + url = encodeURI(url); + return document.getElementById(url).querySelector('.leancloud-visitors-count'); + }; + + const addCount = Counter => { + const visitors = document.querySelector('.leancloud_visitors'); + const url = decodeURI(visitors.id); + const title = visitors.dataset.flagTitle; + + Counter('get', `/classes/Counter?where=${encodeURIComponent(JSON.stringify({ url }))}`) + .then(response => response.json()) + .then(({ results }) => { + if (results.length > 0) { + const counter = results[0]; + leancloudSelector(url).innerText = counter.time + 1; + Counter('put', '/classes/Counter/' + counter.objectId, { + time: { + '__op' : 'Increment', + 'amount': 1 + } + }) + .catch(error => { + console.error('Failed to save visitor count', error); + }); + } else if (CONFIG.leancloud_visitors.security) { + leancloudSelector(url).innerText = 'Counter not initialized! More info at console err msg.'; + console.error('ATTENTION! LeanCloud counter has security bug, see how to solve it here: https://github.com/theme-next/hexo-leancloud-counter-security. \n However, you can still use LeanCloud without security, by setting `security` option to `false`.'); + } else { + Counter('post', '/classes/Counter', { title, url, time: 1 }) + .then(response => response.json()) + .then(() => { + leancloudSelector(url).innerText = 1; + }) + .catch(error => { + console.error('Failed to create', error); + }); + } + }) + .catch(error => { + console.error('LeanCloud Counter Error', error); + }); + }; + + const showTime = Counter => { + const visitors = document.querySelectorAll('.leancloud_visitors'); + const entries = [...visitors].map(element => { + return decodeURI(element.id); + }); + + Counter('get', `/classes/Counter?where=${encodeURIComponent(JSON.stringify({ url: { '$in': entries } }))}`) + .then(response => response.json()) + .then(({ results }) => { + for (const url of entries) { + const target = results.find(item => item.url === url); + leancloudSelector(url).innerText = target ? target.time : 0; + } + }) + .catch(error => { + console.error('LeanCloud Counter Error', error); + }); + }; + + const { app_id, app_key, server_url } = CONFIG.leancloud_visitors; + const fetchData = api_server => { + const Counter = (method, url, data) => { + return fetch(`${api_server}/1.1${url}`, { + method, + headers: { + 'X-LC-Id' : app_id, + 'X-LC-Key' : app_key, + 'Content-Type': 'application/json' + }, + body: JSON.stringify(data) + }); + }; + if (CONFIG.page.isPost) { + if (CONFIG.hostname !== location.hostname) return; + addCount(Counter); + } else if (document.querySelectorAll('.post-title-link').length >= 1) { + showTime(Counter); + } + }; + + let api_server; + if (server_url) { + api_server = server_url; + } else if (app_id.slice(-9) === '-MdYXbMMI') { + api_server = `https://${app_id.slice(0, 8).toLowerCase()}.api.lncldglobal.com`; + } + + document.addEventListener('page:loaded', () => { + if (api_server) { + fetchData(api_server); + } else { + fetch(`https://app-router.leancloud.cn/2/route?appId=${app_id}`) + .then(response => response.json()) + .then(({ api_server }) => { + fetchData(`https://${api_server}`); + }); + } + }); +})(); diff --git a/themes/next/source/js/third-party/tags/mermaid.js b/themes/next/source/js/third-party/tags/mermaid.js new file mode 100644 index 00000000..54f62885 --- /dev/null +++ b/themes/next/source/js/third-party/tags/mermaid.js @@ -0,0 +1,32 @@ +/* global NexT, CONFIG, mermaid */ + +document.addEventListener('page:loaded', () => { + const mermaidElements = document.querySelectorAll('.mermaid'); + if (mermaidElements.length) { + NexT.utils.getScript(CONFIG.mermaid.js, { + condition: window.mermaid + }).then(() => { + mermaidElements.forEach(element => { + const newElement = document.createElement('div'); + newElement.innerHTML = element.innerHTML; + newElement.className = element.className; + const parent = element.parentNode; + // Fix issue #347 + // Support mermaid inside backtick code block + if (parent.matches('pre')) { + parent.parentNode.replaceChild(newElement, parent); + } else { + parent.replaceChild(newElement, element); + } + }); + mermaid.initialize({ + theme : CONFIG.darkmode && window.matchMedia('(prefers-color-scheme: dark)').matches ? CONFIG.mermaid.theme.dark : CONFIG.mermaid.theme.light, + logLevel : 4, + flowchart: { curve: 'linear' }, + gantt : { axisFormat: '%m/%d/%Y' }, + sequence : { actorMargin: 50 } + }); + mermaid.run(); + }); + } +}); diff --git a/themes/next/source/js/third-party/tags/pdf.js b/themes/next/source/js/third-party/tags/pdf.js new file mode 100644 index 00000000..7e828911 --- /dev/null +++ b/themes/next/source/js/third-party/tags/pdf.js @@ -0,0 +1,23 @@ +/* global NexT, CONFIG, PDFObject */ + +document.addEventListener('page:loaded', () => { + if (document.querySelectorAll('.pdf-container').length) { + NexT.utils.getScript(CONFIG.pdf.object_url, { + condition: window.PDFObject + }).then(() => { + document.querySelectorAll('.pdf-container').forEach(element => { + PDFObject.embed(element.dataset.target, element, { + pdfOpenParams: { + navpanes : 0, + toolbar : 0, + statusbar: 0, + pagemode : 'thumbs', + view : 'FitH' + }, + PDFJS_URL: CONFIG.pdf.url, + height : element.dataset.height + }); + }); + }); + } +}); diff --git a/themes/next/source/js/third-party/tags/wavedrom.js b/themes/next/source/js/third-party/tags/wavedrom.js new file mode 100644 index 00000000..ddd9a1d9 --- /dev/null +++ b/themes/next/source/js/third-party/tags/wavedrom.js @@ -0,0 +1,13 @@ +/* global NexT, CONFIG, WaveDrom */ + +document.addEventListener('page:loaded', () => { + NexT.utils.getScript(CONFIG.wavedrom.js, { + condition: window.WaveDrom + }).then(() => { + NexT.utils.getScript(CONFIG.wavedrom_skin.js, { + condition: window.WaveSkin + }).then(() => { + WaveDrom.ProcessAll(); + }); + }); +}); diff --git a/themes/next/source/js/utils.js b/themes/next/source/js/utils.js new file mode 100644 index 00000000..808d838f --- /dev/null +++ b/themes/next/source/js/utils.js @@ -0,0 +1,489 @@ +/* global NexT, CONFIG */ + +HTMLElement.prototype.wrap = function(wrapper) { + this.parentNode.insertBefore(wrapper, this); + this.parentNode.removeChild(this); + wrapper.appendChild(this); +}; + +(function() { + const onPageLoaded = () => document.dispatchEvent( + new Event('page:loaded', { + bubbles: true + }) + ); + + if (document.readyState === 'loading') { + document.addEventListener('readystatechange', onPageLoaded, { once: true }); + } else { + onPageLoaded(); + } + document.addEventListener('pjax:success', onPageLoaded); +})(); + +NexT.utils = { + + registerExtURL: function() { + document.querySelectorAll('span.exturl').forEach(element => { + const link = document.createElement('a'); + // https://stackoverflow.com/questions/30106476/using-javascripts-atob-to-decode-base64-doesnt-properly-decode-utf-8-strings + link.href = decodeURIComponent(atob(element.dataset.url).split('').map(c => { + return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2); + }).join('')); + link.rel = 'noopener external nofollow noreferrer'; + link.target = '_blank'; + link.className = element.className; + link.title = element.title; + link.innerHTML = element.innerHTML; + element.parentNode.replaceChild(link, element); + }); + }, + + registerCodeblock: function(element) { + const inited = !!element; + let figure = (inited ? element : document).querySelectorAll('figure.highlight'); + let isHljsWithWrap = true; + if (figure.length === 0) { + figure = document.querySelectorAll('pre:not(.mermaid)'); + isHljsWithWrap = false; + } + figure.forEach(element => { + if (!inited) { + let span = element.querySelectorAll('.code .line span'); + if (span.length === 0) { + // Hljs without line_number and wrap + span = element.querySelectorAll('code.highlight span'); + } + span.forEach(s => { + s.classList.forEach(name => { + s.classList.replace(name, `hljs-${name}`); + }); + }); + } + const height = parseInt(window.getComputedStyle(element).height.replace('px', ''), 10); + const needFold = CONFIG.fold.enable && (height > CONFIG.fold.height); + if (!needFold && !CONFIG.copycode.enable) return; + let target; + if (isHljsWithWrap && CONFIG.copycode.style === 'mac') { + target = element; + } else { + let box = element.querySelector('.code-container'); + if (!box) { + // https://github.com/next-theme/hexo-theme-next/issues/98 + // https://github.com/next-theme/hexo-theme-next/pull/508 + const container = element.querySelector('.table-container') || element; + box = document.createElement('div'); + box.className = 'code-container'; + container.wrap(box); + + // add "notranslate" to prevent Google Translate from translating it, which also completely messes up the layout + box.classList.add('notranslate'); + } + target = box; + } + if (needFold && !target.classList.contains('unfold')) { + target.classList.add('highlight-fold'); + target.insertAdjacentHTML('beforeend', '
    '); + target.querySelector('.expand-btn').addEventListener('click', () => { + target.classList.remove('highlight-fold'); + target.classList.add('unfold'); + }); + } + if (inited || !CONFIG.copycode.enable) return; + // One-click copy code support. + target.insertAdjacentHTML('beforeend', '
    '); + const button = target.querySelector('.copy-btn'); + button.addEventListener('click', () => { + const lines = element.querySelector('.code') || element.querySelector('code'); + const code = lines.innerText; + if (navigator.clipboard) { + // https://caniuse.com/mdn-api_clipboard_writetext + navigator.clipboard.writeText(code).then(() => { + button.querySelector('i').className = 'fa fa-check-circle fa-fw'; + }, () => { + button.querySelector('i').className = 'fa fa-times-circle fa-fw'; + }); + } else { + const ta = document.createElement('textarea'); + ta.style.top = window.scrollY + 'px'; // Prevent page scrolling + ta.style.position = 'absolute'; + ta.style.opacity = '0'; + ta.readOnly = true; + ta.value = code; + document.body.append(ta); + ta.select(); + ta.setSelectionRange(0, code.length); + ta.readOnly = false; + const result = document.execCommand('copy'); + button.querySelector('i').className = result ? 'fa fa-check-circle fa-fw' : 'fa fa-times-circle fa-fw'; + ta.blur(); // For iOS + button.blur(); + document.body.removeChild(ta); + } + }); + element.addEventListener('mouseleave', () => { + setTimeout(() => { + button.querySelector('i').className = 'fa fa-copy fa-fw'; + }, 300); + }); + }); + }, + + wrapTableWithBox: function() { + document.querySelectorAll('table').forEach(element => { + const box = document.createElement('div'); + box.className = 'table-container'; + element.wrap(box); + }); + }, + + registerVideoIframe: function() { + document.querySelectorAll('iframe').forEach(element => { + const supported = [ + 'www.youtube.com', + 'player.vimeo.com', + 'player.youku.com', + 'player.bilibili.com', + 'www.tudou.com' + ].some(host => element.src.includes(host)); + if (supported && !element.parentNode.matches('.video-container')) { + const box = document.createElement('div'); + box.className = 'video-container'; + element.wrap(box); + const width = Number(element.width); + const height = Number(element.height); + if (width && height) { + box.style.paddingTop = (height / width * 100) + '%'; + } + } + }); + }, + + updateActiveNav: function() { + if (!Array.isArray(NexT.utils.sections)) return; + let index = NexT.utils.sections.findIndex(element => { + return element && element.getBoundingClientRect().top > 10; + }); + if (index === -1) { + index = NexT.utils.sections.length - 1; + } else if (index > 0) { + index--; + } + this.activateNavByIndex(index); + }, + + registerScrollPercent: function() { + const backToTop = document.querySelector('.back-to-top'); + const readingProgressBar = document.querySelector('.reading-progress-bar'); + // For init back to top in sidebar if page was scrolled after page refresh. + window.addEventListener('scroll', () => { + if (backToTop || readingProgressBar) { + const contentHeight = document.body.scrollHeight - window.innerHeight; + const scrollPercent = contentHeight > 0 ? Math.min(100 * window.scrollY / contentHeight, 100) : 0; + if (backToTop) { + backToTop.classList.toggle('back-to-top-on', Math.round(scrollPercent) >= 5); + backToTop.querySelector('span').innerText = Math.round(scrollPercent) + '%'; + } + if (readingProgressBar) { + readingProgressBar.style.setProperty('--progress', scrollPercent.toFixed(2) + '%'); + } + } + this.updateActiveNav(); + }, { passive: true }); + + backToTop && backToTop.addEventListener('click', () => { + window.anime({ + targets : document.scrollingElement, + duration : 500, + easing : 'linear', + scrollTop: 0 + }); + }); + }, + + /** + * Tabs tag listener (without twitter bootstrap). + */ + registerTabsTag: function() { + // Binding `nav-tabs` & `tab-content` by real time permalink changing. + document.querySelectorAll('.tabs ul.nav-tabs .tab').forEach(element => { + element.addEventListener('click', event => { + event.preventDefault(); + // Prevent selected tab to select again. + if (element.classList.contains('active')) return; + const nav = element.parentNode; + // Get the height of `tab-pane` which is activated before, and set it as the height of `tab-content` with extra margin / paddings. + const tabContent = nav.nextElementSibling; + tabContent.style.overflow = 'hidden'; + tabContent.style.transition = 'height 1s'; + // Comment system selection tab does not contain .active class. + const activeTab = tabContent.querySelector('.active') || tabContent.firstElementChild; + // Hight might be `auto`. + const prevHeight = parseInt(window.getComputedStyle(activeTab).height.replace('px', ''), 10) || 0; + const paddingTop = parseInt(window.getComputedStyle(activeTab).paddingTop.replace('px', ''), 10); + const marginBottom = parseInt(window.getComputedStyle(activeTab.firstElementChild).marginBottom.replace('px', ''), 10); + tabContent.style.height = prevHeight + paddingTop + marginBottom + 'px'; + // Add & Remove active class on `nav-tabs` & `tab-content`. + [...nav.children].forEach(target => { + target.classList.toggle('active', target === element); + }); + // https://stackoverflow.com/questions/20306204/using-queryselector-with-ids-that-are-numbers + const tActive = document.getElementById(element.querySelector('a').getAttribute('href').replace('#', '')); + [...tActive.parentNode.children].forEach(target => { + target.classList.toggle('active', target === tActive); + }); + // Trigger event + tActive.dispatchEvent(new Event('tabs:click', { + bubbles: true + })); + // Get the height of `tab-pane` which is activated now. + const hasScrollBar = document.body.scrollHeight > (window.innerHeight || document.documentElement.clientHeight); + const currHeight = parseInt(window.getComputedStyle(tabContent.querySelector('.active')).height.replace('px', ''), 10); + // Reset the height of `tab-content` and see the animation. + tabContent.style.height = currHeight + paddingTop + marginBottom + 'px'; + // Change the height of `tab-content` may cause scrollbar show / disappear, which may result in the change of the `tab-pane`'s height + setTimeout(() => { + if ((document.body.scrollHeight > (window.innerHeight || document.documentElement.clientHeight)) !== hasScrollBar) { + tabContent.style.transition = 'height 0.3s linear'; + // After the animation, we need reset the height of `tab-content` again. + const currHeightAfterScrollBarChange = parseInt(window.getComputedStyle(tabContent.querySelector('.active')).height.replace('px', ''), 10); + tabContent.style.height = currHeightAfterScrollBarChange + paddingTop + marginBottom + 'px'; + } + // Remove all the inline styles, and let the height be adaptive again. + setTimeout(() => { + tabContent.style.transition = ''; + tabContent.style.height = ''; + }, 250); + }, 1000); + if (!CONFIG.stickytabs) return; + const offset = nav.parentNode.getBoundingClientRect().top + window.scrollY + 10; + window.anime({ + targets : document.scrollingElement, + duration : 500, + easing : 'linear', + scrollTop: offset + }); + }); + }); + + window.dispatchEvent(new Event('tabs:register')); + }, + + registerCanIUseTag: function() { + // Get responsive height passed from iframe. + window.addEventListener('message', ({ data }) => { + if (typeof data === 'string' && data.includes('ciu_embed')) { + const featureID = data.split(':')[1]; + const height = data.split(':')[2]; + document.querySelector(`iframe[data-feature=${featureID}]`).style.height = parseInt(height, 10) + 5 + 'px'; + } + }, false); + }, + + registerActiveMenuItem: function() { + document.querySelectorAll('.menu-item a[href]').forEach(target => { + const isSamePath = target.pathname === location.pathname || target.pathname === location.pathname.replace('index.html', ''); + const isSubPath = !CONFIG.root.startsWith(target.pathname) && location.pathname.startsWith(target.pathname); + target.classList.toggle('menu-item-active', target.hostname === location.hostname && (isSamePath || isSubPath)); + }); + }, + + registerLangSelect: function() { + const selects = document.querySelectorAll('.lang-select'); + selects.forEach(sel => { + sel.value = CONFIG.page.lang; + sel.addEventListener('change', () => { + const target = sel.options[sel.selectedIndex]; + document.querySelectorAll('.lang-select-label span').forEach(span => { + span.innerText = target.text; + }); + // Disable Pjax to force refresh translation of menu item + window.location.href = target.dataset.href; + }); + }); + }, + + registerSidebarTOC: function() { + this.sections = [...document.querySelectorAll('.post-toc:not(.placeholder-toc) li a.nav-link')].map(element => { + const target = document.getElementById(decodeURI(element.getAttribute('href')).replace('#', '')); + // TOC item animation navigate. + element.addEventListener('click', event => { + event.preventDefault(); + const offset = target.getBoundingClientRect().top + window.scrollY; + window.anime({ + targets : document.scrollingElement, + duration : 500, + easing : 'linear', + scrollTop: offset, + complete : () => { + history.pushState(null, document.title, element.href); + } + }); + }); + return target; + }); + this.updateActiveNav(); + }, + + registerPostReward: function() { + const button = document.querySelector('.reward-container button'); + if (!button) return; + button.addEventListener('click', () => { + document.querySelector('.post-reward').classList.toggle('active'); + }); + }, + + activateNavByIndex: function(index) { + const nav = document.querySelector('.post-toc:not(.placeholder-toc) .nav'); + if (!nav) return; + + const navItemList = nav.querySelectorAll('.nav-item'); + const target = navItemList[index]; + if (!target || target.classList.contains('active-current')) return; + + const singleHeight = navItemList[navItemList.length - 1].offsetHeight; + + nav.querySelectorAll('.active').forEach(navItem => { + navItem.classList.remove('active', 'active-current'); + }); + target.classList.add('active', 'active-current'); + + let activateEle = target.querySelector('.nav-child') || target.parentElement; + let navChildHeight = 0; + + while (nav.contains(activateEle)) { + if (activateEle.classList.contains('nav-item')) { + activateEle.classList.add('active'); + } else { // .nav-child or .nav + // scrollHeight isn't reliable for transitioning child items. + // The last nav-item in a list has a margin-bottom of 5px. + navChildHeight += (singleHeight * activateEle.childElementCount) + 5; + activateEle.style.setProperty('--height', `${navChildHeight}px`); + } + activateEle = activateEle.parentElement; + } + + // Scrolling to center active TOC element if TOC content is taller then viewport. + const tocElement = document.querySelector(CONFIG.scheme === 'Pisces' || CONFIG.scheme === 'Gemini' ? '.sidebar-panel-container' : '.sidebar'); + if (!document.querySelector('.sidebar-toc-active')) return; + window.anime({ + targets : tocElement, + duration : 200, + easing : 'linear', + scrollTop: tocElement.scrollTop - (tocElement.offsetHeight / 2) + target.getBoundingClientRect().top - tocElement.getBoundingClientRect().top + }); + }, + + updateSidebarPosition: function() { + if (window.innerWidth < 1200 || CONFIG.scheme === 'Pisces' || CONFIG.scheme === 'Gemini') return; + // Expand sidebar on post detail page by default, when post has a toc. + const hasTOC = document.querySelector('.post-toc:not(.placeholder-toc)'); + let display = CONFIG.page.sidebar; + if (typeof display !== 'boolean') { + // There's no definition sidebar in the page front-matter. + display = CONFIG.sidebar.display === 'always' || (CONFIG.sidebar.display === 'post' && hasTOC); + } + if (display) { + window.dispatchEvent(new Event('sidebar:show')); + } + }, + + activateSidebarPanel: function(index) { + const sidebar = document.querySelector('.sidebar-inner'); + const activeClassNames = ['sidebar-toc-active', 'sidebar-overview-active']; + if (sidebar.classList.contains(activeClassNames[index])) return; + + const panelContainer = sidebar.querySelector('.sidebar-panel-container'); + const tocPanel = panelContainer.firstElementChild; + const overviewPanel = panelContainer.lastElementChild; + + let postTOCHeight = tocPanel.scrollHeight; + // For TOC activation, try to use the animated TOC height + if (index === 0) { + const nav = tocPanel.querySelector('.nav'); + if (nav) { + postTOCHeight = parseInt(nav.style.getPropertyValue('--height'), 10); + } + } + const panelHeights = [ + postTOCHeight, + overviewPanel.scrollHeight + ]; + panelContainer.style.setProperty('--inactive-panel-height', `${panelHeights[1 - index]}px`); + panelContainer.style.setProperty('--active-panel-height', `${panelHeights[index]}px`); + + sidebar.classList.replace(activeClassNames[1 - index], activeClassNames[index]); + }, + + getScript: function(src, options = {}, legacyCondition) { + if (typeof options === 'function') { + return this.getScript(src, { + condition: legacyCondition + }).then(options); + } + const { + condition = false, + attributes: { + id = '', + async = false, + defer = false, + crossOrigin = '', + dataset = {}, + ...otherAttributes + } = {}, + parentNode = null + } = options; + return new Promise((resolve, reject) => { + if (condition) { + resolve(); + } else { + const script = document.createElement('script'); + + if (id) script.id = id; + if (crossOrigin) script.crossOrigin = crossOrigin; + script.async = async; + script.defer = defer; + Object.assign(script.dataset, dataset); + Object.entries(otherAttributes).forEach(([name, value]) => { + script.setAttribute(name, String(value)); + }); + + script.onload = resolve; + script.onerror = reject; + + if (typeof src === 'object') { + const { url, integrity } = src; + script.src = url; + if (integrity) { + script.integrity = integrity; + script.crossOrigin = 'anonymous'; + } + } else { + script.src = src; + } + (parentNode || document.head).appendChild(script); + } + }); + }, + + loadComments: function(selector, legacyCallback) { + if (legacyCallback) { + return this.loadComments(selector).then(legacyCallback); + } + return new Promise(resolve => { + const element = document.querySelector(selector); + if (!CONFIG.comments.lazyload || !element) { + resolve(); + return; + } + const intersectionObserver = new IntersectionObserver((entries, observer) => { + const entry = entries[0]; + if (!entry.isIntersecting) return; + + resolve(); + observer.disconnect(); + }); + intersectionObserver.observe(element); + }); + } +}; diff --git a/themes/next/test/helpers/font.js b/themes/next/test/helpers/font.js new file mode 100644 index 00000000..7119e109 --- /dev/null +++ b/themes/next/test/helpers/font.js @@ -0,0 +1,86 @@ +'use strict'; + +require('chai').should(); +const Hexo = require('hexo'); +const hexo = new Hexo(); + +const fontStyles = ':300,300italic,400,400italic,700,700italic'; +const fontHost = 'https://fonts.googleapis.com'; + +describe('font', () => { + const nextFont = require('../../scripts/helpers/font').bind(hexo); + + before(() => { + hexo.theme.font = {}; + }); + + it('font disabled', () => { + hexo.theme.font.enable = false; + hexo.theme.font.title = { + family : 'Amatic SC', + external: true + }; + nextFont().should.eql(''); + }); + + it('no external font', () => { + hexo.theme.font.enable = true; + hexo.theme.font.title = { + family : 'Amatic SC', + external: false + }; + nextFont().should.eql(''); + }); + + it('trivial', () => { + hexo.theme.font.enable = true; + hexo.theme.font.title = { + family : 'Amatic SC', + external: true + }; + hexo.theme.font.headings = { + family : 'Palatino', + external: false + }; + nextFont().should.eql(``); + }); + + it('multiple', () => { + hexo.theme.font.enable = true; + hexo.theme.font.title = { + family : 'Amatic SC', + external: true + }; + hexo.theme.font.headings = { + family : 'Palatino', + external: true + }; + nextFont().should.eql(``); + }); + + it('duplicate', () => { + hexo.theme.font.enable = true; + hexo.theme.font.title = { + family : 'Palatino', + external: true + }; + hexo.theme.font.headings = { + family : 'Palatino', + external: true + }; + nextFont().should.eql(``); + }); + + it('fallback font', () => { + hexo.theme.font.enable = true; + hexo.theme.font.title = { + family : 'Roboto Slab, Noto Serif SC', + external: true + }; + hexo.theme.font.headings = { + family : 'Palatino', + external: true + }; + nextFont().should.eql(``); + }); +}); diff --git a/themes/next/test/helpers/index.js b/themes/next/test/helpers/index.js new file mode 100644 index 00000000..3ef5ddeb --- /dev/null +++ b/themes/next/test/helpers/index.js @@ -0,0 +1,6 @@ +'use strict'; + +describe('Helpers', () => { + require('./font'); + require('./next-url'); +}); diff --git a/themes/next/test/helpers/next-url.js b/themes/next/test/helpers/next-url.js new file mode 100644 index 00000000..87879c8d --- /dev/null +++ b/themes/next/test/helpers/next-url.js @@ -0,0 +1,50 @@ +'use strict'; + +require('chai').should(); +const Hexo = require('hexo'); +const hexo = new Hexo(); + +function btoa(str) { + return Buffer.from(str).toString('base64'); +} + +describe('next-url', () => { + const nextUrl = require('../../scripts/helpers/next-url').bind(hexo); + + before(() => { + hexo.config.url = 'https://example.com'; + hexo.url_for = require('hexo/dist/plugins/helper/url_for').bind(hexo); + }); + + it('text', () => { + nextUrl('/child/', 'Text').should.eql('Text'); + }); + + it('icon', () => { + nextUrl('/child/', '').should.eql(''); + }); + + it('class', () => { + nextUrl('/child/', 'Text', { class: 'theme-link' }).should.eql('Text'); + }); + + it('external', () => { + nextUrl('https://theme-next.js.org', 'Text').should.eql('Text'); + }); + + it('decodeURI', () => { + (() => nextUrl('https://theme-next.js.org', 'A % B')).should.not.throw(); + }); + + it('exturl enabled', () => { + hexo.theme.exturl = true; + const encoded = btoa('https://theme-next.js.org'); + nextUrl('https://theme-next.js.org', 'Text').should.eql(`Text`); + }); + + it('class with exturl enabled', () => { + hexo.theme.exturl = true; + const encoded = btoa('https://theme-next.js.org'); + nextUrl('https://theme-next.js.org', 'Text', { class: 'theme-link' }).should.eql(`Text`); + }); +}); diff --git a/themes/next/test/index.js b/themes/next/test/index.js new file mode 100644 index 00000000..e6088b62 --- /dev/null +++ b/themes/next/test/index.js @@ -0,0 +1,7 @@ +'use strict'; + +describe('NexT', () => { + require('./helpers'); + require('./tags'); + require('./validate'); +}); diff --git a/themes/next/test/tags/button.js b/themes/next/test/tags/button.js new file mode 100644 index 00000000..f74583a4 --- /dev/null +++ b/themes/next/test/tags/button.js @@ -0,0 +1,33 @@ +'use strict'; + +require('chai').should(); +const Hexo = require('hexo'); +const hexo = new Hexo(); + +describe('button', () => { + const postButton = require('../../scripts/tags/button')(hexo); + + it('only url', () => { + postButton(['#']).should.eql(''); + }); + + it('url and text', () => { + postButton('#, Hello world'.split(' ')).should.eql('Hello world'); + }); + + it('url and icon (Font Awesome 4)', () => { + postButton('#,, home fa-5x'.split(' ')).should.eql(''); + }); + + it('url and icon', () => { + postButton('#,, fab fa-fort-awesome fa-5x'.split(' ')).should.eql(''); + }); + + it('url, text and title', () => { + postButton('#, Hello world,, Title'.split(' ')).should.eql('Hello world'); + }); + + it('url, text, icon and title', () => { + postButton('#, Hello world, home, Title'.split(' ')).should.eql('Hello world'); + }); +}); diff --git a/themes/next/test/tags/caniuse.js b/themes/next/test/tags/caniuse.js new file mode 100644 index 00000000..1fe0e205 --- /dev/null +++ b/themes/next/test/tags/caniuse.js @@ -0,0 +1,17 @@ +'use strict'; + +require('chai').should(); +const Hexo = require('hexo'); +const hexo = new Hexo(); + +describe('caniuse', () => { + const caniUse = require('../../scripts/tags/caniuse')(hexo); + + it('only feature', () => { + caniUse(['loading-lazy-attr']).should.eql(''); + }); + + it('feature and periods', () => { + caniUse('fetch @ future_3,future_2,future_1'.split(' ')).should.eql(''); + }); +}); diff --git a/themes/next/test/tags/center-quote.js b/themes/next/test/tags/center-quote.js new file mode 100644 index 00000000..0f204885 --- /dev/null +++ b/themes/next/test/tags/center-quote.js @@ -0,0 +1,21 @@ +'use strict'; + +require('chai').should(); +const Hexo = require('hexo'); +const hexo = new Hexo(); + +const content = 'Test **Bold** *Italic*'; +const result = '

    Test Bold Italic

    '; + +describe('center-quote', () => { + const centerQuote = require('../../scripts/tags/center-quote')(hexo); + + before(() => hexo.init().then(() => hexo.loadPlugin(require.resolve('hexo-renderer-marked')))); + + it('markdown content', () => { + centerQuote([], content).should.eql(`
    +${result} + +
    `); + }); +}); diff --git a/themes/next/test/tags/group-pictures.js b/themes/next/test/tags/group-pictures.js new file mode 100644 index 00000000..fc242a61 --- /dev/null +++ b/themes/next/test/tags/group-pictures.js @@ -0,0 +1,63 @@ +'use strict'; + +require('chai').should(); +const Hexo = require('hexo'); +const hexo = new Hexo(); + +const link = '
    '; +const image = '
    '; + +describe('group-pictures', () => { + const groupPicture = require('../../scripts/tags/group-pictures')(hexo); + + before(() => hexo.init().then(() => hexo.loadPlugin(require.resolve('hexo-renderer-marked')))); + + it('layout 3-3', () => { + groupPicture(['3-3'], ` +![](/images/sample.png) +![](/images/sample.png) +![](/images/sample.png)`).should.eql(`
    ${image}${image}${image}
    `); + }); + + it('layout 5-2', () => { + groupPicture(['5-2'], ` +![](/images/sample.png) +![](/images/sample.png) +![](/images/sample.png) +![](/images/sample.png) +![](/images/sample.png)`).should.eql(`
    ${image}${image}
    ${image}
    ${image}${image}
    `); + }); + + it('remove text', () => { + groupPicture(['3-3'], ` +![](/images/sample.png) +Text +![](/images/sample.png) +Text +![](/images/sample.png)`).should.eql(`
    ${image}${image}${image}
    `); + }); + + it('set hyperlinks', () => { + groupPicture(['4-3'], ` +![](/images/sample.png) +[![](/images/sample.png)](https://theme-next.js.org/) +[![](/images/sample.png)](https://theme-next.js.org/) +![](/images/sample.png)`).should.eql(`
    ${image}${link}
    ${link}${image}
    `); + }); + + it('set hyperlinks 2', () => { + groupPicture(['3-3'], ` +![](/images/sample.png) +[![](/images/sample.png)](https://theme-next.js.org/) +![](/images/sample.png)`).should.eql(`
    ${image}${link}${image}
    `); + }); + + it('no layout', () => { + groupPicture(['NaN-NaN'], ` +![](/images/sample.png) +![](/images/sample.png) +![](/images/sample.png) +![](/images/sample.png) +![](/images/sample.png)`).should.eql(`
    ${image}${image}${image}
    ${image}${image}
    `); + }); +}); diff --git a/themes/next/test/tags/index.js b/themes/next/test/tags/index.js new file mode 100644 index 00000000..77806a46 --- /dev/null +++ b/themes/next/test/tags/index.js @@ -0,0 +1,15 @@ +'use strict'; + +describe('Tags', () => { + require('./button'); + require('./caniuse'); + require('./center-quote'); + require('./group-pictures'); + require('./label'); + require('./link-grid'); + require('./mermaid'); + require('./note'); + require('./pdf'); + require('./tabs'); + require('./video'); +}); diff --git a/themes/next/test/tags/label.js b/themes/next/test/tags/label.js new file mode 100644 index 00000000..bf271083 --- /dev/null +++ b/themes/next/test/tags/label.js @@ -0,0 +1,21 @@ +'use strict'; + +require('chai').should(); +const Hexo = require('hexo'); +const hexo = new Hexo(); + +describe('label', () => { + const postLabel = require('../../scripts/tags/label')(hexo); + + it('only text', () => { + postLabel('@Hello world'.split(' ')).should.eql('Hello world'); + }); + + it('classes and text', () => { + postLabel('primary@Hello world'.split(' ')).should.eql('Hello world'); + }); + + it('classes and text with space', () => { + postLabel('primary @Hello world'.split(' ')).should.eql('Hello world'); + }); +}); diff --git a/themes/next/test/tags/link-grid.js b/themes/next/test/tags/link-grid.js new file mode 100644 index 00000000..8faaf940 --- /dev/null +++ b/themes/next/test/tags/link-grid.js @@ -0,0 +1,49 @@ +'use strict'; + +require('chai').should(); + +const result = ``; + +describe('link-grid', () => { + const linkGrid = require('../../scripts/tags/link-grid'); + + it('default', () => { + linkGrid([], ` +Theme NexT | https://theme-next.js.org/ | Stay Simple. Stay NexT. | /images/sample.png +Theme NexT | https://theme-next.js.org/ | Stay Simple. Stay NexT. | /images/sample.png`).should.eql(result); + }); + + it('comment', () => { + linkGrid([], ` +Theme NexT | https://theme-next.js.org/ | Stay Simple. Stay NexT. | /images/sample.png +Theme NexT | https://theme-next.js.org/ | Stay Simple. Stay NexT. | /images/sample.png +% Theme NexT | https://theme-next.js.org/ | Stay Simple. Stay NexT. | /images/sample.png`).should.eql(result); + }); + + it('default image', () => { + linkGrid(['/images/sample.png'], ` +Theme NexT | https://theme-next.js.org/ | Stay Simple. Stay NexT. | +Theme NexT | https://theme-next.js.org/ | Stay Simple. Stay NexT. |`).should.eql(result); + }); + + it('custom delimiter', () => { + linkGrid(['/images/sample.png', ','], ` +Theme NexT , https://theme-next.js.org/ , Stay Simple. Stay NexT. , /images/sample.png +Theme NexT , https://theme-next.js.org/ , Stay Simple. Stay NexT. , /images/sample.png`).should.eql(result); + }); + + it('custom delimiter and comment', () => { + linkGrid(['/images/sample.png', ',', '#'], ` +Theme NexT , https://theme-next.js.org/ , Stay Simple. Stay NexT. , /images/sample.png +Theme NexT , https://theme-next.js.org/ , Stay Simple. Stay NexT. , /images/sample.png +# Theme NexT , https://theme-next.js.org/ , Stay Simple. Stay NexT. , /images/sample.png`).should.eql(result); + }); +}); diff --git a/themes/next/test/tags/mermaid.js b/themes/next/test/tags/mermaid.js new file mode 100644 index 00000000..fc14e506 --- /dev/null +++ b/themes/next/test/tags/mermaid.js @@ -0,0 +1,21 @@ +'use strict'; + +require('chai').should(); + +const { escapeHTML } = require('hexo-util'); + +const result = `A[Hard] -->|Text| B(Round) +B --> C{Decision} +C -->|One| D[Result 1] +C -->|Two| E[Result 2]`; + +describe('mermaid', () => { + const mermaid = require('../../scripts/tags/mermaid'); + + it('default', () => { + mermaid(['graph', 'TD'], result).should.eql(`
    +graph TD
    +${escapeHTML(result)}
    +
    `); + }); +}); diff --git a/themes/next/test/tags/note.js b/themes/next/test/tags/note.js new file mode 100644 index 00000000..6d11bca8 --- /dev/null +++ b/themes/next/test/tags/note.js @@ -0,0 +1,63 @@ +'use strict'; + +require('chai').should(); +const Hexo = require('hexo'); +const hexo = new Hexo(); + +const content = 'Test **Bold** *Italic*'; +const result = '

    Test Bold Italic

    '; +const args = 'This is a *summary*'.split(' '); +const summary = '

    This is a summary'; + +describe('note', () => { + const postNote = require('../../scripts/tags/note')(hexo); + + before(() => hexo.init().then(() => hexo.loadPlugin(require.resolve('hexo-renderer-marked')))); + + it('only text', () => { + postNote([], content).should.eql(`

    ${result} +
    `); + }); + + it('classes and text', () => { + postNote(['primary'], content).should.eql(`
    ${result} +
    `); + }); + + it('classes, no-icon and text', () => { + postNote(['primary', 'no-icon'], content).should.eql(`
    ${result} +
    `); + }); + + it('summary and text', () => { + postNote(args, content).should.eql(`
    ${summary}

    +
    +${result} + +`); + }); + + it('classes, summary and text', () => { + postNote(['primary'].concat(args), content).should.eql(`
    ${summary}

    + +${result} + +
    `); + }); + + it('classes, no-icon, summary and text', () => { + postNote(['primary', 'no-icon'].concat(args), content).should.eql(`
    ${summary}

    + +${result} + +
    `); + }); + + it('keywords in summary', () => { + postNote(['It\'s', 'danger'], content).should.eql(`

    It’s danger

    +
    +${result} + +
    `); + }); +}); diff --git a/themes/next/test/tags/pdf.js b/themes/next/test/tags/pdf.js new file mode 100644 index 00000000..d3600006 --- /dev/null +++ b/themes/next/test/tags/pdf.js @@ -0,0 +1,23 @@ +'use strict'; + +require('chai').should(); +const Hexo = require('hexo'); +const hexo = new Hexo(); + +describe('pdf', () => { + const pdf = require('../../scripts/tags/pdf')(hexo); + + before(() => { + hexo.theme.config.pdf = { + height: '500px' + }; + }); + + it('default', () => { + pdf(['https://example.com/sample.pdf']).should.eql('
    '); + }); + + it('custom height', () => { + pdf(['https://example.com/sample.pdf', '1000px']).should.eql('
    '); + }); +}); diff --git a/themes/next/test/tags/tabs.js b/themes/next/test/tags/tabs.js new file mode 100644 index 00000000..db09ab10 --- /dev/null +++ b/themes/next/test/tags/tabs.js @@ -0,0 +1,96 @@ +'use strict'; + +require('chai').should(); +const Hexo = require('hexo'); +const hexo = new Hexo(); + +const content = 'Test **Bold** *Italic*'; +const result = '

    Test Bold Italic

    '; +const container = '
    `); + }); + + it('default', () => { + postTabs(['name'], + ` +${content} + + + +${content} +`).should.eql(`${container}
  • name 1
  • name 2
  • ${result}
    ${result}
    `); + }); + + it('selected index', () => { + postTabs('name, 2'.split(' '), + ` +${content} + + + +${content} +`).should.eql(`${container}
  • name 1
  • name 2
  • ${result}
    ${result}
    `); + }); + + it('no tab selected', () => { + postTabs('name, -1'.split(' '), + ` +${content} + + + +${content} +`).should.eql(`${container}
  • name 1
  • name 2
  • ${result}
    ${result}
    `); + }); + + it('label', () => { + postTabs('name'.split(' '), + ` +${content} + + + +${content} +`).should.eql(`${container}
  • Tab 1
  • Tab 2
  • ${result}
    ${result}
    `); + }); + + it('icon (Font Awesome 4)', () => { + postTabs('name'.split(' '), + ` +${content} + + + +${content} +`).should.eql(`${container}
  • ${result}
    ${result}
    `); + }); + + it('icon', () => { + postTabs('name'.split(' '), + ` +${content} + + + +${content} +`).should.eql(`${container}
  • ${result}
    ${result}
    `); + }); + + it('label and icon', () => { + postTabs('name, -1'.split(' '), + ` +${content} + + + +${content} +`).should.eql(`${container}
  • Tab 1
  • Tab 1
  • ${result}
    ${result}
    `); + }); +}); diff --git a/themes/next/test/tags/video.js b/themes/next/test/tags/video.js new file mode 100644 index 00000000..fba2fafc --- /dev/null +++ b/themes/next/test/tags/video.js @@ -0,0 +1,15 @@ +'use strict'; + +require('chai').should(); + +describe('video', () => { + const postVideo = require('../../scripts/tags/video'); + + it('default', () => { + postVideo(['https://example.com/sample.mp4']).should.eql(''); + }); + + it('poster', () => { + postVideo(['https://example.com/sample.mp4', 'https://example.com/sample.jpg']).should.eql(''); + }); +}); diff --git a/themes/next/test/validate/index.js b/themes/next/test/validate/index.js new file mode 100644 index 00000000..15d736b8 --- /dev/null +++ b/themes/next/test/validate/index.js @@ -0,0 +1,35 @@ +'use strict'; + +const fs = require('fs'); +const path = require('path'); +const yaml = require('js-yaml'); +const should = require('chai').should(); + +describe('Validate', () => { + it('config', () => { + const themeConfig = fs.readFileSync(path.join(__dirname, '../../_config.yml')); + should.not.throw(() => { + yaml.load(themeConfig); + }); + }); + + it('vendors', () => { + const vendorsFile = fs.readFileSync(path.join(__dirname, '../../_vendors.yml')); + should.not.throw(() => { + yaml.load(vendorsFile); + }); + }); + + it('language', () => { + const languagesPath = path.join(__dirname, '../../languages'); + should.not.throw(() => { + fs.readdirSync(languagesPath).forEach(lang => { + if (!lang.endsWith('.yml')) return; + const languagePath = path.join(languagesPath, lang); + yaml.load(fs.readFileSync(languagePath), { + filename: path.relative(__dirname, languagePath) + }); + }); + }); + }); +}); From 58d60e7eacbdd4d36fc75030ced9a17667a7ef5d Mon Sep 17 00:00:00 2001 From: Allasca Date: Wed, 27 Mar 2024 19:14:03 +0700 Subject: [PATCH 107/158] fh --- themes/next/_config.yml | 307 +++++++++++++++++++--------------------- 1 file changed, 143 insertions(+), 164 deletions(-) diff --git a/themes/next/_config.yml b/themes/next/_config.yml index 3e8c96c7..b08c3410 100644 --- a/themes/next/_config.yml +++ b/themes/next/_config.yml @@ -14,7 +14,7 @@ cache: enable: true # Remove unnecessary files after hexo generate. -minify: false +minify: true # Define custom file paths. # Create your custom files in site directory `source/_data` and uncomment needed files below. @@ -23,7 +23,6 @@ custom_file_path: #header: source/_data/header.njk #sidebar: source/_data/sidebar.njk #postMeta: source/_data/post-meta.njk - #postBodyStart: source/_data/post-body-start.njk #postBodyEnd: source/_data/post-body-end.njk #footer: source/_data/footer.njk #bodyEnd: source/_data/body-end.njk @@ -37,13 +36,13 @@ custom_file_path: # --------------------------------------------------------------- # Schemes -scheme: Muse -#scheme: Mist -#scheme: Pisces -#scheme: Gemini +# scheme: Muse +scheme: Mist +# scheme: Pisces +# scheme: Gemini # Dark Mode -darkmode: false +darkmode: true # --------------------------------------------------------------- @@ -58,7 +57,7 @@ favicon: #android_manifest: /manifest.json # Custom Logo (Warning: Do not support scheme Mist) -custom_logo: #/uploads/custom-logo.png +custom_logo: #/uploads/custom-logo.jpg # Creative Commons 4.0 International License. # See: https://creativecommons.org/about/cclicenses/ @@ -96,8 +95,8 @@ open_graph: # Value before `||` delimiter is the target link, value after `||` delimiter is the name of Font Awesome icon. # External url should start with http:// or https:// menu: - #home: / || fa fa-home - #about: /about/ || fa fa-user + home: / || fa fa-home + about: /about || fa fa-user #tags: /tags/ || fa fa-tags #categories: /categories/ || fa fa-th #archives: /archives/ || fa fa-archive @@ -141,11 +140,11 @@ sidebar: # Sidebar Avatar avatar: # Replace the default image and set the url here. - url: #/images/avatar.gif + url: https://avatars.githubusercontent.com/u/14250752?v=4 # If true, the avatar will be displayed in circle. - rounded: false + rounded: true # If true, the avatar will be rotated with the cursor. - rotated: false + rotated: true # Posts / Categories / Tags in sidebar. site_state: true @@ -155,9 +154,10 @@ site_state: true # Key is the link label showing to end users. # Value before `||` delimiter is the target permalink, value after `||` delimiter is the name of Font Awesome icon. social: - #GitHub: https://github.com/yourname || fab fa-github - #E-Mail: mailto:yourname@gmail.com || fa fa-envelope + GitHub: https://github.com/allasca || fab fa-github + E-Mail: mailto:y.allasca@gmail.com || fa fa-envelope #Weibo: https://weibo.com/yourname || fab fa-weibo + #Google: https://plus.google.com/yourname || fab fa-google #Twitter: https://twitter.com/yourname || fab fa-twitter #FB Page: https://www.facebook.com/yourname || fab fa-facebook #StackOverflow: https://stackoverflow.com/yourname || fab fa-stack-overflow @@ -173,6 +173,7 @@ social_icons: # Blog rolls links_settings: icon: fa fa-globe + title: Links # Available values: block | inline layout: block @@ -215,13 +216,12 @@ footer: color: "#ff0000" # If not defined, `author` from Hexo `_config.yml` will be used. - # Set to `false` to disable the copyright statement. copyright: # Powered by Hexo & NexT powered: true - # Beian ICP and gongan information for Chinese users. See: https://beian.miit.gov.cn, https://beian.mps.gov.cn + # Beian ICP and gongan information for Chinese users. See: https://beian.miit.gov.cn, http://www.beian.gov.cn beian: enable: false icp: @@ -229,7 +229,7 @@ footer: gongan_id: # The full num of gongan beian. gongan_num: - # The icon for gongan beian. Login and See: https://beian.mps.gov.cn/web/business/businessHome/website + # The icon for gongan beian. See: http://www.beian.gov.cn/portal/download gongan_icon_url: @@ -238,7 +238,7 @@ footer: # See: https://theme-next.js.org/docs/theme-settings/posts # --------------------------------------------------------------- -# Use `description` in front-matter to specify post excerpt. +# Automatically excerpt description in homepage as preamble text. excerpt_description: true # Read more button @@ -269,6 +269,7 @@ reward_settings: # If true, a donate button will be displayed in every article by default. enable: false animation: false + #comment: Buy me a coffee reward: #wechatpay: /images/wechatpay.png @@ -281,14 +282,15 @@ reward: follow_me: #Twitter: https://twitter.com/username || fab fa-twitter #Telegram: https://t.me/channel_name || fab fa-telegram - #WeChat: /images/wechat_channel.png || fab fa-weixin + #WeChat: /images/wechat_channel.jpg || fab fa-weixin #RSS: /atom.xml || fa fa-rss # Related popular posts # Dependencies: https://github.com/sergeyzwezdin/hexo-related-posts related_posts: enable: false - icon: fa fa-signs-post + title: # Custom header, leave empty to use the default one + display_in_home: false # Post edit # Easily browse and edit blog source code online. @@ -334,7 +336,7 @@ calendar: # See: https://theme-next.js.org/docs/theme-settings/miscellaneous # --------------------------------------------------------------- -# Preload styles and preconnect CDN for fonts and plugins. +# Preconnect CDN for fonts and plugins. # For more information: https://www.w3.org/TR/resource-hints/#preconnect preconnect: false @@ -373,10 +375,6 @@ codeblock: enable: false # Available values: default | flat | mac style: - # Fold code block - fold: - enable: false - height: 500 back2top: enable: true @@ -407,8 +405,9 @@ bookmark: # `Follow me on GitHub` banner in the top-right corner. github_banner: - enable: false - permalink: https://github.com/yourname + enable: true + permalink: https://github.com/allasca + title: Follow me on GitHub # --------------------------------------------------------------- @@ -468,7 +467,7 @@ font: # See: https://theme-next.js.org/docs/theme-settings/seo # --------------------------------------------------------------- -# If true, site-subtitle will be added to the title of index page. +# If true, site-subtitle will be added to index page. # Remember to set up your site-subtitle in Hexo `_config.yml` (e.g. subtitle: Subtitle) index_with_subtitle: false @@ -494,66 +493,17 @@ yandex_site_verification: baidu_site_verification: -# --------------------------------------------------------------- -# Tags Settings -# See: https://theme-next.js.org/docs/tag-plugins/ -# --------------------------------------------------------------- - -# Note tag (bootstrap callout) -note: - # Note tag style values: - # - simple bootstrap callout old alert style. Default. - # - modern bootstrap callout new (v2-v3) alert style. - # - flat flat callout style with background, like on Mozilla or StackOverflow. - # - disabled disable all CSS styles import of note tag. - style: simple - icons: false - # Offset lighter of background in % for modern and flat styles (modern: -12 | 12; flat: -18 | 6). - # Offset also applied to label tag variables. This option can work with disabled note tag. - light_bg_offset: 0 - -# Tabs tag -tabs: - # Make the nav bar of tabs with long content stick to the top. - sticky: false - transition: - tabs: false - labels: true - -# PDF tag -# NexT will try to load pdf files natively, if failed, pdf.js will be used. -# So, you have to install the dependency of pdf.js if you want to use pdf tag and make it available to all browsers. -# Dependencies: https://github.com/next-theme/theme-next-pdf -pdf: - enable: false - # Default height - height: 500px - -# Mermaid tag -mermaid: - enable: false - # Available themes: default | dark | forest | neutral - theme: - light: default - dark: dark - -# WaveDrom tag -wavedrom: - enable: false - # --------------------------------------------------------------- # Third Party Plugins & Services Settings # See: https://theme-next.js.org/docs/third-party-services/ # More plugins: https://github.com/next-theme/awesome-next +# You may need to install the corresponding dependency packages # --------------------------------------------------------------- -# --------------------------------------------------------------- # Math Formulas Render Support -# See: https://theme-next.js.org/docs/third-party-services/math-equations # Warning: Please install / uninstall the relevant renderer according to the documentation. +# See: https://theme-next.js.org/docs/third-party-services/math-equations # Server-side plugin: https://github.com/next-theme/hexo-filter-mathjax -# --------------------------------------------------------------- - math: # Default (false) will load mathjax / katex script on demand. # That is it only render those page which has `mathjax: true` in front-matter. @@ -570,12 +520,6 @@ math: # See: https://github.com/KaTeX/KaTeX/tree/master/contrib/copy-tex copy_tex: false - -# --------------------------------------------------------------- -# External Libraries -# See: https://theme-next.js.org/docs/third-party-services/external-libraries -# --------------------------------------------------------------- - # Easily enable fast Ajax navigation on your website. # For more information: https://github.com/next-theme/pjax pjax: false @@ -584,7 +528,7 @@ pjax: false # For more information: https://fancyapps.com/fancybox/ fancybox: false -# Medium Zoom is a JavaScript library for zooming images like Medium. +# A JavaScript library for zooming images like Medium. # Warning: Do not enable both `fancybox` and `mediumzoom`. # For more information: https://medium-zoom.francoischalifour.com mediumzoom: false @@ -593,12 +537,12 @@ mediumzoom: false # For more information: https://apoorv.pro/lozad.js/demo/ lazyload: false -# Automatically insert whitespace between CJK and half-width characters. +# Pangu Support # For more information: https://github.com/vinta/pangu.js # Server-side plugin: https://github.com/next-theme/hexo-pangu pangu: false -# Prefetch links based on what is in the user's viewport. +# Quicklink Support # For more information: https://getquick.link # Front-matter variable (nonsupport home archive). quicklink: @@ -617,46 +561,6 @@ quicklink: priority: true -# --------------------------------------------------------------- -# Animation Settings -# --------------------------------------------------------------- - -# Use Animate.css to animate everything. -# For more information: https://animate.style -motion: - enable: true - async: false - transition: - # All available transition variants: https://theme-next.js.org/animate/ - menu_item: fadeInDown - post_block: fadeIn - post_header: fadeInDown - post_body: fadeInDown - coll_header: fadeInLeft - # Only for Pisces | Gemini. - sidebar: fadeInUp - -# Progress bar in the top during page loading. -# For more information: https://github.com/CodeByZach/pace -pace: - enable: false - # All available colors: - # black | blue | green | orange | pink | purple | red | silver | white | yellow - color: blue - # All available themes: - # big-counter | bounce | barber-shop | center-atom | center-circle | center-radar | center-simple - # corner-indicator | fill-left | flat-top | flash | loading-bar | mac-osx | material | minimal - theme: minimal - -# Generate a ribbon in your website with HTML5 canvas. -# For more information: https://github.com/hustcc/ribbon.js -canvas_ribbon: - enable: false - size: 300 # The width of the ribbon - alpha: 0.6 # The transparency of the ribbon - zIndex: -1 # The display level of the ribbon - - # --------------------------------------------------------------- # Comments Settings # See: https://theme-next.js.org/docs/third-party-services/comments @@ -668,7 +572,7 @@ comments: style: tabs # Choose a comment system to be displayed by default. # Available values: disqus | disqusjs | changyan | livere | gitalk | utterances - active: + active: # Setting `true` means remembering the comment system selected by the visitor. storage: true # Lazyload all comment systems. @@ -684,8 +588,8 @@ comments: # Disqus # For more information: https://disqus.com disqus: - enable: false - shortname: + enable: true + shortname: allasca-github-io count: true # DisqusJS @@ -706,8 +610,6 @@ changyan: enable: false appid: appkey: - # Show comments count - count: true # LiveRe comments system # You can get your uid from https://livere.com/insight/myCode (General web site) @@ -733,15 +635,15 @@ gitalk: # Utterances # For more information: https://utteranc.es utterances: - enable: false - repo: user-name/repo-name # Github repository owner and name + enable: true + repo: allasca/allasca.github.io # Github repository owner and name # Available values: pathname | url | title | og:title issue_term: pathname # Available values: github-light | github-dark | preferred-color-scheme | github-dark-orange | icy-dark | dark-blue | photon-dark | boxy-light - theme: github-light + theme: github-dark # Isso -# For more information: https://isso-comments.de +# For more information: https://posativ.org/isso/ isso: # @@ -750,12 +652,16 @@ isso: # # See: https://theme-next.js.org/docs/third-party-services/post-widgets # --------------------------------------------------------------- -# AddToAny Share. See: https://www.addtoany.com -addtoany: +# Star rating support to each article. +# To get your ID visit https://widgetpack.com +rating: enable: false - buttons: - - facebook - - twitter + id: # + color: "#fc6423" + +# AddThis Share. See: https://www.addthis.com +# Go to https://www.addthis.com/dashboard to customize your tools. +add_this_id: # --------------------------------------------------------------- @@ -770,8 +676,6 @@ google_analytics: # By default, NexT will load an external gtag.js script on your site. # If you only need the pageview feature, set the following option to true to get a better performance. only_pageview: false - # only needed if you are using `only_pageview` mode, https://developers.google.com/analytics/devguides/collection/protocol/ga4 - measure_protocol_api_secret: # Baidu Analytics # See: https://tongji.baidu.com @@ -796,21 +700,6 @@ matomo: server_url: # https://www.example.com/ site_id: # -# Umami Analytics -# See: https://umami.is/ -umami: - enable: false - script_url: # https://umami.example.com/script.js - website_id: # - host_url: # - -# Plausible Analytics -# See: https://plausible.io/ -plausible: - enable: false - script_url: # https://plausible.io/js/script.js - site_domain: # www.example.com - # Show number of visitors of each article. # You can visit https://www.leancloud.cn to get AppID and AppKey. leancloud_visitors: @@ -881,9 +770,10 @@ local_search: # Firstly, you need to enable and configure the chat service. chat: enable: false - icon: fa fa-comment # Icon name in Font Awesome, set to `false` to disable icon. + icon: fa fa-comment # Icon name in Font Awesome, set false to disable icon. + text: Chat # Button text, change it as you wish. -# Chatra is a functional, easy to use piece of chat software for websites. +# Chatra Support # For more information: https://chatra.com # Dashboard: https://app.chatra.io/settings/general chatra: @@ -892,13 +782,102 @@ chatra: id: # Visit Dashboard to get your ChatraID #embed: # Unfinished experimental feature for developers. See: https://chatra.com/help/api/#injectto -# Tidio is a powerful, all-in-one customer service tool. +# Tidio Support # For more information: https://www.tidio.com # Dashboard: https://www.tidio.com/panel/dashboard tidio: enable: false key: # Public Key, get it from dashboard. See: https://www.tidio.com/panel/settings/developer +# Gitter Support +# For more information: https://gitter.im +gitter: + enable: false + room: + + +# --------------------------------------------------------------- +# Tags Settings +# See: https://theme-next.js.org/docs/tag-plugins/ +# --------------------------------------------------------------- + +# Note tag (bootstrap callout) +note: + # Note tag style values: + # - simple bootstrap callout old alert style. Default. + # - modern bootstrap callout new (v2-v3) alert style. + # - flat flat callout style with background, like on Mozilla or StackOverflow. + # - disabled disable all CSS styles import of note tag. + style: simple + icons: false + # Offset lighter of background in % for modern and flat styles (modern: -12 | 12; flat: -18 | 6). + # Offset also applied to label tag variables. This option can work with disabled note tag. + light_bg_offset: 0 + +# Tabs tag +tabs: + # Make the nav bar of tabs with long content stick to the top. + sticky: false + transition: + tabs: false + labels: true + +# PDF tag +# NexT will try to load pdf files natively, if failed, pdf.js will be used. +# So, you have to install the dependency of pdf.js if you want to use pdf tag and make it available to all browsers. +# Dependencies: https://github.com/next-theme/theme-next-pdf +pdf: + enable: false + # Default height + height: 500px + +# Mermaid tag +mermaid: + enable: false + # Available themes: default | dark | forest | neutral + theme: + light: default + dark: dark + + +# --------------------------------------------------------------- +# Animation Settings +# --------------------------------------------------------------- + +# Use Animate.css to animate everything. +# For more information: https://animate.style +motion: + enable: true + async: false + transition: + # All available transition variants: https://theme-next.js.org/animate/ + post_block: fadeIn + post_header: fadeInDown + post_body: fadeInDown + coll_header: fadeInLeft + # Only for Pisces | Gemini. + sidebar: fadeInUp + +# Progress bar in the top during page loading. +# For more information: https://github.com/CodeByZach/pace +pace: + enable: false + # All available colors: + # black | blue | green | orange | pink | purple | red | silver | white | yellow + color: blue + # All available themes: + # big-counter | bounce | barber-shop | center-atom | center-circle | center-radar | center-simple + # corner-indicator | fill-left | flat-top | flash | loading-bar | mac-osx | material | minimal + theme: minimal + +# Canvas ribbon +# For more information: https://github.com/hustcc/ribbon.js +canvas_ribbon: + enable: false + size: 300 # The width of the ribbon + alpha: 0.6 # The transparency of the ribbon + zIndex: -1 # The display level of the ribbon + # --------------------------------------------------------------- # CDN Settings @@ -925,4 +904,4 @@ vendors: # The js option is only valid when vendors.internal is local. css: css js: js -images: images +images: images \ No newline at end of file From bd9f86c32c8108caa255fd3b476dc05070b855d9 Mon Sep 17 00:00:00 2001 From: Allasca Date: Wed, 27 Mar 2024 19:16:02 +0700 Subject: [PATCH 108/158] sdgf --- themes/next/_config.yml | 305 +++++++++++++++++++++------------------- 1 file changed, 163 insertions(+), 142 deletions(-) diff --git a/themes/next/_config.yml b/themes/next/_config.yml index b08c3410..496f4139 100644 --- a/themes/next/_config.yml +++ b/themes/next/_config.yml @@ -14,7 +14,7 @@ cache: enable: true # Remove unnecessary files after hexo generate. -minify: true +minify: false # Define custom file paths. # Create your custom files in site directory `source/_data` and uncomment needed files below. @@ -23,6 +23,7 @@ custom_file_path: #header: source/_data/header.njk #sidebar: source/_data/sidebar.njk #postMeta: source/_data/post-meta.njk + #postBodyStart: source/_data/post-body-start.njk #postBodyEnd: source/_data/post-body-end.njk #footer: source/_data/footer.njk #bodyEnd: source/_data/body-end.njk @@ -36,13 +37,13 @@ custom_file_path: # --------------------------------------------------------------- # Schemes -# scheme: Muse -scheme: Mist -# scheme: Pisces -# scheme: Gemini +scheme: Muse +#scheme: Mist +#scheme: Pisces +#scheme: Gemini # Dark Mode -darkmode: true +darkmode: false # --------------------------------------------------------------- @@ -57,7 +58,7 @@ favicon: #android_manifest: /manifest.json # Custom Logo (Warning: Do not support scheme Mist) -custom_logo: #/uploads/custom-logo.jpg +custom_logo: #/uploads/custom-logo.png # Creative Commons 4.0 International License. # See: https://creativecommons.org/about/cclicenses/ @@ -95,8 +96,8 @@ open_graph: # Value before `||` delimiter is the target link, value after `||` delimiter is the name of Font Awesome icon. # External url should start with http:// or https:// menu: - home: / || fa fa-home - about: /about || fa fa-user + #home: / || fa fa-home + #about: /about/ || fa fa-user #tags: /tags/ || fa fa-tags #categories: /categories/ || fa fa-th #archives: /archives/ || fa fa-archive @@ -140,11 +141,11 @@ sidebar: # Sidebar Avatar avatar: # Replace the default image and set the url here. - url: https://avatars.githubusercontent.com/u/14250752?v=4 + url: #/images/avatar.gif # If true, the avatar will be displayed in circle. - rounded: true + rounded: false # If true, the avatar will be rotated with the cursor. - rotated: true + rotated: false # Posts / Categories / Tags in sidebar. site_state: true @@ -154,10 +155,9 @@ site_state: true # Key is the link label showing to end users. # Value before `||` delimiter is the target permalink, value after `||` delimiter is the name of Font Awesome icon. social: - GitHub: https://github.com/allasca || fab fa-github - E-Mail: mailto:y.allasca@gmail.com || fa fa-envelope + #GitHub: https://github.com/yourname || fab fa-github + #E-Mail: mailto:yourname@gmail.com || fa fa-envelope #Weibo: https://weibo.com/yourname || fab fa-weibo - #Google: https://plus.google.com/yourname || fab fa-google #Twitter: https://twitter.com/yourname || fab fa-twitter #FB Page: https://www.facebook.com/yourname || fab fa-facebook #StackOverflow: https://stackoverflow.com/yourname || fab fa-stack-overflow @@ -173,7 +173,6 @@ social_icons: # Blog rolls links_settings: icon: fa fa-globe - title: Links # Available values: block | inline layout: block @@ -216,12 +215,13 @@ footer: color: "#ff0000" # If not defined, `author` from Hexo `_config.yml` will be used. + # Set to `false` to disable the copyright statement. copyright: # Powered by Hexo & NexT powered: true - # Beian ICP and gongan information for Chinese users. See: https://beian.miit.gov.cn, http://www.beian.gov.cn + # Beian ICP and gongan information for Chinese users. See: https://beian.miit.gov.cn, https://beian.mps.gov.cn beian: enable: false icp: @@ -229,7 +229,7 @@ footer: gongan_id: # The full num of gongan beian. gongan_num: - # The icon for gongan beian. See: http://www.beian.gov.cn/portal/download + # The icon for gongan beian. Login and See: https://beian.mps.gov.cn/web/business/businessHome/website gongan_icon_url: @@ -238,7 +238,7 @@ footer: # See: https://theme-next.js.org/docs/theme-settings/posts # --------------------------------------------------------------- -# Automatically excerpt description in homepage as preamble text. +# Use `description` in front-matter to specify post excerpt. excerpt_description: true # Read more button @@ -269,7 +269,6 @@ reward_settings: # If true, a donate button will be displayed in every article by default. enable: false animation: false - #comment: Buy me a coffee reward: #wechatpay: /images/wechatpay.png @@ -282,15 +281,14 @@ reward: follow_me: #Twitter: https://twitter.com/username || fab fa-twitter #Telegram: https://t.me/channel_name || fab fa-telegram - #WeChat: /images/wechat_channel.jpg || fab fa-weixin + #WeChat: /images/wechat_channel.png || fab fa-weixin #RSS: /atom.xml || fa fa-rss # Related popular posts # Dependencies: https://github.com/sergeyzwezdin/hexo-related-posts related_posts: enable: false - title: # Custom header, leave empty to use the default one - display_in_home: false + icon: fa fa-signs-post # Post edit # Easily browse and edit blog source code online. @@ -336,7 +334,7 @@ calendar: # See: https://theme-next.js.org/docs/theme-settings/miscellaneous # --------------------------------------------------------------- -# Preconnect CDN for fonts and plugins. +# Preload styles and preconnect CDN for fonts and plugins. # For more information: https://www.w3.org/TR/resource-hints/#preconnect preconnect: false @@ -375,6 +373,10 @@ codeblock: enable: false # Available values: default | flat | mac style: + # Fold code block + fold: + enable: false + height: 500 back2top: enable: true @@ -405,9 +407,8 @@ bookmark: # `Follow me on GitHub` banner in the top-right corner. github_banner: - enable: true - permalink: https://github.com/allasca - title: Follow me on GitHub + enable: false + permalink: https://github.com/yourname # --------------------------------------------------------------- @@ -467,7 +468,7 @@ font: # See: https://theme-next.js.org/docs/theme-settings/seo # --------------------------------------------------------------- -# If true, site-subtitle will be added to index page. +# If true, site-subtitle will be added to the title of index page. # Remember to set up your site-subtitle in Hexo `_config.yml` (e.g. subtitle: Subtitle) index_with_subtitle: false @@ -493,17 +494,66 @@ yandex_site_verification: baidu_site_verification: +# --------------------------------------------------------------- +# Tags Settings +# See: https://theme-next.js.org/docs/tag-plugins/ +# --------------------------------------------------------------- + +# Note tag (bootstrap callout) +note: + # Note tag style values: + # - simple bootstrap callout old alert style. Default. + # - modern bootstrap callout new (v2-v3) alert style. + # - flat flat callout style with background, like on Mozilla or StackOverflow. + # - disabled disable all CSS styles import of note tag. + style: simple + icons: false + # Offset lighter of background in % for modern and flat styles (modern: -12 | 12; flat: -18 | 6). + # Offset also applied to label tag variables. This option can work with disabled note tag. + light_bg_offset: 0 + +# Tabs tag +tabs: + # Make the nav bar of tabs with long content stick to the top. + sticky: false + transition: + tabs: false + labels: true + +# PDF tag +# NexT will try to load pdf files natively, if failed, pdf.js will be used. +# So, you have to install the dependency of pdf.js if you want to use pdf tag and make it available to all browsers. +# Dependencies: https://github.com/next-theme/theme-next-pdf +pdf: + enable: false + # Default height + height: 500px + +# Mermaid tag +mermaid: + enable: false + # Available themes: default | dark | forest | neutral + theme: + light: default + dark: dark + +# WaveDrom tag +wavedrom: + enable: false + # --------------------------------------------------------------- # Third Party Plugins & Services Settings # See: https://theme-next.js.org/docs/third-party-services/ # More plugins: https://github.com/next-theme/awesome-next -# You may need to install the corresponding dependency packages # --------------------------------------------------------------- +# --------------------------------------------------------------- # Math Formulas Render Support -# Warning: Please install / uninstall the relevant renderer according to the documentation. # See: https://theme-next.js.org/docs/third-party-services/math-equations +# Warning: Please install / uninstall the relevant renderer according to the documentation. # Server-side plugin: https://github.com/next-theme/hexo-filter-mathjax +# --------------------------------------------------------------- + math: # Default (false) will load mathjax / katex script on demand. # That is it only render those page which has `mathjax: true` in front-matter. @@ -520,6 +570,12 @@ math: # See: https://github.com/KaTeX/KaTeX/tree/master/contrib/copy-tex copy_tex: false + +# --------------------------------------------------------------- +# External Libraries +# See: https://theme-next.js.org/docs/third-party-services/external-libraries +# --------------------------------------------------------------- + # Easily enable fast Ajax navigation on your website. # For more information: https://github.com/next-theme/pjax pjax: false @@ -528,7 +584,7 @@ pjax: false # For more information: https://fancyapps.com/fancybox/ fancybox: false -# A JavaScript library for zooming images like Medium. +# Medium Zoom is a JavaScript library for zooming images like Medium. # Warning: Do not enable both `fancybox` and `mediumzoom`. # For more information: https://medium-zoom.francoischalifour.com mediumzoom: false @@ -537,12 +593,12 @@ mediumzoom: false # For more information: https://apoorv.pro/lozad.js/demo/ lazyload: false -# Pangu Support +# Automatically insert whitespace between CJK and half-width characters. # For more information: https://github.com/vinta/pangu.js # Server-side plugin: https://github.com/next-theme/hexo-pangu pangu: false -# Quicklink Support +# Prefetch links based on what is in the user's viewport. # For more information: https://getquick.link # Front-matter variable (nonsupport home archive). quicklink: @@ -561,6 +617,46 @@ quicklink: priority: true +# --------------------------------------------------------------- +# Animation Settings +# --------------------------------------------------------------- + +# Use Animate.css to animate everything. +# For more information: https://animate.style +motion: + enable: true + async: false + transition: + # All available transition variants: https://theme-next.js.org/animate/ + menu_item: fadeInDown + post_block: fadeIn + post_header: fadeInDown + post_body: fadeInDown + coll_header: fadeInLeft + # Only for Pisces | Gemini. + sidebar: fadeInUp + +# Progress bar in the top during page loading. +# For more information: https://github.com/CodeByZach/pace +pace: + enable: false + # All available colors: + # black | blue | green | orange | pink | purple | red | silver | white | yellow + color: blue + # All available themes: + # big-counter | bounce | barber-shop | center-atom | center-circle | center-radar | center-simple + # corner-indicator | fill-left | flat-top | flash | loading-bar | mac-osx | material | minimal + theme: minimal + +# Generate a ribbon in your website with HTML5 canvas. +# For more information: https://github.com/hustcc/ribbon.js +canvas_ribbon: + enable: false + size: 300 # The width of the ribbon + alpha: 0.6 # The transparency of the ribbon + zIndex: -1 # The display level of the ribbon + + # --------------------------------------------------------------- # Comments Settings # See: https://theme-next.js.org/docs/third-party-services/comments @@ -572,7 +668,7 @@ comments: style: tabs # Choose a comment system to be displayed by default. # Available values: disqus | disqusjs | changyan | livere | gitalk | utterances - active: + active: # Setting `true` means remembering the comment system selected by the visitor. storage: true # Lazyload all comment systems. @@ -588,8 +684,8 @@ comments: # Disqus # For more information: https://disqus.com disqus: - enable: true - shortname: allasca-github-io + enable: false + shortname: count: true # DisqusJS @@ -610,6 +706,8 @@ changyan: enable: false appid: appkey: + # Show comments count + count: true # LiveRe comments system # You can get your uid from https://livere.com/insight/myCode (General web site) @@ -635,15 +733,15 @@ gitalk: # Utterances # For more information: https://utteranc.es utterances: - enable: true - repo: allasca/allasca.github.io # Github repository owner and name + enable: false + repo: user-name/repo-name # Github repository owner and name # Available values: pathname | url | title | og:title issue_term: pathname # Available values: github-light | github-dark | preferred-color-scheme | github-dark-orange | icy-dark | dark-blue | photon-dark | boxy-light - theme: github-dark + theme: github-light # Isso -# For more information: https://posativ.org/isso/ +# For more information: https://isso-comments.de isso: # @@ -652,16 +750,12 @@ isso: # # See: https://theme-next.js.org/docs/third-party-services/post-widgets # --------------------------------------------------------------- -# Star rating support to each article. -# To get your ID visit https://widgetpack.com -rating: +# AddToAny Share. See: https://www.addtoany.com +addtoany: enable: false - id: # - color: "#fc6423" - -# AddThis Share. See: https://www.addthis.com -# Go to https://www.addthis.com/dashboard to customize your tools. -add_this_id: + buttons: + - facebook + - twitter # --------------------------------------------------------------- @@ -676,6 +770,8 @@ google_analytics: # By default, NexT will load an external gtag.js script on your site. # If you only need the pageview feature, set the following option to true to get a better performance. only_pageview: false + # only needed if you are using `only_pageview` mode, https://developers.google.com/analytics/devguides/collection/protocol/ga4 + measure_protocol_api_secret: # Baidu Analytics # See: https://tongji.baidu.com @@ -700,6 +796,21 @@ matomo: server_url: # https://www.example.com/ site_id: # +# Umami Analytics +# See: https://umami.is/ +umami: + enable: false + script_url: # https://umami.example.com/script.js + website_id: # + host_url: # + +# Plausible Analytics +# See: https://plausible.io/ +plausible: + enable: false + script_url: # https://plausible.io/js/script.js + site_domain: # www.example.com + # Show number of visitors of each article. # You can visit https://www.leancloud.cn to get AppID and AppKey. leancloud_visitors: @@ -770,10 +881,9 @@ local_search: # Firstly, you need to enable and configure the chat service. chat: enable: false - icon: fa fa-comment # Icon name in Font Awesome, set false to disable icon. - text: Chat # Button text, change it as you wish. + icon: fa fa-comment # Icon name in Font Awesome, set to `false` to disable icon. -# Chatra Support +# Chatra is a functional, easy to use piece of chat software for websites. # For more information: https://chatra.com # Dashboard: https://app.chatra.io/settings/general chatra: @@ -782,102 +892,13 @@ chatra: id: # Visit Dashboard to get your ChatraID #embed: # Unfinished experimental feature for developers. See: https://chatra.com/help/api/#injectto -# Tidio Support +# Tidio is a powerful, all-in-one customer service tool. # For more information: https://www.tidio.com # Dashboard: https://www.tidio.com/panel/dashboard tidio: enable: false key: # Public Key, get it from dashboard. See: https://www.tidio.com/panel/settings/developer -# Gitter Support -# For more information: https://gitter.im -gitter: - enable: false - room: - - -# --------------------------------------------------------------- -# Tags Settings -# See: https://theme-next.js.org/docs/tag-plugins/ -# --------------------------------------------------------------- - -# Note tag (bootstrap callout) -note: - # Note tag style values: - # - simple bootstrap callout old alert style. Default. - # - modern bootstrap callout new (v2-v3) alert style. - # - flat flat callout style with background, like on Mozilla or StackOverflow. - # - disabled disable all CSS styles import of note tag. - style: simple - icons: false - # Offset lighter of background in % for modern and flat styles (modern: -12 | 12; flat: -18 | 6). - # Offset also applied to label tag variables. This option can work with disabled note tag. - light_bg_offset: 0 - -# Tabs tag -tabs: - # Make the nav bar of tabs with long content stick to the top. - sticky: false - transition: - tabs: false - labels: true - -# PDF tag -# NexT will try to load pdf files natively, if failed, pdf.js will be used. -# So, you have to install the dependency of pdf.js if you want to use pdf tag and make it available to all browsers. -# Dependencies: https://github.com/next-theme/theme-next-pdf -pdf: - enable: false - # Default height - height: 500px - -# Mermaid tag -mermaid: - enable: false - # Available themes: default | dark | forest | neutral - theme: - light: default - dark: dark - - -# --------------------------------------------------------------- -# Animation Settings -# --------------------------------------------------------------- - -# Use Animate.css to animate everything. -# For more information: https://animate.style -motion: - enable: true - async: false - transition: - # All available transition variants: https://theme-next.js.org/animate/ - post_block: fadeIn - post_header: fadeInDown - post_body: fadeInDown - coll_header: fadeInLeft - # Only for Pisces | Gemini. - sidebar: fadeInUp - -# Progress bar in the top during page loading. -# For more information: https://github.com/CodeByZach/pace -pace: - enable: false - # All available colors: - # black | blue | green | orange | pink | purple | red | silver | white | yellow - color: blue - # All available themes: - # big-counter | bounce | barber-shop | center-atom | center-circle | center-radar | center-simple - # corner-indicator | fill-left | flat-top | flash | loading-bar | mac-osx | material | minimal - theme: minimal - -# Canvas ribbon -# For more information: https://github.com/hustcc/ribbon.js -canvas_ribbon: - enable: false - size: 300 # The width of the ribbon - alpha: 0.6 # The transparency of the ribbon - zIndex: -1 # The display level of the ribbon - # --------------------------------------------------------------- # CDN Settings From d304ef935cc3c17ea8597f8dd31a522221fb0ac1 Mon Sep 17 00:00:00 2001 From: Allasca Date: Wed, 27 Mar 2024 19:22:15 +0700 Subject: [PATCH 109/158] gf --- themes/next/_config.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/themes/next/_config.yml b/themes/next/_config.yml index 496f4139..956691c0 100644 --- a/themes/next/_config.yml +++ b/themes/next/_config.yml @@ -37,13 +37,13 @@ custom_file_path: # --------------------------------------------------------------- # Schemes -scheme: Muse -#scheme: Mist +#scheme: Muse +scheme: Mist #scheme: Pisces #scheme: Gemini # Dark Mode -darkmode: false +darkmode: true # --------------------------------------------------------------- @@ -96,8 +96,8 @@ open_graph: # Value before `||` delimiter is the target link, value after `||` delimiter is the name of Font Awesome icon. # External url should start with http:// or https:// menu: - #home: / || fa fa-home - #about: /about/ || fa fa-user + home: / || fa fa-home + about: /about/ || fa fa-user #tags: /tags/ || fa fa-tags #categories: /categories/ || fa fa-th #archives: /archives/ || fa fa-archive @@ -141,11 +141,11 @@ sidebar: # Sidebar Avatar avatar: # Replace the default image and set the url here. - url: #/images/avatar.gif + url: https://avatars.githubusercontent.com/u/14250752?v=4 # If true, the avatar will be displayed in circle. - rounded: false + rounded: true # If true, the avatar will be rotated with the cursor. - rotated: false + rotated: true # Posts / Categories / Tags in sidebar. site_state: true @@ -155,8 +155,8 @@ site_state: true # Key is the link label showing to end users. # Value before `||` delimiter is the target permalink, value after `||` delimiter is the name of Font Awesome icon. social: - #GitHub: https://github.com/yourname || fab fa-github - #E-Mail: mailto:yourname@gmail.com || fa fa-envelope + GitHub: https://github.com/allasca || fab fa-github + E-Mail: mailto:y.allasca@gmail.com || fa fa-envelope #Weibo: https://weibo.com/yourname || fab fa-weibo #Twitter: https://twitter.com/yourname || fab fa-twitter #FB Page: https://www.facebook.com/yourname || fab fa-facebook @@ -210,7 +210,7 @@ footer: # Icon name in Font Awesome. See: https://fontawesome.com/icons name: fa fa-heart # If you want to animate the icon, set it to true. - animated: false + animated: true # Change the color of icon, using Hex Code. color: "#ff0000" From 59f999b5b603a6bb38210d3fbb0dcaf3fef1e312 Mon Sep 17 00:00:00 2001 From: Allasca Date: Wed, 27 Mar 2024 19:25:22 +0700 Subject: [PATCH 110/158] t --- themes/next/_config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/next/_config.yml b/themes/next/_config.yml index 956691c0..c09dec71 100644 --- a/themes/next/_config.yml +++ b/themes/next/_config.yml @@ -407,8 +407,8 @@ bookmark: # `Follow me on GitHub` banner in the top-right corner. github_banner: - enable: false - permalink: https://github.com/yourname + enable: true + permalink: https://github.com/allasca # --------------------------------------------------------------- @@ -684,8 +684,8 @@ comments: # Disqus # For more information: https://disqus.com disqus: - enable: false - shortname: + enable: true + shortname: allasca-github-io count: true # DisqusJS @@ -733,8 +733,8 @@ gitalk: # Utterances # For more information: https://utteranc.es utterances: - enable: false - repo: user-name/repo-name # Github repository owner and name + enable: true + repo: allasca/allasca.github.io # Github repository owner and name # Available values: pathname | url | title | og:title issue_term: pathname # Available values: github-light | github-dark | preferred-color-scheme | github-dark-orange | icy-dark | dark-blue | photon-dark | boxy-light From 4cc43517d111f145934c727f133a30aaee047beb Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Thu, 28 Mar 2024 00:36:13 +0700 Subject: [PATCH 111/158] Update log at 2024-03-28 00:36:11.227971 [28.3|0:36]: 192115037 | Unknown | [] | 115 | Username atau Password anda Salah. [28.3|0:36]: 190115013 | ARI SUPRIH BUDI KUNCORO | [00:36, -] | 123120 | --- source/dani.log | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/source/dani.log b/source/dani.log index 155c6388..9ec59f55 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,30 +1,2 @@ -[27.3|10:14]: 192115037 | YUDHA VIRMA ALLASCA | [05:29, 17:14] | 962 | -[27.3|10:14]: 178108000 | JOHAN ARI PITUTULU | [05:29, 17:14] | 961 | -[27.3|10:14]: 175104000 | WARIMAN | [05:29, 17:14] | 961 | -[27.3|10:14]: 190115013 | ARI SUPRIH BUDI KUNCORO | [05:29, 17:14] | 961 | -[27.3|10:14]: 177108001 | PITHUT GUNAWAN | [05:29, 17:14] | 961 | -[27.3|10:14]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:29, 17:14] | 961 | -[27.3|10:14]: 196116016 | DJETLI MARISHANNO LITAAY | [05:29, 17:14] | 961 | -[27.3|10:14]: 171108022 | HINU PULUNG MULIAWAN | [05:29, 17:14] | 961 | -[27.3|10:14]: 184114005 | DULKAMIT | [05:29, 17:14] | 962 | -[27.3|10:14]: 178108004 | MUKLISIN | [05:29, 17:14] | 961 | -[27.3|10:14]: 172195000 | SUNARDI | [05:29, 17:14] | 962 | -[27.3|10:14]: 173104002 | SUGENG RIYANTO | [05:29, 17:14] | 962 | -[27.3|10:14]: 190115017 | AHMAD ZAINUDDIN | [05:29, 17:14] | 962 | -[27.3|10:14]: 172198008 | IDA JATIYANA | [05:29, 17:14] | 961 | -[27.3|10:14]: 170114046 | MARGARETHA RISTIANI M. | [05:29, 17:14] | 961 | -[27.3|10:14]: 176111010 | KOKOK WAHYONO | [05:29, 17:14] | 961 | -[27.3|10:14]: 196116020 | SYELA RANSY TONAPA | [05:29, 17:14] | 961 | -[27.3|10:14]: 176106016 | MAHFUT WAWAN PRASETYO | [05:29, 17:14] | 961 | -[27.3|10:14]: 181106005 | KOKO ARDIANTO | [05:29, 17:14] | 961 | -[27.3|10:14]: 177109005 | RASMADI | [05:29, 17:14] | 961 | -[27.3|10:14]: 177111000 | SURADI | [05:29, 17:14] | 961 | -[27.3|10:14]: 190114014 | HARIS BUDIARTO | [05:29, 17:14] | 961 | -[27.3|10:14]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:29, 17:14] | 961 | -[27.3|10:14]: 173196002 | MISBAKHUL MUNIR | [05:29, 17:14] | 961 | -[27.3|10:14]: 180115201 | SUDARSONO | [05:29, 17:14] | 961 | -[27.3|10:14]: 196116029 | WAHYU BUDIANTO | [05:29, 17:14] | 957 | -[27.3|10:14]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:29, 17:14] | 961 | -[27.3|10:14]: 179113015 | HERU PURNOMO | [05:29, 17:14] | 962 | -[27.3|10:14]: 186114008 | BOWO SURYONO | [05:29, 17:14] | 874 | -[27.3|10:14]: 178106006 | IVAN CAHYO SUSANTO | [05:29, 17:14] | 874 | +[28.3|0:36]: 192115037 | Unknown | [] | 115 | Username atau Password anda Salah. +[28.3|0:36]: 190115013 | ARI SUPRIH BUDI KUNCORO | [00:36, -] | 123120 | From b24fb1642297555d52f400634da4c2fd3ecde9f2 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Thu, 28 Mar 2024 05:07:22 +0700 Subject: [PATCH 112/158] Update log at 2024-03-27 22:07:22.196775 [27.3|22:7]: 192115037 | YUDHA VIRMA ALLASCA | [00:25, -] | 962 | [27.3|22:7]: 178108000 | JOHAN ARI PITUTULU | [05:07, -] | 960 | [27.3|22:7]: 175104000 | WARIMAN | [05:07, -] | 960 | [27.3|22:7]: 190115013 | ARI SUPRIH BUDI KUNCORO | [00:36, -] | 961 | [27.3|22:7]: 177108001 | PITHUT GUNAWAN | [05:07, -] | 960 | [27.3|22:7]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:07, -] | 960 | [27.3|22:7]: 196116016 | DJETLI MARISHANNO LITAAY | [05:07, -] | 960 | [27.3|22:7]: 171108022 | HINU PULUNG MULIAWAN | [05:07, -] | 960 | [27.3|22:7]: 184114005 | DULKAMIT | [05:07, -] | 961 | [27.3|22:7]: 178108004 | MUKLISIN | [05:07, -] | 960 | [27.3|22:7]: 172195000 | SUNARDI | [05:07, -] | 961 | [27.3|22:7]: 173104002 | SUGENG RIYANTO | [05:07, -] | 961 | [27.3|22:7]: 190115017 | AHMAD ZAINUDDIN | [05:07, -] | 961 | [27.3|22:7]: 172198008 | IDA JATIYANA | [05:07, -] | 960 | [27.3|22:7]: 170114046 | MARGARETHA RISTIANI M. | [05:07, -] | 960 | [27.3|22:7]: 176111010 | KOKOK WAHYONO | [05:07, -] | 960 | [27.3|22:7]: 196116020 | SYELA RANSY TONAPA | [05:07, -] | 960 | [27.3|22:7]: 176106016 | MAHFUT WAWAN PRASETYO | [05:07, -] | 960 | [27.3|22:7]: 181106005 | KOKO ARDIANTO | [05:07, -] | 960 | [27.3|22:7]: 177109005 | RASMADI | [05:07, -] | 960 | [27.3|22:7]: 177111000 | SURADI | [05:07, -] | 960 | [27.3|22:7]: 190114014 | HARIS BUDIARTO | [05:07, -] | 960 | [27.3|22:7]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:07, -] | 960 | [27.3|22:7]: 173196002 | MISBAKHUL MUNIR | [05:07, -] | 960 | [27.3|22:7]: 180115201 | SUDARSONO | [05:07, -] | 960 | [27.3|22:7]: 196116029 | WAHYU BUDIANTO | [05:07, -] | 956 | [27.3|22:7]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:07, -] | 960 | [27.3|22:7]: 179113015 | HERU PURNOMO | [05:07, -] | 961 | [27.3|22:7]: 186114008 | BOWO SURYONO | [05:07, -] | 873 | [27.3|22:7]: 178106006 | IVAN CAHYO SUSANTO | [05:07, -] | 873 | --- source/dani.log | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/source/dani.log b/source/dani.log index 9ec59f55..1aa1bbb6 100644 --- a/source/dani.log +++ b/source/dani.log @@ -1,2 +1,30 @@ -[28.3|0:36]: 192115037 | Unknown | [] | 115 | Username atau Password anda Salah. -[28.3|0:36]: 190115013 | ARI SUPRIH BUDI KUNCORO | [00:36, -] | 123120 | +[27.3|22:7]: 192115037 | YUDHA VIRMA ALLASCA | [00:25, -] | 962 | +[27.3|22:7]: 178108000 | JOHAN ARI PITUTULU | [05:07, -] | 960 | +[27.3|22:7]: 175104000 | WARIMAN | [05:07, -] | 960 | +[27.3|22:7]: 190115013 | ARI SUPRIH BUDI KUNCORO | [00:36, -] | 961 | +[27.3|22:7]: 177108001 | PITHUT GUNAWAN | [05:07, -] | 960 | +[27.3|22:7]: 178108005 | EKO YUDISTIRO RONY ASHARI | [05:07, -] | 960 | +[27.3|22:7]: 196116016 | DJETLI MARISHANNO LITAAY | [05:07, -] | 960 | +[27.3|22:7]: 171108022 | HINU PULUNG MULIAWAN | [05:07, -] | 960 | +[27.3|22:7]: 184114005 | DULKAMIT | [05:07, -] | 961 | +[27.3|22:7]: 178108004 | MUKLISIN | [05:07, -] | 960 | +[27.3|22:7]: 172195000 | SUNARDI | [05:07, -] | 961 | +[27.3|22:7]: 173104002 | SUGENG RIYANTO | [05:07, -] | 961 | +[27.3|22:7]: 190115017 | AHMAD ZAINUDDIN | [05:07, -] | 961 | +[27.3|22:7]: 172198008 | IDA JATIYANA | [05:07, -] | 960 | +[27.3|22:7]: 170114046 | MARGARETHA RISTIANI M. | [05:07, -] | 960 | +[27.3|22:7]: 176111010 | KOKOK WAHYONO | [05:07, -] | 960 | +[27.3|22:7]: 196116020 | SYELA RANSY TONAPA | [05:07, -] | 960 | +[27.3|22:7]: 176106016 | MAHFUT WAWAN PRASETYO | [05:07, -] | 960 | +[27.3|22:7]: 181106005 | KOKO ARDIANTO | [05:07, -] | 960 | +[27.3|22:7]: 177109005 | RASMADI | [05:07, -] | 960 | +[27.3|22:7]: 177111000 | SURADI | [05:07, -] | 960 | +[27.3|22:7]: 190114014 | HARIS BUDIARTO | [05:07, -] | 960 | +[27.3|22:7]: 193112002 | DENI SETIADI PRATAMA EKA PUTRA | [05:07, -] | 960 | +[27.3|22:7]: 173196002 | MISBAKHUL MUNIR | [05:07, -] | 960 | +[27.3|22:7]: 180115201 | SUDARSONO | [05:07, -] | 960 | +[27.3|22:7]: 196116029 | WAHYU BUDIANTO | [05:07, -] | 956 | +[27.3|22:7]: 191119006 | WIDASTAMA ANGGA PERMANA | [05:07, -] | 960 | +[27.3|22:7]: 179113015 | HERU PURNOMO | [05:07, -] | 961 | +[27.3|22:7]: 186114008 | BOWO SURYONO | [05:07, -] | 873 | +[27.3|22:7]: 178106006 | IVAN CAHYO SUSANTO | [05:07, -] | 873 | From 24847d0be134ffef164a20dca9636a14480e9b9a Mon Sep 17 00:00:00 2001 From: Allasca Date: Thu, 28 Mar 2024 15:11:06 +0700 Subject: [PATCH 113/158] mepp --- source/_posts/mapeditpp.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 source/_posts/mapeditpp.md diff --git a/source/_posts/mapeditpp.md b/source/_posts/mapeditpp.md new file mode 100644 index 00000000..faddcf77 --- /dev/null +++ b/source/_posts/mapeditpp.md @@ -0,0 +1,33 @@ +--- +title: MapEdit++ +date: 2024-03-28 00:00:00 +--- +## MapEdit++ +Sebuah aplikasi MapEdit versi Open Source untuk membuat peta IMG pada garmin. + +### Download MapEdit++ +https://github.com/allasca/assets/blob/main/mepp-1.0.61.496-Win32.7z +### Level Setting +|Level|Bits|Lat grid|GPSr zoom|BaseCamp zoom| +|---|---|---|---|---| +|Level0=|24|2.38 m|120 m|Zoom0=0 (< 1.2 km)| +|Level1=|23|4.8 m| 200 m - 300 m |Zoom1=1 (1.2 - 3 km)| + +### MapEdit Style Forestry +marine chart mode: OFF +| Shapefile type | Style | +|---|---| +|Alur (Polyline)| Major highway| +|Hydro (Polyline) | River| +|Point (No label) | Medium city| +|Evapot (Polygon)| National park| +|Evapot (Polyline) | State province boundary| +|Evapot (Point label) | Label| +|Arc (Polyline) | Country parish boundary| +|Custom legenda (Polyline) | 1. Walkway trail | +|| 2. Planned route | +||3. Railroad| + +### Download cGPSmapper V0100d +Untuk mengubah MP format menjadi IMG garmin. +https://github.com/allasca/assets/blob/main/cGPSmapper_v0100d.exe \ No newline at end of file From 93ebb1080531b83423bbb453356c12fea9133f68 Mon Sep 17 00:00:00 2001 From: Allasca Date: Thu, 28 Mar 2024 15:26:25 +0700 Subject: [PATCH 114/158] google --- source/_posts/googlehybrid.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 source/_posts/googlehybrid.md diff --git a/source/_posts/googlehybrid.md b/source/_posts/googlehybrid.md new file mode 100644 index 00000000..0fcfb81c --- /dev/null +++ b/source/_posts/googlehybrid.md @@ -0,0 +1,12 @@ +--- +title: Google Hybrid Layer +date: 2024-03-28 00:00:00 +--- +Google hybrid layer untuk Arcgis dan Qgis + +### Download +Klik 3 titik icon pilih download. +|App|Link| +|---|---| +|Arcgis| https://github.com/allasca/assets/blob/main/maps/Google_Hybrid.lyr| +|Qgis| https://github.com/allasca/assets/blob/main/maps/Google%20Hybrid.qlr| \ No newline at end of file From 1fb358dd361a7832e95000fa3ff053a3788addb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:20:31 +0000 Subject: [PATCH 115/158] Bump hexo-renderer-marked from 6.2.0 to 6.3.0 Bumps [hexo-renderer-marked](https://github.com/hexojs/hexo-renderer-marked) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/hexojs/hexo-renderer-marked/releases) - [Commits](https://github.com/hexojs/hexo-renderer-marked/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: hexo-renderer-marked dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 24b32fdb..ce125eca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "hexo-generator-index": "^3.0.0", "hexo-generator-tag": "^2.0.0", "hexo-renderer-ejs": "^2.0.0", - "hexo-renderer-marked": "^6.0.0", + "hexo-renderer-marked": "^6.3.0", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", @@ -1287,9 +1287,9 @@ } }, "node_modules/hexo-renderer-marked": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/hexo-renderer-marked/-/hexo-renderer-marked-6.2.0.tgz", - "integrity": "sha512-/TwgQCAmqYIyxONzrgqokw0n8rU6W/lCtgbjhWcMoZxhwTaQCYpzaO0+sdu+PKXf9BL4910pg+xAbeFaqqIIrA==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/hexo-renderer-marked/-/hexo-renderer-marked-6.3.0.tgz", + "integrity": "sha512-V/ATcJ+tZHkTJSbScPzzHKmrwVMohU8i9MfuX9jp07Un/NpPtaTP821unP3JPu+O1nNLWMi+3xRbFRdm+8vajw==", "dependencies": { "dompurify": "^3.0.3", "hexo-util": "^3.1.0", diff --git a/package.json b/package.json index 5f14df08..920e6c70 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "hexo-generator-index": "^3.0.0", "hexo-generator-tag": "^2.0.0", "hexo-renderer-ejs": "^2.0.0", - "hexo-renderer-marked": "^6.0.0", + "hexo-renderer-marked": "^6.3.0", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", From 062c9883d14baebe4886ac85552870ab133fb9f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:04:32 +0000 Subject: [PATCH 116/158] Bump hexo from 7.1.1 to 7.2.0 Bumps [hexo](https://github.com/hexojs/hexo) from 7.1.1 to 7.2.0. - [Release notes](https://github.com/hexojs/hexo/releases) - [Commits](https://github.com/hexojs/hexo/compare/v7.1.1...v7.2.0) --- updated-dependencies: - dependency-name: hexo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 234 +++++----------------------------------------- package.json | 2 +- 2 files changed, 23 insertions(+), 213 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce125eca..620aebb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "hexo-site", "version": "0.0.0", "dependencies": { - "hexo": "^7.1.1", + "hexo": "^7.2.0", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", @@ -801,9 +801,9 @@ } }, "node_modules/hasown": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz", - "integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", "dependencies": { "function-bind": "^1.1.2" }, @@ -812,19 +812,19 @@ } }, "node_modules/hexo": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.1.1.tgz", - "integrity": "sha512-u6aJXG1npYkZJLl7QEOeTdm9hOwxfsLmFp4qAQVF0OAuNaikrKORjgNsjPmrWwI/tIObwjVJnEUJnV7S+NnUlw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.2.0.tgz", + "integrity": "sha512-RYIzl7jfG0i2jH/k5IZg4C1anyHfmKHNUsBKIn9LU0V3iQ0WQrwuOLFDJwaZDenqmzHYJhAVCGAkrBDfF/IlVg==", "dependencies": { "abbrev": "^2.0.0", "archy": "^1.0.0", "bluebird": "^3.7.2", - "hexo-cli": "^4.3.0", + "hexo-cli": "^4.3.2", "hexo-front-matter": "^4.2.1", - "hexo-fs": "^4.1.1", + "hexo-fs": "^4.1.3", "hexo-i18n": "^2.0.0", "hexo-log": "^4.0.1", - "hexo-util": "^3.0.1", + "hexo-util": "^3.3.0", "js-yaml": "^4.1.0", "js-yaml-js-types": "^1.0.0", "micromatch": "^4.0.4", @@ -839,7 +839,7 @@ "text-table": "^0.2.0", "tildify": "^2.0.0", "titlecase": "^1.1.3", - "warehouse": "^5.0.0" + "warehouse": "^5.0.1" }, "bin": { "hexo": "bin/hexo" @@ -853,16 +853,16 @@ } }, "node_modules/hexo-cli": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/hexo-cli/-/hexo-cli-4.3.1.tgz", - "integrity": "sha512-nYe7yJhXT7MwlDEpIAjneMfz0wnWTdIhRv+cVW2OPTw8JtG2X+8Y/sYhPDvQz/ZqjFRZ4qgiKFXN5orFJ/u1vg==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/hexo-cli/-/hexo-cli-4.3.2.tgz", + "integrity": "sha512-druJeBgLpG9ncDS5AhBHdAXk0G4CFj8Qes09pApyZ6bR+nJW1JYiDMuilhudaKDdq+1l49jWXVTidkcb7p0Jbw==", "dependencies": { "abbrev": "^2.0.0", "bluebird": "^3.7.2", "command-exists": "^1.2.9", "hexo-fs": "^4.1.1", "hexo-log": "^4.0.1", - "hexo-util": "^2.5.0", + "hexo-util": "^3.3.0", "minimist": "^1.2.5", "picocolors": "^1.0.0", "resolve": "^1.20.0", @@ -875,101 +875,6 @@ "node": ">=14" } }, - "node_modules/hexo-cli/node_modules/dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/hexo-cli/node_modules/dom-serializer/node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/hexo-cli/node_modules/domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", - "dependencies": { - "domelementtype": "^2.2.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/hexo-cli/node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", - "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/hexo-cli/node_modules/entities": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz", - "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/hexo-cli/node_modules/hexo-util": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/hexo-util/-/hexo-util-2.7.0.tgz", - "integrity": "sha512-hQM3h34nhDg0bSe/Tg1lnpODvNkz7h2u0+lZGzlKL0Oufp+5KCAEUX9wal7/xC7ax3/cwEn8IuoU75kNpZLpJQ==", - "dependencies": { - "bluebird": "^3.5.2", - "camel-case": "^4.0.0", - "cross-spawn": "^7.0.0", - "deepmerge": "^4.2.2", - "highlight.js": "^11.0.1", - "htmlparser2": "^7.0.0", - "prismjs": "^1.17.1", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=12.4.0" - } - }, - "node_modules/hexo-cli/node_modules/htmlparser2": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz", - "integrity": "sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==", - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.2", - "domutils": "^2.8.0", - "entities": "^3.0.1" - } - }, "node_modules/hexo-deployer-git": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/hexo-deployer-git/-/hexo-deployer-git-4.0.0.tgz", @@ -1093,114 +998,19 @@ } }, "node_modules/hexo-fs": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/hexo-fs/-/hexo-fs-4.1.1.tgz", - "integrity": "sha512-aDysNTyv8ElcerbFVbPLRXnYt+QDY6gAOZZ5DLbCxudY0Ywppqd+uZ03gZ2BDypIBvmNB27WYWYz76M+Yv/YXw==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/hexo-fs/-/hexo-fs-4.1.3.tgz", + "integrity": "sha512-Q92zQ5PlVDouvSWFLXQoFSTLIUIODikUJs2BfAXQglyOEjN1dOQn1Z5Nimk/7GHof17R5h/uObCQLnZAjzI2tg==", "dependencies": { "bluebird": "^3.7.2", "chokidar": "^3.5.3", "graceful-fs": "^4.2.10", - "hexo-util": "^2.7.0" + "hexo-util": "^3.0.1" }, "engines": { "node": ">=14" } }, - "node_modules/hexo-fs/node_modules/dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/hexo-fs/node_modules/dom-serializer/node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/hexo-fs/node_modules/domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", - "dependencies": { - "domelementtype": "^2.2.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/hexo-fs/node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", - "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/hexo-fs/node_modules/entities": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz", - "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/hexo-fs/node_modules/hexo-util": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/hexo-util/-/hexo-util-2.7.0.tgz", - "integrity": "sha512-hQM3h34nhDg0bSe/Tg1lnpODvNkz7h2u0+lZGzlKL0Oufp+5KCAEUX9wal7/xC7ax3/cwEn8IuoU75kNpZLpJQ==", - "dependencies": { - "bluebird": "^3.5.2", - "camel-case": "^4.0.0", - "cross-spawn": "^7.0.0", - "deepmerge": "^4.2.2", - "highlight.js": "^11.0.1", - "htmlparser2": "^7.0.0", - "prismjs": "^1.17.1", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=12.4.0" - } - }, - "node_modules/hexo-fs/node_modules/htmlparser2": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz", - "integrity": "sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==", - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.2", - "domutils": "^2.8.0", - "entities": "^3.0.1" - } - }, "node_modules/hexo-generator-archive": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/hexo-generator-archive/-/hexo-generator-archive-2.0.0.tgz", @@ -1341,9 +1151,9 @@ "integrity": "sha512-FyDbKvVRJKT+3yYxkfsXBVXHHPGxNULYfdd+pavcSclonehNwlpq7oPMsTPfO5jaYFuSmNH68TFTqRuXNZ2bHw==" }, "node_modules/hexo-util": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/hexo-util/-/hexo-util-3.2.0.tgz", - "integrity": "sha512-iM2eS8P88IUpcgiU2szx584bwhXzjzLLqED6WwDk55wYQZrQh/sni/UJwmoW4pxpgubbISIUPXr4LjwPyJuYzA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/hexo-util/-/hexo-util-3.3.0.tgz", + "integrity": "sha512-YvGngXijE2muEh5L/VI4Fmjqb+/yAkmY+VuyhWVoRwQu1X7bmWodsfYRXX7CUYhi5LqsvH8FAe/yBW1+f6ZX4Q==", "hasInstallScript": true, "dependencies": { "camel-case": "^4.1.2", diff --git a/package.json b/package.json index 920e6c70..82f6b66d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "version": "6.3.0" }, "dependencies": { - "hexo": "^7.1.1", + "hexo": "^7.2.0", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", From 6e1e2fe02f4321f6aa4795218cc0ef15b9c17a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 14:21:59 +0000 Subject: [PATCH 117/158] Bump hexo-theme-next from 8.19.2 to 8.20.0 Bumps [hexo-theme-next](https://github.com/next-theme/hexo-theme-next) from 8.19.2 to 8.20.0. - [Release notes](https://github.com/next-theme/hexo-theme-next/releases) - [Commits](https://github.com/next-theme/hexo-theme-next/compare/v8.19.2...v8.20.0) --- updated-dependencies: - dependency-name: hexo-theme-next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 620aebb9..dba2ad4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.19.2" + "hexo-theme-next": "^8.20.0" } }, "node_modules/@adobe/css-tools": { @@ -1146,9 +1146,9 @@ "integrity": "sha512-bWQJWMqQI78wWiJPQZq5pJBH20TM442ShCaHGRetuEgMraxH0OKxB3NTupJzNEkzEk8DV2yrdizkXdKN6i501A==" }, "node_modules/hexo-theme-next": { - "version": "8.19.2", - "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.19.2.tgz", - "integrity": "sha512-FyDbKvVRJKT+3yYxkfsXBVXHHPGxNULYfdd+pavcSclonehNwlpq7oPMsTPfO5jaYFuSmNH68TFTqRuXNZ2bHw==" + "version": "8.20.0", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.20.0.tgz", + "integrity": "sha512-cLKE32mP6B2E84+4XUXOgZhaI+srndHAviVpDaz8S7fj4OTnRchWg1anbhpZTFAgMO0NSRs4A0kT61eXY3l/Gg==" }, "node_modules/hexo-util": { "version": "3.3.0", diff --git a/package.json b/package.json index 82f6b66d..1c90973d 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.19.2" + "hexo-theme-next": "^8.20.0" } } From e826750b1a9ac99c5e8fe49294de0a6d7e7de603 Mon Sep 17 00:00:00 2001 From: Allasca Date: Wed, 12 Jun 2024 18:53:42 +0700 Subject: [PATCH 118/158] update sendmap --- source/_posts/mapeditpp.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_posts/mapeditpp.md b/source/_posts/mapeditpp.md index faddcf77..90377c11 100644 --- a/source/_posts/mapeditpp.md +++ b/source/_posts/mapeditpp.md @@ -30,4 +30,8 @@ marine chart mode: OFF ### Download cGPSmapper V0100d Untuk mengubah MP format menjadi IMG garmin. -https://github.com/allasca/assets/blob/main/cGPSmapper_v0100d.exe \ No newline at end of file +https://github.com/allasca/assets/blob/main/cGPSmapper_v0100d.exe + +### Download sendmap20 +Untuk mengirim IMG file ke garmin. +https://github.com/allasca/assets/blob/main/maps/sendmap20.zip \ No newline at end of file From d8ef0828e4fa7b5bb9f5826a4cc929ebd1ebf8b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:57:47 +0000 Subject: [PATCH 119/158] Bump hexo from 7.2.0 to 7.3.0 Bumps [hexo](https://github.com/hexojs/hexo) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/hexojs/hexo/releases) - [Commits](https://github.com/hexojs/hexo/compare/v7.2.0...v7.3.0) --- updated-dependencies: - dependency-name: hexo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dba2ad4d..079fd3e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "hexo-site", "version": "0.0.0", "dependencies": { - "hexo": "^7.2.0", + "hexo": "^7.3.0", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", @@ -812,9 +812,9 @@ } }, "node_modules/hexo": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.2.0.tgz", - "integrity": "sha512-RYIzl7jfG0i2jH/k5IZg4C1anyHfmKHNUsBKIn9LU0V3iQ0WQrwuOLFDJwaZDenqmzHYJhAVCGAkrBDfF/IlVg==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.3.0.tgz", + "integrity": "sha512-dOe8mzBKrvjubW5oBmyhcnQDpC+M2xmAMLae5K+o+SkHxyvAhShkS2VQZoTsOLIJKY6xilv7dzCjCvE7ol/NHQ==", "dependencies": { "abbrev": "^2.0.0", "archy": "^1.0.0", diff --git a/package.json b/package.json index 1c90973d..b7984265 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "version": "6.3.0" }, "dependencies": { - "hexo": "^7.2.0", + "hexo": "^7.3.0", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", From 899c97c606108a6da11d647255e2f0f030009245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:13:14 +0000 Subject: [PATCH 120/158] Bump hexo-generator-index from 3.0.0 to 4.0.0 Bumps [hexo-generator-index](https://github.com/hexojs/hexo-generator-index) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/hexojs/hexo-generator-index/releases) - [Commits](https://github.com/hexojs/hexo-generator-index/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: hexo-generator-index dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 079fd3e8..0523cb8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", - "hexo-generator-index": "^3.0.0", + "hexo-generator-index": "^4.0.0", "hexo-generator-tag": "^2.0.0", "hexo-renderer-ejs": "^2.0.0", "hexo-renderer-marked": "^6.3.0", @@ -1034,14 +1034,14 @@ } }, "node_modules/hexo-generator-index": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hexo-generator-index/-/hexo-generator-index-3.0.0.tgz", - "integrity": "sha512-83AuNN4cWdLVi//3ugR8E3kR6rrOwhXZt+hOCm1IjtIGj353/GlrtpMHpqZHU5kqipzj4miy9dweVdukXglVWw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/hexo-generator-index/-/hexo-generator-index-4.0.0.tgz", + "integrity": "sha512-KeM7mOCKWINGFAk1E+CkjMMgqFIv8oaRbGxR7ipkQAp44o4aopkVftma4sdIplOq9WQEWfVYDUK5gEv9J3nzUg==", "dependencies": { "hexo-pagination": "3.0.0" }, "engines": { - "node": ">=14" + "node": ">=18" } }, "node_modules/hexo-generator-tag": { diff --git a/package.json b/package.json index b7984265..141eb5d5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", - "hexo-generator-index": "^3.0.0", + "hexo-generator-index": "^4.0.0", "hexo-generator-tag": "^2.0.0", "hexo-renderer-ejs": "^2.0.0", "hexo-renderer-marked": "^6.3.0", From 9ec204692819f3720bfaf937b656d2714aad5f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:41:57 +0000 Subject: [PATCH 121/158] Bump hexo-theme-next from 8.20.0 to 8.21.0 Bumps [hexo-theme-next](https://github.com/next-theme/hexo-theme-next) from 8.20.0 to 8.21.0. - [Release notes](https://github.com/next-theme/hexo-theme-next/releases) - [Commits](https://github.com/next-theme/hexo-theme-next/compare/v8.20.0...v8.21.0) --- updated-dependencies: - dependency-name: hexo-theme-next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0523cb8d..71152a4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.20.0" + "hexo-theme-next": "^8.21.0" } }, "node_modules/@adobe/css-tools": { @@ -1146,9 +1146,9 @@ "integrity": "sha512-bWQJWMqQI78wWiJPQZq5pJBH20TM442ShCaHGRetuEgMraxH0OKxB3NTupJzNEkzEk8DV2yrdizkXdKN6i501A==" }, "node_modules/hexo-theme-next": { - "version": "8.20.0", - "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.20.0.tgz", - "integrity": "sha512-cLKE32mP6B2E84+4XUXOgZhaI+srndHAviVpDaz8S7fj4OTnRchWg1anbhpZTFAgMO0NSRs4A0kT61eXY3l/Gg==" + "version": "8.21.0", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.21.0.tgz", + "integrity": "sha512-O0xKsX73QJSOfPs8R+Kd1sFbJQhy0Od3NsoN5uR717IXjK4xn2w9x+GlSijEfh96JkhCIQOOPS5xBtzsfpjE6A==" }, "node_modules/hexo-util": { "version": "3.3.0", diff --git a/package.json b/package.json index 141eb5d5..238de051 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.20.0" + "hexo-theme-next": "^8.21.0" } } From be46fb2097244ded2c48ef3cbcd5f2a229372aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:13:46 +0000 Subject: [PATCH 122/158] Bump hexo-theme-next from 8.21.0 to 8.21.1 Bumps [hexo-theme-next](https://github.com/next-theme/hexo-theme-next) from 8.21.0 to 8.21.1. - [Release notes](https://github.com/next-theme/hexo-theme-next/releases) - [Commits](https://github.com/next-theme/hexo-theme-next/compare/v8.21.0...v8.21.1) --- updated-dependencies: - dependency-name: hexo-theme-next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 71152a4e..334e5536 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.21.0" + "hexo-theme-next": "^8.21.1" } }, "node_modules/@adobe/css-tools": { @@ -1146,9 +1146,9 @@ "integrity": "sha512-bWQJWMqQI78wWiJPQZq5pJBH20TM442ShCaHGRetuEgMraxH0OKxB3NTupJzNEkzEk8DV2yrdizkXdKN6i501A==" }, "node_modules/hexo-theme-next": { - "version": "8.21.0", - "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.21.0.tgz", - "integrity": "sha512-O0xKsX73QJSOfPs8R+Kd1sFbJQhy0Od3NsoN5uR717IXjK4xn2w9x+GlSijEfh96JkhCIQOOPS5xBtzsfpjE6A==" + "version": "8.21.1", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.21.1.tgz", + "integrity": "sha512-837Ycl/LWvp3CH7MhROComTncy23FuhSHkIIh418iTaU5Nc88tgb5aXtq53nD1eUgbKKMdmBm6AJBgr8FAGP2g==" }, "node_modules/hexo-util": { "version": "3.3.0", diff --git a/package.json b/package.json index 238de051..d787be4d 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.21.0" + "hexo-theme-next": "^8.21.1" } } From 0b5eae4d0dd0d31c643002eb326a0087a140bf69 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 1 Jan 2025 00:37:30 +0700 Subject: [PATCH 123/158] Update pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c5fe5f5f..485a16a8 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -3,7 +3,7 @@ name: Pages on: push: branches: - - main # default branch + - main # default branc jobs: build: From 03fd3ecae71dad6304cdcd725a1d469ade26489a Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 1 Jan 2025 00:47:07 +0700 Subject: [PATCH 124/158] Update pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 485a16a8..97607ef3 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -3,7 +3,7 @@ name: Pages on: push: branches: - - main # default branc + - main # default bran jobs: build: From 6a32b4fc5986a5852804fad9518396ee45e85737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 14:24:36 +0000 Subject: [PATCH 125/158] Bump hexo-theme-next from 8.21.1 to 8.22.0 Bumps [hexo-theme-next](https://github.com/next-theme/hexo-theme-next) from 8.21.1 to 8.22.0. - [Release notes](https://github.com/next-theme/hexo-theme-next/releases) - [Commits](https://github.com/next-theme/hexo-theme-next/compare/v8.21.1...v8.22.0) --- updated-dependencies: - dependency-name: hexo-theme-next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 334e5536..f685846b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.21.1" + "hexo-theme-next": "^8.22.0" } }, "node_modules/@adobe/css-tools": { @@ -1146,9 +1146,9 @@ "integrity": "sha512-bWQJWMqQI78wWiJPQZq5pJBH20TM442ShCaHGRetuEgMraxH0OKxB3NTupJzNEkzEk8DV2yrdizkXdKN6i501A==" }, "node_modules/hexo-theme-next": { - "version": "8.21.1", - "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.21.1.tgz", - "integrity": "sha512-837Ycl/LWvp3CH7MhROComTncy23FuhSHkIIh418iTaU5Nc88tgb5aXtq53nD1eUgbKKMdmBm6AJBgr8FAGP2g==" + "version": "8.22.0", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.22.0.tgz", + "integrity": "sha512-5ygjwme0LUlwmeuyHAll8977PAGbepUzit9N4cxQEW2jDMiEMQDWZj8GaTJ1dMzJ67RXQCIIVOwxlQ8jywYIMg==" }, "node_modules/hexo-util": { "version": "3.3.0", diff --git a/package.json b/package.json index d787be4d..8ae6dc02 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", - "hexo-theme-next": "^8.21.1" + "hexo-theme-next": "^8.22.0" } } From f7e2f0650d268487611d030b7044031c8ed46d7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 14:55:47 +0000 Subject: [PATCH 126/158] Bump hexo-renderer-marked from 6.3.0 to 7.0.0 Bumps [hexo-renderer-marked](https://github.com/hexojs/hexo-renderer-marked) from 6.3.0 to 7.0.0. - [Release notes](https://github.com/hexojs/hexo-renderer-marked/releases) - [Commits](https://github.com/hexojs/hexo-renderer-marked/compare/v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: hexo-renderer-marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 442 +++++++++++++++------------------------------- package.json | 2 +- 2 files changed, 145 insertions(+), 299 deletions(-) diff --git a/package-lock.json b/package-lock.json index f685846b..445be2cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "hexo-generator-index": "^4.0.0", "hexo-generator-tag": "^2.0.0", "hexo-renderer-ejs": "^2.0.0", - "hexo-renderer-marked": "^6.3.0", + "hexo-renderer-marked": "^7.0.0", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", @@ -27,25 +27,11 @@ "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.3.tgz", "integrity": "sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==" }, - "node_modules/@tootallnate/once": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", - "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", - "engines": { - "node": ">= 10" - } - }, "node_modules/a-sync-waterfall": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz", "integrity": "sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==" }, - "node_modules/abab": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", - "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", - "deprecated": "Use your platform's native atob() and btoa() methods instead" - }, "node_modules/abbrev": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", @@ -66,66 +52,14 @@ "node": ">= 0.6" } }, - "node_modules/acorn": { - "version": "8.11.3", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", - "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-globals": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-7.0.1.tgz", - "integrity": "sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==", - "dependencies": { - "acorn": "^8.1.0", - "acorn-walk": "^8.0.2" - } - }, - "node_modules/acorn-walk": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", - "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", - "engines": { - "node": ">=0.4.0" - } - }, "node_modules/agent-base": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", - "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", - "dependencies": { - "debug": "4" - }, + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz", + "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==", "engines": { - "node": ">= 6.0.0" + "node": ">= 14" } }, - "node_modules/agent-base/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/agent-base/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, "node_modules/ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", @@ -389,27 +323,17 @@ "node": ">= 8" } }, - "node_modules/cssom": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz", - "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==" - }, "node_modules/cssstyle": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", - "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.1.0.tgz", + "integrity": "sha512-h66W1URKpBS5YMI/V8PyXvTMFT8SupJ1IzoIV8IeBC/ji8WVmrO8dGlTi+2dh6whmdk6BiKJLD/ZBkhWbcg6nA==", "dependencies": { - "cssom": "~0.3.6" + "rrweb-cssom": "^0.7.1" }, "engines": { - "node": ">=8" + "node": ">=18" } }, - "node_modules/cssstyle/node_modules/cssom": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", - "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" - }, "node_modules/cuid": { "version": "2.1.8", "resolved": "https://registry.npmjs.org/cuid/-/cuid-2.1.8.tgz", @@ -417,16 +341,15 @@ "deprecated": "Cuid and other k-sortable and non-cryptographic ids (Ulid, ObjectId, KSUID, all UUIDs) are all insecure. Use @paralleldrive/cuid2 instead." }, "node_modules/data-urls": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz", - "integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz", + "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==", "dependencies": { - "abab": "^2.0.6", - "whatwg-mimetype": "^3.0.0", - "whatwg-url": "^11.0.0" + "whatwg-mimetype": "^4.0.0", + "whatwg-url": "^14.0.0" }, "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/debug": { @@ -507,18 +430,6 @@ } ] }, - "node_modules/domexception": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz", - "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==", - "deprecated": "Use your platform's native DOMException instead", - "dependencies": { - "webidl-conversions": "^7.0.0" - }, - "engines": { - "node": ">=12" - } - }, "node_modules/domhandler": { "version": "5.0.3", "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", @@ -594,26 +505,6 @@ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" }, - "node_modules/escodegen": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", - "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", - "dependencies": { - "esprima": "^4.0.1", - "estraverse": "^5.2.0", - "esutils": "^2.0.2" - }, - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" - }, - "engines": { - "node": ">=6.0" - }, - "optionalDependencies": { - "source-map": "~0.6.1" - } - }, "node_modules/esprima": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", @@ -626,22 +517,6 @@ "node": ">=4" } }, - "node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/etag": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", @@ -711,9 +586,9 @@ } }, "node_modules/form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", + "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -1097,17 +972,17 @@ } }, "node_modules/hexo-renderer-marked": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/hexo-renderer-marked/-/hexo-renderer-marked-6.3.0.tgz", - "integrity": "sha512-V/ATcJ+tZHkTJSbScPzzHKmrwVMohU8i9MfuX9jp07Un/NpPtaTP821unP3JPu+O1nNLWMi+3xRbFRdm+8vajw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/hexo-renderer-marked/-/hexo-renderer-marked-7.0.0.tgz", + "integrity": "sha512-rh9RGX2ijbdXQ7PElniCu7TReucFiO7Apvk/hzDg2t9N4umiz6QmANTR1yGvnQI8Ap/G8QtmsyVeG7313KhTVQ==", "dependencies": { "dompurify": "^3.0.3", "hexo-util": "^3.1.0", - "jsdom": "^20.0.1", - "marked": "^4.3.0" + "jsdom": "^25.0.1", + "marked": "^15.0.4" }, "engines": { - "node": ">=14" + "node": ">=18" } }, "node_modules/hexo-renderer-stylus": { @@ -1177,14 +1052,14 @@ } }, "node_modules/html-encoding-sniffer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz", - "integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz", + "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==", "dependencies": { - "whatwg-encoding": "^2.0.0" + "whatwg-encoding": "^3.1.1" }, "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/htmlparser2": { @@ -1229,24 +1104,23 @@ } }, "node_modules/http-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", - "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", + "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", "dependencies": { - "@tootallnate/once": "2", - "agent-base": "6", - "debug": "4" + "agent-base": "^7.1.0", + "debug": "^4.3.4" }, "engines": { - "node": ">= 6" + "node": ">= 14" } }, "node_modules/http-proxy-agent/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -1258,28 +1132,28 @@ } }, "node_modules/http-proxy-agent/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/https-proxy-agent": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", - "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", + "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", "dependencies": { - "agent-base": "6", + "agent-base": "^7.1.2", "debug": "4" }, "engines": { - "node": ">= 6" + "node": ">= 14" } }, "node_modules/https-proxy-agent/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -1291,9 +1165,9 @@ } }, "node_modules/https-proxy-agent/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/iconv-lite": { "version": "0.6.3", @@ -1452,42 +1326,37 @@ } }, "node_modules/jsdom": { - "version": "20.0.3", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz", - "integrity": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==", - "dependencies": { - "abab": "^2.0.6", - "acorn": "^8.8.1", - "acorn-globals": "^7.0.0", - "cssom": "^0.5.0", - "cssstyle": "^2.3.0", - "data-urls": "^3.0.2", - "decimal.js": "^10.4.2", - "domexception": "^4.0.0", - "escodegen": "^2.0.0", + "version": "25.0.1", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-25.0.1.tgz", + "integrity": "sha512-8i7LzZj7BF8uplX+ZyOlIz86V6TAsSs+np6m1kpW9u0JWi4z/1t+FzcK1aek+ybTnAC4KhBL4uXCNT0wcUIeCw==", + "dependencies": { + "cssstyle": "^4.1.0", + "data-urls": "^5.0.0", + "decimal.js": "^10.4.3", "form-data": "^4.0.0", - "html-encoding-sniffer": "^3.0.0", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.1", + "html-encoding-sniffer": "^4.0.0", + "http-proxy-agent": "^7.0.2", + "https-proxy-agent": "^7.0.5", "is-potential-custom-element-name": "^1.0.1", - "nwsapi": "^2.2.2", - "parse5": "^7.1.1", + "nwsapi": "^2.2.12", + "parse5": "^7.1.2", + "rrweb-cssom": "^0.7.1", "saxes": "^6.0.0", "symbol-tree": "^3.2.4", - "tough-cookie": "^4.1.2", - "w3c-xmlserializer": "^4.0.0", + "tough-cookie": "^5.0.0", + "w3c-xmlserializer": "^5.0.0", "webidl-conversions": "^7.0.0", - "whatwg-encoding": "^2.0.0", - "whatwg-mimetype": "^3.0.0", - "whatwg-url": "^11.0.0", - "ws": "^8.11.0", - "xml-name-validator": "^4.0.0" + "whatwg-encoding": "^3.1.1", + "whatwg-mimetype": "^4.0.0", + "whatwg-url": "^14.0.0", + "ws": "^8.18.0", + "xml-name-validator": "^5.0.0" }, "engines": { - "node": ">=14" + "node": ">=18" }, "peerDependencies": { - "canvas": "^2.5.0" + "canvas": "^2.11.2" }, "peerDependenciesMeta": { "canvas": { @@ -1520,14 +1389,14 @@ } }, "node_modules/marked": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", - "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==", + "version": "15.0.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.4.tgz", + "integrity": "sha512-TCHvDqmb3ZJ4PWG7VEGVgtefA5/euFmsIhxtD0XsBxI39gUSKL81mIRFdt0AiNQozUahd4ke98ZdirExd/vSEw==", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 12" + "node": ">= 18" } }, "node_modules/micro-memoize": { @@ -1713,9 +1582,9 @@ } }, "node_modules/nwsapi": { - "version": "2.2.7", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz", - "integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==" + "version": "2.2.16", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.16.tgz", + "integrity": "sha512-F1I/bimDpj3ncaNDhfyMWuFqmQDBwDB0Fogc2qpL3BWvkQteFD/8BzWuIRl83rq0DXfm8SGt/HFhLXZyljTXcQ==" }, "node_modules/on-finished": { "version": "2.3.0", @@ -1761,11 +1630,11 @@ } }, "node_modules/parse5": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", - "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz", + "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==", "dependencies": { - "entities": "^4.4.0" + "entities": "^4.5.0" }, "funding": { "url": "https://github.com/inikulin/parse5?sponsor=1" @@ -1841,11 +1710,6 @@ "node": ">=6" } }, - "node_modules/psl": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", - "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" - }, "node_modules/punycode": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", @@ -1854,11 +1718,6 @@ "node": ">=6" } }, - "node_modules/querystringify": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" - }, "node_modules/range-parser": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", @@ -1891,11 +1750,6 @@ "node": ">=8.10.0" } }, - "node_modules/requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" - }, "node_modules/resolve": { "version": "1.22.8", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", @@ -1917,6 +1771,11 @@ "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.1.tgz", "integrity": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==" }, + "node_modules/rrweb-cssom": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz", + "integrity": "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==" + }, "node_modules/safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", @@ -2039,15 +1898,6 @@ "node": ">=8" } }, - "node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/sprintf-js": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", @@ -2216,6 +2066,22 @@ "to-title-case": "bin.js" } }, + "node_modules/tldts": { + "version": "6.1.70", + "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.70.tgz", + "integrity": "sha512-/W1YVgYVJd9ZDjey5NXadNh0mJXkiUMUue9Zebd0vpdo1sU+H4zFFTaJ1RKD4N6KFoHfcXy6l+Vu7bh+bdWCzA==", + "dependencies": { + "tldts-core": "^6.1.70" + }, + "bin": { + "tldts": "bin/cli.js" + } + }, + "node_modules/tldts-core": { + "version": "6.1.70", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.70.tgz", + "integrity": "sha512-RNnIXDB1FD4T9cpQRErEqw6ZpjLlGdMOitdV+0xtbsnwr4YFka1zpc7D4KD+aAn8oSG5JyFrdasZTE04qDE9Yg==" + }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -2236,28 +2102,25 @@ } }, "node_modules/tough-cookie": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", - "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.0.0.tgz", + "integrity": "sha512-FRKsF7cz96xIIeMZ82ehjC3xW2E+O2+v11udrDYewUbszngYhsGa8z6YUMMzO9QJZzzyd0nGGXnML/TReX6W8Q==", "dependencies": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.2.0", - "url-parse": "^1.5.3" + "tldts": "^6.1.32" }, "engines": { - "node": ">=6" + "node": ">=16" } }, "node_modules/tr46": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", - "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz", + "integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==", "dependencies": { - "punycode": "^2.1.1" + "punycode": "^2.3.1" }, "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/tslib": { @@ -2265,14 +2128,6 @@ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, - "node_modules/universalify": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", - "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", - "engines": { - "node": ">= 4.0.0" - } - }, "node_modules/unpipe": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", @@ -2281,15 +2136,6 @@ "node": ">= 0.8" } }, - "node_modules/url-parse": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", - "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", - "dependencies": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", @@ -2312,14 +2158,14 @@ } }, "node_modules/w3c-xmlserializer": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz", - "integrity": "sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz", + "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==", "dependencies": { - "xml-name-validator": "^4.0.0" + "xml-name-validator": "^5.0.0" }, "engines": { - "node": ">=14" + "node": ">=18" } }, "node_modules/warehouse": { @@ -2349,34 +2195,34 @@ } }, "node_modules/whatwg-encoding": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", - "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", + "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==", "dependencies": { "iconv-lite": "0.6.3" }, "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/whatwg-mimetype": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", - "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz", + "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==", "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/whatwg-url": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", - "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.1.0.tgz", + "integrity": "sha512-jlf/foYIKywAt3x/XWKZ/3rz8OSJPiWktjmk891alJUEjiVxKX9LEO92qH3hv4aJ0mN3MWPvGMCy8jQi95xK4w==", "dependencies": { - "tr46": "^3.0.0", + "tr46": "^5.0.0", "webidl-conversions": "^7.0.0" }, "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/which": { @@ -2399,9 +2245,9 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "node_modules/ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", "engines": { "node": ">=10.0.0" }, @@ -2419,11 +2265,11 @@ } }, "node_modules/xml-name-validator": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", - "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz", + "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==", "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/xmlchars": { diff --git a/package.json b/package.json index 8ae6dc02..3cee6bf7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "hexo-generator-index": "^4.0.0", "hexo-generator-tag": "^2.0.0", "hexo-renderer-ejs": "^2.0.0", - "hexo-renderer-marked": "^6.3.0", + "hexo-renderer-marked": "^7.0.0", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", From 1e076a519f0af60b5251a67d8d97055f4155023c Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 15 Jan 2025 12:41:29 +0700 Subject: [PATCH 127/158] Create timberklem.md --- timberklem.md | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 timberklem.md diff --git a/timberklem.md b/timberklem.md new file mode 100644 index 00000000..bd3ebb9f --- /dev/null +++ b/timberklem.md @@ -0,0 +1,75 @@ +**Privacy Policy** + +This privacy policy applies to the Timberklem app (hereby referred to as "Application") for mobile devices that was created by Allasca Dev (hereby referred to as "Service Provider") as an Ad Supported service. This service is intended for use "AS IS". + +**Information Collection and Use** + +The Application collects information when you download and use it. This information may include information such as + +* Your device's Internet Protocol address (e.g. IP address) +* The pages of the Application that you visit, the time and date of your visit, the time spent on those pages +* The time spent on the Application +* The operating system you use on your mobile device + +The Application does not gather precise information about the location of your mobile device. + +The Application collects your device's location, which helps the Service Provider determine your approximate geographical location and make use of in below ways: + +* Geolocation Services: The Service Provider utilizes location data to provide features such as personalized content, relevant recommendations, and location-based services. +* Analytics and Improvements: Aggregated and anonymized location data helps the Service Provider to analyze user behavior, identify trends, and improve the overall performance and functionality of the Application. +* Third-Party Services: Periodically, the Service Provider may transmit anonymized location data to external services. These services assist them in enhancing the Application and optimizing their offerings. + +The Service Provider may use the information you provided to contact you from time to time to provide you with important information, required notices and marketing promotions. + +For a better experience, while using the Application, the Service Provider may require you to provide us with certain personally identifiable information. The information that the Service Provider request will be retained by them and used as described in this privacy policy. + +**Third Party Access** + +Only aggregated, anonymized data is periodically transmitted to external services to aid the Service Provider in improving the Application and their service. The Service Provider may share your information with third parties in the ways that are described in this privacy statement. + +Please note that the Application utilizes third-party services that have their own Privacy Policy about handling data. Below are the links to the Privacy Policy of the third-party service providers used by the Application: + +* [Google Play Services](https://www.google.com/policies/privacy/) +* [AdMob](https://support.google.com/admob/answer/6128543?hl=en) + +The Service Provider may disclose User Provided and Automatically Collected Information: + +* as required by law, such as to comply with a subpoena, or similar legal process; +* when they believe in good faith that disclosure is necessary to protect their rights, protect your safety or the safety of others, investigate fraud, or respond to a government request; +* with their trusted services providers who work on their behalf, do not have an independent use of the information we disclose to them, and have agreed to adhere to the rules set forth in this privacy statement. + +**Opt-Out Rights** + +You can stop all collection of information by the Application easily by uninstalling it. You may use the standard uninstall processes as may be available as part of your mobile device or via the mobile application marketplace or network. + +**Data Retention Policy** + +The Service Provider will retain User Provided data for as long as you use the Application and for a reasonable time thereafter. If you'd like them to delete User Provided Data that you have provided via the Application, please contact them at y.allasca@gmail.com and they will respond in a reasonable time. + +**Children** + +The Service Provider does not use the Application to knowingly solicit data from or market to children under the age of 13. + +The Application does not address anyone under the age of 13. The Service Provider does not knowingly collect personally identifiable information from children under 13 years of age. In the case the Service Provider discover that a child under 13 has provided personal information, the Service Provider will immediately delete this from their servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact the Service Provider (y.allasca@gmail.com) so that they will be able to take the necessary actions. + +**Security** + +The Service Provider is concerned about safeguarding the confidentiality of your information. The Service Provider provides physical, electronic, and procedural safeguards to protect information the Service Provider processes and maintains. + +**Changes** + +This Privacy Policy may be updated from time to time for any reason. The Service Provider will notify you of any changes to the Privacy Policy by updating this page with the new Privacy Policy. You are advised to consult this Privacy Policy regularly for any changes, as continued use is deemed approval of all changes. + +This privacy policy is effective as of 2025-01-15 + +**Your Consent** + +By using the Application, you are consenting to the processing of your information as set forth in this Privacy Policy now and as amended by us. + +**Contact Us** + +If you have any questions regarding privacy while using the Application, or have questions about the practices, please contact the Service Provider via email at y.allasca@gmail.com. + +* * * + +This privacy policy page was generated by [App Privacy Policy Generator](https://app-privacy-policy-generator.nisrulz.com/) From 31e5a77a4e5d615d9f39d763f4bb6f4c267dcebf Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 15 Jan 2025 12:42:11 +0700 Subject: [PATCH 128/158] Update _config.yml --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index c588cd3e..e44be63f 100644 --- a/_config.yml +++ b/_config.yml @@ -97,6 +97,7 @@ include: - daimon.md - dani.md - multigram.md + - timberklem.md - geocalc.md - refereel.md - dani.log From bfbb02d617f4ecde1bce1aa6a4e2a6a1281c0503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 14:52:38 +0000 Subject: [PATCH 129/158] Bump hexo-theme-landscape from 1.0.0 to 1.1.0 Bumps [hexo-theme-landscape](https://github.com/hexojs/hexo-theme-landscape) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/hexojs/hexo-theme-landscape/releases) - [Commits](https://github.com/hexojs/hexo-theme-landscape/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: hexo-theme-landscape dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 445be2cf..4c8af1cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "hexo-renderer-marked": "^7.0.0", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", - "hexo-theme-landscape": "^1.0.0", + "hexo-theme-landscape": "^1.1.0", "hexo-theme-next": "^8.22.0" } }, @@ -1016,9 +1016,10 @@ } }, "node_modules/hexo-theme-landscape": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexo-theme-landscape/-/hexo-theme-landscape-1.0.0.tgz", - "integrity": "sha512-bWQJWMqQI78wWiJPQZq5pJBH20TM442ShCaHGRetuEgMraxH0OKxB3NTupJzNEkzEk8DV2yrdizkXdKN6i501A==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/hexo-theme-landscape/-/hexo-theme-landscape-1.1.0.tgz", + "integrity": "sha512-nszjixBEiEDZjf7glAGbHg0nKGHZdUDwzFVVdRDeu4FeHfGcY5CZNl9sF4vSligjnD8IwFXpDfx5E+GRmNKvWg==", + "license": "MIT" }, "node_modules/hexo-theme-next": { "version": "8.22.0", diff --git a/package.json b/package.json index 3cee6bf7..4aeb7bb6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "hexo-renderer-marked": "^7.0.0", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", - "hexo-theme-landscape": "^1.0.0", + "hexo-theme-landscape": "^1.1.0", "hexo-theme-next": "^8.22.0" } } From f2fd7855d51fa80bde4b93bbbd0f8c2683e04f53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 14:35:29 +0000 Subject: [PATCH 130/158] Bump hexo-renderer-marked from 7.0.0 to 7.0.1 Bumps [hexo-renderer-marked](https://github.com/hexojs/hexo-renderer-marked) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/hexojs/hexo-renderer-marked/releases) - [Commits](https://github.com/hexojs/hexo-renderer-marked/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: hexo-renderer-marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c8af1cc..031a5189 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "hexo-generator-index": "^4.0.0", "hexo-generator-tag": "^2.0.0", "hexo-renderer-ejs": "^2.0.0", - "hexo-renderer-marked": "^7.0.0", + "hexo-renderer-marked": "^7.0.1", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.1.0", @@ -972,9 +972,10 @@ } }, "node_modules/hexo-renderer-marked": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/hexo-renderer-marked/-/hexo-renderer-marked-7.0.0.tgz", - "integrity": "sha512-rh9RGX2ijbdXQ7PElniCu7TReucFiO7Apvk/hzDg2t9N4umiz6QmANTR1yGvnQI8Ap/G8QtmsyVeG7313KhTVQ==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/hexo-renderer-marked/-/hexo-renderer-marked-7.0.1.tgz", + "integrity": "sha512-H9IMnDuhjAL24NjWJuqQG0Utdw09159AI531Dbs7jSqmXSXVImoA7SeWIt4XLDRKr1nfWwn+eDziWo4UT6f1fA==", + "license": "MIT", "dependencies": { "dompurify": "^3.0.3", "hexo-util": "^3.1.0", diff --git a/package.json b/package.json index 4aeb7bb6..c8c4abc8 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "hexo-generator-index": "^4.0.0", "hexo-generator-tag": "^2.0.0", "hexo-renderer-ejs": "^2.0.0", - "hexo-renderer-marked": "^7.0.0", + "hexo-renderer-marked": "^7.0.1", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.1.0", From 52633b621adc58427f4dfb04c74d67b6513ae9eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 14:37:35 +0000 Subject: [PATCH 131/158] Bump hexo-theme-next from 8.22.0 to 8.23.0 Bumps [hexo-theme-next](https://github.com/next-theme/hexo-theme-next) from 8.22.0 to 8.23.0. - [Release notes](https://github.com/next-theme/hexo-theme-next/releases) - [Commits](https://github.com/next-theme/hexo-theme-next/compare/v8.22.0...v8.23.0) --- updated-dependencies: - dependency-name: hexo-theme-next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 031a5189..d48cc51c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.1.0", - "hexo-theme-next": "^8.22.0" + "hexo-theme-next": "^8.23.0" } }, "node_modules/@adobe/css-tools": { @@ -1023,9 +1023,10 @@ "license": "MIT" }, "node_modules/hexo-theme-next": { - "version": "8.22.0", - "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.22.0.tgz", - "integrity": "sha512-5ygjwme0LUlwmeuyHAll8977PAGbepUzit9N4cxQEW2jDMiEMQDWZj8GaTJ1dMzJ67RXQCIIVOwxlQ8jywYIMg==" + "version": "8.23.0", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.23.0.tgz", + "integrity": "sha512-hHRuGRCTF1HyIjvucK3Ylxr2qYB2/bFXdD/IWyPtxcVvkLgn3jcwBq4Zw/ksd0qtKNnLnjrlwWSH9Dyy9Li5mA==", + "license": "AGPL-3.0-only" }, "node_modules/hexo-util": { "version": "3.3.0", diff --git a/package.json b/package.json index c8c4abc8..0ee15218 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.1.0", - "hexo-theme-next": "^8.22.0" + "hexo-theme-next": "^8.23.0" } } From d502401a86ec9ca655543a4b40d3245d7970c90f Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Mon, 7 Apr 2025 17:51:08 +0700 Subject: [PATCH 132/158] Update _config.yml --- themes/next/_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/next/_config.yml b/themes/next/_config.yml index c09dec71..a2132a76 100644 --- a/themes/next/_config.yml +++ b/themes/next/_config.yml @@ -407,7 +407,7 @@ bookmark: # `Follow me on GitHub` banner in the top-right corner. github_banner: - enable: true + enable: false permalink: https://github.com/allasca @@ -925,4 +925,4 @@ vendors: # The js option is only valid when vendors.internal is local. css: css js: js -images: images \ No newline at end of file +images: images From d09c79ac07c53a8a88a76ba17887ffd876ef4b38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:09:42 +0000 Subject: [PATCH 133/158] Bump hexo-theme-next from 8.23.0 to 8.23.1 Bumps [hexo-theme-next](https://github.com/next-theme/hexo-theme-next) from 8.23.0 to 8.23.1. - [Release notes](https://github.com/next-theme/hexo-theme-next/releases) - [Commits](https://github.com/next-theme/hexo-theme-next/compare/v8.23.0...v8.23.1) --- updated-dependencies: - dependency-name: hexo-theme-next dependency-version: 8.23.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d48cc51c..8ae1484e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.1.0", - "hexo-theme-next": "^8.23.0" + "hexo-theme-next": "^8.23.1" } }, "node_modules/@adobe/css-tools": { @@ -1023,9 +1023,9 @@ "license": "MIT" }, "node_modules/hexo-theme-next": { - "version": "8.23.0", - "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.23.0.tgz", - "integrity": "sha512-hHRuGRCTF1HyIjvucK3Ylxr2qYB2/bFXdD/IWyPtxcVvkLgn3jcwBq4Zw/ksd0qtKNnLnjrlwWSH9Dyy9Li5mA==", + "version": "8.23.1", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.23.1.tgz", + "integrity": "sha512-csbJPGhfflcBceJznUgWEMsAxq6Ef7ONDAD4XImPvSmczUadc+7oWEl+i1Ylg38Uu59r149p61RSZfxZ7FkosQ==", "license": "AGPL-3.0-only" }, "node_modules/hexo-util": { diff --git a/package.json b/package.json index 0ee15218..0b9baab8 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.1.0", - "hexo-theme-next": "^8.23.0" + "hexo-theme-next": "^8.23.1" } } From e7aaddf68c964766a9514d3a0d034a12acc1feb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 16:56:59 +0000 Subject: [PATCH 134/158] Bump hexo-theme-next from 8.23.1 to 8.23.2 Bumps [hexo-theme-next](https://github.com/next-theme/hexo-theme-next) from 8.23.1 to 8.23.2. - [Release notes](https://github.com/next-theme/hexo-theme-next/releases) - [Commits](https://github.com/next-theme/hexo-theme-next/compare/v8.23.1...v8.23.2) --- updated-dependencies: - dependency-name: hexo-theme-next dependency-version: 8.23.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ae1484e..186635ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.1.0", - "hexo-theme-next": "^8.23.1" + "hexo-theme-next": "^8.23.2" } }, "node_modules/@adobe/css-tools": { @@ -1023,10 +1023,9 @@ "license": "MIT" }, "node_modules/hexo-theme-next": { - "version": "8.23.1", - "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.23.1.tgz", - "integrity": "sha512-csbJPGhfflcBceJznUgWEMsAxq6Ef7ONDAD4XImPvSmczUadc+7oWEl+i1Ylg38Uu59r149p61RSZfxZ7FkosQ==", - "license": "AGPL-3.0-only" + "version": "8.23.2", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.23.2.tgz", + "integrity": "sha512-PXkWE8BLpD3ON0Y15epb/Vxm2lwVqH9xwDTdYAI7nbbi0tJql6BtcR6WEK2/UOTmZ/IIMKUVMAzLPM+cbeU2VQ==" }, "node_modules/hexo-util": { "version": "3.3.0", diff --git a/package.json b/package.json index 0b9baab8..4d65124b 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.1.0", - "hexo-theme-next": "^8.23.1" + "hexo-theme-next": "^8.23.2" } } From 0c82b79d3bd6762768ec119e2708758f0d1537c9 Mon Sep 17 00:00:00 2001 From: Allasca Date: Mon, 11 Aug 2025 09:53:20 +0700 Subject: [PATCH 135/158] ok --- source/_posts/tabelwvw.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 source/_posts/tabelwvw.md diff --git a/source/_posts/tabelwvw.md b/source/_posts/tabelwvw.md new file mode 100644 index 00000000..c8e4f0d3 --- /dev/null +++ b/source/_posts/tabelwvw.md @@ -0,0 +1,14 @@ +--- +title: Tabel WvW (Wolff von Wulfing) +date: 2025-08-11 09:00:00 +--- +Wolff von Wulfing tahun 1932 atau yang dikenal dengan Tabel WvW. Tanaman jati (Tectona grandis L.f.) termasuk jenis tanaman yang tumbuh dominan di Pulau Jawa. + +Tabel tegakan Wolf von Wulfing merupakan tabel volume yang digunakan oleh Perum Perhutani sejak tahun 1932. +### WvW Online +https://allasca.my.id/wvw/ +### Download PDF +Klik 3 titik icon pilih download. +|App|Link| +|---|---| +|WvW 1932| https://github.com/allasca/assets/blob/main/TABEL%20WvW%201932%20ASLI.pdf| \ No newline at end of file From 33fb44033f7149aa17f531868fe0e86469ced5a6 Mon Sep 17 00:00:00 2001 From: Allasca Date: Mon, 11 Aug 2025 10:02:24 +0700 Subject: [PATCH 136/158] okkk --- source/_posts/arcgis105.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 source/_posts/arcgis105.md diff --git a/source/_posts/arcgis105.md b/source/_posts/arcgis105.md new file mode 100644 index 00000000..55c4acdf --- /dev/null +++ b/source/_posts/arcgis105.md @@ -0,0 +1,11 @@ +--- +title: ArcGis Desktop 10.5 Crack +date: 2025-08-11 09:30:00 +--- +ArcGis Desktop 10.5 + +### Download +|App|Link| +|---|---| +|ArcGis 10.5| https://drive.google.com/file/d/1ZF8CbEwEPbIKlBNdc8SUTeSR8J3RhYtU/view?usp=sharing| +|Crack 10.5| https://drive.google.com/file/d/1wnwvFlJ21jg67oFjE1NJb76uDXWmrEcJ/view?usp=sharing| \ No newline at end of file From 85922bbc5b7d713420dea720497915387dedb003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 22:46:28 +0000 Subject: [PATCH 137/158] Bump hexo-theme-next from 8.23.2 to 8.24.1 Bumps [hexo-theme-next](https://github.com/next-theme/hexo-theme-next) from 8.23.2 to 8.24.1. - [Release notes](https://github.com/next-theme/hexo-theme-next/releases) - [Commits](https://github.com/next-theme/hexo-theme-next/compare/v8.23.2...v8.24.1) --- updated-dependencies: - dependency-name: hexo-theme-next dependency-version: 8.24.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 186635ac..e0badfe4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.1.0", - "hexo-theme-next": "^8.23.2" + "hexo-theme-next": "^8.24.1" } }, "node_modules/@adobe/css-tools": { @@ -1023,9 +1023,10 @@ "license": "MIT" }, "node_modules/hexo-theme-next": { - "version": "8.23.2", - "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.23.2.tgz", - "integrity": "sha512-PXkWE8BLpD3ON0Y15epb/Vxm2lwVqH9xwDTdYAI7nbbi0tJql6BtcR6WEK2/UOTmZ/IIMKUVMAzLPM+cbeU2VQ==" + "version": "8.24.1", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.24.1.tgz", + "integrity": "sha512-DTa+umV5XTDa8XEtiLkaKDzgHqlnrj5HXi+6auI690TJdbIULm9sgaUQFkriDr2jeeGQDUV4ptsvgTTRaZjiGw==", + "license": "AGPL-3.0-only" }, "node_modules/hexo-util": { "version": "3.3.0", diff --git a/package.json b/package.json index 4d65124b..bd4900ff 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.1.0", - "hexo-theme-next": "^8.23.2" + "hexo-theme-next": "^8.24.1" } } From 229b84679f3ffa2cf6fcf43e1c1220da2e8e9638 Mon Sep 17 00:00:00 2001 From: Allasca Date: Thu, 21 Aug 2025 15:13:47 +0700 Subject: [PATCH 138/158] sdsfsd --- source/_posts/phtgeojson.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 source/_posts/phtgeojson.md diff --git a/source/_posts/phtgeojson.md b/source/_posts/phtgeojson.md new file mode 100644 index 00000000..7676d53d --- /dev/null +++ b/source/_posts/phtgeojson.md @@ -0,0 +1,8 @@ +--- +title: PHT geoJson Helper +date: 2025-08-21 10:00:00 +--- +Ekspor shapefile wajib centang GeoJson saja (paling bawah). +Web ini membantu menghilangkan nilai null dan 0 pada array coordinate. +### PHT geoJson +https://allasca.my.id/pht_geojson/ \ No newline at end of file From 91bc18956e150f403d308b24187e50c99c210830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:02:55 +0000 Subject: [PATCH 139/158] Bump hexo-theme-next from 8.24.1 to 8.25.0 Bumps [hexo-theme-next](https://github.com/next-theme/hexo-theme-next) from 8.24.1 to 8.25.0. - [Release notes](https://github.com/next-theme/hexo-theme-next/releases) - [Commits](https://github.com/next-theme/hexo-theme-next/compare/v8.24.1...v8.25.0) --- updated-dependencies: - dependency-name: hexo-theme-next dependency-version: 8.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0badfe4..eacd30d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.1.0", - "hexo-theme-next": "^8.24.1" + "hexo-theme-next": "^8.25.0" } }, "node_modules/@adobe/css-tools": { @@ -1023,9 +1023,9 @@ "license": "MIT" }, "node_modules/hexo-theme-next": { - "version": "8.24.1", - "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.24.1.tgz", - "integrity": "sha512-DTa+umV5XTDa8XEtiLkaKDzgHqlnrj5HXi+6auI690TJdbIULm9sgaUQFkriDr2jeeGQDUV4ptsvgTTRaZjiGw==", + "version": "8.25.0", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.25.0.tgz", + "integrity": "sha512-ZboBoswarJAjGKnQxtepD3ZaOYJAQFj+SaIL8l7w/FcDZpqFPeBerVd861YMujQW4XRHiREh+dEjdJQeArhvkg==", "license": "AGPL-3.0-only" }, "node_modules/hexo-util": { diff --git a/package.json b/package.json index bd4900ff..cd2a6118 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.1.0", - "hexo-theme-next": "^8.24.1" + "hexo-theme-next": "^8.25.0" } } From 7739c7977529a91070221af6837bf13092c260e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:05:56 +0000 Subject: [PATCH 140/158] Bump hexo from 7.3.0 to 8.0.0 Bumps [hexo](https://github.com/hexojs/hexo) from 7.3.0 to 8.0.0. - [Release notes](https://github.com/hexojs/hexo/releases) - [Commits](https://github.com/hexojs/hexo/compare/v7.3.0...v8.0.0) --- updated-dependencies: - dependency-name: hexo dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 222 ++++++++++++++++++++++++++++++++-------------- package.json | 2 +- 2 files changed, 157 insertions(+), 67 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0badfe4..d56374a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "hexo-site", "version": "0.0.0", "dependencies": { - "hexo": "^7.3.0", + "hexo": "^8.0.0", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", @@ -61,11 +61,15 @@ } }, "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", + "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", + "license": "MIT", "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, "node_modules/ansi-styles": { @@ -158,11 +162,12 @@ } }, "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "license": "MIT", "dependencies": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" }, "engines": { "node": ">=8" @@ -334,12 +339,6 @@ "node": ">=18" } }, - "node_modules/cuid": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/cuid/-/cuid-2.1.8.tgz", - "integrity": "sha512-xiEMER6E7TlTPnDxrM4eRiC6TRgjNX9xzEZ5U/Se2YJKr7Mq4pJn/2XEHjl3STcSh96GmkHPcBXLES8M29wyyg==", - "deprecated": "Cuid and other k-sortable and non-cryptographic ids (Ulid, ObjectId, KSUID, all UUIDs) are all insecure. Use @paralleldrive/cuid2 instead." - }, "node_modules/data-urls": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz", @@ -530,6 +529,12 @@ "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-3.0.3.tgz", "integrity": "sha512-NCe8qxnZFARSHGztGMZOO/PC1qa5MIFB5Hp66WdzbCRAz8U8US3bx1UTgLS49efBQPcUtO9gf5oVEY8o7y/7Kg==" }, + "node_modules/fast-text-table": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/fast-text-table/-/fast-text-table-1.0.1.tgz", + "integrity": "sha512-KUwE3MizTzXwhrvTTEpWbug1ngV1zfjwzdxSkeWYGUoVGaaQoid+jxgg4zm4LB+OrtnD+X2xJFq7DCO3pc3fdQ==", + "license": "MIT" + }, "node_modules/filelist": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", @@ -558,9 +563,10 @@ } }, "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "license": "MIT", "dependencies": { "to-regex-range": "^5.0.1" }, @@ -687,40 +693,40 @@ } }, "node_modules/hexo": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.3.0.tgz", - "integrity": "sha512-dOe8mzBKrvjubW5oBmyhcnQDpC+M2xmAMLae5K+o+SkHxyvAhShkS2VQZoTsOLIJKY6xilv7dzCjCvE7ol/NHQ==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-8.0.0.tgz", + "integrity": "sha512-GFNUICrDWvrBrhq4Oe2BUKg4UFJpaU0PjoAm5WIwf6O0gV52vPCGkGWQxH6AhOfJ1BEHm3hJALRl7RqOcgQP+A==", + "license": "MIT", "dependencies": { - "abbrev": "^2.0.0", + "abbrev": "^3.0.0", "archy": "^1.0.0", "bluebird": "^3.7.2", + "fast-text-table": "^1.0.1", "hexo-cli": "^4.3.2", "hexo-front-matter": "^4.2.1", - "hexo-fs": "^4.1.3", + "hexo-fs": "^5.0.0", "hexo-i18n": "^2.0.0", - "hexo-log": "^4.0.1", + "hexo-log": "^4.1.0", "hexo-util": "^3.3.0", "js-yaml": "^4.1.0", - "js-yaml-js-types": "^1.0.0", - "micromatch": "^4.0.4", + "js-yaml-js-types": "^1.0.1", + "micromatch": "^4.0.8", "moize": "^6.1.6", - "moment": "^2.29.1", - "moment-timezone": "^0.5.34", - "nunjucks": "^3.2.3", - "picocolors": "^1.0.0", + "moment": "^2.30.1", + "moment-timezone": "^0.5.46", + "nunjucks": "^3.2.4", + "picocolors": "^1.1.1", "pretty-hrtime": "^1.0.3", - "resolve": "^1.22.0", - "strip-ansi": "^6.0.0", - "text-table": "^0.2.0", + "strip-ansi": "^7.1.0", "tildify": "^2.0.0", "titlecase": "^1.1.3", - "warehouse": "^5.0.1" + "warehouse": "^6.0.0" }, "bin": { "hexo": "bin/hexo" }, "engines": { - "node": ">=14" + "node": ">=20.19.0" }, "funding": { "type": "opencollective", @@ -1046,6 +1052,58 @@ "node": ">=14" } }, + "node_modules/hexo/node_modules/abbrev": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz", + "integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==", + "license": "ISC", + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/hexo/node_modules/chokidar": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", + "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", + "license": "MIT", + "dependencies": { + "readdirp": "^4.0.1" + }, + "engines": { + "node": ">= 14.16.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/hexo/node_modules/hexo-fs": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/hexo-fs/-/hexo-fs-5.0.0.tgz", + "integrity": "sha512-oBkg1QgXyb4JxipaH+yCV/7E7XOUASTK6x1pocWvLw6U2mB6VfLENgYg61ft9Qn6JCiKSzs7FU4vyTUy6gIPvQ==", + "license": "MIT", + "dependencies": { + "bluebird": "^3.7.2", + "chokidar": "^4.0.3", + "graceful-fs": "^4.2.10", + "hexo-util": "^3.3.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/hexo/node_modules/readdirp": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", + "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", + "license": "MIT", + "engines": { + "node": ">= 14.18.0" + }, + "funding": { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/highlight.js": { "version": "11.9.0", "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.9.0.tgz", @@ -1256,6 +1314,7 @@ "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "license": "MIT", "engines": { "node": ">=0.12.0" } @@ -1264,6 +1323,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -1373,7 +1433,8 @@ "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", "engines": [ "node >= 0.2.0" - ] + ], + "license": "MIT" }, "node_modules/lower-case": { "version": "2.0.2", @@ -1408,11 +1469,12 @@ "integrity": "sha512-+HzcV2H+rbSJzApgkj0NdTakkC+bnyeiUxgT6/m7mjcz1CmM22KYFKp+EVj1sWe4UYcnriJr5uqHQD/gMHLD+g==" }, "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "license": "MIT", "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": { @@ -1489,14 +1551,16 @@ "version": "2.30.1", "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==", + "license": "MIT", "engines": { "node": "*" } }, "node_modules/moment-timezone": { - "version": "0.5.45", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.45.tgz", - "integrity": "sha512-HIWmqA86KcmCAhnMAN0wuDOARV/525R2+lOLotuGFzn4HO+FH+/645z2wx0Dt3iDv6/p61SIvKnDstISainhLQ==", + "version": "0.5.48", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.48.tgz", + "integrity": "sha512-f22b8LV1gbTO2ms2j2z13MuPogNoh5UzxL3nzNAYKGraILnbGc9NEE6dyiiiLv46DGRb8A4kg8UKWLjPthxBHw==", + "license": "MIT", "dependencies": { "moment": "^2.29.4" }, @@ -1524,6 +1588,24 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, + "node_modules/nanoid": { + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, "node_modules/negotiator": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", @@ -1682,9 +1764,10 @@ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" }, "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "license": "ISC" }, "node_modules/picomatch": { "version": "2.3.1", @@ -1733,6 +1816,7 @@ "version": "3.6.2", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "license": "MIT", "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", @@ -1770,9 +1854,10 @@ } }, "node_modules/rfdc": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.1.tgz", - "integrity": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", + "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", + "license": "MIT" }, "node_modules/rrweb-cssom": { "version": "0.7.1", @@ -1918,6 +2003,7 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "license": "MIT", "dependencies": { "safe-buffer": "~5.2.0" } @@ -1939,17 +2025,22 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", + "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", + "license": "MIT", "dependencies": { - "ansi-regex": "^5.0.1" + "ansi-regex": "^6.0.1" }, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, "node_modules/strip-indent": { @@ -2040,15 +2131,11 @@ "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" - }, "node_modules/through2": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz", "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==", + "license": "MIT", "dependencies": { "readable-stream": "3" } @@ -2089,6 +2176,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "license": "MIT", "dependencies": { "is-number": "^7.0.0" }, @@ -2142,7 +2230,8 @@ "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "license": "MIT" }, "node_modules/utils-merge": { "version": "1.0.1", @@ -2172,21 +2261,22 @@ } }, "node_modules/warehouse": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/warehouse/-/warehouse-5.0.1.tgz", - "integrity": "sha512-5BQEQP56bPY+cqocTho4syazuGgSoyKd0y3PsS2j8tGN10HH+CEfJSIY+KUw9D0k4jaVEFMXLz0KqCiUzTYb8A==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/warehouse/-/warehouse-6.0.0.tgz", + "integrity": "sha512-eOlhyPp5HC951QVDgAeculpSxvfum4UZAbqXSzocqbdiziTseFJFYxmhsKqrQ3wrwgtzPGgkVN2rPL31YLQ0SA==", + "license": "MIT", "dependencies": { "bluebird": "^3.7.2", - "cuid": "^2.1.8", "graceful-fs": "^4.2.10", "hexo-log": "^4.0.1", "is-plain-object": "^5.0.0", "jsonparse": "^1.3.1", + "nanoid": "^3.3.7", "rfdc": "^1.3.0", "through2": "^4.0.2" }, "engines": { - "node": ">=14" + "node": ">=18" } }, "node_modules/webidl-conversions": { diff --git a/package.json b/package.json index bd4900ff..4568b027 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "version": "6.3.0" }, "dependencies": { - "hexo": "^7.3.0", + "hexo": "^8.0.0", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", From a2b76c7685b8c914c8801bc9a53bf6db17a7e015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:21:35 +0000 Subject: [PATCH 141/158] Bump hexo from 8.0.0 to 8.1.0 Bumps [hexo](https://github.com/hexojs/hexo) from 8.0.0 to 8.1.0. - [Release notes](https://github.com/hexojs/hexo/releases) - [Commits](https://github.com/hexojs/hexo/compare/v8.0.0...v8.1.0) --- updated-dependencies: - dependency-name: hexo dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 99 ++++++++++++++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 86 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2440ded4..c6ea5946 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "hexo-site", "version": "0.0.0", "dependencies": { - "hexo": "^8.0.0", + "hexo": "^8.1.0", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", @@ -98,11 +98,6 @@ "node": ">= 8" } }, - "node_modules/archy": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", - "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==" - }, "node_modules/argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", @@ -449,9 +444,10 @@ "integrity": "sha512-b7uwreMYL2eZhrSCRC4ahLTeZcPZxSmYfmcQGXGkXiZSNW1X85v+SDM5KsWcpivIiUBH47Ji7NtyUdpLeF5JZQ==" }, "node_modules/domutils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", - "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz", + "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", + "license": "BSD-2-Clause", "dependencies": { "dom-serializer": "^2.0.0", "domelementtype": "^2.3.0", @@ -524,6 +520,12 @@ "node": ">= 0.6" } }, + "node_modules/fast-archy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fast-archy/-/fast-archy-1.0.0.tgz", + "integrity": "sha512-j8CNf0sCX92BogtUZAMPhMj7p3nv7xxeETwfpVWQNQocC5b21FAa6bUzfuhcNoEa4f2RtDe5U3uY0NriH9nA7g==", + "license": "MIT" + }, "node_modules/fast-equals": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-3.0.3.tgz", @@ -693,21 +695,21 @@ } }, "node_modules/hexo": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/hexo/-/hexo-8.0.0.tgz", - "integrity": "sha512-GFNUICrDWvrBrhq4Oe2BUKg4UFJpaU0PjoAm5WIwf6O0gV52vPCGkGWQxH6AhOfJ1BEHm3hJALRl7RqOcgQP+A==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-8.1.0.tgz", + "integrity": "sha512-4t7oqGBGDfjCk1oFqJaKrzcWzjS7QlPQrP0PGwvsNeEpwjrSMV4pXlcZ3V49j/LGX2UE2NjtDyiYENBQCZFajw==", "license": "MIT", "dependencies": { "abbrev": "^3.0.0", - "archy": "^1.0.0", "bluebird": "^3.7.2", + "fast-archy": "^1.0.0", "fast-text-table": "^1.0.1", "hexo-cli": "^4.3.2", "hexo-front-matter": "^4.2.1", "hexo-fs": "^5.0.0", "hexo-i18n": "^2.0.0", "hexo-log": "^4.1.0", - "hexo-util": "^3.3.0", + "hexo-util": "^4.0.0", "js-yaml": "^4.1.0", "js-yaml-js-types": "^1.0.1", "micromatch": "^4.0.8", @@ -1076,6 +1078,18 @@ "url": "https://paulmillr.com/funding/" } }, + "node_modules/hexo/node_modules/entities": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", + "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, "node_modules/hexo/node_modules/hexo-fs": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/hexo-fs/-/hexo-fs-5.0.0.tgz", @@ -1091,6 +1105,63 @@ "node": ">=18" } }, + "node_modules/hexo/node_modules/hexo-fs/node_modules/hexo-util": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/hexo-util/-/hexo-util-3.3.0.tgz", + "integrity": "sha512-YvGngXijE2muEh5L/VI4Fmjqb+/yAkmY+VuyhWVoRwQu1X7bmWodsfYRXX7CUYhi5LqsvH8FAe/yBW1+f6ZX4Q==", + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "camel-case": "^4.1.2", + "cross-spawn": "^7.0.3", + "deepmerge": "^4.2.2", + "highlight.js": "^11.6.0", + "htmlparser2": "^9.0.0", + "prismjs": "^1.29.0", + "strip-indent": "^3.0.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/hexo/node_modules/hexo-util": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/hexo-util/-/hexo-util-4.0.0.tgz", + "integrity": "sha512-oXKXBs1HZ2Wu/eq0paAVqtCmAEcqJPZ4xxSVRuwAplm1hFU41Ul53WA5bmYMEz9Dp+OJ/SdchjXRmYlbGJdt3w==", + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "camel-case": "^4.1.2", + "cross-spawn": "^7.0.3", + "deepmerge": "^4.2.2", + "highlight.js": "^11.6.0", + "htmlparser2": "^10.0.0", + "prismjs": "^1.29.0", + "strip-indent": "^3.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/hexo/node_modules/hexo-util/node_modules/htmlparser2": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.0.0.tgz", + "integrity": "sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "license": "MIT", + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.2.1", + "entities": "^6.0.0" + } + }, "node_modules/hexo/node_modules/readdirp": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", diff --git a/package.json b/package.json index 50ea2200..e13b49ef 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "version": "6.3.0" }, "dependencies": { - "hexo": "^8.0.0", + "hexo": "^8.1.0", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", From 17bcfc4472b289398513c126325bf47d04d63680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 14:05:42 +0000 Subject: [PATCH 142/158] Bump hexo from 8.1.0 to 8.1.1 Bumps [hexo](https://github.com/hexojs/hexo) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/hexojs/hexo/releases) - [Commits](https://github.com/hexojs/hexo/compare/v8.1.0...v8.1.1) --- updated-dependencies: - dependency-name: hexo dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6ea5946..d6a05439 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "hexo-site", "version": "0.0.0", "dependencies": { - "hexo": "^8.1.0", + "hexo": "^8.1.1", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", @@ -695,9 +695,9 @@ } }, "node_modules/hexo": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/hexo/-/hexo-8.1.0.tgz", - "integrity": "sha512-4t7oqGBGDfjCk1oFqJaKrzcWzjS7QlPQrP0PGwvsNeEpwjrSMV4pXlcZ3V49j/LGX2UE2NjtDyiYENBQCZFajw==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-8.1.1.tgz", + "integrity": "sha512-UnzT4ImjKzMMuVRsvudxrl7MkdZwKe4S9xJN5pQPK9c+K0G+fLFb9kB6CqZZwj2E5ne+QK0ls4XMKqTUbNR3RQ==", "license": "MIT", "dependencies": { "abbrev": "^3.0.0", diff --git a/package.json b/package.json index e13b49ef..32540028 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "version": "6.3.0" }, "dependencies": { - "hexo": "^8.1.0", + "hexo": "^8.1.1", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", From 255abb4fcdcf1c9156814fdc3f2f3e500ed31cb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 14:08:21 +0000 Subject: [PATCH 143/158] Bump hexo-theme-next from 8.25.0 to 8.26.0 Bumps [hexo-theme-next](https://github.com/next-theme/hexo-theme-next) from 8.25.0 to 8.26.0. - [Release notes](https://github.com/next-theme/hexo-theme-next/releases) - [Commits](https://github.com/next-theme/hexo-theme-next/compare/v8.25.0...v8.26.0) --- updated-dependencies: - dependency-name: hexo-theme-next dependency-version: 8.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6a05439..bc9cce58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.1.0", - "hexo-theme-next": "^8.25.0" + "hexo-theme-next": "^8.26.0" } }, "node_modules/@adobe/css-tools": { @@ -1031,9 +1031,9 @@ "license": "MIT" }, "node_modules/hexo-theme-next": { - "version": "8.25.0", - "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.25.0.tgz", - "integrity": "sha512-ZboBoswarJAjGKnQxtepD3ZaOYJAQFj+SaIL8l7w/FcDZpqFPeBerVd861YMujQW4XRHiREh+dEjdJQeArhvkg==", + "version": "8.26.0", + "resolved": "https://registry.npmjs.org/hexo-theme-next/-/hexo-theme-next-8.26.0.tgz", + "integrity": "sha512-AJZKqaBM4W+Dhnf7imD4F26q+OKk7ArmrrKvYcf35Lw55CHzxhGQewxJXNL0y78So1FV825/O9DDPCb3yJCPfw==", "license": "AGPL-3.0-only" }, "node_modules/hexo-util": { diff --git a/package.json b/package.json index 32540028..43d24ee0 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.1.0", - "hexo-theme-next": "^8.25.0" + "hexo-theme-next": "^8.26.0" } } From 8efcf5746910ad1c1f5f689118b20b1660680d73 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 18 Nov 2025 16:24:30 +0700 Subject: [PATCH 144/158] Update CNAME --- source/CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CNAME b/source/CNAME index 834296f8..d540d307 100644 --- a/source/CNAME +++ b/source/CNAME @@ -1 +1 @@ -allasca.my.id \ No newline at end of file +blog.allasca.my.id From e4de6d9e720c4b71cf289491a7691dc43ef59ff7 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 18 Nov 2025 22:14:01 +0700 Subject: [PATCH 145/158] Update CNAME --- source/CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CNAME b/source/CNAME index d540d307..8b137891 100644 --- a/source/CNAME +++ b/source/CNAME @@ -1 +1 @@ -blog.allasca.my.id + From d0ce281717562160de61c80027819c794aeffe10 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 18 Nov 2025 22:15:05 +0700 Subject: [PATCH 146/158] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index e44be63f..765d61c6 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ # Hexo Configuration ## Docs: https://hexo.io/docs/configuration.html ## Source: https://github.com/hexojs/hexo/ - + # Site title: Allasca subtitle: 'Meh is the new normal' From 18e7ff40990bb155b94f882f606c54f48364717f Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 19 Nov 2025 09:16:42 +0700 Subject: [PATCH 147/158] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43d24ee0..4262b7ec 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "version": "6.3.0" }, "dependencies": { - "hexo": "^8.1.1", + "hexo": "^7.3.0", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", From 77d758ac2c402e1d343f1b891a27d4f4e9df8e8d Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Wed, 19 Nov 2025 09:21:23 +0700 Subject: [PATCH 148/158] Delete source/CNAME --- source/CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 source/CNAME diff --git a/source/CNAME b/source/CNAME deleted file mode 100644 index 8b137891..00000000 --- a/source/CNAME +++ /dev/null @@ -1 +0,0 @@ - From a467919d9f677778349bc60a541d1f539d070cfb Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 25 Nov 2025 18:10:10 +0700 Subject: [PATCH 149/158] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c558e35..12a1810c 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -. +powered by hexo From 2046fb49ecd06adceaab4387ec09df3e02766341 Mon Sep 17 00:00:00 2001 From: Allasca Date: Sat, 29 Nov 2025 00:53:59 +0700 Subject: [PATCH 150/158] up --- source/_posts/phtgeojson.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source/_posts/phtgeojson.md b/source/_posts/phtgeojson.md index 7676d53d..473f76a7 100644 --- a/source/_posts/phtgeojson.md +++ b/source/_posts/phtgeojson.md @@ -2,7 +2,10 @@ title: PHT geoJson Helper date: 2025-08-21 10:00:00 --- -Ekspor shapefile wajib centang GeoJson saja (paling bawah). -Web ini membantu menghilangkan nilai null dan 0 pada array coordinate. + +Ekspor shapefile wajib centang GeoJson saja (paling bawah). Web ini membantu +menghilangkan nilai null dan 0 pada array coordinate. + ### PHT geoJson -https://allasca.my.id/pht_geojson/ \ No newline at end of file + +https://allasca.github.io/pht_geojson/ From 0fc5ce4cf80585ddd434ca51d6ab809778c19348 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Fri, 5 Dec 2025 23:03:42 +0700 Subject: [PATCH 151/158] Add files via upload --- source/img/pb.png | Bin 0 -> 51016 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 source/img/pb.png diff --git a/source/img/pb.png b/source/img/pb.png new file mode 100644 index 0000000000000000000000000000000000000000..f38e4bfeb514c462f5206e2d943fd7598f0de15b GIT binary patch literal 51016 zcmaHS1ytKjyC*fEK=DFT99pD!pv9pS_u?+a-Gc-x(Bj3lxVyUq_aMbx3dIr}f)h4< z-|z0-J$uj2IXSV(Wd8EZJkL);KPyVTz-I zRL#R+{~p`>E&_^_x=a0mSBu?}j7iza_Di@wF z3?0EOpcyIYDerCAyfU=M%Y23h9)DVPlzD5gWMC1rK_+~zcen1@#*Q{V5jf183VbB9)}84!%@Nt5;-` zB)y5afB-Kf{C2+Hi>Kjk?V;ESa)zyDWE~Z5{-@)f3?28?*H*tPy6Lw22Gr56w7L(x zm>cW1kWyRk4UIY(ZUJfCF4|ZM&W9AxNl|O+vzQqtFCWGAcs==*+0LT$?WV5qC`95DL>E^T(XUIX5POaT3cqmQTS|RQhMQJYo`D`Lr>-^l3??4<{T zz@HQjrA5LN9>*S_d}@thnA0u(L5T1sMF#l$~QE-{>xdPR;b(=Dgv-p2In?>Bs-~@7~hy zWzJul{!ZD}KMfnZdFspQ%d7Y@=JklcP8vq)W%k-oe~AT2(tN0h)#{xIkf?q&MKx8R_Z<#(9+?-?;yijLXc@#Gbyl@ICTn!yJtDsi%rxe@B_3&yXIu4A z;k`kp^fMJo{3#lI#%Ez@|HEx`4`SB)@nxs%sUhF8j)`Ps-;7~q=sx8bO~xzF$#jk( zA5bqg*Y&d+a2GGv^m`$0U58ADhWDwQdkrLOYPX%L^WfLej#K`Rsz_1LZ5ZL8^3t zy?k2S{Ww8Q2pFHombG$_BCD@ZFWr+`P5Y8wZm#8*5*IQEFr}^p#DFjVmwW=&$u9*L z$G2{w50kko0rStFoE{h7*|yab5^N?tNZd0Av%}V)-n5|1@>iip4?Fr-jY9vq}Ry)ng0!1;O_ReWbe?yDtJm(6q3=`zQ+LO6z zFF8>)&l8%oazaM1Z=P$aRt%V`cMXGw%YSGhJ#~62fJ|(k1=8;8MOA9?h%fg0?%O=B zalsy`!a45}G1Lpf6S?^naS|TaZ#?;3(8|R;jlrxxNs&m} z{Uo2l6FDn0wfGBrPC|GS=|c@+?Y@_%E&i}Nex>rLXE<8C#h#YQl4Gxzd5tncMv+gj z7`z(ar&SzQtr7=8Bv>yhm$~xzS(`Zmkai@}m8S=Iv9~E62E8oag%1pa9Q>4*7#)b{+tgtdHm28LiZgF`!R3TxZQ9dI3_tyw;h0lo)~p|g zn+HsN5}w{c8klUxCtyGs%eha7_ePfK?(Ub!*s-n{dn>~h0cJ% z)n?x7c!|gk(@VR;G~<-M_Dzn@l0&WKv^g2f8xv<|D%8 zvufp!)lGRnVfHGa<@=#l3c@9Z{Ah&J)rHKF=i+tiOsDvz-fJzTAypCKb};7st$e|x zFoy9!WoAFCz$kAAr|R)A@6*Xp^xF&7&6+$OeCd$x`d z!zI_IU|TVCb^Lnrr~0+mm-{yN&m`Igz~XU5{u6LDv}tQ)ONML~?8L z{7@ek(Gapknl+hW=KYe?+LF$r^tReuRnyZR!{SD^V0juwY2a0VPvD9kgR_h6HUL2+ zZ`J3wY+I{w9*>ehRI_udNtk!(gi|#BB9&9%; z9PE8F%QY)(XGqQmwIseBcd-W$SNkBI1>Z$zjSpTJgeT+})C9-tX0rF~1eu11|E@RZ zdp<3e#nuO<>MUpxVR87F>j{6WyZ_UvN~2xL$S*o)HZTezJl24fX80*mpGG%AwF@;E zZ^L?8?Ia`2b23CX=oKRR7oY6GC4bc~(2H^3HGX5ixScnil=1MLwWNIUu`SNwru|5T z4Xw-k@?lpE&Wk8|#<0u}0Ktnt%r}?HS4hIqn#*NKJEM|bI}W4zZ4G}C+1`rA#m&{@ z`KE!2s|;?@xVw?zmBUN(Po^tWE1@DoX2N{nT`L8j`)1Y&CurJk$`}(U0=BBDoPCtJ zC+-!oD=f&LQ>3QIGYmRg~tAk#knWeIGBy$nJIM?>AF%7?E+0(rP2c3G5;=gS=_UGz6rqy$zfM*2!H1giKr&#;fL2oMay z*w+`Xws2OuB82V}Wwr)M9(}44@IA%O^;~jT7N~b)NX$mYM>YfAeWaMr&H1d;HUU_#JaFpHHi=50&V*IWa z_Q?riRVY!i$F#4cJOwXE%oT6g)fPPwV>UzMc$IlZZhoPE3*oi2b5Li$*clZh>i9@Z zDrsUeV`g)Sp}lJRhZK4V)T+<;?((KagmD7irOX&b1|rzD8*TQUHd?!WyFdSOKk>!O zuL5T7A!oy8r+4OS5z>kyXL-bpI1@0M377cBKBaVb+FMA^@?Dj^`I`~XhH)(OgHD!e z7tb;v?5yP8Q%K1Rvf1QGu4V&{CsTQT#O@TjDfKi)SHfs_C26X;e7Mia?6KDP%^TnS zMV|PX(djp1E+vO+tLBLW%O7IfI5(H;CU`7WM0{1=!Y8z)9xg){*A80F{3_7{TvQvG zS30!a1|E;|4cz*~;%+Q+EeTWhRI=|MaYG;nhzQmR6D}f&$B~8|Gz}2j2|1x6OM#v2 zvP{OMqm|jFe0H@^qbiYM@A1S%)*z4q?L71#VY)WAb++YEwt*z>%^)?%vA8J+-^^q5 z1#h)eE#@!h&!iv(FwdxKIM){a%wc&DcUcU8fSsH5}Lk#e4ouF}UrQ2jh z6{G{<31Q3<<-y#qwFr;U1E1gJ)^+pqi2SkfIn1|1ra7i!RIkdcO@jktnos_h56V${pnzIN^92%?x(qP3O^NC@eMss4?A?n zOEnj*GRg~e=prcz4J$tQeWravS&HL^m9RjysPW<=TtSz6wmGgMP)I4;0f% zrhaDE>+8fXW9x@+JQJw$jR2@WZcX8|JImoNFqo9y5BR;%&L55aG{uh90FW~)wz0!F zZlN~7Z-=kO+f|nSJ+8M|Py;YCnjsBM#$|M~y{K?!`F)$l{QLgx>m5C|OP6Y)hc}PK zEDUFNPS5R1_fMTqJRLsfzwzGZ2N3+U=9ItM{$A$g0O$!Y0(_LTU(Rzj$)gz5uxZR_ z|1IMZKakzlh5vkef7T+{77}#_@mMGxvdXcy*M&;&zLws9vYKi%QMbV#J}D+tY12pu zpKUa77Z4}+RRl}JTRp!QI^U*%rLh5N6$2H%2{FLkS=hAD)gswOs~L4~zCo(h z6t#xiwyQz=CDe89_MulObxl;i_OcKp>3zzgH(!ZJ7rbw_#y-5yY`*H~KxP8sUMFNM zH0cz|gLMFi@Al^;azZO-61#0V%Q8tD`bBRT+O`%=)Bfzx_LWlo?bvd;1d8FIaU!=NL;#aU@La)~41@5%;WVRue!t znv*}i%xElWi}ASA)bsSD#+RIwo&$!BtGlUG{^1MB-IwqX?tMJPpLeW1r&T5=^xVTW z!)UAIJSUgI;zKRoSh{E8$G@S*pUtW+8Fpqw*^5-CaCeH-iZobuKJnMPcz(5J;$k%c zW??ov5y-WrM(r&cV)Z3RZtB{oL#cXwANT;|%zH~3C2X4S!;EHpXXJoMs(bHGt}^s{T=wOI-ICw%#}}l4YdFrjPV% zlVw{o`P<`q+}^GIxrxZ~*&{rl(cl;nB834;zdgq|{O-t=pEc6yGT3x5QD*AKZl<&y z?T4?gOj=tPE&FVo$5`1)-WjzKO7IkA~{I4-?)--kt=KIqG=a3y$GWXSoA2* zgK@I@g*)MdQl`d`{GRo7H+$u0lMAkx>c~u{X4k+fmi2m}ke|R*$@l7H>*8KJMVFmd zX`i8$`l$Yk#g8U70yF$g@*0d~0-*~d2#mv0gq&Yu4%va7Z)-{g8&*Wy*SdaVqhb5#UCHB%SA5gMTIA*NS;t#st7eV+#^stH)%b%i0GAT0(z)`O`qSz}oR$6Q zH-@7zFu$`31?J!mdl@CxC~s05mvz44vx0CX-m{4Jqhbc%7K=ZP0q-^`fYB$Q_%A+A zPv?e~HZyO$wW4~Icdu`ue`W(qGR>`t^~;=a?*eTdhJ7t;_eWWWqblCLiNb2@TuE z@rYR2T7cM98w{jfVNsP406$nF?Y(w-OJ9`HEwqIz;0{=IDVm?tI1nEacK{e4#QD2a z{bqym;8i;m8!|b9+i`V+b_A(9aAZeJRKw$EE`?$V)Euh6K!`BBpfhEZPCl72LKDLl z#LTH1=hE=K1kF=+W(^d2{a(oWn&@RshX3hahW!fnwoz0I5*Ty=Bde$UG>o5bVQ}PJ zW=DWJEl~V3LuCQ{IG0j+z#W|NDNNK^*y0G|%lWCR(u}#`ab*YoE<}qHia9M>mGRiG z5IwcE*gw_~kBK-gQ1#@=WB@&yV_ zE$WF)hvCbdUaR@xr|u(ZcAVhxveOVF9YytUOU1nU2D*I*CFF_HMtvX7+ep#tI4{|90UEHo*MrmBzR5HUVLT6z+ScqqlA-$>n*Q*A4eT6A3AeQv$GPMhGh zyw8g?X!kw37xh@f+w`gv^+X*C3i#LBuIm+ULnESJ$v054wLy=x?;$duhcp%T4y~KB z`Fhp@_OnbK8~%aXNPyXtKPS>O!*oZYGqH@$mN$Qg+I5C3xUc&cJHvFmr}z{}Y~x%A zA5{R%(f*k=AY`vs-0Jw(egh5`S@q_Dpf_?=h08Vt%qJ}J@o7Q$%6_1k`yIM&)L%4e zaOa;X0re!2ineuiUo7s18!=2&nvpVw4zCNS*>3y)UvtG%uLaEb52wHwT8yk?oS}}$726nX{F}ky1%gMm0=IaTx#sNl9wBUqhHTH!L;YX)yA<~h1qXoI4X z-j-FVb4&n6a~it5teB9;+=Olerr*1^`V6Pyj%ONdyx+#h(MU==TrRS`P70Ng_X^mD z!2yc~fz>^WbA&t7g#coh#>#gGVO#WXTDN&5CX{2~n?}}UJDOl!7rnngvhvQaYaL^+ zc#~Mnb=tkSC-hClIrO{M#H3^V>CW$8Lp%J}g6dKDMRKtBTd(Z29|W}^BjyK#e7~_K z@}$&al?KKntWP80tUDWep=rG$uSuyh@sA&tQtjW(>Y~?_cxQkeC*?H5<-94x#b@ch zqkYg3+Fh?ueo8P_7u`a#1mgz`{@eo@djzFa=zcir9$qp2h@KF0eHD;ag!mk|#O8&i z8%6RZRz|Ab%%7-pxRXr?QMDiGg;*=YT0K@a6;c?fRq^O!oBoPH6ZPCFG^7rE8p?Z1gWCs>e(OrnaBC^4cO$4__6e9~=)~FfGcwYw`t3M|>a0O) zA@N*Wig}b31dlwWsZ%uZeTnFQu-4U>d2b!k$~(hu_?TU&{q3Bt7mS1Xz|v0>%BQoV zu>Y&OKXNfC806oIdjuNZiY{O9%t-9}TcNr* z>1u1=*=WhZaj6GdrFDNE@c`n#R`fi{OC19b$@^{7+pCFHv_=(7o8 z__d@@ze~(fB26|p`VK^+TO8+U&S@_66uP@N`oVwI^1WYFLv_+`MIH!;7x=N;_Ex$S z46)9hD%ODclk)2m(4W#^kDQq}ZzR_ww5pOk1JqE2kk5DDh(_ROOP2YlU|&So&3)fF z>ih5+Vgnr;8fm~>6KUH>>bjSo91!}uX@D>RfdAso=BD!}L;qPyLl|p0L;hbz4n6Qc zyUXw^9OM6VG~xIkI!dD7E7~$qdK{9yn&`oK_aAOb%k-~hr{Q(kyF>U6%@WQb);&B8f8;VWom2t0AVi?6PcpU^dwz;ofy4VL&TYFCPy=i>c-_jB*vi5BzkkZ1>-EG=O z09L((-VOWE>;nueHmU0X?27O3)527M6>l3nmsFEE_Sg_Q&8?Vm8Lg;g)M~o@k3=Uk zkGk@M>wQ!*~hCldHgKpi9DCgQiK1lR}T7U*|8bbZy`cJ0x269N!p zT4<&;BtTq!_k>qNBTm6jxMt3Gsu4windi$olZJYE_V$@*A83F@gk7Hw$vpIC8a?~4 zNH!>1DMY1s{hkg}2l^3oeh4)hDS=1eXieVusDvo@@y*xwJvUOFXW&YBZnUK!Xd#r@ zRmAP51iiP%CHcV_XqTO8^_1kxQx_UN%;(b&c7S-3u z|D}a=4WSW6Wh;>@oVgsIp5D&Hq|y!@#-+$UO``ppz*^}h*)vIM(1{`j&Y(Dh99WBPcnjHqgH9;8YbX7Pt#Gi#zOmstzlPqvch*(h6Z z#elbANn%9@-QkYf!tza6;^Ir8`d@~U?z%FtBj?g%57qCjD|c2yPQ%o5)irybf`ROk z+c6$kKZ}=Obgz`@8|t+#!WR9LS$0ec;nyn5ZN=U+OQJQxn=9-l2Y6%1bXjZb{T9V< z4_7C%xwTZtM^`nq-0Jcsrd`X2A?d6A8DK!hS!88I%qD1n+MN$+m-G>k6Q;~iLENrHYj#fMlBl)g(z@Dnq0NO` z!}g%@+QN@xiF>tLK^(xosbgG=%4BAkcfvI5&_3YllJ2^0KF4mLaoEtiJ2mIhM=y%| z+DA{}*_}621Xqp(Tqd?mrFYJIZ-?5An(O4$a2gNN2+}03uxtx4p}4!Uk|*f#Ve5*= zNlufh^FMhWm6C=ykc8_gAy_KzB9cjmJAyC@U{>$GjuQEU@*+Hw>zo@h{9eBxXJ8L; zZJ7wWA&7KGqlXXZi6sCW>hkZ6enjY714d?k)){d6G*UsHQx$_(BSzT5z zL_CH}_O8Fm0op?r^^%i25-PuSl=*Db*C?i{(6AY~eQ|m7IeLV&T>bC8(_&Pu@{6)^ ztn1HTD&aliMHzACI2&8NN(Jb(?iWPcdFV~xwDtezH#;L0{VU_$0X@E zl&ghl7PCi=0Np}cIwrLx1Iz|VHr4Q1Md%t>huf3I-zClah4nQg-hR`%Fx5`1_Y!YL z-)m7J)#RIPr@aVXmTe4qgjwkhi9f4rAJRUA-!7>}PE_1kzk;H!b;VmOn zJ977D3{o^D}h2;Sy- zNIZA!9-{&&j5X)r`#ATVn2bGe2l%OzQmv~*LRT&|{~{H&DD z7w~C}b0cBDnRoV@Zo8W7@>V>JtU+ssP$FKtVKq2^BK+X>h@!Mnru=%-$y~l}|C>R( z{KpE{m&RV+@^(JkFSEE?6A~Awt+OC!cR8Fm~|8@=wzF0pCxxHD( zb&83;n6@MMCeDU6`d!+d{irW+r~6F=(Q@xi06z-m%y|ozO@Fv%>=86H$B;EJZ|`t_ zu;0U0-+;D?439|kO?Dg*l1e_|9BxKC7OMSlp!#Hn!s0T3gXQ>#=;(N(JsD3p_6>Qw z_i)Rv1RgS4_?N^O-K-!&wm_do?;RR);x3KV1#8()%Qx@0e8z>?{4kIb3z}%!k0?S*`uAxQ_sNnBDoAQGkvo zGQ?_AU=^5pW~}uZvg*F?@`J!4Gs0^*d40YDIvvsy>75yRgv|Zu>(3@-JYdh9cj{A9 zi!M+G>^EzFa&W&VS}iz!nYT=0>_@?Ck42(i?y&gQhwG!XE(BjWIKFzkSGdlZ?5B{w zArsbF?{|&7e2tFfcwL2pdC7ExWoB-Pw?3|bRIa#@o=hIwQGQH0`4 z((0Oe_l8#7QccBO!SQFhkNmxbttEW?n5m`Ml@Hs8q7&e!U(g5J)YhQ!V5A7!pU5d$bIsW<=4V8@j5{W2%DiHo(vwzZRs77iqWf7@diC? zxx`!v0Gg--zvl{jFIJ@^PNL!7+pR!jk6O;enNMhTNA|`ud6;Z(O|qG zvC@={I34?b5DLac$v`c=$J-F9tX9ax=BojF?k_y(Z9D{oZ5)krs`WU}0udfNQOa-m zN+dpKV4x?em6)i?9N+!6plXdY9sBZ5pqJ0$&F7%wmVJ+DaPi2GbkF)u)r`p(whZ;!Z6l*a z;!_o&j9jMPN4+SNp0>OiJn!Q+eRNuT*85Oyr2Mo#BXK_1ruTbZY9ibxMvX;zlzK)r z)UeM$yLvgKn1Y~fxK`M>nDo<8hDui_AH6qXIad9Y}M;-Rn6EHRk_M)-9gKZ0C_e`j{oi$EBX=rS!{ zPN}oc+E>;hofn~aD^$c5`nd}3P{J|{)>+}=K@IEL)m6_B&&rkWu};Vgm)x1a?KQ); z+i&Wc$opQ*Lx+H!`RKD_gbJJ#ex*9qHUKtWTH9F5+&}%kZ}Vj!LeIR+WUd0E`NiCh z0qowp49NQ!VU$3pK>@J#3voj_CQ>c3bjz$|_;av+v@5Qi2{(HJRkq?0{D!{>b_6&H|&*G((e8{~AL8e1j<$g$UgF`Cuj> zU5qU8&J&x=LdN~r&S!J|biLp-T9S}4|JCJtkafD0SYvao;ZMX_Jd+~}puHvJPGRr@ zXP;R-{shPvlCLP?bNw`Mqb>|Ik@Lo}dhPie*DvBJH0Mndr0HWQF*A-eP-5Ank!}}r zC#u2;S57P9=p{gUpoQs^xOmEUQI==OcjVms-mB?kXlDeUzzm39?dn`7CC9>K z8+xD@P@FkbNJI#FtpT&tR0PcMGzCP-iGRzVA|f#3_;1NDu*Kc@FXBZ@3)A_Z0SzDa$&zeT8w*59)BCufk}>b#i8Mva-4xnzC?F`nS% zi}<#C;&!mq4}d#x2+i&BX@dlF6fz}z5N}IBMDghMcV}+WcVgPHkohW(?^FR7jM=xCzGMMg4N-wX& z+T9-~*1%SlksMr(ZOWH6CxdCkRBo@$@kpXoQ|h^q8NNlp56?3MwApA4g-a-J&YC1q z#t~kh0W0-o~92w zt?^$;bzE}h+Asxs_+#Zvtqd#A&D*Ym2vpezb}+b2;If8L7jYEufY$1kS6v^0>0nfV z^LT0ji_F-nhagLeeZHBl8ikrr{mnG(B|f*c3uDl+aqy7#<8*)A@4AsLz4KkJF~h5Y zO8(a1qW_eZt8s|hH)J+PFi}@F?E79X(`T!^CnI0+WmFOQCyPIG3k-uM_RNss#ecSG z`lMCQ3U3ZC3j1K(vjnt^6XM4;>jp}nVU-vH`dUiZ$REL#?RRj7os<8f54LVpW5$b4 zQTwkKvS8$gxjvzM=|yF5BY8WRw}my9o<%pclB`Dcg;@LeQeF}>^g|iFN+!&u;4ao3 z=}h(mr9l0w{)AS;M>7@o;|FvbS3$@5cBSCm?;?sNqS~e%vcmPc<-xU)*{)C`;{q(H z>j>+a$Nz$2$~E;)K-Zgm@Y=Zi@q8|_fDMLsf2$&HQs6gSqn>p#=ZDtrUA#atl$XrE z*9))CZ35Peb8C7{g`3$_>uWr?`T-7zr#%qs#R71b7_+A;miqR5DC`?j5wqFNrLP2C zIu(2^)sp$V%z_2UAN{zv2?_j`f5xAAGOP5;%deJi2`b`neLY+dZKvCY9VJpjDYwNR zA(*$8y4QllFqWDZ&L6XCmjeE!(1>-7aKU6N^o|WJ4%f&et5g~y%FMZDv1X?h&vcKBP#}sL%;ZE;9$7d2C z!cHsqJcZgcMmtR75!c0Aj4@s5Q!2?HbwEZ!z0CNX!&&q4x(iy7@Qf)GhXIki=M=3M z#6t-XyS6NL_F@8XjmY}G7jr#SA>t8vPt>nd7<#Q2K?gO^O>CobkcY7@CH*sggLj0R z=PzE=Q?~Y1)k8L!|LQ7po1H2F4TIqbft`>f-wTIz-fM&Q$)t*#^*DYr7YWF#s;LA8 zqnh*Yg)_&SGg4o39oA0h{P=L&s{vz3ofne3PF)w0Lq(c_HO z@Gpz;%AH3m9Vq!GwGV>ZF%8Fb)WREqKi5x6dp3KIzA{a_ra}$e2Mj;+k%K$9@6w{-_Dhjep~za8O2BJ6bljq^HHV=MmF^7AykML zzIRyIPTw%*NGGNAiE+R%F6#O#I7gMmT+84_9Ol#fo7we-7qlZ>qRDmpkUA)UZX)IK?FIm;sGy0WY8` zndpy~8fLAvpBpOO(tpQ_d}8%u>uO7us1vO7DR9Ynfg-iHud0J(HPJEwD_s+xkWq^6 zQZDNR5>3Vw^Hogb=$&raxnmA%@_|@^-v`ZyF4j2N2UJ}gdbyy|+Q+d#tSW=_d6T@@ zq`m*ZHz=TsOKhy>6q($*4MI8xhrxYxBepck!h|Z5mpydg&EVi^HtMSy-%aS__1iF|d8G zR(X@7SWp&QOIB7nnSqVt{;X8!&x?LDxnf9$8|-BI@yU=lU)R3%G=gyeXXx@O7NIeZMPD8q*K!FVTxEis>&xT%QPr6lQ@oX+=de3C3^z@ zGCJ*}3P^8VVzGdnw)uRog>cBTG{3f zIj3@-MZ2w&Ms@n z6HJd`T7|y1s?6AVPqdX+wfIQJQi@+O-0@Tdnxztm5z&BD9I-KuNxiVv(OH=l6%sPO z{;*$_DWyI>kG_NyRD)Gu8YsvW%l44?->~~IRSw1OL4b~J65ERH5Z2~IiCW6vlxLQ5=_u2Xro8ynZK4#Rmlbym1`6i-BvfxUXpLE z%jz)+yjaW;cu=-#zJFH+4EySoCLh?K8jTV#DfrAf`~|)c>GGu}z3T>pqz_G98Ehsj zt6;~Wu^3Zk>thRx*n9`Hr$dqHe}Ef}l1izk5;KqDJ0hG761r8VldL~8KUmi5; ztt`w^mW8-Y{n=J=`VbleKxNJ11pDc{+U;M;)#n9N$nqb|yZEJq>$xM9F%YQ^Xk2Do|DDXqS zu956g%yZ$P=!z1ItIS6Tm&BL*c04g)$A?uMtdoM)rEc3NHcPxqV+NWJ7w5Bq8B&&b zlVJw!sM1WJ{{GGvvlk zT4RJ`|lxv=wQtY*?n&*)afG(oR5@zhEj!U|MFMNVE^^T+5z@S_u|`fenw&b zpWStZ3tMt#4h2b$kOR|CEckLfc+!u*yuUAwu|SrQwWahswh0+J z_7*wil?0t1-o?41?R8shtQ4%(+W=KAV)>Z^!9PEsfU6g^wy3Nq79|1ttF}S8AW_;%Rlx4}60Z5rhMTyJFFvVp7 zxXhOereq%`{kGdY$MYBe^09%qJ1%4GX@Z59tCqKrLmCh9sCfvz6suIc$yk9euI->A z(wqZDGS>?<^fo*Lh*z{d!IOXAb6|(^#(^gFlR2#32Q<>~zb2?tVj=W*i$~KiC`&aG zLssN?^N~);8G7hM>9$I}D3nBh;!0EQ(PgE|a?%FfpyPFqT`;(pRC^&sB1i?H28p-wY5ztX+YfreDM2(=rp;9HU1R#!eB9Ao9^0seZRJ#84=q6C`6zI{CMmo980ty+jU zArw7L`fFnf+ z^5{#64J;134`-4&yvhO5|45uVLnzJhNBvz5{e(hP=u;HSl43e&`dfjuKurR5(_mYa&yXcp$pJyYIaPnM9{|Mp}Zk1v@e(8Yj1XF92BL5iDd(q3BLfnJ`r zQ4T{aW5X*nZa0OORAs?ZePr%r%uHtU0>EKT}GwYm(A@+pZmy+(lH38&-0s8 zU#tz&Tku_Q8Yhw!$5plb8gLw13e8yi8!0+btkpw=U4{#~Ky}TIjDJgsK%#$3iPNF1 z@q4`*QV$6tsm-iwuW{fc%_&ZaYI|YTdxwBR6O>8rJ?mSM918J)RaBy`mEW#_gX zO4@ewO`Yitn-Z&(Oq4l!+4~+6Pk-cay327`i^o`3NM-n?^VJwr(~Nfk2*qn9oHiTe zgNBV5W6`Z2H)3Q?_b|iyzT)hr?ah8~Llwpn93}-q2I+xA{=f^;O;?WG9fqJdc_m6- zMRdn8U}VS_3jlqSZOw4wMMzO)>G3Zk#3SZ;&Z$0rDwbB_4ppm)6S!y#!g>wZ3w=J4 zMy#XF_R>RAcoQ!J&HAi)sq>Lqoz&E6x;W2n!4wiV1Z}R!S%|5pT zAfcL$`PqrN1EWA(qZubg2VqnkI7vc9scMy)t&a;EQ)ANS=5UDq#<0+T^7R?VzxnzG z8{T&-#lqT50)4ju`ssWp04i61jPgwBsM|O$p%Z+=W&H7U7<#C+ZUyq$W#xoOu}=X7 zQKXf4bbC_*MGNsI;UjChi(o-)vgf?heYO7|0}9^%U_c3a&WN6rBks0(_LI!fc+;F9 zYb)!IDiDpOx5#+GY23VYb+uEL0L`2DyLEXDK+RrZSKhG5INF?XjY%) zbboq#$J!Fv7BKjN?eFT^&`urXf(txYx6n^yAL>tU(=>DP#O&M3Fq8ap0)n zFRYoJQWVP2p%#|8@zifk&}wXdrs@)vbs}`8@%a&WgnL^25A~7l$@s#lgpuyc8f?IHx;O_1u6b^+$;Z7)A3N7Fkd!O^Z^WHn{ z-uC{y`UwSXt~J-1V~jp}@55iXr3S8*SSkx$s@v6CB!4+LC?9@fVpyc3kOh@1MJ!%` zzOnG(u0B<>6;{Qvpa`0VF3eW5si3UrWVN9hcp;7nq8O>ABOc9Ug-V;AF1!E5Zogaz z0k23|bu5CO-w{3(lv?RHke~eLIB(w>>3sFl-!^i{(Hj=cL*>1XU$ED2rk?~V^C*=F zdU=}!cdE?k_J5t-AnwW4|G)YF6=Hr?CKPwuFURET%yUpUNRiLcJ9-xy0*TlE{4DUS zb_Kk1scxSyt{>QCRkiQLsH$jFvskWOfd1f8@N9IK*iYj2VAWw+T1pjp_ow}g(hlDw z66(F9kQUelZ~wXIw5+I< zxNjj|xzJ4fV3|#tVe5|qY$(C?py3tuld2FM=fZS;N$PwbC5IiLoZpmFE7jy>M z$A(MI29&KHU|HfHhlO)EE}FT@_V_Ae!Z}E`fie{87S%sX8`yT#k&p~**K(5LI)}~3 zR)WXaSQfRZAWDfMR~%L)&Xc5GHTs2lklYXL)`@_}-t%I0#~Q21mG=bQq`GZ|^NRCs zmX$GdQguOs*fafB;m{ee?}seXDCWoPy|k*_w7*hK`)s0_`os+IO{4H&5>)*9GGem! z{?e*V2Ipo0ho6T%LOk}@Tz`UnNx@(PS1sBD>}Pu7p`jTn{LNG*GCJuSI!Cs4DI@p_ z{wv|cO~EHew!_WHuewJxch687rMB*R)3CZXWz7qir>bA)T}l7LKM3`h4rG*lhdWsfIw?k5J4D8m)sxVH!5Y zUhT#^*Axc8f@>9Tt4m12hR)OE)KQ-J&;mSvWP-r=BJVmoPW9dOHaZbAOpzeuT8aVP znw>ANxe@W7+EPKtDP(nwZ{2)??(^~6#*lAs-3P=Qx@Y$SdKWf?pWt@_yO9Ep1jp|i z3NUYw=d^ty;R$)tm8TO8)RMvR(+`C|ISQEYFPuyGo)6fJ#g!(C$IE#@QEP{e$s9?W z6-vcd(2I7|8lBs^e-1w|vX(z-1bKAd2YHflM+QDWcF`J3jVnQT7y3OxW+fL=*C&DTM*n1DF9jJxFDnioxX?#kFmxJDh^+42KRZ1Z|HYQwZ$jGk-(yS{-qWHT5H6s_!$J1%sCR&J2SKLpC1=)cWA zrt;-j_}}s4|C7W26+!wg7zvLSxmLk&9g8DSGzddXe#9jx?X%%mWC?{HJS$%jg&+GU z-&ajj*XxGTbIM{fX>w971ug_%s2qAq6^!=YHT6}Z){<(b7+oZ|PFSX}>I;6LZ}bsi zHx0+>D}%CebHYSQ{QSaaBKJZ9eiV^&?Q;EHVMO&iZ<+`mqSQ>)jqy)L3A}BB+-hoW zgGDa{*5(ZOK{tgsH4RA@N^^>dN7uIgHJ8D3hoXLox7m!10E~n57=+f&cu!a7d7Wlc zb!IA5AC$;|-a?vvis93AJcQD>vv7uqOi@WlLCxmtiVC5?!_BGfY=a|inpSgeG4blq zhn9~xJu-H=ZL12v*?&d#YuE)*D(y9pCSW5-k?$VjT>XQiSZ8RChaJ>c>?x zBl7ooqF8&2Jovx~WvqK&Ri2edU;kDh%n-7M$uIK29CvgpT=kWwListN9k!TXyjPGu zKz54S+B&izB?z6fjKgb(-b6GxL{RyUICyvD! z)tI>+FfkWYh4j$63Jz+BHIuH)jV{Ou76fA`%o}TV4@(jHrkvK7ZIF5&z2>-n7p5Hd z8Gv*U+ahvIKw63&ATY5!V^~xSf)@;BjqawS8m7UXmeZFUgU>kadsbK@0OcN8q7UmFRq1r_==Y%y^t~T?qpzDPMhWF3Uv8wu# z0yw5`pzBkNoxW{dM;ZftrMZikSK>-U)gR|nv9QlQ)WH#+c%+s#>9uXr*!>JtwpPv* zq<3}RtI({|x9%4L3}sJmq~l_Kfclz>KDv*R53c=~y+`=_sQM!9c9`gQmG*2GG=aAw zKvYiMHdNwLu7UVmGIZloukB6E^VjZA(7Z`(BYC(vJR1w zcaC(2j|U~|izFHS@I1kO696jf&OpNuvNVXF6+Ocv~b`MX<%Niudxkf9**(}lKw!>B+G$MA*s7v?0Kp1xQarjloU`-$V2gXeHI?8Y89UJ;(#|t z03FfOlqJ%MiRyQI(U0DiB8NRN>uv8%4EBHim3Sg4o2J$$ zjGQ-5zL%4KZEt5q*MYKQnPE#Ty25Qdx8xfC;Rofc`l14+*m3)(?=OsZj!eTLSU_$e zegp$XdU0Qk=ItP@TMTQfOCG2ihEOL_8#{8^bAS#D!${*hM5-anzIi7W;`e?>EaLR2 zHi#v6kNPt7dqI#EI9#<(0k>MVzV1xeBd2f61Np|!>7s_bo0}B>w*l_fjx*#>RgVum z{v{LUab$22C_b&Dv44JE|4ic`f(F;`;pBx_aRh$*!Pa*g&RkWn<`<{UexFwO9Xy`A zFPK<66$M|f4ef^q6uYq-2d+Mx^7!68e&z7Kj3bq18#D~Yke=z7{BQtG&1)#difC!9|XIM1 zrC7n?S#uxHAFI64k8V?J(*M)ih3i|4T}Zh%op5H?dA;$ZVF$!!XTpY@M0l;|G*%l< z8(^i^G7%<25U!BM@3z4=GpAo~#ur2a5Hw^;jf=%yaM3#|&22{!H25Uto@^DE6i`*8 zre%CfnY8>*V!3|Prb7`O94MKl_?HPxi|eq3b##yu*Zl8`(v-t>JPE4OeF{Ap!E<@c zuSV^?kZZ87>SoIme8D5Rv-+Thxr_Rn?DP|3_j+&?AFYYux!n1^aq+Yew5C~^xSf#R z=id6ujF=v-f-UVpt~bl+Zj+A5Yto=0GwV;gw%Aajz(f<^2rs8+j zT75mJak53r(~dPx;;X-$0wZpWfAw7w^ILC*Uzl%PmEvXALmyM%=t%_BIzdCrcsj^k z#9R9c&t;rBf~jZOTgvU=g=x+1r$bIV{(`GTbAC@j8pdyR3A0>B5(yqlyI*2OSS@R8 z9y1m)^dinRR!hdcyKF?nZOU&{|D?DeJe6?%{%i2|lE$R76C>mCu8R;?l&iN)V|12L3 zOeUWC_Pfz;@uBK_Nkkzv2Y2fy-=TSyO{YoFGT^DSeG1m;@EyHthi`W~ zI@`X}(y=%qnZgoMg_!C+^4XV#si|*MUh%K6e3<>D#boE1ELM!!TR>d-`DlIUovqQ6 z6rX&qb(M)~tlF^3>f%K5C%e0EEWrNTrH|2D%b<@*u7pjD70|boJNNhY&0Rhtr^(Y* zhzYxm^=Pd-bzOaY6(~%J7qwFvIMQC{#U#iOaI>(uypPHf6T?SFR!cq9`J3UA>yLhX zEqnEK-uW3dCaO$DlEeFJMV|^6Tj#gSBTr2MGi^IYBZu6|IN;_ZQ=X-J&AhJ6ots#} zCx;D2W6JxW?L*wsg52P2F>ly?kU4MH7P}{*Q6YZ+Dt>%7#@B&wEvHVgo24TQOOzC> zG3a`}Cs*@ZhdX`Mp;~*8bs?*H4+kUYdWPRpf!p1j>ggdjYnR<6t8x&xmwHL}TDwlg zK2oc`!V1J=&(;$|K7Ym3eJ(%i3ak;SjCFkbaoo*o`0@-voqN14^R5#`3&KFHA;<&W zd$7GeQH{G;_L~oxcZ>4Tzeo}}wNpL0{r%`wZ@YwP2*=5=cMO{A-x3U;Xcc$Oy1tp` z8NV*Y@%4R08U)92R=aGrX5`}sQoz(YPP!q<%JxlS9ah9otqXwUg}uqarkJa&q9&J$ z6LpF>r^KfP*87j!=amQ4nrs6xP6B;*wy`d{-)bSO&VZY}xR496LmS$gWb6mseJX&o zurQKsiz@=ZZ!;!zGfSp>Y&G<*f`ZZ>3G=~){&XMvPjG(8(-ztx&$f3Fiq-Yi?-s@D zx%!&{jf#~U*TD`wzQSg>&VX`{;8$9xVmE7w@nM{59-9$FkJP zaXA>$ieU&>HA1-Qlvw_19DbBm1QzzfSFjv$TujE0!2TinS|^ zcfU`3a8=;d>po1V=Xp2oGo5ucLf3$inkmkgE|3Zo`GCd3iItVNBdk?7EMZtD%`8^b zewk&+r@wefUgeZrjwz~&d4`tRViZp+tNqOaqkFc_=+RnmZI;y*7zWj#HY^s9o(N2Ghqd$v{0Xzp7Wj=fOsTX#nckZSqr1xb_=zuuKGDlVdX7jV_ z+mR339P9h_f)L305c5}a-c@E8Qj-LOLkzmdGI&qlB{LYgruJ&6We=i-Qxe((3))MW zL$50K_CVAsC*7%Ck|jpGa^TDr_0fcH#kd>p_N^M}nl{a2lnZHQZqAb0#hZIsja$y+ ze43*gP?HWN^vy|or@H0jc7aOlainf7gI+gqFd8W`d^YG|g>(Vmi1ggc<790|s0Dk; z6$Ny34FvC*Kaj%-n>Qe`USq(_lHp!^-Ani@Sgrz6+Q4HQhLzu5hxdzh>d+F6QIe-Otoy~X zljj4PN^4Vyw}=%XK*g9hFBrs6X`X!PF~h$mz4!h`&o$)W=S}pa7Es+zOd{SDZ8N?$ z7`wFd3eHng5?D`=bg*|j^_bIOt*l{_5~SxQLl$g9ez~wk<{NgOqgC>9fi;J4(pAJ- zL+a(l&G8B=BuX*&?xvdsGOB2}OudXSN8uMpjZGF#;{%OYOQT@s)mN~K?krzHblzA4 z4)OAHI~H5d5zzmDH*@~DY4!nQeW(?XKYg|haG45|_T3L(XOI77)m3s{!7mkvVVT8N zaU&c3O4BQ!ywXDAZlt;NC!WFk^Mbt@i7996>3FYE zmyJP*;I6RAdoflS0Rx=LE7X(=Ao0Vy7%_b{t=_i1K*N2#?AxM;g{XGMs?Xupy}Iu! z?i-}t0pclx4z;J2v8xxB+{*cG{4P$^SUOV*SNBXKDb?dl0ZXA0q zme9{(!!Pc{eKE6a2r+Q3bOubD1dNlRspPMCJ;G_MS8eT0;^(ntcQX~7Ga%1iZQD+M zH8?;$%0Ey4BoHF}aFFwE^$5fIaXrUf9pj!v2piV^Z54dxX6N9`)3k~a+AT@~N z$BVeO@*8<`uO&BS=wrOPZ&0JK`?T_6Fkf1mTN89>4)ZwQ9#SgRNWU&>MUwqklvR~X zb5bu$mwJiZmVH#n^!YO7dOHvvB^iUge@d>9P0_@E{AsXyJJNnoSy}vU(*}JOZKerl z6<_(Ir*0UWo*+O(&h!~ZpzUxy)Hgm`ImxZaFy-h|*>E`utBaw_{q_)@(AQ-8 za?15FtjOkog7vQ7zoNd&V^iQNrSn^aH;DLi(6Spq8Ed>rNhG{exFn3Ft8r|D0jOPY!$eb{%ttO}aH%RNyK{n>Iu$`r{Q)2C{Ni-XB4r~{Rl%a2+!Yi` zwuyM)urx2k6Jo$g*84QQ#o%r5)>h@3fdS|DxwdvF%=WJTt zy-c3|hnsz7I=}LgF?la1CP!1c=(NfF3biwRQPOdGeWWnu__LD&GL${d2HA;_kS-gFGxJd8d@xrLOtfVlT;BMj7(U zPN-pxz~0D2C-H&C-+kyUJ3A*MAFxU4vc+D7$^|WxnvvdCuuoXCIoa~;bY()R`Ul2$ zHDK31zA4F;uE0Rb?pE2@HMprPR4qzGy86BK(j|jy7#wWoos%z2g!HcB^R*A&FN9#S zbXE!~&~>nUl}gb4o%OpfSEfg!=;3DzqN z^|!ytk9E+FwU)#0E$7ffsy7&d1Q_S_#0W=#+Qq`}f6MY!F5GhCCy}xkWYvs*KBCZYiAC7Dy`+=Z^R%CGEZ-c~hF z!}^ZTEL28pJIpzUtBgcG^hGy0$nxw@isB{flNWNT7?w-T%8HR}jPgZhkM6{dTTQ>x z=lu3slq^&>zi0hnm$&)4pRt)r*DqDBF7g0N$f8Rl_ZS^Q@3{e$eULTqZ*lX6_q7nAo(UL-Ju%BA&?Ou7?mA23r=tXwnR^(vF8sqv}d;$?tL;9XtMCcoS-{vzyDDbp*@cxuD zWxAx@4J#mK9R$3E^wu+uUW<|UUXO9@H>1*Pi{g#!Wp5M7`v9_$UR*Lbz6p0HvrBOB z-61%=yVD$1vOa$~r%+sTaXA}fL;53j*+q>YV0HC-5J3prALpV25Aoxw@W>jM&9_{2 zlX@}5q3o=B(2`GNQrx{|=51oT_vP*8cNFf5%s!Bf2e><#&(39))yurG`9uo$Ug~Z` zsJXhJ4`?G#Tz7rX0PNR8eVm?KOb>o33N=D>Q`V3WhuYmg`0ccbSz{Gqw7qprT- zbC&jj27#TQoHf7rll}$sNai%fT85L{AnS(UJj%8Cm{*77aD>Jowb`27PAbM+z;^Pa zP?Iy**`srwr}yqE@#DA$M+*iS^xDC9l03jkZT($ryW+y$hP!A?r~ijo^tCP=8b7I9 zSdR1+>`gU>%wQ|avC9{!lis#@!z{E4PtxN~tfyvA`tkQpyfV377)@TUnuKvL+yIfx z&R)#;hdVTnbqk%iceslSwF&&mbYq62$kcLa;wbLOhQYLKnAZEeCnM zr=hWHS@%?Lp+`Yauw72e7Wp8peQWH&Rc8$*l*}qWX0Fi~tf$~x$(WMQ$=@fKHGKSU z{XP{6mLO_g4dNetSTw`oJ#(Q9_a#jk!%Zu^9|Mc;bZH;0j{)4%T zj^dX**EjcIbf#Z!^r#f&8O@wm)REc0a+)6SuD!4M-|4E&xbFAGTnpX3ddeyK(lO!q z_URlr;&{`VY&L4c*M~5dmrZiUp4FHcW&VW!*j!!iXo~3{>m#t4qFJhIGo(|G4s6)AwS&6GH9&%S2&7VRsytv+t@6eo7Jevf zux1-JQS(%Y#-guSOoEW5AnqawkG4>j@!#J^*n9RY?y`8bq zoN%TN?zyq%`W=pa!7*Kt!5?ZUg=9X?F9(1JIZt$O;3CAC0O)W2arb>7OJ>0@{?<3uX6jdkFiIMt5hM)F^MUF$1IE9&c5=G z`-=*-`48ht&uDW&CS^`UQe|!NX2Z0CNb|I!#8`&kZv(6A&9v@A%!WZTg*Sl2$ckN^ zLkZepb$cF^ogl3BF&oCg;m8%_dM*^?PVt)Bc6=XDr)X?C7jf%SS)TyBfSN{B;JZ!F z=%Gh$5Z{T1wXbL#t&KJAIh?Fx-bT1r z;8p%svsQ2WDx#q6ZaU5fiYJZUoYpY%iXF>c<(o|%^6KJoS2tFHU5Iu4gkwX9AIYI- z!t@vJuR}$;a!OH+F1xP1h0|cBgZe8CbL1`MMuJ{wW zzBGq#{&X?p^v$xCeeKi{MfJ}E)UYxVoNPy0)?=?6TZh-;dTIg%e{)fI-o+{@9eB^= zY*LbJ!+;E;`3Ux5alR=&Ev*Or+C$wj*XKKn=$;|JUZ!WcWiR}8=OyKjH($TtAl0<1 z9}ut4xq$EZBI-rL*=3;l@;sK@h>bu7X`c&Q<#ft8g8|>W1sbMADME7m% zRk5Ji*A}!2=o%AvF0c!C_sioKWTMVKU}M^KyiKRW#!ENPMe%af)@(--;N`uVWz#F9 zzToaX4^wG5&4BN8duWGaRXvHk#+Mwp3>@K+Ugn;vx3ArQr7@NEroovC!vo9S527$=4>@HSxvUhG}9b#F6~59m}W>%6Fzi8_Rxz{e&h=6KuL`o%45c{GO`z)8?PmXgnx09L z;+Nx3+6paTvgh0Xc9!;29AQ`mCD zVPo}L)XazSkmioRC;*Nt2t9JK0vCr!*WHeYKR@i7Q&x5pn64TjzwKpf2sS?xRO}3Y z&_o(;Mb@Zc0_am!`s{v@tnSKQXSjR(fkK&@Qrdhaw9{<#sF!_Ib9#~&1#XQ?-k6JD zLTjJb8F|&du~ivbVw%cD>;vp-9$&4>xXK$UW%szCgj?@v?fNaboWjeIhmWT%fz@*Q zjSHK^s6`mm7ank>Bb*Sug;ZCZ6*#TPk7w@8|2l_f%lYi_?V*Po^<1SdFRq`FIaSlq zTY}`!Rc8Q`4*|>}{BxZ&QiJV!YVb1UMbp^6;TVw=nBZhGm8~q93QTF*_=CxQT5f4} zs=db6jrDF=-vjscmA{rigO}?k(y~!b;88}>mBEj zb$N+sI$QtLejg1XJ5r12C{bkJInM=)?#iNOb=mw^GB#yU4zQu#8f>9`i0sFFUa9tc zn!xVFGGOge8MN3AVk;jnt$~D^ z_ZNctx+PzLGNa6@n(5x`Drk8K-8U_;O`(XL+McyKuwTqe-TtReF^sYE9M2+dW(l}t zlol2Jjpsv-tT#hTlsMushmuQyujhcaFD%hC$>mLX0*#lSRA@_YUIr6s>F0y+c9a>!Q+0oEpfyqD9s zKFiO9sW6-(M6jxT*^Q>_mGj+xaoKpb2}?$th;?Z3%Q1$xexGCzil%fTS)sAJaLg}(Z)jnlO^l>b=w``$6BqTA#rM%tvVCXaROGt z0&g=Rm3aJcn4O9oz-Vs;h0-1cb<{5{8sZj+gT}~y|_@(`XY5?0_4;rF6%^lou9t^slC_B; zwcj`1wA&XTYYEpGB99r7VZk)&LUG>}8x%;SzF>nl!Ck&m`p)hHHx2Mcvx|bjQTth1 zE&^0c2Z)v5>crlGX=AK=RkMC0F;}UBa_hLaKF0#%G4)MQ8R|Z&G7k7{(B&LmUMi&{ z7-+u~TutBa)t3bV+l2+SnzZib__f9jv4G>|D*HCvW`e18Ub|L&(vF@C8lAsAr-H;h z<6R#6F=QU=P75I(6Qk@@lQ z4dadL0YwWVhn*hkp0VQfxY($d%j*d0Z6n!49|hSej7O0BNb$i7*OijCdN1PSoLbNK zR~IBsdfo)_nh+3f};}=!5AsM@5Ik?3vsAb?V(_kc~9uf+I148&OGa_#a0-vfrL44Q$5Z{Y=Dc$SF_fkG{2~0_gaC6>L zvM4i(PQE0dlu;N2LEw5~Y~|uU@+LtEPxq{-Wt-Sq(`XtS6LTBu%4Zb?1T9tJU&EaU zgBbs}Q>6ZbmiIr}@&6$8{qJ2?|JxV05@V4sR<}ZA>CP6f_}I7UPIBy4U97k4bizvU zw9TY=CIhMX4Sqj8f~sq}fKgV|h10tmfP{$2BQm0zo2Fa$m8g?9{mU_^Rh6Hw+fwYe zRwBowo{tC0yqMC1hQ93d;LP~&RL>=h#B^o70denxfMEBVfo9_l!heVoiQ#-cZ`%E4 z@md^q8DJ(3croD{w!j=QQ(?i%&KZVITyD_Y9UhCy8sxzz6Z|$8_MqpDfm>IWO&8;i zkh>n^@R~7nT}<=RjM>6%fFzXKCo%HTM*Mu{5Z zmoP}HCGkv7*jJQe9cNawu^*ucLWc#o^O`^JW>gZPLn@_k%lI24-z)ms?DKkuVV13I za|d5#!7@#Hy$@MD=!LlbMxUG9y*fzSxgoVW z!fFchFDhm#Z;a%!m|nJ4L^_Q4joTw?!Nreg)XQO3-J1ed8Ns6P#(XmvkIz5JGyIz1 zPjjsgp626#xFW*AEEc`qApN(6pMl+Mud)AOu)`>j!;(@lenzA)QA!bW9xnU02xzKw1A-PH!B zt8QX$V8hNc-{nu!Vdh=mA0UXng7$3@1_1jS$j1)%Cz}?4x6l+C;7UCaFA|I6q$mAe zp0LccT8(lL=1low(`d9Yg&7byTjP$*=fD^9Q0^DjzQ^!czMl9v8isbJ$Y#o;7EI9X zg?!8jofNFrdiaMWl*pu4@KNJOX%7H@OEWedfpwGTs>7Qs`539p&mjTr)Z`6sm!cgf zbfF!-bRoh9&W)Y1Mo6np``nc#V^5AE@%%}-AD%}}Dp0Gd0Sy&UC*I@E%GCPsV)-I+ zz<$8gl(Gij^NOXiYT85kUrK$ zM8h221B*IxD#&OxddnGsxCnr?eaUu$n`BS;&pt2e&s&7c&xKeXrknvlXs~+$Z1QnG zgr`S~+fgfAOa0r*J1K!WCt5-+A&7HTqFz9$r8}uviQ-^P%Jyk}i}~u<&2`*^b9wPA zVs)*~9rcb2tTQ{;zv%3IM@L5rBxB>q?4!iMEGvBJPRD!X_5Na6+JR@nTo)~pDdbh( zNB(*KXRhA$eNpXxC+uZ}cSY7T6@)dP@45f`CcN0VJ#?N?B zieC-tz>OSJ+I<&!0&~Wci8B&ZDrS8w3QpCDGYwJr^(f#;nO$`l)OnE8cg>aNU?ahZ zuI2Vb$H0-#Hlnobc29G;(oU!;Sice_8#|Pu8?pbpZcK@N)%(~3_J@RB3Vs~x;RB2m z>wsz3XcV zjlSOEa$r5S3ziT4)xnT^tPV5DCyblqTBlya4?qWeZLiwDu=mYw{^&bK6{!@2mbsSA z{gtayB|tT!`Ijr&(wQKkNl_zS6T*%J_?w4S`4V5J1^uePA}SR#EejR=c`qr4T<-T} zJL_$vQWt7ADd|UvvTsWR5^39v)0L*R0#wef2g>w+9a9kGa}X_bL(oR`j8sT3^nvI7 zk;^lZiZV5BkE^C$r5;0b#Xk_n+c8&XWCSabIfZlZa0c(@K`PfcwjBVF#CU$5gU}-Z zJJrDkvsDEf&12&3Aj~Dgetb#&kG68a@wuJmi@gz$j>}G(A9>~CsPUFJF(JF84dM_O z6Vnc@Z0kcoo=QaK(cwx}{Bo1Que?<5K(!G)kf3}0o)X5%i$lF`!V==(t}YHWu&BpZ zg9rWd0t~G8!PHDdXy(jl1-K(KYartO`0mTT%V8nU<;f#0Ha~WaKR>_Uj369d6yat# z@4iwjtCCw|6q|NB2#`*gZCfmD>h<9F9tj&BeX6`>^-iS;(&~0`d2skCci=L-!JP9} zikhkCdXHykI&dF6ZVoe@-g0`{eCW{OE)ceP<{Prf7Tboa2gF&=h8KVrD}VC!9MA@G zny1SEbU75|SnKFnJ|nrY%{F@hfsoBR7wmZg%xLeIG;Lb&X^EuFU%PKInBhsXoNiRB zCCqz(h zqF>b*{%nW5Dv%z%$u{jt9atUTEbm$7&gfCD?L97|>|@Ser8>Lt2H2@r`MMvTn1ekJ%8Q z=TthMMO#k$ChC!28UC1;?c%EFr&W$RX6n4n^k@U8 ze_x#^Sb%Lm|NdIr0{Y{kf)f2}aAG|ZzBz5_<3xQitt5DL!H&{3rmAWBA)?sZYTAta zR-_*4$l812fy`E(PI&qR1oQVqJ|fB1oKZ;MBhT6}+%FCll68zx#?LCnYN9?NYa+wb z1^Jy@k#?w)u^=WDIxphRXG+sIy>%pS?UwylD8HS6m;Tyyk!`vNe;@*O%&^5%0YbCz z+c*K1_86UUc7f|>onBtkWhrWrY;DuDh=ay;RXT^%?Di=hq^WCm@)dKBWN)nPNLvevh}b+uJWoC=`@%;?Rr(^MVZCAy4uZS`gUi9X4q-HrlkA> zuZW%6>zhf~DT3DqJN;={UMT8U|Hg0Q=dbU zI5#cCY>pHWjI&zprvzA0nRcvX#29|JyM{^Xt$TM5Lz)Fp9sa%Y658y?l38adh5qh~l=MZF*r8BCwDVJx1rsiG3+nw$ zz>qSo5KEn4`-5)=s_*zK(f|do1yH%TWtR>678Nx4 zJI>sZ+CYVH5r+u0`g=1sHf{W%LB=5BggQwf3(Y{s?R!V<8x=+0qTh`0=?dMr&lzS` zt1)$&KEJ^O$H0tK`a!*W&#|+#iy;R!+t|}I>0d)lyM8vbu20LBAETWW@~5p#_oOXv zNU2j3vt;+X)jJ_ycHz@oossqJE~|q0^{#d;V+pFQ=lE@SeTmLSdD>I4x8 zMRC9KhJ>NtJ(0XGyv)wlvWkpZ9!4A+ZjQ0qHo>bz^Ew5vsfsk5ctnk`KR_QpA_{rk0LxSFtLaJQM4OyXP4Wjwkwk(Q3={HGtkwaCEBA_-=idd zCgZKs1tHwVzo=-~1nxmwp!YNOmL@$8oX12qC}N{+=avFKg*0Nt`0(dFE?{HY>C4wT z!sGZaif><7VW+QJay@5uG|vbP2a$cvWJlpu{d0x+lB(&KtJ3t|228*Xzb9Q1|0fC_ zk6#-hHYhiHP=ejE++|%R5%Ug3stxcpbhGO@U4q|+jKA@VGnaj5qfi;WL`LC&ImxU? z0K|kW?>Ws2&avhQif{Sj>ugj@_{Jo%C=11UO0zvfWIt8fRNbOuA}8g9{yo%PJDd5d z@`s7@;`?I*7vx>;oW`l(BS)k(59`cWD&yt0 zutW-z2jX$hh>z=45(FEAAcF8Zz6<*UmEsuE)556X?$&ooBY!am@%xQs1VVDE_B6kR z!2Ax9&(ybd54^|WmhY=oKYRjJwyn+A9vN?9!&BAh9QpaV53Ni# zy!{Q4K9Thq^w!1E;bygv&#MDSSxM3o#%>ZnSdm04``FLQp* z9$)5YZfH#cTShEc*u*u{L#2N*j|#!US^ff7H^M*0F%llEwW!$6fc} z=HN~neI7&z z0liUrAw-(9d0xQL!6tjeujaSR8}>kA0sCpKhZoqSAoZ=zr5@R2WfXXxTRk7XAw_6j z>Ocq8T}23E2z_CF_m+yf9sgw5hRJSJ>wYsG5%p5iNU5}R^VgFF-pq4SxY*7RKBNO{>M?LLNt%Y6AAOV!Qa0~{W>72qhvf(kmN~51vRev1%S9Vt zO;ynQjJ#o{c6Xj?Gi_CyAh?Zs>KCiQ3)I0w(pxt(oKt=*j@e$ z{OY}?NcPNFj68Y}PCzA;*Y9tcqs0I@S30XPD>(qklo?Q&Aghn_LJ1!ws^KM7JJfLt z${V=aB`OtT%K47@DB!J zFRvi#cg-W~){&V3jy>M1I*PoYd5NC=<#$pukLtEcZSG!`>R&9Krbm>tG#Q(gF_ukj zM+Y-d2Hpc*-?Z&%gHb3bLG5LRVoj;M0TRz{YhP((?jq_coe{I}m^C5|Yp`VgnPlpP zHG(S(D##{TXRAw(x6Kk3 zZDz>SwuJy^C4n!UDz1PHazGaV%h8OnL8Rp?yulslZ}(aTj$sde5kmVL|11;Xh#|$*-P zl?Hl?vA3N=;o|c52eVW@uEx$xKca(K_LcG4b-5Au6XGuk#Yqc3AFndaBIL|9>Bt4_ z-!TTv4ZeJPiKK%`_VxrTZ=dD|VBJP9Q`a8f{<21fLLo6h-)HuL{`6Cbktd&*HL2hv zY&#kdN*B$K-%dIufl_C7TQ`5um1L{K1;4V!*C@4x9}C7 zcMcMr1h1=(lQq$4LNp};S^XP>GM+chcp8H2^nsdCSi#K_q!}>LxoM<2|0{I~=w0W0 z*Fczr+2+Fi;V46g@pQRddSAFswkT3;<&TBc7)C4w)%byiMdI^g--y3H4oHANeRL}o`G#yI-uwAZ~Ua=MSmNYvBCFTzZjo# zl~dUmh`gSRno$O-QB!R9q0`V6vK?9^AG(qzK%&IIq_vp0y5*J<^1th+At)lRz_kfl zA-+Y=GIgDD^lOE~qsqCD0F5jT%_s9ii+DTF6N%%#XFf$29zvMYPtp%jwK%o#`oqiaWnRQwm?)!~6pA5~MV2J= zJHZ3Rz3$MT^&Ebq5m+jUpFm>^O_hD{9__tWV+xp>edMV%-^hv`y-5x@RsQrD(Il0Q zG|#y2i6r6pOrG8u2MlO0AYm^y(1q_bIgy*!sH84cSogzSr5H>Vowp^^lb8i`REiu} zX!%-nru&Z)-Y2kfrG18uX*?@fb0sR%?HwYcJzyf|`&}av@r3l_IGH5+p!V9qnK<3I zakad&s~^GP3Wx*eJhV*xVbmR?7u@Z%KP20vLvYKl-Lnye#CS*>v`TEX=UJF!%1}Q z0A(hZj5#p`trBVfpGHJyR=e$TCQZ*UR`Jz(ed&8D!i za_NxmjXzT(e77=UNY`+(@}3%IN9Y{wj&gQW&=zb-!m{gxxA6kR0TtRky@mN znBxY<##4kG0C~p8k5nKvotfExq2b=>hRu20!Md@6YT78@Z@cJhVFr)oN*?lE?c(Zylq#KR^UBUGs<-c=dw2|eIU%3L zypw+X8=CU!r&oPnox|yeN_dZHrxYh`x6yZ!+?dui7{~YcWX*hbrqC~V+CCqm-jjjG z<4z+19eB;*~5ykK=C z@z|JU!$##?@3F0;{moV#R?%$iquLqB0_tq}=JNiy;J}7XP)v7jCO{UPSfO5iV5;d! zT9RfR@4Y39-WyF6eG%Ufi~B=>4sRcB3iIDk_dKPmNMzLZek0gf8w?a9-4g}3{~!h-r3@GR}Y4quQBd9iVgkr-Ud zr^MA^xt;A*Cc%XYKu#xfU4rY3=Py)|sW1Fc*f=n&hVT2^O0{dA&3=eAEN z?`LM(QJiy8wG;l_;69_JX8n>ApLRvnBYi!&;z=4 zu@=;Xl!(el4a?+TBvZdGmpa;pAN`{G&8fy&A@t9zCmP+HwD(F1H=H&@7+P-Y0s*_P zhQ#cb5K|)cymh;LcT!zqIqPkVJqxgx^O*=Mg^AureP2IZh6E!O$x2Si2b1XjL1#`& z1K=I|eAo>6n?$9>`OF+E@ld{8_Qy%j{Lq8Wc$`x|lye7Yt#+^n1)ZzgUVXz~nEl2V z?&Kky zF!E}rOhki6^VB_j9QtJwk1`M{7w0G&KS-3iX&#{*@zN?qv1ljHkO#oYYWb1kxQg6% zanGkrp94**=P5jtG(Yr_F-gn&GG>#?BPHUd5QpyZM`hW}6i+MUFzhuf=sia*z?ji_ z)qWeBSGh8I3x!uH(OvBVDRSd%KA(zjIJCX#@%8FVjru9u6Pq-sk`6Ju|H=n6eKNzO z^Ny+UekL+CNFTTa_uhhGI2i!>R4Aj_AJw#NhgwFeya_$wIB%%3<|{?Ers1VR z$igGsQ}7B5)LGRFda$S!aw$KR7Hbu=9Vc8-)pyJ2QlXh=P!}PJq&_eg79-?Qx-sYb z-J|At$d+Hi;ljGAd{C0aV{vDVIgdFSjCVQ~C|djt7DHU;?Fe}>0>1_l(R)Z0kqRQN z$Zq+cYb?xtyS~YIbDFyH`cp0b!mlfQ;u|0J_7Cbd;ZLoJ#9nAiDDZ^3r;vQ6>TAz) zLOIyH1?E{x-s`UQm-6|{4@(_2;lG^rR$O0?FR)m1R9ccy)Pz}+>;O+F-u6vPq5KzOm)w`g6f-F}?@e^aR=!{!?_%zuHJs4a zwV~Z5}9B*|75#bWEDoBL!{q5jRVRO9~sb*eJn8SUBpXxI4XRHzPG5pRxpV7I+BtkmbX2*oLEx4a9 z&&Z66gp|a2{?=~eC^1ACANAKNyM2Pn(I@@^WblO#vBc_h?h*T9`}<1m3*kAht!dA- zuvy>OTU|W2!%ZFeJ?xnh!>2Tv609RLD!uSz;@VW(MTMhTylqUO0mfSV5nh|nNlgOj zdY34OiHwLnL;r1i8>i5vcPfY1OF|ifT$26^VV^A1q}$BG=Jz=TVarv&q74!|+YDFq z1MaDG%H$DXj^$h_VWvs`@^i-H@datVIVih1~M zJrNGDd*h%Q?VO2E;#UWEWVV_7@hO`^SE!3TZT?8O#84afJd=zs(c0i?d(cJJ*4eAe zQi>96A~<`AAZ3>m@sVfjGz_8?VL?=mYI;~j6)75uo`khId_Qh`WCa$Q9dbM;Osu3w4c#H4&hi!=bj7F_AQ@j6 zNlWSxNz*9P>ySw@E;m`bH{A}YPaLl{9})5q&riP$I)f-PHOePEk}!71P>t3x4SDj_ zIZQBJd}Y3xEDf=cF7n1Nt}+W26gcMQvTbR4Kwgn_X|AHFqo!_Kn+4#r9evn#G!8q7 zMZ)s=&~H6?vAfdZy)acCmkHbVaip0dTl2bBeJ=2`oyvhbD=ZnqabNfNK+spkh zhL%fd9X6{d%X8Wz+!0+q>CPY0XLp|So(x={yW`!939^o~FlM6K&LyNm znx#dSuO;)xJ)j~MzX$5#u~_aqm8M7*9-T^xkE)c9re0>(B0jwDo-L!)6#aK|)B7+N zKvDl&tKI+9`}AKtdH)|z%ygmqc}C2xE*mgWF##b{x-)1gNR0*9`!4_sZkuPqYvHWt z4KkqxLzM3!%T#}A zK7fH7e&Ce_$)h}Xtc4jpVVT@5S7gVd>Wza`hu+Szp_x3(%sDFHo`-X>D_a@bXCX?9 z?T{mx5i?;-8NWO1o5}9e^XS}_vuAXL(2yf{Fjsr*)CYK@CneCp{X_kgI?i44gf*+_Vx-UC@$tz=hF>yj`G`s>wu9{a!*kEL zaL!!U-$u_iKAY*q2cB7AA$BGtvMY2O4H45p8bP$9 zKM`Eq`}J@px@=cnA`U@1dj{$!z4l`W&f1&Eb;c=xF|O<`?d&y{t~JX>wxdf&6R-sGESnO$JH!nsH@!<%BLz!75$y|?>3LoQ*!s5hfIp-83L zjAV2vs>FZ-#aRj9-6~det$mVqmdD9FW}9y`W7 zw7H2bT#JuO$ocD09E2INS~B=Ji`h-wcv1MKs73Z6$|<8=E19T!-77r}@8tn0#H@xd zGPn_k#XscEHqPVDHg10jDPYK(3^(mJ+NQdRsucU+QzS-3t#u^z;`JA+NDzyrwJ*L; z`_a^n>f70ktOl-w+U+NS! z11$#PBWlKOyoVEtx$_meb83B^G%q7(k8)ju-uBc(>0n!?Bd9)yVN6ahf|*i}=< z1*bVq@LDnyOf-Y>nt+8^#=6D~gR8;8GO1b=DZfIMFnr=uJx~cW#e7UhY^O1ym{bcP zS93f%>Qy8EjDlO#tyNL|c#Oak5Y!OzCRx6F-)tr`d6nY3I`rdBknH$Zltd>i z*y(ArPd_+g)KhL7{5?O$f=7dhGHPaERFJc-6g0t8Nrcb#Uea63HUV2D0^7e3 zm%FLCCcwmsG{TZ>y+Wnpf(`gS%uz$fKfo&kxnITIzxxl1&na8qnCEr8gb9bU(67|n z;7cSZ>YU+5|A=MFD5b^4Am#{;<~P-Q_za9d?}r|EhCF18(@DQy!63=Nfx-dC2fCb- z>yhS804j}EX>lpTu)b8P54U#+9Bdi4zrfEn+%r$5Vf&=UaxMMbO;rsHtVf-NuncU* zY{l#rT=w_*1x>-u9|xz^eI^v16{8u=jgw%GN>-}ruqR#a;MtNek6$1Axe<>O;9$$7 zjD}Fo{4B=*KIcVI+n!?fq{vz9ctd-nZDE=N_SwCI_XpbHC0YRS_w2HXL3vfk;jfUT zi0Ly!eS;8CU|yHVtJXwgoo9NV}YE-W7z|j0CaXCo~PW7 z9n&hx1t2jg-)!drLpShqMZF&AT*mDZKovgZ5>iGgI+b!h-zat;6KiS>`ub`(JYx4< z&gd~^srwipO2VG6rNL|?3#&{Xt2$V7Td&F!l2EXWRMc|{n{iCBufPVttyTN$mD}KL zf5Sh)EwV6G-!a;POeKx3#ysVEY_aj$5@h1q zuT~=-#J^eT#jvwGypVUtpdE3Fuo{EM9>B%WmPPJ-S@G5QLL#@XWvxaAqLUBcgGlT)2bLl+p+eP!8UJRtvfE>ujGDR>fKsboT3|17t08cP=3Z4 z(PH05LPyv<6UB(uc$Cu0?*;?@=|2R8s2tDs;qN1u>O^d&V}J(sfE?UPY+I){-szD= z+@526Q3-9e1L*krD1m)0R?~pg?*DV4w03TYtJDw zw4OEN+oizMiANa;2*_Ib$&0?Rp`d+Hx!3WM#pF*RA>UlEzoE3$Y6_@)jPonyXJl8z zw0t#zKahQCEnk#`kv|BI7H6QerKAoNS8?^aAc3hMPJT1cd! zW2hmCS2lZG)@0~U{qRz`ZwjB=O%Hq!Q$$@Xg77CLTT94;DWydIT{2HrIOtTX>$*=l zxqb6p|1u{eG_G*icBgmXNd&^nPtQa4GZ>utHpEO7*J3=yh(6z2;!lZE&7;Z#e)s@L zZ9gn`?}u-kGe2s|PB{Z{&jSx$_k8VHOswpo5g|WW6eH*u+8M8iSfc~1%iW6^$B7;YzxG3eHTKglY4fM_?%+E8`so2^GlV}UmmcrX(ZR0)8vZ8W93 zhFasOGj}pfCvGK;p1}&3M19dO2?Z@z!-iS_vCxY07&&$mmQ3!Q`0Qnn{@Yv&w5|

    Iv7Z+$${`%r~MHDxNIECwr<+f25FNFvVxb6Ial zyMK29neF8m8d)?QP=83_{rk<;@r$-4IFnOL8>@W{h^vv_4wec6(5T1n^4Icyb2 zlIIEIb&uZ>+9Nc%te!sj^|J2aM4<1PCozv;_e)886!WC;ZXEWoe9YLXQBq5?ilLYT+C_}ovdm&X~p6g5yVkikuRgWJP$ue1& zXfyoMe|gwO9hn`R5i?5QuHmD5>HRU%0NVcJ$WoVQT$w#E&KR^8-(qxl=Q=xxGi=Kg z|0UaFze&3cNtFUcdJx;_y^D0+nFB+b#6Mzz*#rlrMG4flW7~?ip$Sjm5$qO31wl$2 z|H8!qTzJ0umPAPcF!^hK6~s!`rKzT)Db22y)gZ9!VhWf7;z*@8t(-}AYVIGUx#lba z<~;70G}lh$qY;uzCuK`%@s9zr?9pcbMSC`s=qK^Q-E<|77EW~aiL(>N^$N_NF{~k| zHlo*U%H}I&0@%JoSPiI4LU)_lrYRt`6wDqFF_#DcvWYALc!If3%I6gsbINBZIf@Yl`_RRvmT>v*MG z4gnI`>QSB!NJ<@xYDby3gElcf-#IfXfA{VwsBP>_zDb+V5~|3XH@_qyw&5Z!lKUp~ z!1T7v&z<;6sUAtZ?uiIF(fcjQ)Xx%{%vVZ%9pOw%^|@Fwgolm9*M$rR&_d%Xshggvq(V^Eg>f3dbLHl9-(2zOw8REy1^8#d?$lyL zfzR}UdLO9fEoi@nb7lT*Vyn7<1cuJVt)Ge8NOp^l>CoPfAxG`yOlLHEsi{}nyjuY)ZXyoJjH!pIZO zP@bMfA7}Roo%YNYWtWXi8|h!>kB7W|B@XL8)bAcyTvQg`zwxg^rS$c&w~ zA~D(M^v3NpsGL(do);a+))gZnIhh)3<1ZkQDlDr@7wTp?+=`&n!Wsmdn4b>?qzXk& zpey*tK03BBm6T`-x_#FqIv0{~$j2=wpEPXr1^`8NV(PwJgKDdw!|;|2gDSsGv;?eh zR9GV3ILssD$uK$K(HOd*Yrd58ilaMu8nV?2ynaAzl*TZIH3N^(&$0~k6y$D>MNyM{>z@t1>)cbQaz2(@gF4qwgKP5$U#<{kw!5|s3l<}K{&0O!N8Kvv~WqBhc4*u z0k?LgM>_W{hJ6C6&*2;<&Yp1366C>rs@7B747}t6;{f6TJbJBzc$#H(|13XdZXYcq;yf;2gZ#BN zwA#zUskvo*(iiFx92Tk{C?M;JnFRtkeRYgeqQLkzSJKUnTfegUFcnHC)K5$p7e;{4 z5f*qGr9FPaJcsY-(EPm0s^46>p;$nY6>62Hax+8V^I|Qqk+EeomUlyJu;D?U7`38 z;cexh#=Rf(RVo}C1lE`C+Acz#1!{jyg=tdz0~DZo#AR23lMG=5NQvixuB60u^%~+zI_)G79;LC*u8o6p!T_wen;`U#u8Pi?JGVUtr}``F3xI00nf@dH@IFShQLxv%aAkW*ChLiz0; zk404)R-t(zi(tXw&Bgkc$KemR|BmrNB3&|ePyWahQ~jsA@8tFSZXY2xLHR3_ zyy&IUZ)YskD9?E*ZZOXF<5 zmmWOpeg0hMqs4|}2ujt+nt zwi(b$q2D5y)5~2fl3^%JsXEO4Y0xa36EEuXEJ=CsFt3PI>&V}FV#S&ai>I{rLSh<; ziT>;0w{Ma>M+cu+LQBqU8p;e5ZW1P~-TzJEdYYaUn6!}i8YWS1FIN(O(UF7P*N9q) zdgD}^XZ=bRy`jv?GAIAPkq=`;@0#AphjDIP*=3PWD;z2qN80XUG3YFP@n0c0a|`c^ zC06q?R(uJyX5oZ>vTY5!dGXhjhOBYp5PBWQgeNSl>`(0053tabdYcj1Ls%0rfI>9| zK%rM-)^+^@(y$(`R1C<4J502nl@SIFpc};%M$ZB2Ifdv6*vD#LsO&3wUk-y=3WP~v z%%8&Rn8Zz=gDNKwoZvrY#m$rO-%pi0D(yNSuJ@!Ep1=}7$~KE0H=j^xSWixK56YgI zlrUX0A84R0@B)>PhN^~K4I61Lfn*?5p<#ZB#q~7b0y&bea{PrQUKqGdr#POWkc!p( z(y!V{!LF?wL|K~`0ZXssK3yqxKj>ExF2%Qx#uS&SH-TTJG%$pe?QW4CxnjQkwWSju z>nj03ft`52&reAEYKALO53IcysPfgK#U8l=mNAyxtvNtf7G013r0q>@6A$<DoNBcFH4=BHZ3uIkh=c=wU%=93oU z6^h7GyZ{(-5BmX@{1Su7r=KW}T$}}8MakZ{MvYwRdCkB>`qSl8^gr>-sJ!9`>roQ< zXv|cP>SH&igC0Fl+!H!^9FnRVvRs8TyYgCn)kz80tP_ugs_0YMqf(x~^7*7vAfLxX zJrxMpyK9*Ibx#{}`(zt3TAJ#dul0#>g$}2al=YPm?q4u|M6>L}?x2#P!|{6RDUXH!V$%S7IF?jUc%VzBI4L($Vc5^*E7mttoVTL zpOuE0ekJ=@x)zY=mTw(}-0=hFg#U#fXz2F|?s{bSPz0T7?AhjNT`htod0#y=G{MO2 zusvTes+}n43;LE0G6Z&(Y?&S#9bbZf!d;!mcb||CNIU^n{DO2FA?rP9|sp08B3(~-It zQC8Pj$~InXoh`8~YNa|6=(J1Ah|n~Vel7$G*1`>^^{2T3?tr;N*yK7t1X?XA^&hzd z=wsgd8pjk=ojBb?$|xP4Gwq%a9nIikS6eyIZWGqb?+j*0I+nyAq6XcU41S-U-xIA*4smjK_ z@a57WIM5OS(M%RCbQNg3nch}tUIDsh>HUTpGagGYKfkGQdiy}u!O_iOnFEbHtJtqnDsJ0N!Zc>^$;+Y z-0)7a6wi5=#EjXLu)3#|eZRUIG?_iO=Cg`ZNa8Y)ksBjOKg2&FAt*j~b_{s}GgmBe zjyrJ^K7C!AzM&V)y$w@Pq;G-ZPK?kNu4*dg%?D7Lf=3Uj?zxAfv$urX@JY?~K@C@c zSo;L}4c@`6>nW}fng#FE3--Ey`QolVSvnm_miA(epXW)qo&N};t+LZK4>n5j2~N4g zvK9#LzL%XyZ3ooGkB-@1l8!&E15fjDjV$R2e+A5AlPf60yqW7@7hP{sMyL-r7dAgq#n}U!6+!}v0V4lBagd>J zR&K;V=B2kXq(2t*B7)~H@PUFaL{IfYM7*Y&kh6 zR67ByYh~(p{rIPJTR+(!X4xEMbX3|-#!69nyS*Onho5QJWT&41_|T=n9Ka^p;eVmJ zS1bTCJb0qqo$AkqIn2-g9U}3Hs5Rk<`?o*O$?BsdYOT122_D^bj|Gk_SKtF;lZ&Q0 zpwIi=VWJ823knh8YYKP2>A7#x22eBQiIJT4({@D=&wEh>@Ih^)m-1BgNbRj7Ni8~S z>V@~p_BMdQ-5t|y{|Zn1@u~mj>c8~%`CpH%Io5QW>&~i{etfR0sP9L$6BmMC=?=bc z>)abd$xN8GT0X$0l3ZL&7IfU0Qytxz(rpK)%btE*|0Bj9h3K1MsNG~US zHqN^Hje!}gQ_LsY-PPY47{%mh^xiu;bOZ&(NPs?V1}cIke8qIK*3#YYnHHrAu?m9< zuZpCKhKOl5v1tR4g}6E!BvUgI@bqs-S3FSsarEOT@+i6o*kL#!)9?J@zpGuPRb-8P zhea}$x)pmv@#-$S4!f+o4>^ZrPKz$EfT{IbO$((TYT-K_s_v_fhlx4VHJl-^4VjZ{ z@geu;ahLW4MGzmpmxcH`%eq3bW^G$2soA}UI`94l7VXs(zQfoF)5cyRqn)*(rU!(* zx2dYM?=5Az)EcT4_m{9j*Y4oXS5S3|0pxMh&uaOdnfv8z@$RT!%t$PQTxBybDq~LX zt{Schw2Ps=tw44!xI%u7x)U?buW0{mbXrl_?xEG#qfK4kh%qWgWXD?!w4X~xdhd5a zV~1tzyZ9DbHy0fZ^wl&dp+SqmsCb+uUK*Xvn1tW~)Ck&Ug3pl8iKaKc>0vyfBCD{A z#-&e1F9STdo z>P?_+v$S-*C)hwU>s#nJA|B_ZXH?c~Wn+2G^X$9B_?6??p1EUG7K0ZIbM56%*)#;m z<*mE(28n!|UE6`BSAZuHM)0*Sl@87UBohyZLg=Um-&`j+n+4voMPg0`5kC^Sg&rqL zX5N;;X(Nm?bzh4{K(2pHQx}_Lh#GnOhNfnay?iMnj`0Kw!wDfpI(MhuVQ+UHUXMO6 z=)b{IN>OWhwp+cC;LKyVH&;p|TH$AjtZh5uyeWbCU>D+P-_=2bs`;+tSA)TIz8w-Z zgOuAM140)jDwqxrGF!DJHHqxKfG4XR(dB~7=AT{nLI49vU=s3UyY>3EW=}}0xXza0 zUj=Otz4GV8%x$4R0{-&~@L(9#dHd=d=miej9wm#3d_ z+Os1NRFJn{i%6c4jZF=9d#?RtxD$+bR$#7xAx#<%hFZ0X+R3Q5i*X>1d zFn|q>zyxe|#xVj>Lz{*j;kA8bAin~hr%V>Uzo!gxBy7GM9W0H+jBCp)2 zx8px10y|73l7zZxTMi^OY|SuwnaSQZra$zi760=7cu^ovui&~zZ$v7w16>Eiakeya ze!;NV(ddH7>Rq_F#TU8cz{nF!?nLaDX!ABKKJiLw`}~CKa8qu(uDt3zGjWOCZ;h<$ zppdb%@rf7d6CD%LD_p@F^QESl!W2`jPrDLm#H|e7J;DO^j~hZYg*O%{FM3*)RaF8Q zrzN|12xgldZOJYn-lx-^QeRi`7bFF*_8Lj3F5D)FvT{C)%5yFt%7?>ip)CE0Gq=O{{h@)mE;4H;(edxu(fiuM*-w+g zdn&oT${21BT~CsR-Bm}!Cv=U$T=w;V4a@Q2Q^{@XGb<@*x)#z1q$zJQ9T+$DALFPn(&8D~aCq(1vM$(IYgMC~-Z+OJ!q6skVEx z8D-9*ScX?lshi@;OmU`TZ2Tr#SU4?Cm%1Q;oINf07h*MH`AUXMin-~!uK4sP0m_KR zs@_q#&I;)v+xM~WvjSbWDzHC1-Z-gC2;8lTxNb2CCSaQnIiBPk?cHiOj9>b;dNvtn zS^g*${jH8Eantp|h|#;yC|&({a_`hcCJ;>w=}N4-D5#3%<_X?&Wmxq)I00c)&0@2c zkT0#zq;%utpm)|r>czO5$?=*@98dEZ>l|t>{7bZ^^6i6N-b=jN=pH=53%XjjAKK`7 z3DFgcYL048+cO*jHc^~bIC|D_%#)!3TWJL^hip|enKGitW%Z!}XCul5wiBni2V-e8$A<~aAEOAd@z@-2=&8#24%c3RlSy|`aW#OdE?O6K+d zCf?obXg;-EWz6Q&%!2CDHT#K5U1=mb>g3SDuYH3CZ^ zr_TvG+2i#j8WxfIOioBf>352p>@L1=6$wPam|eRk(PV+FL*fQ4-6wc+Od`&RwF0>& zi7t?;YnE5P80rU)-x4al>|tmL)M4V%i_tcc#;z&i^_49UNl%E@FYcYv)a;#>9V#_) z#~ngP*jH(ocQ#5KO;%uwPn-0va({M^l{lEb$#wZNb6SnIVf$f;^(u@&Hf+gIgJ*Hg zF(lUW(-$z=$>#eN{CC0!u#@6%$UiQ*hEvq{)`sv>axr>ri$!&VpAE4iUJ8AecnsA} zv2|FP{UVb$!*J&6Sa^%@UCv*^G@&JEfX`22dGk?RW#4ZsBms=pkXLI0+wJL;!VhK~ z597Fhk*BOtpL{h^(7|oXU@;f8Nps%MUgr0Ah{5R)R!{tWhV6qY%E;L*{bujjuT++kGfYZDm+yB2j?qM3a{RXnifObl{dE6}E%a@Kd8vAyLHF8&g&Ez!DWTNKYc zIiFwAxuYo6cXNzPn1Y^+4-4Vs*8M`uKD86;jUY&?fcBLe3=F!i4^p=+tIt zDNm@qre_kB%}424+KO?ksTQkpLmiamL2+z(eK*QItEEHCa{04ZiRD8Pe#H_<+MlJD z2E8R7i*T8;NN3D42)s>%luwZ)n#;l#qdUc=+>U;elt1W9P~i%05PVegLD|<)>eN_fqfRldQsB z5Y6p^vDmtxs*TS$#sY6RzH>?S$K{}taa(04ng>7Ij`f89ZtZzpf2{R&cgV@$P#gVwK!f(@Du!Y5g0in%miTQR+I`QR37wf z5fMISuGS?(eptS3pmv`)Jmr$T7K%O*Tgvep&WT! zgF9PVs#JX#T7uA$&NzpGI#;tfR*^$7ir?0La}r*~1XEQV*dDJaX(2F1zr-?&Vd|b{ zry6E7<1k}ZMvqwD-?Pf&LIgQ#j zLb*9}ixztR%KB-{q^Kdz)Y_Oo{fM5})i(XRDUu1X4^;Nc!S+k;+@ixK*)hL9uy~@4 z#C}RjyH$*$!iuPK?ah?6I7TO{|FKmr8J)V>uvhV6lp)BZLr5nB`%~_lrl<(niJ`H{ zq}NU*GRi8tqR(218Ypu|KYnOFjvvOFpQVCohNL?oilde8&_oxWNEzTDBrJBPh&A9s zp4xip6+yo~Eg+r>h*lZv4Cw)v*k6mk;s-a;C7LUMu@d>KZ0Zr!j@g#gR`Kv~vYBTY zungK-_f(ll83dP4zrTIl;~N*cx*F0nBD!sY?2Pu)XODjsA9+zdGmgFZ$ii-uij#bjkqpx-pnp@2lvCjcqaQeGoh1(!+&_ zNz%fV*ufLp5Dp4Ahb_a?G)nuR!w*L|Ei?>fRl!~^*s(e6vTVB4|YqO&~ zpUsu;rJvGD@fe*4-^@3-Gq}iX#RMmrB!7=YsFqI74~q*Ec;nau-(0jxmOOp*dvR?Nm0t<03slcToz`c z@SZde3J3OajGs|~k`Le5gI1@Co- zi1h%`Go7bir2er!AW&<;tp$-};(KqK`s{0UDQjvPx~3E#l%Zp*(!Z|RjlohVb5yU= zL1h$q_VCd)k>oS208pqSe#=5c)UnaSZQJGfW%b$Lji&66zD_KC97vj_0Ny44Y<=O! z#rl+#bRM})B6J?H{iVe&6~}IvWo`ilh2@2vL4{bz^&GRl@{C)ELOJ z;kQP7mlOe!%&nvu&7$Ybh37-e&I6Dr@u&n<6}LJA14)eB^LJDfwVKs;yK!Hi&ydxH z5){(yeD^HA#e?2s=e8KKzK9&?n2jTx1;dU5Itn!#Ls1Sm8lW67kdfra)3>u@wM39=ELp_B5J)m14)~bN|$YY{yhPxa^UkcSIMkG)pg=+ zAZYSj|CbLX@Kr77aQ-;+?xrzVd_fnIboc+g`)w Date: Thu, 22 Jan 2026 16:18:14 +0700 Subject: [PATCH 152/158] Add QGIS Auto Markir documentation Menambahkan panduan penggunaan untuk script QGIS Auto Markir. --- source/_posts/qgisautomarkir.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 source/_posts/qgisautomarkir.md diff --git a/source/_posts/qgisautomarkir.md b/source/_posts/qgisautomarkir.md new file mode 100644 index 00000000..5cb4cc44 --- /dev/null +++ b/source/_posts/qgisautomarkir.md @@ -0,0 +1,16 @@ +--- +title: QGIS Auto Markir +date: 2026-01-22 16:00:00 +--- + +Script ini digunakan untuk membuat data marking (jarak dan daftar nama anak petak) berdasarkan poligon evapot, +dengan ketentuan cucu petak harus di-merger menjadi anak petak. + +### Cara penggunaan +1. QGIS -> Plugins -> Python console +2. Paste code / open code (jika didownload) +3. Sesuaikan parameter sesuai nama kolom dll. +4. Klik run + +Kode disini: +https://github.com/allasca/assets/blob/main/qgis_markeer.py From 791997ae79aca01057f6154819c96b6fbffc2325 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Thu, 22 Jan 2026 16:30:58 +0700 Subject: [PATCH 153/158] Revise usage instructions for QGIS script Updated usage instructions for the QGIS script, including new steps for showing the editor and adjusting parameters. --- source/_posts/qgisautomarkir.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/_posts/qgisautomarkir.md b/source/_posts/qgisautomarkir.md index 5cb4cc44..77326329 100644 --- a/source/_posts/qgisautomarkir.md +++ b/source/_posts/qgisautomarkir.md @@ -7,10 +7,12 @@ Script ini digunakan untuk membuat data marking (jarak dan daftar nama anak peta dengan ketentuan cucu petak harus di-merger menjadi anak petak. ### Cara penggunaan -1. QGIS -> Plugins -> Python console -2. Paste code / open code (jika didownload) -3. Sesuaikan parameter sesuai nama kolom dll. -4. Klik run +1. QGIS -> Plugins -> Python console -> Show editor +2. Paste code / open code (jika didownload) di editor +3. Sesuaikan parameter PETAK, ANAK_PETAK, KELAS_HUTAN dengan kolom shp +4. NAMA_USER menyesuaikan user Windows +5. Klik run/logo icon play warna hijau +6. Setelah selesai file csv akan ada di Desktop Kode disini: https://github.com/allasca/assets/blob/main/qgis_markeer.py From 798130c75f30507f56d56a442d9378f9602179ba Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Thu, 22 Jan 2026 20:42:29 +0700 Subject: [PATCH 154/158] Update qgisautomarkir.md --- source/_posts/qgisautomarkir.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_posts/qgisautomarkir.md b/source/_posts/qgisautomarkir.md index 77326329..e7942e3f 100644 --- a/source/_posts/qgisautomarkir.md +++ b/source/_posts/qgisautomarkir.md @@ -14,5 +14,11 @@ dengan ketentuan cucu petak harus di-merger menjadi anak petak. 5. Klik run/logo icon play warna hijau 6. Setelah selesai file csv akan ada di Desktop +### Update plugin +Qgis -> Plugins -> Manage and install plugins -> Install from zip + +Download plugin: https://github.com/allasca/PHT-Auto-Markir/blob/main/pht_auto_markir.zip + + Kode disini: https://github.com/allasca/assets/blob/main/qgis_markeer.py From 049a15e33b003c49690dd6a47dd3cedf5321035e Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Sun, 8 Feb 2026 17:39:57 +0700 Subject: [PATCH 155/158] Create komikq.md --- komikq.md | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 komikq.md diff --git a/komikq.md b/komikq.md new file mode 100644 index 00000000..1423246a --- /dev/null +++ b/komikq.md @@ -0,0 +1,74 @@ +**Privacy Policy** + +This privacy policy applies to the KomikQ app (hereby referred to as "Application") for mobile devices that was created by Allasca Dev (hereby referred to as "Service Provider") as an Ad Supported service. This service is intended for use "AS IS". + +**Information Collection and Use** + +The Application collects information when you download and use it. This information may include information such as + +* Your device's Internet Protocol address (e.g. IP address) +* The pages of the Application that you visit, the time and date of your visit, the time spent on those pages +* The time spent on the Application +* The operating system you use on your mobile device + +The Application does not gather precise information about the location of your mobile device. + +The Application collects your device's location, which helps the Service Provider determine your approximate geographical location and make use of in below ways: + +* Geolocation Services: The Service Provider utilizes location data to provide features such as personalized content, relevant recommendations, and location-based services. +* Analytics and Improvements: Aggregated and anonymized location data helps the Service Provider to analyze user behavior, identify trends, and improve the overall performance and functionality of the Application. +* Third-Party Services: Periodically, the Service Provider may transmit anonymized location data to external services. These services assist them in enhancing the Application and optimizing their offerings. + +The Service Provider may use the information you provided to contact you from time to time to provide you with important information, required notices and marketing promotions. + +For a better experience, while using the Application, the Service Provider may require you to provide us with certain personally identifiable information. The information that the Service Provider request will be retained by them and used as described in this privacy policy. + +**Third Party Access** + +Only aggregated, anonymized data is periodically transmitted to external services to aid the Service Provider in improving the Application and their service. The Service Provider may share your information with third parties in the ways that are described in this privacy statement. + +Please note that the Application utilizes third-party services that have their own Privacy Policy about handling data. Below are the links to the Privacy Policy of the third-party service providers used by the Application: + +* [AdMob](https://support.google.com/admob/answer/6128543?hl=en) + +The Service Provider may disclose User Provided and Automatically Collected Information: + +* as required by law, such as to comply with a subpoena, or similar legal process; +* when they believe in good faith that disclosure is necessary to protect their rights, protect your safety or the safety of others, investigate fraud, or respond to a government request; +* with their trusted services providers who work on their behalf, do not have an independent use of the information we disclose to them, and have agreed to adhere to the rules set forth in this privacy statement. + +**Opt-Out Rights** + +You can stop all collection of information by the Application easily by uninstalling it. You may use the standard uninstall processes as may be available as part of your mobile device or via the mobile application marketplace or network. + +**Data Retention Policy** + +The Service Provider will retain User Provided data for as long as you use the Application and for a reasonable time thereafter. If you'd like them to delete User Provided Data that you have provided via the Application, please contact them at y.allasca@gmail.com and they will respond in a reasonable time. + +**Children** + +The Service Provider does not use the Application to knowingly solicit data from or market to children under the age of 13. + +The Application does not address anyone under the age of 13\. The Service Provider does not knowingly collect personally identifiable information from children under 13 years of age. In the case the Service Provider discover that a child under 13 has provided personal information, the Service Provider will immediately delete this from their servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact the Service Provider (y.allasca@gmail.com) so that they will be able to take the necessary actions. + +**Security** + +The Service Provider is concerned about safeguarding the confidentiality of your information. The Service Provider provides physical, electronic, and procedural safeguards to protect information the Service Provider processes and maintains. + +**Changes** + +This Privacy Policy may be updated from time to time for any reason. The Service Provider will notify you of any changes to the Privacy Policy by updating this page with the new Privacy Policy. You are advised to consult this Privacy Policy regularly for any changes, as continued use is deemed approval of all changes. + +This privacy policy is effective as of 2026-02-08 + +**Your Consent** + +By using the Application, you are consenting to the processing of your information as set forth in this Privacy Policy now and as amended by us. + +**Contact Us** + +If you have any questions regarding privacy while using the Application, or have questions about the practices, please contact the Service Provider via email at y.allasca@gmail.com. + +* * * + +This privacy policy page was generated by [App Privacy Policy Generator](https://app-privacy-policy-generator.nisrulz.com/) From 3602002284a68983a261227ec15403629f2dbcb4 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Sun, 8 Feb 2026 17:40:25 +0700 Subject: [PATCH 156/158] Add komikq.md to the configuration --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 765d61c6..5ff869cb 100644 --- a/_config.yml +++ b/_config.yml @@ -100,6 +100,7 @@ include: - timberklem.md - geocalc.md - refereel.md + - komikq.md - dani.log - google549d35e8ae56510a.html - CNAME From bdadfb68f03dd3062678bb62e432f11e58a4b72f Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 21 Apr 2026 11:06:56 +0700 Subject: [PATCH 157/158] Create post for SW Allasca & Allasca Maps Added a new post about SW Allasca and Allasca Maps with download links. --- source/_posts/swavenzamod.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 source/_posts/swavenzamod.md diff --git a/source/_posts/swavenzamod.md b/source/_posts/swavenzamod.md new file mode 100644 index 00000000..135a3475 --- /dev/null +++ b/source/_posts/swavenzamod.md @@ -0,0 +1,13 @@ + +--- +title: SW Allasca & Allasca Maps +date: 2026-04-21 00:00:00 +--- +Modifikasi aplikasi SW Maps dan Avenza Maps dengan mengubah nama package agar tidak terdeteksi playstore + +### Download +SW Allasca menggunakan versi lama yang masih bisa menggunakan polygon +|App|Link| +|---|---| +|SW Allasca| https://drive.google.com/file/d/11jD4EvuUko3xP38-abbX0IWdoKeMiawf/view?usp=sharing| +|Allasca Maps| https://drive.google.com/file/d/1rGzn5k-Ce-mu3QbU_G79MqAKuukKAJzr/view?usp=sharing| From ca3177e15d32c46f864d67896c54bc10c90c0fb9 Mon Sep 17 00:00:00 2001 From: Yudha Virma Allasca Date: Tue, 21 Apr 2026 11:10:00 +0700 Subject: [PATCH 158/158] Modify package names for SW Allasca and Allasca Maps Updated the package names for SW Maps and Avenza Maps to avoid Play Store detection. --- source/_posts/swavenzamod.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_posts/swavenzamod.md b/source/_posts/swavenzamod.md index 135a3475..a4fd0784 100644 --- a/source/_posts/swavenzamod.md +++ b/source/_posts/swavenzamod.md @@ -3,8 +3,10 @@ title: SW Allasca & Allasca Maps date: 2026-04-21 00:00:00 --- -Modifikasi aplikasi SW Maps dan Avenza Maps dengan mengubah nama package agar tidak terdeteksi playstore +Modifikasi aplikasi SW Maps dan Avenza Maps dengan mengubah nama package agar tidak terdeteksi playstore. +SW Maps diganti nama menjadi SW Allasca. +Avenza Maps diganti nama menjadi Allasca Maps. ### Download SW Allasca menggunakan versi lama yang masih bisa menggunakan polygon |App|Link|