binary-collections 2.0.10 → 2.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (290) hide show
  1. package/.opencode/package.json +5 -0
  2. package/.puppeterrc.cjs +25 -0
  3. package/binaries/binary-executor.cjs +138 -3
  4. package/binaries/clean-nodemodule.cjs +138 -3
  5. package/binaries/clean-nodemodules.cjs +138 -3
  6. package/binaries/dev.cjs +138 -3
  7. package/binaries/empty.cjs +138 -3
  8. package/binaries/git-reduce-size.cjs +138 -3
  9. package/binaries/javakill.cjs +138 -3
  10. package/binaries/kill-night-crows.bat +7 -0
  11. package/binaries/kill-night-crows.ps1 +172 -0
  12. package/binaries/kill-process.cjs +138 -3
  13. package/binaries/nodekill.cjs +138 -3
  14. package/binaries/prod.cjs +138 -3
  15. package/binaries/py +111 -0
  16. package/binaries/py.cjs +178 -0
  17. package/binaries/py.cmd +49 -0
  18. package/binaries/rmfind.cjs +138 -3
  19. package/binaries/rmx +15 -1
  20. package/binaries/rmx.cjs +138 -3
  21. package/binaries/rmx.cmd +12 -0
  22. package/binaries/submodule-token.cjs +138 -3
  23. package/binaries/test-cjs +18 -0
  24. package/binaries/test-cjs.cjs +178 -0
  25. package/binaries/test-cjs.cmd +26 -0
  26. package/binaries/test-esm +16 -0
  27. package/binaries/test-esm.cjs +178 -0
  28. package/binaries/test-esm.cmd +23 -0
  29. package/binaries/yarn-clean +32 -0
  30. package/binaries/yarn-clean.cjs +178 -0
  31. package/binaries/yarn-clean.cmd +30 -0
  32. package/binaries/yarn-clean.py +166 -0
  33. package/binaries/yc +110 -0
  34. package/binaries/yc.cjs +178 -0
  35. package/lib/binary-collections/config.cjs +126 -0
  36. package/lib/binary-collections/config.mjs +7 -0
  37. package/lib/binary-collections/executeScript.cjs +19 -0
  38. package/lib/binary-collections/executeScript.d.cts +12 -0
  39. package/lib/binary-collections/executeScript.mjs +6 -0
  40. package/lib/binary-collections/findScript.cjs +284 -0
  41. package/lib/binary-collections/findScript.d.cts +12 -0
  42. package/lib/binary-collections/findScript.mjs +7 -0
  43. package/lib/binary-collections/listScript.cjs +266 -0
  44. package/lib/binary-collections/listScript.d.cts +19 -0
  45. package/lib/binary-collections/listScript.mjs +7 -0
  46. package/lib/binary-collections.cjs +342 -194
  47. package/lib/binary-collections.mjs +22 -268
  48. package/lib/changelog.cjs +61 -13
  49. package/lib/changelog.mjs +1 -1
  50. package/lib/{chunk-E6FDDAOO.mjs → chunk-2LSRSEXF.mjs} +2 -2
  51. package/lib/chunk-34IQDTLZ.mjs +27 -0
  52. package/lib/chunk-3HFFECCI.mjs +27 -0
  53. package/lib/{chunk-V3N3JEUF.mjs → chunk-5RTXZVCW.mjs} +60 -13
  54. package/lib/chunk-66KDU4TX.mjs +268 -0
  55. package/lib/chunk-6PU7BAHB.mjs +61 -0
  56. package/lib/{chunk-6HHJRKFB.mjs → chunk-BZWVHODJ.mjs} +4 -1
  57. package/lib/chunk-C6D2TTYU.mjs +32 -0
  58. package/lib/chunk-FB2WKVJD.mjs +158 -0
  59. package/lib/{chunk-66PAU5PS.mjs → chunk-G5UUEWUO.mjs} +9 -5
  60. package/lib/{chunk-HO6GHCOB.mjs → chunk-GAGABICI.mjs} +198 -63
  61. package/lib/chunk-H44UWUFY.mjs +105 -0
  62. package/lib/chunk-NCZPTKDV.mjs +79 -0
  63. package/lib/chunk-NGFK3EYW.mjs +28 -0
  64. package/lib/chunk-NVEG3LEZ.mjs +143 -0
  65. package/lib/chunk-OGXVGBRI.mjs +29 -0
  66. package/lib/chunk-OXV52GD5.mjs +62 -0
  67. package/lib/{chunk-PDSXF5HY.mjs → chunk-PDN26I7O.mjs} +1 -0
  68. package/lib/chunk-PXBMHE7O.mjs +35 -0
  69. package/lib/chunk-R5FJOR63.mjs +47 -0
  70. package/lib/chunk-SPTECFE5.mjs +180 -0
  71. package/lib/chunk-UXCFNAR6.mjs +55 -0
  72. package/lib/chunk-V2IBPCEV.mjs +39 -0
  73. package/lib/chunk-XPJGCDOD.mjs +14 -0
  74. package/lib/{chunk-AI4CVPJ7.mjs → chunk-ZDMWBSYF.mjs} +4 -4
  75. package/lib/chunk-ZOWVMII3.mjs +228 -0
  76. package/lib/clean-github-actions-caches-cli.cjs +465 -0
  77. package/lib/clean-github-actions-caches-cli.d.cts +1 -0
  78. package/lib/clean-github-actions-caches-cli.mjs +56 -0
  79. package/lib/clean-github-actions-caches.cjs +152 -160
  80. package/lib/clean-github-actions-caches.d.cts +15 -1
  81. package/lib/clean-github-actions-caches.mjs +4 -130
  82. package/lib/cross-env/command.cjs +63 -0
  83. package/lib/cross-env/command.d.ts +8 -0
  84. package/lib/cross-env/command.js +45 -0
  85. package/lib/cross-env/command.mjs +9 -0
  86. package/lib/cross-env/index.cjs +178 -0
  87. package/lib/cross-env/index.d.ts +8 -0
  88. package/lib/cross-env/index.js +102 -0
  89. package/lib/cross-env/index.mjs +101 -0
  90. package/lib/cross-env/variable.cjs +60 -0
  91. package/lib/cross-env/variable.d.ts +7 -0
  92. package/lib/cross-env/variable.js +59 -0
  93. package/lib/cross-env/variable.mjs +9 -0
  94. package/lib/del-gradle.cjs +61 -13
  95. package/lib/del-gradle.js +9 -8
  96. package/lib/del-gradle.mjs +1 -1
  97. package/lib/del-node-modules.cjs +143 -148
  98. package/lib/del-node-modules.js +210 -14
  99. package/lib/del-node-modules.mjs +148 -17
  100. package/lib/del-ps.cjs +61 -13
  101. package/lib/del-ps.js +9 -8
  102. package/lib/del-ps.mjs +1 -1
  103. package/lib/del-yarn-caches.cjs +61 -13
  104. package/lib/del-yarn-caches.js +2 -2
  105. package/lib/del-yarn-caches.mjs +1 -1
  106. package/lib/file/copy-cli.cjs +92 -0
  107. package/lib/file/copy-cli.d.mts +1 -0
  108. package/lib/file/copy-cli.mjs +55 -0
  109. package/lib/file/copy.cjs +56 -0
  110. package/lib/file/copy.d.mts +1 -0
  111. package/lib/file/copy.mjs +8 -0
  112. package/lib/file/move-cli.cjs +91 -0
  113. package/lib/file/move-cli.d.mts +1 -0
  114. package/lib/file/move-cli.mjs +55 -0
  115. package/lib/file/move.cjs +55 -0
  116. package/lib/file/move.d.mts +1 -0
  117. package/lib/file/move.mjs +8 -0
  118. package/lib/find-node-modules-cli.js +2 -1
  119. package/lib/free-chatgpt.cjs +259 -47
  120. package/lib/free-chatgpt.js +10 -10
  121. package/lib/free-chatgpt.mjs +2 -2
  122. package/lib/git/gitattributes.cjs +1 -0
  123. package/lib/git/gitattributes.d.cts +7 -2
  124. package/lib/git/gitattributes.mjs +1 -1
  125. package/lib/git/line-endings.cjs +2 -1
  126. package/lib/git/line-endings.mjs +2 -2
  127. package/lib/git/undo-commit-cli.cjs +110 -0
  128. package/lib/git/undo-commit-cli.d.ts +1 -0
  129. package/lib/git/undo-commit-cli.js +4 -0
  130. package/lib/git/undo-commit-cli.mjs +14 -0
  131. package/lib/git/undo-commit.cjs +81 -0
  132. package/lib/git/undo-commit.d.cts +1 -0
  133. package/lib/git/undo-commit.mjs +7 -0
  134. package/lib/git/undo-staged-cli.cjs +110 -0
  135. package/lib/git/undo-staged-cli.d.ts +1 -0
  136. package/lib/git/undo-staged-cli.js +4 -0
  137. package/lib/git/undo-staged-cli.mjs +14 -0
  138. package/lib/git/undo-staged.cjs +81 -0
  139. package/lib/git/undo-staged.d.cts +1 -0
  140. package/lib/git/undo-staged.mjs +7 -0
  141. package/lib/git/user-config.cjs +61 -14
  142. package/lib/git/user-config.mjs +2 -2
  143. package/lib/git-diff-cli.cjs +427 -75
  144. package/lib/git-diff-cli.d.ts +1 -0
  145. package/lib/git-diff-cli.js +1 -0
  146. package/lib/git-diff-cli.mjs +6 -4
  147. package/lib/git-diff.cjs +426 -75
  148. package/lib/git-diff.d.ts +2 -1
  149. package/lib/git-diff.js +91 -34
  150. package/lib/git-diff.mjs +5 -4
  151. package/lib/git-fix.cjs +64 -16
  152. package/lib/git-fix.mjs +10 -10
  153. package/lib/git-purge.cjs +61 -13
  154. package/lib/git-purge.mjs +1 -1
  155. package/lib/index.d.ts +1 -1
  156. package/lib/kill-night-crows.cjs +87 -0
  157. package/lib/kill-night-crows.d.mts +1 -0
  158. package/lib/kill-night-crows.mjs +65 -0
  159. package/lib/node-cache-cleaner/npm.cjs +65 -0
  160. package/lib/node-cache-cleaner/npm.d.ts +2 -0
  161. package/lib/node-cache-cleaner/npm.js +41 -0
  162. package/lib/node-cache-cleaner/npm.mjs +10 -0
  163. package/lib/node-cache-cleaner/npx.cjs +89 -0
  164. package/lib/node-cache-cleaner/npx.d.ts +4 -0
  165. package/lib/node-cache-cleaner/npx.js +82 -0
  166. package/lib/{ps/index.d.mjs → node-cache-cleaner/npx.mjs} +6 -5
  167. package/lib/node-cache-cleaner/yarn.cjs +73 -0
  168. package/lib/node-cache-cleaner/yarn.d.ts +2 -0
  169. package/lib/node-cache-cleaner/yarn.js +62 -0
  170. package/lib/node-cache-cleaner/yarn.mjs +10 -0
  171. package/lib/node-cache-cleaner-cli.cjs +182 -0
  172. package/lib/node-cache-cleaner-cli.d.ts +2 -0
  173. package/lib/node-cache-cleaner-cli.js +60 -0
  174. package/lib/node-cache-cleaner-cli.mjs +56 -0
  175. package/lib/node-executor.cjs +91 -0
  176. package/lib/node-executor.d.cts +2 -0
  177. package/lib/node-executor.mjs +103 -0
  178. package/lib/npm-run-series.cjs +79 -39
  179. package/lib/npm-run-series.mjs +20 -6
  180. package/lib/package-resolutions-updater-cli.cjs +645 -0
  181. package/lib/package-resolutions-updater-cli.d.mts +1 -0
  182. package/lib/package-resolutions-updater-cli.mjs +102 -0
  183. package/lib/package-resolutions-updater.cjs +259 -133
  184. package/lib/package-resolutions-updater.d.mts +51 -1
  185. package/lib/package-resolutions-updater.mjs +18 -294
  186. package/lib/php-cs-fixer-staged.cjs +105 -0
  187. package/lib/php-cs-fixer-staged.d.cts +2 -0
  188. package/lib/php-cs-fixer-staged.mjs +117 -0
  189. package/lib/print-directory-tree.cjs +62 -14
  190. package/lib/print-directory-tree.mjs +2 -2
  191. package/lib/ps/connected-domain.d.ts +1 -1
  192. package/lib/ps/connected-domain.js +10 -10
  193. package/lib/ps/index.cjs +1 -1
  194. package/lib/ps/index.mjs +177 -171
  195. package/lib/ps/isWin.js +1 -1
  196. package/lib/ps/table-parser.js +6 -6
  197. package/lib/remove-module.cjs +61 -13
  198. package/lib/remove-module.mjs +1 -1
  199. package/lib/rm-node-module-cli.cjs +222 -0
  200. package/lib/rm-node-module-cli.d.cts +1 -0
  201. package/lib/rm-node-module-cli.mjs +89 -0
  202. package/lib/rm-node-modules.cjs +127 -0
  203. package/lib/rm-node-modules.d.cts +35 -0
  204. package/lib/{binary-collections-config.mjs → rm-node-modules.mjs} +3 -3
  205. package/lib/rmpath.cjs +63 -15
  206. package/lib/rmpath.mjs +2 -2
  207. package/lib/submodule-install.cjs +107 -47
  208. package/lib/submodule-install.mjs +48 -35
  209. package/lib/submodule-remove-cli.cjs +6 -3
  210. package/lib/submodule-remove-cli.js +3 -3
  211. package/lib/submodule-remove-cli.mjs +2 -3
  212. package/lib/submodule-remove.cjs +4 -1
  213. package/lib/submodule-remove.mjs +1 -1
  214. package/lib/utils/chatgpt.cjs +198 -34
  215. package/lib/utils/chatgpt.js +260 -93
  216. package/lib/utils/chatgpt.mjs +1 -1
  217. package/lib/utils/findEnvFiles.cjs +89 -0
  218. package/lib/utils/findEnvFiles.d.cts +19 -0
  219. package/lib/utils/findEnvFiles.mjs +6 -0
  220. package/lib/utils/findWorkspaceRoot.cjs +70 -0
  221. package/lib/utils/findWorkspaceRoot.d.ts +9 -0
  222. package/lib/utils/findWorkspaceRoot.js +57 -0
  223. package/lib/utils/findWorkspaceRoot.mjs +40 -0
  224. package/lib/utils/index.cjs +60 -13
  225. package/lib/utils/index.mjs +1 -1
  226. package/lib/utils/isGithubTokenValid.cjs +64 -0
  227. package/lib/utils/isGithubTokenValid.d.ts +7 -0
  228. package/lib/utils/isGithubTokenValid.js +48 -0
  229. package/lib/utils/isGithubTokenValid.mjs +36 -0
  230. package/lib/{ps/index.d.cjs → utils/isWindows.cjs} +17 -3
  231. package/lib/utils/isWindows.d.ts +5 -0
  232. package/lib/utils/isWindows.js +10 -0
  233. package/lib/utils/isWindows.mjs +8 -0
  234. package/lib/utils/runBash.cjs +53 -0
  235. package/lib/utils/runBash.d.cts +12 -0
  236. package/lib/utils/runBash.mjs +66 -0
  237. package/lib/yarn-per-branch-lock-installer.cjs +97 -0
  238. package/lib/yarn-per-branch-lock-installer.d.cts +2 -0
  239. package/lib/yarn-per-branch-lock-installer.mjs +109 -0
  240. package/lib/yarn-reinstall.cjs +61 -13
  241. package/lib/yarn-reinstall.mjs +1 -1
  242. package/package.json +133 -110
  243. package/readme.html +784 -0
  244. package/readme.md +116 -229
  245. package/releases/readme.md +1 -1
  246. package/requirements.txt +1 -0
  247. package/test/README.md +2 -2
  248. package/test-project/package.json +8 -2
  249. package/test-project/workspaces/workspace-a/package.json +135 -0
  250. package/test-project/workspaces/workspace-a/readme.md +20 -0
  251. package/test-project/workspaces/workspace-a/release/readme.md +42 -0
  252. package/test-project/workspaces/workspace-a/test/demo/package.json +25 -0
  253. package/test-project/workspaces/workspace-a/test/readme.md +12 -0
  254. package/test-project/workspaces/workspace-b/package.json +139 -0
  255. package/test-project/workspaces/workspace-b/readme.md +94 -0
  256. package/test-project/workspaces/workspace-b/requirements.txt +1 -0
  257. package/test-project/workspaces/workspace-b/test/sample-project/package.json +7 -0
  258. package/test-project/workspaces/workspace-b/themes/hexo-theme-flowbite/package.json +96 -0
  259. package/test-project/workspaces/workspace-b/themes/hexo-theme-flowbite/readme.md +156 -0
  260. package/tmp/rm-node-modules-test-project/package.json +17 -0
  261. package/tmp/rm-node-modules-test-project/packages/workspace-a/package.json +16 -0
  262. package/tmp/rm-node-modules-test-project/packages/workspace-b/package.json +16 -0
  263. package/tmp/test-repo/README.md +2 -35
  264. package/tmp/test-repo/package.json +13 -3
  265. package/docs-src/clean-github-actions-caches.md +0 -26
  266. package/docs-src/free-chatgpt.md +0 -26
  267. package/lib/binary-collections-config.cjs +0 -15
  268. package/lib/chunk-4EWQC6GZ.mjs +0 -382
  269. package/lib/chunk-4ZI7BQKQ.mjs +0 -381
  270. package/lib/chunk-5J2BEPY5.mjs +0 -83
  271. package/lib/chunk-AGZYRDC2.mjs +0 -323
  272. package/lib/chunk-BDCHCWHD.mjs +0 -136
  273. package/lib/chunk-BEZKJ25G.mjs +0 -140
  274. package/lib/chunk-DI5MDPSN.mjs +0 -386
  275. package/lib/chunk-GJTGHXRA.mjs +0 -356
  276. package/lib/chunk-HMRMTYZM.mjs +0 -40
  277. package/lib/chunk-HN52G2YL.mjs +0 -305
  278. package/lib/chunk-LEM5OMRP.mjs +0 -384
  279. package/lib/chunk-O6SWBEOQ.mjs +0 -81
  280. package/lib/chunk-RCP7DHVY.mjs +0 -190
  281. package/lib/chunk-SBNDSKG5.mjs +0 -136
  282. package/lib/chunk-U6SO4QEV.mjs +0 -320
  283. package/lib/chunk-XD6BJK6Q.mjs +0 -351
  284. package/lib/chunk-YXSFGA2D.mjs +0 -383
  285. package/lib/git/gitattributes.d.ts +0 -33
  286. package/lib/git/gitattributes.js +0 -223
  287. package/lib/ps/index.d.ts +0 -2
  288. package/lib/ps/index.js +0 -253
  289. package/tmp/typedoc/readme.md +0 -320
  290. /package/lib/{binary-collections-config.d.cts → binary-collections/config.d.cts} +0 -0
