lensfrex 1 year ago
parent fd40112f8e
commit 50985ebb86
Signed by: lensfrex
GPG Key ID: 0F69A0A2FBEE98A0
  1. 2
      .gitignore
  2. 40
      _config.yml
  3. 173
      package-lock.json
  4. 1
      package.json
  5. 1
      scaffolds/draft.md
  6. 1
      scaffolds/page.md
  7. 1
      scaffolds/post.md
  8. 1041
      source/_posts/pl0-compileR-2.md
  9. 1
      themes/hexo-theme-yorha

2
.gitignore vendored

@ -5,4 +5,4 @@ db.json
node_modules/
public/
.deploy*/
themes
_multiconfig.yml

@ -3,18 +3,18 @@
## Source: https://github.com/hexojs/hexo/
# Site
title: test site
subtitle: 'subtitle'
description: '好,好好好,好好好好好好好好'
title: 'Trailblazer'
subtitle: 'lensfrex的小破站'
description: '你想成为什么样的人呀?'
keywords:
author: lensfrex
language: zh-cn
language: zh-CN
timezone: ''
# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: http://example.com
permalink: :year/:month/:day/:title/
url: https://huhu.ciduid.top
permalink: :year/:month:day/:title/
permalink_defaults:
pretty_urls:
trailing_index: true # Set to false to remove trailing 'index.html' from permalinks
@ -22,7 +22,7 @@ pretty_urls:
# Directory
source_dir: source
public_dir: public
public_dir: D:\localStaticWeb\blog
tag_dir: tags
archive_dir: archives
category_dir: categories
@ -99,7 +99,31 @@ ignore:
## Themes: https://hexo.io/themes/
theme: hexo-theme-yorha
admin:
username: hetadmin
password_hash: $2a$10$tZQ9BLVqR2/rB2ZZ6bbXA.erDYbgrFYp9w3c3w1sOC/Yphq6HN1.C
secret: while_for_do_while_2333_aether_=-=-=-ok
# Deployment
## Docs: https://hexo.io/docs/one-command-deployment
deploy:
type: ''
type: sftp
host: ciduid.top
user: lensfrex
# pass: "-96387ee"
remotePath: /home/lensfrex/server/hblog/new_theme
port: 22
privateKey: C:\Users\lenfrex\key\general_id_rsa_4096.pem
neat_enable: true
neat_html:
enable: true
neat_css:
enable: true
exclude:
- '*.min.css'
neat_js:
enable: true
mangle: false
exclude:
- '*.min.js'

173
package-lock.json generated

@ -9,6 +9,7 @@
"version": "0.0.0",
"dependencies": {
"hexo": "^6.3.0",
"hexo-deployer-sftp": "^0.4.1",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-index": "^3.0.0",
@ -75,6 +76,33 @@
"node": ">= 10"
}
},
"node_modules/@types/minimatch": {
"version": "3.0.5",
"resolved": "https://registry.npmmirror.com/@types/minimatch/-/minimatch-3.0.5.tgz",
"integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ=="
},
"node_modules/@types/node": {
"version": "9.6.61",
"resolved": "https://registry.npmmirror.com/@types/node/-/node-9.6.61.tgz",
"integrity": "sha512-/aKAdg5c8n468cYLy2eQrcR5k6chlbNwZNGUj3TboyPa2hcO2QAJcfymlqPzMiRj8B6nYKXjzQz36minFE0RwQ=="
},
"node_modules/@types/ssh2": {
"version": "0.5.52",
"resolved": "https://registry.npmmirror.com/@types/ssh2/-/ssh2-0.5.52.tgz",
"integrity": "sha512-lbLLlXxdCZOSJMCInKH2+9V/77ET2J6NPQHpFI0kda61Dd1KglJs+fPQBchizmzYSOJBgdTajhPqBO1xxLywvg==",
"dependencies": {
"@types/node": "*",
"@types/ssh2-streams": "*"
}
},
"node_modules/@types/ssh2-streams": {
"version": "0.1.9",
"resolved": "https://registry.npmmirror.com/@types/ssh2-streams/-/ssh2-streams-0.1.9.tgz",
"integrity": "sha512-I2J9jKqfmvXLR5GomDiCoHrEJ58hAOmFrekfFqmCFd+A6gaEStvWnPykoWUwld1PNg4G5ag1LwdA+Lz1doRJqg==",
"dependencies": {
"@types/node": "*"
}
},
"node_modules/a-sync-waterfall": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz",
@ -211,6 +239,14 @@
"resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
"integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
},
"node_modules/asn1": {
"version": "0.2.6",
"resolved": "https://registry.npmmirror.com/asn1/-/asn1-0.2.6.tgz",
"integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==",
"dependencies": {
"safer-buffer": "~2.1.0"
}
},
"node_modules/assert-never": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/assert-never/-/assert-never-1.2.1.tgz",
@ -695,6 +731,14 @@
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
"integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
},
"node_modules/escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/escodegen": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz",
@ -1062,6 +1106,14 @@
"node": ">=14"
}
},
"node_modules/hexo-deployer-sftp": {
"version": "0.4.1",
"resolved": "https://registry.npmmirror.com/hexo-deployer-sftp/-/hexo-deployer-sftp-0.4.1.tgz",
"integrity": "sha512-Ve72oEbLCHteGCMZVZU4p8EwDnC5tLqdAE4DpbHr9XVIJ2hTjIX/wobeGrKSScrcEn9aCteePTfKMF67wWlTMA==",
"dependencies": {
"sftp-sync-deploy": "^0.8.0"
}
},
"node_modules/hexo-front-matter": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/hexo-front-matter/-/hexo-front-matter-3.0.0.tgz",
@ -1432,7 +1484,7 @@
},
"node_modules/hexo-wordcount": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/hexo-wordcount/-/hexo-wordcount-6.0.1.tgz",
"resolved": "https://registry.npmmirror.com/hexo-wordcount/-/hexo-wordcount-6.0.1.tgz",
"integrity": "sha512-tbo2P9xRWEKQmRf7+XuPjx9It1MnaE26nA+EEb2DN39gK1x+26W7Nm4Iyp4AugQjBWYYDx7OLn4gp1WFxQpQew=="
},
"node_modules/highlight.js": {
@ -2347,6 +2399,14 @@
"resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
"integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ=="
},
"node_modules/queue": {
"version": "5.0.1",
"resolved": "https://registry.npmmirror.com/queue/-/queue-5.0.1.tgz",
"integrity": "sha512-c3KGXGbjY5KMHfemu1HN57Fz/7ECA4TPgCJ3u0io25z2vBpgppHo5SQOkScDRU5iXP4HWE7hKk+Cteb6+p/wew==",
"dependencies": {
"inherits": "~2.0.3"
}
},
"node_modules/range-parser": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
@ -2431,6 +2491,14 @@
"node": ">=v12.22.7"
}
},
"node_modules/semver": {
"version": "5.7.1",
"resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.1.tgz",
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
"bin": {
"semver": "bin/semver"
}
},
"node_modules/send": {
"version": "0.18.0",
"resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
@ -2508,6 +2576,77 @@
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
},
"node_modules/sftp-sync-deploy": {
"version": "0.8.0",
"resolved": "https://registry.npmmirror.com/sftp-sync-deploy/-/sftp-sync-deploy-0.8.0.tgz",
"integrity": "sha512-EVB3lcUrp9wYnCGc6Xi5X+/AxdO7H8I8jWM+wKpPVgRlqIxX7pLYXp9Q6J68uXUrm0OJFBPf4xhLdFtW/6DEug==",
"dependencies": {
"@types/minimatch": "^3.0.3",
"@types/node": "^9.4.1",
"@types/ssh2": "^0.5.33",
"@types/ssh2-streams": "^0.1.2",
"chalk": "^2.3.0",
"minimatch": "^3.0.3",
"queue": "^5.0.0",
"ssh2": "^0.5.4"
}
},
"node_modules/sftp-sync-deploy/node_modules/ansi-styles": {
"version": "3.2.1",
"resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
"dependencies": {
"color-convert": "^1.9.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/sftp-sync-deploy/node_modules/chalk": {
"version": "2.4.2",
"resolved": "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz",
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
"dependencies": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/sftp-sync-deploy/node_modules/color-convert": {
"version": "1.9.3",
"resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz",
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
"dependencies": {
"color-name": "1.1.3"
}
},
"node_modules/sftp-sync-deploy/node_modules/color-name": {
"version": "1.1.3",
"resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz",
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
},
"node_modules/sftp-sync-deploy/node_modules/has-flag": {
"version": "3.0.0",
"resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz",
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
"engines": {
"node": ">=4"
}
},
"node_modules/sftp-sync-deploy/node_modules/supports-color": {
"version": "5.5.0",
"resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz",
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
"dependencies": {
"has-flag": "^3.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/shebang-command": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
@ -2541,6 +2680,30 @@
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz",
"integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug=="
},
"node_modules/ssh2": {
"version": "0.5.5",
"resolved": "https://registry.npmmirror.com/ssh2/-/ssh2-0.5.5.tgz",
"integrity": "sha512-FF+j7szpg7oegbs6anQEgBU3S+GXvTYYGBpPuKUZd306rpsY2qHxwpaK1hc+6AIBr5uIl2gt1pYVjvdo+C67Hw==",
"dependencies": {
"ssh2-streams": "~0.1.18"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/ssh2-streams": {
"version": "0.1.20",
"resolved": "https://registry.npmmirror.com/ssh2-streams/-/ssh2-streams-0.1.20.tgz",
"integrity": "sha512-uqI2NfwMXF0PgY1IWivWWlfr4Ws6wsFF5Eug/bmpyyVn/k7T2VoNfJT6ynhM0JW1NpeIZuYHOENUCLx6NFK6Jw==",
"dependencies": {
"asn1": "~0.2.0",
"semver": "^5.1.0",
"streamsearch": "~0.1.2"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/statuses": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
@ -2549,6 +2712,14 @@
"node": ">= 0.6"
}
},
"node_modules/streamsearch": {
"version": "0.1.2",
"resolved": "https://registry.npmmirror.com/streamsearch/-/streamsearch-0.1.2.tgz",
"integrity": "sha512-jos8u++JKm0ARcSUTAZXOVC0mSox7Bhn6sBgty73P1f3JGf7yG2clTbBNHUdde/kdvP2FESam+vM6l8jBrNxHA==",
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/string_decoder": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",

@ -7,6 +7,7 @@
},
"dependencies": {
"hexo": "^6.3.0",
"hexo-deployer-sftp": "^0.4.1",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-index": "^3.0.0",

@ -1,3 +1,4 @@
---
title: {{ title }}
tags:
---

@ -1,3 +1,4 @@
---
title: {{ title }}
date: {{ date }}
---

@ -1,3 +1,4 @@
---
title: {{ title }}
date: {{ date }}
tags:

File diff suppressed because it is too large Load Diff

@ -0,0 +1 @@
Subproject commit 1520426a7fd5a7db6a52737ba78cb8459dce3caf
Loading…
Cancel
Save