@@ -0,0 +1,42 @@
1
+ # Release `hexo-is` tarball
2
+ ## Releases
3
+ | version | tarball url |
4
+ | :--- | :--- |
5
+ | 1.0.4 | https://github.com/dimaslanjaka/hexo-is/raw/6c39e7d/release/hexo-is-1.0.4.tgz |
6
+ | 1.0.5 | https://github.com/dimaslanjaka/hexo-is/raw/be69f8d/release/hexo-is-1.0.5.tgz |
7
+ | 2.0.0 | https://github.com/dimaslanjaka/hexo-is/raw/d7dfef5/release/hexo-is-2.0.0.tgz |
8
+ | 2.0.1 | https://github.com/dimaslanjaka/hexo-is/raw/8c5c917/release/hexo-is-2.0.1.tgz |
9
+ | 2.0.2 | https://github.com/dimaslanjaka/hexo-is/raw/47d81d2/release/hexo-is-2.0.2.tgz |
10
+ | 2.0.3 | https://github.com/dimaslanjaka/hexo-is/raw/47d81d2/release/hexo-is-2.0.3.tgz |
11
+ | latest | https://github.com/dimaslanjaka/hexo-is/raw/47d81d2/release/hexo-is.tgz |
12
+ | latest | https://github.com/dimaslanjaka/hexo-is/raw/master/release/hexo-is.tgz |
13
+
14
+ use this tarball with `resolutions`:
15
+ ```json
16
+ {
17
+ "resolutions": {
18
+ "hexo-is": "<url of tarball>"
19
+ }
20
+ }
21
+ ```
22
+
23
+ ## Releases
24
+
25
+ ## Get URL of `hexo-is` Release Tarball
26
+ - select tarball file
27
+ ![gambar](https://user-images.githubusercontent.com/12471057/203216375-8af4b5d9-00c2-40fb-8d3d-d220beaabd46.png)
28
+ - copy raw url
29
+ ![gambar](https://user-images.githubusercontent.com/12471057/203216508-7590cbb9-a1ce-47d6-96ca-8d82149f0762.png)
30
+ - or copy download url
31
+ ![gambar](https://user-images.githubusercontent.com/12471057/203216541-3807d2c3-5213-49f3-b93d-c626dbae3b2e.png)
32
+ - then run installation from command line
33
+ ```bash
34
+ npm i https://....url-tgz
35
+ ```
36
+ for example
37
+ ```bash
38
+ npm i https://github.com/dimaslanjaka/nodejs-package-types/raw/main/release/nodejs-package-types.tgz
39
+ ```
40
+
41
+ ## URL Parts Explanations
42
+ > https://github.com/github-username/github-repo-name/raw/github-branch-name/path-to-file-with-extension
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "hexo-is-demo",
3
+ "version": "0.0.0",
4
+ "private": true,
5
+ "scripts": {
6
+ "build": "hexo generate",
7
+ "clean": "hexo clean",
8
+ "deploy": "hexo deploy",
9
+ "server": "hexo server"
10
+ },
11
+ "hexo": {
12
+ "version": "7.3.0"
13
+ },
14
+ "dependencies": {
15
+ "hexo": "*",
16
+ "hexo-generator-archive": "^2.0.0",
17
+ "hexo-generator-category": "*",
18
+ "hexo-generator-index": "^4.0.0",
19
+ "hexo-generator-tag": "^2.0.0",
20
+ "hexo-is": "*",
21
+ "hexo-renderers": "^3.0.0",
22
+ "hexo-server": "^3.0.0",
23
+ "hexo-theme-landscape": "^1.0.0"
24
+ }
25
+ }
@@ -0,0 +1,12 @@
1
+ # test
2
+
3
+ site test
4
+ ```bash
5
+ git clone https://github.com/dimaslanjaka/site.git demo
6
+ cd demo && npm install
7
+ ```
8
+
9
+ theme test
10
+ ```bash
11
+ git clone https://github.com/hexojs/hexo-theme-unit-test
12
+ ```
@@ -0,0 +1,139 @@
1
+ {
2
+ "name": "hexo-themes",
3
+ "private": true,
4
+ "version": "2.0.0",
5
+ "description": "My HexoJS Theme Collections",
6
+ "type": "module",
7
+ "main": "index.js",
8
+ "scripts": {
9
+ "build:scripts": "tsc -p tsconfig.json --outDir tmp/tsc && rollup -c",
10
+ "build:production": "yarn workspaces foreach --worktree --no-private run build",
11
+ "build": "clear && run-s \"build:**\"",
12
+ "clean:post": "rimraf source/_posts && git restore source/_posts",
13
+ "clean": "npm run site:clean && npm run clean:post && rimraf tmp",
14
+ "start": "hexo server --ssl",
15
+ "site:build": "hexo generate",
16
+ "site:clean": "hexo clean",
17
+ "post:standalone": "sbg post standalone",
18
+ "post:copy": "sbg post copy --expose-gc",
19
+ "post": "run-s \"post:**\"",
20
+ "update:ncu": "npx npm-check-updates -u -x async,progress,cheerio,jsdom,deepmerge-ts && yarn workspaces foreach --worktree run update:ncu",
21
+ "update:resolutions": "yarn workspaces foreach --all exec \"npx pkg-res-updater\"",
22
+ "prepare": "husky && yarn workspaces foreach --worktree run prepare",
23
+ "pack": "node --no-warnings --experimental-specifier-resolution=node --loader ts-node/esm -r dotenv/config pack.ts",
24
+ "deploy": "npm run build && npm run pack && rm -rf public && npm run site:build && node bin/deploy",
25
+ "start:flowbite": "node bin/switch-theme flowbite && npm run start",
26
+ "serve": "hexo server --ssl"
27
+ },
28
+ "keywords": [
29
+ "hexo",
30
+ "themes"
31
+ ],
32
+ "author": "",
33
+ "license": "MIT",
34
+ "dependencies": {
35
+ "axios": "^1.11.0",
36
+ "cheerio": "^1.0.0",
37
+ "deepmerge-ts": "^7.1.1",
38
+ "fs-extra": "^11.3.5",
39
+ "hexo": "^8.1.2",
40
+ "hexo-asset-link": "^2.2.3",
41
+ "hexo-cli": "^4.3.2",
42
+ "hexo-front-matter": "^4.2.1",
43
+ "hexo-generator-archive": "^2.0.0",
44
+ "hexo-generator-category": "*",
45
+ "hexo-generator-index": "^4.0.0",
46
+ "hexo-generator-tag": "^2.0.0",
47
+ "hexo-log": "^4.1.0",
48
+ "hexo-renderer-nunjucks": "^2.0.0",
49
+ "hexo-renderer-pug": "^3.0.0",
50
+ "hexo-renderer-stylus": "^3.0.1",
51
+ "hexo-server": "*",
52
+ "hexo-shortcodes": "^1.2.4",
53
+ "hexo-theme-flowbite": "*",
54
+ "hexo-util": "^3.3.0",
55
+ "jquery": "^3.7.1",
56
+ "jsonc-parser": "^3.3.1",
57
+ "lodash": "^4.17.21",
58
+ "marked": "^16.1.1",
59
+ "minimist": "^1.2.8",
60
+ "nunjucks": "^3.2.4",
61
+ "picocolors": "^1.1.1",
62
+ "rimraf": "^6.0.1",
63
+ "sanitize-filename": "^1.6.3",
64
+ "sbg-utility": "^2.0.11",
65
+ "static-blog-generator": "^3.0.1",
66
+ "tar": "^7.4.3",
67
+ "upath": "^3.0.7",
68
+ "warehouse": "*",
69
+ "yaml": "^2.8.0"
70
+ },
71
+ "devDependencies": {
72
+ "@rollup/plugin-commonjs": "^28.0.6",
73
+ "@rollup/plugin-json": "^6.1.0",
74
+ "@rollup/plugin-node-resolve": "^16.0.1",
75
+ "@rollup/plugin-typescript": "^12.1.4",
76
+ "@types/fs-extra": "^11.0.4",
77
+ "@types/gulp": "^4.0.17",
78
+ "@types/jquery": "^3.5.32",
79
+ "@types/katex": "^0",
80
+ "@types/lodash": "^4.17.20",
81
+ "@types/markdown-it-emoji": "^3",
82
+ "@types/minimist": "^1",
83
+ "@types/node": "^24.1.0",
84
+ "@types/nunjucks": "^3",
85
+ "@typescript-eslint/eslint-plugin": "^8.38.0",
86
+ "@typescript-eslint/parser": "^8.38.0",
87
+ "binary-collections": "^2.0.10",
88
+ "cross-env": "^7.0.3",
89
+ "cross-spawn": "git+https://github.com/dimaslanjaka/node-cross-spawn.git#private",
90
+ "dotenv": "^17.4.2",
91
+ "eslint": "^9.31.0",
92
+ "eslint-config-prettier": "^10.1.8",
93
+ "eslint-plugin-prettier": "^5.5.3",
94
+ "globals": "^16.3.0",
95
+ "gulp": "^5.0.1",
96
+ "gulp-cli": "^3.1.0",
97
+ "husky": "^9.1.7",
98
+ "lint-staged": "^16.1.2",
99
+ "nodemon": "^3.1.10",
100
+ "openai": "^6.37.0",
101
+ "prettier": "^3.6.2",
102
+ "prettier-plugin-embed": "^0.5.0",
103
+ "prettier-plugin-sql": "^0.19.2",
104
+ "rollup": "^4.45.1",
105
+ "ts-node": "^10.9.2",
106
+ "typescript": "^5.8.3"
107
+ },
108
+ "hexo": {
109
+ "version": "8.1.2"
110
+ },
111
+ "resolutions": {
112
+ "@types/hexo": "https://github.com/dimaslanjaka/hexo/raw/79d642477766944815c32a2d09355d80844140f2/releases/hexo.tgz",
113
+ "binary-collections": "https://github.com/dimaslanjaka/bin/raw/c3d78e32e2effd2ada561710760cb93cf0e68742/releases/bin.tgz",
114
+ "cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/80999ac7a7031a81e11ddb5fab0f8ba433041c98/release/cross-spawn.tgz",
115
+ "git-command-helper": "https://github.com/dimaslanjaka/git-command-helper/raw/bb9d6c795b8d00f9d7debae8ce1810a05d9c9c65/release/git-command-helper.tgz",
116
+ "hexo-adsense": "https://github.com/dimaslanjaka/hexo-adsense/raw/dc2adb281b66ce7efb8087cbb5235664e84344a1/release/hexo-adsense.tgz",
117
+ "hexo-cli": "https://github.com/dimaslanjaka/hexo/raw/79d642477766944815c32a2d09355d80844140f2/releases/hexo-cli.tgz",
118
+ "hexo-generator-redirect": "https://github.com/dimaslanjaka/hexo-generator-redirect/raw/a2e390c496954e7883218b9b82a09972c7507c10/release/hexo-generator-redirect.tgz",
119
+ "hexo-is": "https://github.com/dimaslanjaka/hexo-is/raw/05913ccd2e18f1150038e328a30cf7ab507189fc/release/hexo-is.tgz",
120
+ "hexo-post-parser": "https://github.com/dimaslanjaka/hexo-post-parser/raw/f7b82f38fe28e4d42a504971eadd27e517e26f13/release/hexo-post-parser.tgz",
121
+ "hexo-renderers": "https://github.com/dimaslanjaka/hexo-renderers/raw/4cd048840a0876fd302536874182ce39a4459432/release/hexo-renderers.tgz",
122
+ "hexo-seo": "https://github.com/dimaslanjaka/hexo-seo/raw/21e024b84538853c8b8521140530694d92d64b74/release/hexo-seo.tgz",
123
+ "hexo-shortcodes": "https://github.com/dimaslanjaka/hexo-shortcodes/raw/2ed1250d701369b8235a02b9af834bbfc62644a0/release/hexo-shortcodes.tgz",
124
+ "hexo-util": "https://github.com/dimaslanjaka/hexo/raw/79d642477766944815c32a2d09355d80844140f2/releases/hexo-util.tgz",
125
+ "instant-indexing": "https://github.com/dimaslanjaka/static-blog-generator/raw/f221d11cdc32fa7dd001e5236f8c3f30387e62d2/packages/instant-indexing/release/instant-indexing.tgz",
126
+ "markdown-it": "https://github.com/dimaslanjaka/markdown-it/raw/7f4f9d5ec08ebcfde42affb517ea7c8e6a305534/release/markdown-it.tgz",
127
+ "nodejs-package-types": "https://github.com/dimaslanjaka/nodejs-package-types/raw/5f18f2e8c4d8230f71f3f327ac14756d7eeae9ce/release/nodejs-package-types.tgz",
128
+ "sbg-api": "https://github.com/dimaslanjaka/static-blog-generator/raw/15947621d036b89bdb9e8dbd7014e1cb07283bb2/packages/sbg-api/release/sbg-api.tgz",
129
+ "sbg-cli": "https://github.com/dimaslanjaka/static-blog-generator/raw/2dd6679e9bf12ae7d97c7cd0d37d8aa18cb8d054/packages/sbg-cli/release/sbg-cli.tgz",
130
+ "sbg-server": "https://github.com/dimaslanjaka/static-blog-generator/raw/2dd6679e9bf12ae7d97c7cd0d37d8aa18cb8d054/packages/sbg-server/release/sbg-server.tgz",
131
+ "sbg-utility": "https://github.com/dimaslanjaka/static-blog-generator/raw/3605a27eb43ca84e4d25c885af87626ad33b1816/packages/sbg-utility/release/sbg-utility.tgz",
132
+ "static-blog-generator": "https://github.com/dimaslanjaka/static-blog-generator/raw/2dd6679e9bf12ae7d97c7cd0d37d8aa18cb8d054/packages/static-blog-generator/release/static-blog-generator.tgz",
133
+ "hexo": "8"
134
+ },
135
+ "workspaces": [
136
+ "themes/hexo-theme-flowbite"
137
+ ],
138
+ "packageManager": "yarn@4.5.0"
139
+ }
@@ -0,0 +1,94 @@
1
+ # hexo-themes
2
+ My HexoJS Theme Collections
3
+
4
+ | package | description
5
+ | :--- | :--- |
6
+ | [hexo-theme-flowbite](./themes/hexo-theme-flowbite/) | Hexo theme build using **tailwind** and **flowbite** |
7
+
8
+ ### How to install this repo locally
9
+
10
+ ```bash
11
+ touch yarn.lock
12
+ yarn install
13
+ yarn serve
14
+ ```
15
+
16
+ ### How to install Theme
17
+
18
+ - download `tgz` file from [Relase Folder](./releases/)
19
+ - extract `<tgz>/package/<all files here>` file to `<hexo project>/themes/hexo-theme-name/<here>`
20
+ - install dependencies eg: `npm install hexo-theme-flowbite` or `yarn add hexo-theme-flowbite` (change theme name)
21
+
22
+ > for enable dynamic build on-fly like **hexo-theme-flowbite** add as **dev dependencies** (`yarn add -D hexo-theme-flowbite`)
23
+
24
+ #### How to update markdown-it to latest for Hexo
25
+
26
+ - install customized `markdown-it` [see why](https://github.com/dimaslanjaka/hexo-renderers/tree/esm#requirements)
27
+
28
+ ```bash
29
+ yarn add markdown-it@https://github.com/dimaslanjaka/markdown-it/raw/2000d25dec653f6e62a545b30f6d58fad20e6d1f/release/markdown-it.tgz
30
+ ```
31
+
32
+ > OR just using `hexo-renderers` to using built-in `markdown-it`
33
+
34
+ #### How to enable auto SEO
35
+
36
+ - install `hexo-seo`
37
+
38
+ ```bash
39
+ yarn add hexo-seo
40
+ ```
41
+
42
+ [Read how to configure hexo-seo](https://github.com/dimaslanjaka/hexo-seo#readme)
43
+
44
+ #### How to update
45
+
46
+ To update theme, just call `npx hexo-theme-name` on cwd hexo project. Sample:
47
+
48
+ ![image](https://github.com/user-attachments/assets/b62da4d0-8db1-4dc8-ae3d-b0b5e2640ad1)
49
+
50
+ ### Features
51
+
52
+ > [more detailed config here](./themes/hexo-theme-flowbite/_config.yml)
53
+
54
+ #### Search data
55
+
56
+ All post metadata on `{{ config.root }}/hexo-search.json` with contents
57
+
58
+ ```jsonc
59
+ [
60
+ {
61
+ "url": "url relative post",
62
+ "title": "post title",
63
+ "description": "post excerpt or description"
64
+ }
65
+ ]
66
+ ```
67
+
68
+ ### Contribute
69
+
70
+ Step to contribute
71
+
72
+ #### Setup
73
+
74
+ ```bash
75
+ git submodule update -i -r
76
+ touch yarn.lock
77
+ yarn install
78
+ yarn build
79
+ ```
80
+
81
+ #### Live testing
82
+
83
+ ```bash
84
+ yarn run start
85
+ ```
86
+
87
+ Test responsive screenshoot at https://ui.dev/amiresponsive
88
+
89
+ #### Bundle
90
+
91
+ ```bash
92
+ yarn run build
93
+ yarn run pack
94
+ ```
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "test-project",
3
+ "private": true,
4
+ "dependencies": {
5
+ "hexo-theme-flowbite": "*"
6
+ }
7
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "name": "hexo-theme-flowbite",
3
+ "version": "1.0.6",
4
+ "main": "dist/hexo-theme-flowbite-api.js",
5
+ "types": "dist/hexo-theme-flowbite-api.d.ts",
6
+ "bin": "bin/hexo-theme-flowbite.js",
7
+ "scripts": {
8
+ "update:ncu": "npx npm-check-updates -u -x async,progress,cheerio,jsdom,deepmerge-ts",
9
+ "build": "node build.cjs"
10
+ },
11
+ "keywords": [
12
+ "hexo",
13
+ "hexo-themes",
14
+ "flowbite",
15
+ "javascript"
16
+ ],
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/dimaslanjaka/hexo-themes",
20
+ "directory": "themes/hexo-theme-flowbite"
21
+ },
22
+ "files": [
23
+ "dist/",
24
+ "bin/",
25
+ "languages/",
26
+ "layout/",
27
+ "scripts/",
28
+ "source/",
29
+ "_config.yml",
30
+ "src/",
31
+ "*.cjs",
32
+ "*.js",
33
+ "*.json"
34
+ ],
35
+ "directories": {
36
+ "bin": "bin",
37
+ "lib": "dist"
38
+ },
39
+ "author": {
40
+ "email": "dimaslanjaka@gmail.com",
41
+ "name": "Dimas Lanjaka",
42
+ "url": "https://webmanajemen.com"
43
+ },
44
+ "license": "MIT",
45
+ "description": "Hexo theme made with flowbite",
46
+ "dependencies": {
47
+ "@fancyapps/ui": "^6.1.14",
48
+ "axios": "^1.16.1",
49
+ "cheerio": "^1.0.0",
50
+ "cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/80999ac7a7031a81e11ddb5fab0f8ba433041c98/release/cross-spawn.tgz",
51
+ "deepmerge-ts": "^7.1.3",
52
+ "fs-extra": "^11.3.5",
53
+ "glob": "^13.0.6",
54
+ "hexo-post-parser": "^3.0.1",
55
+ "highlight.js": "^11.11.1",
56
+ "imagesloaded": "^5.0.0",
57
+ "jquery": "^4.0.0",
58
+ "lodash": "^4.18.1",
59
+ "masonry-layout": "^4.2.2",
60
+ "sbg-utility": "^2.0.11",
61
+ "upath": "^3.0.7",
62
+ "yaml": "^2.9.0"
63
+ },
64
+ "devDependencies": {
65
+ "@rollup/plugin-commonjs": "^29.0.2",
66
+ "@rollup/plugin-json": "^6.1.0",
67
+ "@rollup/plugin-node-resolve": "^16.0.3",
68
+ "@rollup/plugin-terser": "^1.0.0",
69
+ "@rollup/plugin-typescript": "^12.3.0",
70
+ "@types/fs-extra": "^11.0.4",
71
+ "@types/google.accounts": "^0.0.18",
72
+ "@types/imagesloaded": "^4.1.7",
73
+ "@types/jquery": "^4",
74
+ "@types/lodash": "^4",
75
+ "@types/masonry-layout": "^4",
76
+ "autoprefixer": "^10.5.0",
77
+ "baseline-browser-mapping": "^2.10.29",
78
+ "binary-collections": "^2.0.11",
79
+ "cssnano": "^8.0.1",
80
+ "flowbite": "^4.0.2",
81
+ "flowbite-typography": "^1.0.5",
82
+ "hexo": "*",
83
+ "postcss": "^8.5.14",
84
+ "postcss-cli": "^11.0.1",
85
+ "postcss-import": "^16.1.1",
86
+ "postcss-loader": "^8.2.1",
87
+ "prettier": "^3.8.3",
88
+ "prettier-plugin-embed": "^0.5.1",
89
+ "prettier-plugin-sql": "^0.20.0",
90
+ "rollup": "^4.60.4",
91
+ "rollup-plugin-dts": "^6.4.1",
92
+ "sass": "^1.99.0",
93
+ "tailwindcss": "^4.3.0",
94
+ "typescript": "^6.0.3"
95
+ }
96
+ }
@@ -0,0 +1,156 @@
1
+ # hexo-theme-flowbite
2
+
3
+ HexoJS theme build with TailwindCSS and Flowbite.
4
+
5
+ <div style="text-align: center;">
6
+ <img src="https://rawcdn.githack.com/dimaslanjaka/site/fc74340976ee56f1ea362506f98b0218ffa1615e/source/themes/screenshots/Flowbite.png" alt="Flowbite Screenshot" />
7
+ </div>
8
+
9
+ ## Features
10
+
11
+ - Responsive
12
+ - Auto SEO
13
+ - Custom HTML Injection
14
+ - FancyBox multimedia display
15
+
16
+ ## Requirements
17
+
18
+ - Hexo renderer nunjucks
19
+
20
+ ## Preview
21
+
22
+ - [https://www.webmanajemen.com/hexo-themes/hexo-theme-flowbite/](https://www.webmanajemen.com/hexo-themes/hexo-theme-flowbite/)
23
+
24
+ ## Installation
25
+
26
+ <!-- [Read Here](https://github.com/dimaslanjaka/hexo-themes?tab=readme-ov-file#how-to-install) -->
27
+
28
+ - [Download tarball](https://github.com/dimaslanjaka/hexo-themes/raw/refs/heads/master/releases/hexo-theme-flowbite.tgz)
29
+ - Extract [downloaded tarball](https://github.com/dimaslanjaka/hexo-themes/raw/refs/heads/master/releases/hexo-theme-flowbite.tgz) into **themes/hexo-theme-flowbite**
30
+ - Create **_config.hexo-theme-flowbite.yml** [see content configuration](./_config.yml) or using bash
31
+
32
+ ```bash
33
+ curl https://raw.githubusercontent.com/dimaslanjaka/hexo-themes/refs/heads/master/themes/hexo-theme-flowbite/_config.yml > _config.hexo-theme-flowbite.yml
34
+ ```
35
+
36
+ - Install dependencies
37
+
38
+ ```bash
39
+ npm i -D hexo-theme-flowbite
40
+ # OR using latest development
41
+ # npm i -D hexo-theme-flowbite@https://github.com/dimaslanjaka/hexo-themes/raw/refs/heads/master/releases/hexo-theme-flowbite.tgz
42
+ ```
43
+
44
+ ## How to update
45
+
46
+ ```bash
47
+ npx hexo-theme-flowbite
48
+ ```
49
+
50
+ ![image](https://github.com/user-attachments/assets/7a965587-6781-4ab2-b661-ae0109e6b593)
51
+
52
+ ## How to rebuild
53
+
54
+ You need to rebuild the theme when
55
+
56
+ - inject tailwind elements into [Injection html](#code-injection)
57
+ - modify layout/partial layout
58
+
59
+ rebuild with
60
+
61
+ ```bash
62
+ npm rebuild
63
+ ```
64
+
65
+ or cd into theme directory (eg: themes/hexo-theme-flowbite) then run
66
+
67
+ ```bash
68
+ npm run build
69
+ ```
70
+
71
+ ## Configuration
72
+
73
+ > Before starting. Make sure the location of your theme is.
74
+ >
75
+ > when theme in `themes/flowbite` the yaml config filename is `_config.flowbite.yml`
76
+ >
77
+ > when theme in `themes/hexo-theme-flowbite` the yaml config filename is `_config.hexo-theme-flowbite.yml`
78
+
79
+ - [Full hexo-theme-flowbite config and description here](https://github.com/dimaslanjaka/hexo-themes/blob/master/themes/hexo-theme-flowbite/_config.yml)
80
+ - [Full hexo-theme-flowbite config on production](https://github.com/dimaslanjaka/static-blog-generator-hexo/blob/master/site/_config.flowbite.yml)
81
+
82
+ ### Search box
83
+
84
+ [Read Here](https://github.com/dimaslanjaka/hexo-themes?tab=readme-ov-file#search-data)
85
+
86
+ ### Syntax highlighter
87
+
88
+ This theme only working for highlight.js with below configuration
89
+
90
+ - apply to `_config.yml`
91
+
92
+ ```yaml
93
+ # https://github.com/hexojs/hexo-util
94
+ # https://hexo.io/docs/syntax-highlight.html
95
+ syntax_highlighter: highlight.js
96
+ highlight:
97
+ enable: true
98
+ line_number: false
99
+ auto_detect: false
100
+ tab_replace: ' ' # replace tabs with 2 spaces
101
+ wrap: false
102
+ hljs: true
103
+ prismjs:
104
+ enable: false
105
+ preprocess: true
106
+ line_number: true
107
+ tab_replace: ' ' # replace tabs with 2 spaces
108
+ ```
109
+
110
+ ### Loading animation
111
+
112
+ Show loading animation before page fully loaded. (`boolean`)
113
+
114
+ - apply to **theme yaml config**
115
+
116
+ ```yaml
117
+ loading_animation:
118
+ enable: true
119
+ # type mini: small loader fixed on top right
120
+ # type full: full page loader
121
+ type: mini
122
+ ```
123
+
124
+ ### Gallery
125
+
126
+ Show gallery each post (`boolean`)
127
+
128
+ - apply to **theme yaml config**
129
+
130
+ ```yml
131
+ gallery: true
132
+ ```
133
+
134
+ ### Disqus comment
135
+
136
+ Integrate disqus comment system (`string`)
137
+
138
+ - apply to **site yaml config**
139
+
140
+ ```yaml
141
+ disqus_shortname: YOUR_DISQUS_USERNAME
142
+ ```
143
+
144
+ > remove `disqus_shortname` to disable disqus comment system
145
+
146
+ ### Code injection
147
+
148
+ Inject your own widget html [see folder](../../source/_data/hexo-theme-flowbite/)
149
+
150
+ | File Path | Description |
151
+ | :--- | :--- |
152
+ | `source/_data/hexo-theme-flowbite/head.html` | inject html codes before `</head>` |
153
+ | `source/_data/hexo-theme-flowbite/body.html` | inject html codes before `</body>` |
154
+ | `source/_data/hexo-theme-flowbite/before-post.html` | inject html before post |
155
+ | `source/_data/hexo-theme-flowbite/after-post.html` | inject html after post |
156
+ | `source/_data/hexo-theme-flowbite/aside.html` | inject html on aside bottom section |
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "mock-project-root",
3
+ "version": "1.0.0",
4
+ "private": true,
5
+ "workspaces": [
6
+ "packages/*"
7
+ ],
8
+ "dependencies": {
9
+ "bootstrap": "^5.0.0",
10
+ "jquery": "^3.6.0",
11
+ "lodash": "^4.17.21"
12
+ },
13
+ "devDependencies": {
14
+ "@types/node": "^18.0.0"
15
+ },
16
+ "packageManager": "yarn@4.15.0"
17
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "workspace-a",
3
+ "version": "1.0.0",
4
+ "private": true,
5
+ "workspaces": [
6
+ "packages/*"
7
+ ],
8
+ "dependencies": {
9
+ "bootstrap": "^5.0.0",
10
+ "jquery": "^3.6.0",
11
+ "lodash": "^4.17.21"
12
+ },
13
+ "devDependencies": {
14
+ "@types/node": "^18.0.0"
15
+ }
16
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "workspace-b",
3
+ "version": "1.0.0",
4
+ "private": true,
5
+ "workspaces": [
6
+ "packages/*"
7
+ ],
8
+ "dependencies": {
9
+ "bootstrap": "^5.0.0",
10
+ "jquery": "^3.6.0",
11
+ "lodash": "^4.17.21"
12
+ },
13
+ "devDependencies": {
14
+ "@types/node": "^18.0.0"
15
+ }
16
+ }
@@ -1,35 +1,2 @@
1
- # A Git(Hub) Test Repository
2
-
3
- Hey! This is my personal Git(Hub) Test Repository where I experiment with Git and GitHub.
4
-
5
- If you are new to Git and GitHub and found this repository through Google: feel free to clone the repository and experiment with it! You will not be able to push back to the repository, as it is *my* repository and I cannot let everybody push to it. The right way to do it on GitHub is:
6
-
7
- 1. fork the repository in your own account,
8
- 2. make changes and push them in a branch of your own fork,
9
- 3. create a Pull Request in my repository.
10
-
11
- I will get notified, will review the changes that you propose, and eventually will either merge the changes, or reject them. This *may* take some time as I am not actively monitoring nor maintaining this repository, as you can guess, but I try to be helpful ;)
12
-
13
- > NOTE
14
- > If you want your PR to have a chance to get merged, please propose additions or changes to neutral files such as text files or small images. If you propose changes to the GitHub workflow files, to `.gitignore`, etc. they will quite probably be rejected.
15
-
16
- Don't expect to find anything meaningful nor useful in the repository. Also, I happen to force-push a reset of everything from time to time. This means that I reset all history, including changes that you may have submitted. In theory, noone ever does this to a repository. But hey, this is a *test* repository after all.
17
-
18
- The rest of this README file is mostly random stuff.
19
-
20
- Clone the repository with: `git clone https://github.com/zpqrtbnk/test-repo.git .`
21
-
22
- We have test GitHUb pages (from the `gh-pages` branch) at: http://zpqrtbnk.github.io/test-repo/
23
-
24
- We have an image in the README (markdown)
25
- ![Image](https://raw.github.com/zpqrtbnk/test-repo/master/wtf.jpg)
26
-
27
- We have an image in the README (html)
28
- <img src="./wtf.jpg" />
29
-
30
- We have an image in the README (more html)
31
- <p align="center" style="background:#000;padding:5px;color:#fff;font-size:150%;margin-bottom:64px">
32
- <img src="./wtf.jpg" />
33
- <span style="margin-left:48px;">wubble</span>
34
- </p>
35
-
1
+ # test-repo
2
+ Test Repository