diff --git a/docs/.vuepress/components/Posts.vue b/docs/.vuepress/components/Posts.vue new file mode 100644 index 00000000..6b1b4d8c --- /dev/null +++ b/docs/.vuepress/components/Posts.vue @@ -0,0 +1,39 @@ + + + diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index f233a5b5..7918a450 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,14 +1,19 @@ const { defaultTheme } = require('@vuepress/theme-default') const { socialSharePlugin } = require(`vuepress-plugin-social-share`) - - +const { registerComponentsPlugin } = require('@vuepress/plugin-register-components') +const { path } = require('@vuepress/utils') +const { usePagesPlugin } = require('vuepress-plugin-use-pages') module.exports = { lang: 'de-DE', title: 'Draussenfunker.de | QRV im Grünen', description: 'Wir sind eine Gruppe von Funkamateuren die sich mit dem Thema Funken im Freien beschäftigen.', plugins: [ + usePagesPlugin({ startsWith: '/aktivitaeten/'}), socialSharePlugin(), + registerComponentsPlugin({ + componentsDir: path.resolve(__dirname, './components'), + }) ], theme: defaultTheme({ sidebarDepth: 2, @@ -22,6 +27,10 @@ module.exports = { text: 'Start', link: '/', }, + { + text: 'Aktivitäten', + link: '/aktivitaeten', + }, { text: 'DIY', children: [ @@ -33,10 +42,6 @@ module.exports = { text: 'Wissenswertes', children: ['/wissenswertes/amateurfunk', '/wissenswertes/ausbreitung'], }, - { - text: 'Blog', - link: '/blog', - } ], }), } diff --git a/docs/.vuepress/public/images/aktivitaeten/antenne-im-grass.jpeg b/docs/.vuepress/public/images/aktivitaeten/antenne-im-grass.jpeg new file mode 100644 index 00000000..99f1b196 Binary files /dev/null and b/docs/.vuepress/public/images/aktivitaeten/antenne-im-grass.jpeg differ diff --git a/docs/.vuepress/styles/index.scss b/docs/.vuepress/styles/index.scss index ad2804b1..68756710 100644 --- a/docs/.vuepress/styles/index.scss +++ b/docs/.vuepress/styles/index.scss @@ -3,3 +3,14 @@ display: inline-block; } } +.video-block { + position: relative; + padding-bottom: 56.25%; /* 16:9 */ + height: 0; + overflow: hidden; + width: 100%; height: auto;} + +.video-block iframe { + position: absolute; + top: 0; left: 0; + width: 100%; height: 100%;} diff --git a/docs/aktivitaeten/DA-0138-2022-08-13.md b/docs/aktivitaeten/DA-0138-2022-08-13.md new file mode 100644 index 00000000..c49f25dd --- /dev/null +++ b/docs/aktivitaeten/DA-0138-2022-08-13.md @@ -0,0 +1,25 @@ +--- +title: Aktivierung von DA-0138 +description: + Am 13.08.2022 haben DO4HAA und DG7PX sich aufgemacht portable Betrieb in Hamburger Weisterweiden zu machen. + Mit dabei als Kamerakind war DG7LAN. Herausegekommen ist ein tolles Video, ein paar schön DX Verbindunge und jede Menge Spass. +type: activity +image: /images/aktivitaeten/antenne-im-grass.jpeg +features: + - POTA + - video +--- +# Aktivierung von DA-0138 +Am 13.08.2022 haben DO4HAA und DG7PX sich aufgemacht portable Betrieb in Hamburger Weisterweiden zu machen. +Mit dabei als Kamerakind war DG7LAN. Herausegekommen ist ein tolles Video, ein paar schön DX Verbindunge und jede Menge Spass. + +## Video +
+ +
+ +## Equpiment +- YEASU FT 891 +- [2 x EREMIT 6Ah](https://www.eremit.de/p/eremit-systemstecker-bis-60a-12ah-komplett-set-powerpole) +- [DIY 1/4 Wellen Vertical Antenne](/diy/teleskop-viertelwellen-vertical.html) + diff --git a/docs/aktivitaeten/index.md b/docs/aktivitaeten/index.md new file mode 100644 index 00000000..3cd27645 --- /dev/null +++ b/docs/aktivitaeten/index.md @@ -0,0 +1,8 @@ +--- +sidebar: false +--- +# Aktvititäten + + + + diff --git a/docs/blog/helloworld.md b/docs/blog/helloworld.md deleted file mode 100644 index 9f7e4c11..00000000 --- a/docs/blog/helloworld.md +++ /dev/null @@ -1,3 +0,0 @@ -# Hello World! - -Kein Blog kommt ohne den obligatorischen "Hello World" Beitrag aus. diff --git a/package.json b/package.json index 4cb791ca..9b2d323d 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,10 @@ "@vuepress/plugin-active-header-links": "^2.0.0-beta.49", "@vuepress/plugin-back-to-top": "^2.0.0-beta.49", "vuepress": "^2.0.0-beta.49", - "vuepress-plugin-social-share": "^2.0.0-beta.5" + "vuepress-plugin-social-share": "^2.0.0-beta.5", + "vuepress-plugin-use-pages": "^1.0.5" + }, + "dependencies": { + "@vuepress/plugin-register-components": "^2.0.0-beta.49" } } diff --git a/yarn.lock b/yarn.lock index cc00fc9e..d286ebff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -20,6 +20,14 @@ "@types/markdown-it" "^12.2.3" markdown-it "^13.0.1" +"@mdit-vue/plugin-component@^0.9.0": + version "0.9.0" + resolved "https://registry.yarnpkg.com/@mdit-vue/plugin-component/-/plugin-component-0.9.0.tgz#1497087201ede78101363e62a1970d26c69f5758" + integrity sha512-HfrIQL8EiIyBeg42aSdTJJ/r2STI88fDFexPv7pI+a/qq1BG5AR0FTHTuzP3vwHn1ysgYB1qk4/hV/hodPYzhQ== + dependencies: + "@types/markdown-it" "^12.2.3" + markdown-it "^13.0.1" + "@mdit-vue/plugin-frontmatter@^0.6.0": version "0.6.0" resolved "https://registry.yarnpkg.com/@mdit-vue/plugin-frontmatter/-/plugin-frontmatter-0.6.0.tgz#a4aab5e9d124d384c5032ac7c2176632e8c7a2a3" @@ -30,6 +38,16 @@ gray-matter "^4.0.3" markdown-it "^13.0.1" +"@mdit-vue/plugin-frontmatter@^0.9.1": + version "0.9.1" + resolved "https://registry.yarnpkg.com/@mdit-vue/plugin-frontmatter/-/plugin-frontmatter-0.9.1.tgz#6f0a3cbf4602e1c25d0b594464f3d1d72ccf7c66" + integrity sha512-s5untW33DpE0j0w3z9h27qAzETlVKlzHzA0rrX6T17CRYfynAXb5H9XIH8XFJpWDCcdSyk5t2gPW2WNtwtmvnw== + dependencies: + "@mdit-vue/types" "0.9.0" + "@types/markdown-it" "^12.2.3" + gray-matter "^4.0.3" + markdown-it "^13.0.1" + "@mdit-vue/plugin-headers@^0.6.0": version "0.6.0" resolved "https://registry.yarnpkg.com/@mdit-vue/plugin-headers/-/plugin-headers-0.6.0.tgz#55f40a0d42c0c4f48b09beb9a96759691422ed7a" @@ -40,6 +58,16 @@ "@types/markdown-it" "^12.2.3" markdown-it "^13.0.1" +"@mdit-vue/plugin-headers@^0.9.1": + version "0.9.1" + resolved "https://registry.yarnpkg.com/@mdit-vue/plugin-headers/-/plugin-headers-0.9.1.tgz#d1a30e5fa607ca77479d86680808d447936fe457" + integrity sha512-kzH+k/ePZd1FOPqNm627GE4CE/YKgqRu19fY4F/mk+VFZOXcJvRNY2/wyM4m37X4VzXlbJopD/W0bmknNS8AtA== + dependencies: + "@mdit-vue/shared" "0.9.1" + "@mdit-vue/types" "0.9.0" + "@types/markdown-it" "^12.2.3" + markdown-it "^13.0.1" + "@mdit-vue/plugin-sfc@^0.6.0": version "0.6.0" resolved "https://registry.yarnpkg.com/@mdit-vue/plugin-sfc/-/plugin-sfc-0.6.0.tgz#bb031c8f39273ed2a986e9fab436e8d2b917b655" @@ -49,6 +77,15 @@ "@types/markdown-it" "^12.2.3" markdown-it "^13.0.1" +"@mdit-vue/plugin-sfc@^0.9.1": + version "0.9.1" + resolved "https://registry.yarnpkg.com/@mdit-vue/plugin-sfc/-/plugin-sfc-0.9.1.tgz#1a4faa1ae415407365d40952752f537dc5771bdc" + integrity sha512-zS4EwmS3zwo3/eZgEzHIX3d+7YcFlQBg5nD3mfcgvPJA7kx0xlhOq6J7+/rv11IrPf7/U2TtaquRii9NCLViAQ== + dependencies: + "@mdit-vue/types" "0.9.0" + "@types/markdown-it" "^12.2.3" + markdown-it "^13.0.1" + "@mdit-vue/plugin-title@^0.6.0": version "0.6.0" resolved "https://registry.yarnpkg.com/@mdit-vue/plugin-title/-/plugin-title-0.6.0.tgz#59902ce0177bf23216f8519f8ff2600b4a175278" @@ -59,6 +96,16 @@ "@types/markdown-it" "^12.2.3" markdown-it "^13.0.1" +"@mdit-vue/plugin-title@^0.9.1": + version "0.9.1" + resolved "https://registry.yarnpkg.com/@mdit-vue/plugin-title/-/plugin-title-0.9.1.tgz#1eb2192da317f476bd8d82fc2fb2606289c1828b" + integrity sha512-UTRx7mGBV83wv/bv/LBgvUrhBOC6xwqCQcmrg2mNZ6o3bTyOQGtcAhGCdLcRb87EM4uS9Ex8NIfakEnGPVlATg== + dependencies: + "@mdit-vue/shared" "0.9.1" + "@mdit-vue/types" "0.9.0" + "@types/markdown-it" "^12.2.3" + markdown-it "^13.0.1" + "@mdit-vue/plugin-toc@^0.6.0": version "0.6.0" resolved "https://registry.yarnpkg.com/@mdit-vue/plugin-toc/-/plugin-toc-0.6.0.tgz#acc46fc26c71b3aee4c1387ca2bb8e1aa8c023a1" @@ -69,6 +116,16 @@ "@types/markdown-it" "^12.2.3" markdown-it "^13.0.1" +"@mdit-vue/plugin-toc@^0.9.1": + version "0.9.1" + resolved "https://registry.yarnpkg.com/@mdit-vue/plugin-toc/-/plugin-toc-0.9.1.tgz#668eef835df97865057f4f9c96329f7220613c6d" + integrity sha512-jspMCBE6NO9/IJ4zoGIHwh9jhz93crvmi1oIBIZqBUQ/UPfV1xxwzrbRc7Vru7RyIDVxzqavOFcNuIWuRjh1Vg== + dependencies: + "@mdit-vue/shared" "0.9.1" + "@mdit-vue/types" "0.9.0" + "@types/markdown-it" "^12.2.3" + markdown-it "^13.0.1" + "@mdit-vue/shared@0.6.0", "@mdit-vue/shared@^0.6.0": version "0.6.0" resolved "https://registry.yarnpkg.com/@mdit-vue/shared/-/shared-0.6.0.tgz#9de51c97d9bf8ee475e7326e0163ff7c8e7e5473" @@ -78,11 +135,25 @@ "@types/markdown-it" "^12.2.3" markdown-it "^13.0.1" +"@mdit-vue/shared@0.9.1", "@mdit-vue/shared@^0.9.1": + version "0.9.1" + resolved "https://registry.yarnpkg.com/@mdit-vue/shared/-/shared-0.9.1.tgz#9ad48c7a6e8d015bc81eca29f84828da2ef78bcb" + integrity sha512-5uYmbw/rXFHAaCt628IJKAay/T2Jb6e3bmYTb4aavV6eX9lclAlZfafN3buOCdDF4Df6eV3wN/HGL221YrTHlA== + dependencies: + "@mdit-vue/types" "0.9.0" + "@types/markdown-it" "^12.2.3" + markdown-it "^13.0.1" + "@mdit-vue/types@0.6.0", "@mdit-vue/types@^0.6.0": version "0.6.0" resolved "https://registry.yarnpkg.com/@mdit-vue/types/-/types-0.6.0.tgz#ee22fe22961723c18f569d5d4fccd85680400470" integrity sha512-2Gf6MkEmoHrvO/IJsz48T+Ns9lW17ReC1vdhtCUGSCv0fFCm/L613uu/hpUrHuT3jTQHP90LcbXTQB2w4L1G8w== +"@mdit-vue/types@0.9.0", "@mdit-vue/types@^0.9.0": + version "0.9.0" + resolved "https://registry.yarnpkg.com/@mdit-vue/types/-/types-0.9.0.tgz#e749ab84d8040d3658612c4d90852813a5970c71" + integrity sha512-+NWAgty7XrF8qbjpuFgqqBQ3x2ExOLOAvQ8EZAIiT7a4hxX+SAfUnlQAmqE1pgfynItE0KZRhHEHyNEhNGbGFA== + "@nodelib/fs.scandir@2.1.5": version "2.1.5" resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" @@ -118,6 +189,11 @@ dependencies: "@types/node" "*" +"@types/hash-sum@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@types/hash-sum/-/hash-sum-1.0.0.tgz#838f4e8627887d42b162d05f3d96ca636c2bc504" + integrity sha512-FdLBT93h3kcZ586Aee66HPCVJ6qvxVjBlDWNmxSGSbCZe9hTsjRKdSsl4y1T+3zfujxo9auykQMnFsfyHWD7wg== + "@types/linkify-it@*": version "3.0.2" resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-3.0.2.tgz#fd2cd2edbaa7eaac7e7f3c1748b52a19143846c9" @@ -205,7 +281,7 @@ "@vue/compiler-dom" "3.2.37" "@vue/shared" "3.2.37" -"@vue/devtools-api@^6.1.4", "@vue/devtools-api@^6.2.0": +"@vue/devtools-api@^6.1.4", "@vue/devtools-api@^6.2.0", "@vue/devtools-api@^6.2.1": version "6.2.1" resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.2.1.tgz#6f2948ff002ec46df01420dfeff91de16c5b4092" integrity sha512-OEgAMeQXvCoJ+1x8WyQuVZzFo0wcyCmUR3baRVLmKBo1LmYZWMlRiXlux5jd0fqVJu6PfDbOrZItVqUEzLobeQ== @@ -299,6 +375,16 @@ vue "^3.2.37" vue-router "^4.1.2" +"@vuepress/client@2.0.0-beta.50-pre.1": + version "2.0.0-beta.50-pre.1" + resolved "https://registry.yarnpkg.com/@vuepress/client/-/client-2.0.0-beta.50-pre.1.tgz#4b9255ec344dc140f22a7456cb48d915db91e283" + integrity sha512-uhN/LTwCcVLnQjDnrEDMaiPT2bi4mQrvwdtwURnrSZ7dCIgXQ+DMKP1v6+f2vgAlrw3FLnPd97yd3V7lrQs8Ow== + dependencies: + "@vue/devtools-api" "^6.2.1" + "@vuepress/shared" "2.0.0-beta.50-pre.1" + vue "^3.2.37" + vue-router "^4.1.3" + "@vuepress/core@2.0.0-beta.49": version "2.0.0-beta.49" resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-2.0.0-beta.49.tgz#17c64bd2442eba91c9592d63f49eff337330c25d" @@ -310,6 +396,17 @@ "@vuepress/utils" "2.0.0-beta.49" vue "^3.2.37" +"@vuepress/core@^2.0.0-beta.48": + version "2.0.0-beta.50-pre.1" + resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-2.0.0-beta.50-pre.1.tgz#1d7ab63dfa7db6eeaa016eb721833a1ab7a75c74" + integrity sha512-JVfRSlv7Gk+6HLGSqXWwk8qm6DtSAUujh09gQW2fAaPSp48ULv7+uzWxCQU/x0gO93ajZM5Ny3ojxNJNNUlQHg== + dependencies: + "@vuepress/client" "2.0.0-beta.50-pre.1" + "@vuepress/markdown" "2.0.0-beta.50-pre.1" + "@vuepress/shared" "2.0.0-beta.50-pre.1" + "@vuepress/utils" "2.0.0-beta.50-pre.1" + vue "^3.2.37" + "@vuepress/markdown@2.0.0-beta.49": version "2.0.0-beta.49" resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-2.0.0-beta.49.tgz#66c04ef88d94a6a940a83bdfeabf2b94fb861299" @@ -332,6 +429,28 @@ markdown-it-emoji "^2.0.2" mdurl "^1.0.1" +"@vuepress/markdown@2.0.0-beta.50-pre.1": + version "2.0.0-beta.50-pre.1" + resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-2.0.0-beta.50-pre.1.tgz#86da579607ae27d95b159f5cdb27a66af7494742" + integrity sha512-joljMXWVg7g1RlQM1D5hyxZECkjvrKL+mAIAlZMmuQwPFFuMjEIkL6MzzOv4R4BkCoBCfx1h8YpAlc8+Doqszw== + dependencies: + "@mdit-vue/plugin-component" "^0.9.0" + "@mdit-vue/plugin-frontmatter" "^0.9.1" + "@mdit-vue/plugin-headers" "^0.9.1" + "@mdit-vue/plugin-sfc" "^0.9.1" + "@mdit-vue/plugin-title" "^0.9.1" + "@mdit-vue/plugin-toc" "^0.9.1" + "@mdit-vue/shared" "^0.9.1" + "@mdit-vue/types" "^0.9.0" + "@types/markdown-it" "^12.2.3" + "@types/markdown-it-emoji" "^2.0.2" + "@vuepress/shared" "2.0.0-beta.50-pre.1" + "@vuepress/utils" "2.0.0-beta.50-pre.1" + markdown-it "^13.0.1" + markdown-it-anchor "^8.6.4" + markdown-it-emoji "^2.0.2" + mdurl "^1.0.1" + "@vuepress/plugin-active-header-links@2.0.0-beta.49", "@vuepress/plugin-active-header-links@^2.0.0-beta.49": version "2.0.0-beta.49" resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-2.0.0-beta.49.tgz#1098d38b927fda00d8ec83099c39f3f6e5a5edce" @@ -428,6 +547,15 @@ "@vuepress/core" "2.0.0-beta.49" prismjs "^1.28.0" +"@vuepress/plugin-register-components@^2.0.0-beta.49": + version "2.0.0-beta.49" + resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-2.0.0-beta.49.tgz#d4ff7d95090df55101f54491c9f0e317aa24c4cc" + integrity sha512-OYnsLazh5f3ldwdh/qT8rdVjqMEh7eOiGrwucGRvlUwuQ71CE51OUrK6qIOaGZ5gkwmamYcAwLF37bs5lyZ+oA== + dependencies: + "@vuepress/core" "2.0.0-beta.49" + "@vuepress/utils" "2.0.0-beta.49" + chokidar "^3.5.3" + "@vuepress/plugin-theme-data@2.0.0-beta.49": version "2.0.0-beta.49" resolved "https://registry.yarnpkg.com/@vuepress/plugin-theme-data/-/plugin-theme-data-2.0.0-beta.49.tgz#a9e8ccb2d8aecb04c6b5a8c07a039eae1ef0be6f" @@ -447,6 +575,13 @@ dependencies: "@vue/shared" "^3.2.37" +"@vuepress/shared@2.0.0-beta.50-pre.1": + version "2.0.0-beta.50-pre.1" + resolved "https://registry.yarnpkg.com/@vuepress/shared/-/shared-2.0.0-beta.50-pre.1.tgz#48b00f1d28d59337481f807de2c54ba3b441db15" + integrity sha512-Gk6ikIV2V8LMokc+H/juH+kBOigo38Woup42Q2pmmWqmlwdLqbUcCYZSt/z+opeOUAqC9s3CZnKR8xCw+qo8BQ== + dependencies: + "@vue/shared" "^3.2.37" + "@vuepress/theme-default@2.0.0-beta.49": version "2.0.0-beta.49" resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-2.0.0-beta.49.tgz#432a0b1e91f315ff19263eedd9850d9a1265c3f6" @@ -487,6 +622,23 @@ ora "^5.4.1" upath "^2.0.1" +"@vuepress/utils@2.0.0-beta.50-pre.1": + version "2.0.0-beta.50-pre.1" + resolved "https://registry.yarnpkg.com/@vuepress/utils/-/utils-2.0.0-beta.50-pre.1.tgz#695fbb1fe0aa77051864f78a9a30e0db25744573" + integrity sha512-ODJP1kboA+c12Nf6gqkk4vU9JLnrjOaYI9+NsLtv/MXEXulWVr65ZWZK3SmF+RiNFJZDfTs9kXLbwujetkNBhQ== + dependencies: + "@types/debug" "^4.1.7" + "@types/fs-extra" "^9.0.13" + "@types/hash-sum" "^1.0.0" + "@vuepress/shared" "2.0.0-beta.50-pre.1" + chalk "^5.0.1" + debug "^4.3.4" + fs-extra "^10.1.0" + globby "^13.1.2" + hash-sum "^2.0.0" + ora "^6.1.2" + upath "^2.0.1" + "@vueuse/core@^8.7.5": version "8.9.4" resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-8.9.4.tgz#c7db40f19390b3c9f4ff9294a30461497f62ec19" @@ -514,6 +666,11 @@ ansi-regex@^5.0.1: resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== +ansi-regex@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" + integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== + ansi-styles@^4.0.0, ansi-styles@^4.1.0: version "4.3.0" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" @@ -577,6 +734,15 @@ bl@^4.1.0: inherits "^2.0.4" readable-stream "^3.4.0" +bl@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/bl/-/bl-5.0.0.tgz#6928804a41e9da9034868e1c50ca88f21f57aea2" + integrity sha512-8vxFNZ0pflFfi0WXA3WQXlj6CaMEwsmh63I1CNp0q+wWv8sD0ARx1KovSQd0l2GkwrMIOyedq0EF1FxI+RCZLQ== + dependencies: + buffer "^6.0.3" + inherits "^2.0.4" + readable-stream "^3.4.0" + braces@^3.0.2, braces@~3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" @@ -602,6 +768,14 @@ buffer@^5.5.0: base64-js "^1.3.1" ieee754 "^1.1.13" +buffer@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6" + integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA== + dependencies: + base64-js "^1.3.1" + ieee754 "^1.2.1" + cac@^6.7.12: version "6.7.12" resolved "https://registry.yarnpkg.com/cac/-/cac-6.7.12.tgz#6fb5ea2ff50bd01490dbda497f4ae75a99415193" @@ -625,6 +799,11 @@ chalk@^4.1.0, chalk@^4.1.2: ansi-styles "^4.1.0" supports-color "^7.1.0" +chalk@^5.0.0, chalk@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.1.tgz#ca57d71e82bb534a296df63bbacc4a1c22b2a4b6" + integrity sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w== + "chokidar@>=3.0.0 <4.0.0", chokidar@^3.5.3: version "3.5.3" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" @@ -647,7 +826,14 @@ cli-cursor@^3.1.0: dependencies: restore-cursor "^3.1.0" -cli-spinners@^2.5.0: +cli-cursor@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-4.0.0.tgz#3cecfe3734bf4fe02a8361cbdc0f6fe28c6a57ea" + integrity sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg== + dependencies: + restore-cursor "^4.0.0" + +cli-spinners@^2.5.0, cli-spinners@^2.6.1: version "2.7.0" resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.7.0.tgz#f815fd30b5f9eaac02db604c7a231ed7cb2f797a" integrity sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw== @@ -922,7 +1108,7 @@ extend-shallow@^2.0.1: dependencies: is-extendable "^0.1.0" -fast-glob@^3.2.9: +fast-glob@^3.2.11, fast-glob@^3.2.9: version "3.2.11" resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9" integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew== @@ -1008,6 +1194,17 @@ globby@^11.0.4: merge2 "^1.4.1" slash "^3.0.0" +globby@^13.1.2: + version "13.1.2" + resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.2.tgz#29047105582427ab6eca4f905200667b056da515" + integrity sha512-LKSDZXToac40u8Q1PQtZihbNdTYSNMuWe+K5l+oa6KgDzSvVrHXlJy40hUP522RjAIoNLJYBJi7ow+rbFpIhHQ== + dependencies: + dir-glob "^3.0.1" + fast-glob "^3.2.11" + ignore "^5.2.0" + merge2 "^1.4.1" + slash "^4.0.0" + graceful-fs@^4.1.6, graceful-fs@^4.2.0: version "4.2.10" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" @@ -1045,7 +1242,7 @@ human-signals@^2.1.0: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== -ieee754@^1.1.13: +ieee754@^1.1.13, ieee754@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== @@ -1106,6 +1303,11 @@ is-interactive@^1.0.0: resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e" integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== +is-interactive@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-2.0.0.tgz#40c57614593826da1100ade6059778d597f16e90" + integrity sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ== + is-number@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" @@ -1121,6 +1323,11 @@ is-unicode-supported@^0.1.0: resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== +is-unicode-supported@^1.1.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.2.0.tgz#f4f54f34d8ebc84a46b93559a036763b6d3e1014" + integrity sha512-wH+U77omcRzevfIG8dDhTS0V9zZyweakfD01FULl97+0EHiJTTZtJqxPSkIIo/SDPv/i07k/C9jAPY+jwLLeUQ== + isexe@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" @@ -1170,6 +1377,14 @@ log-symbols@^4.1.0: chalk "^4.1.0" is-unicode-supported "^0.1.0" +log-symbols@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-5.1.0.tgz#a20e3b9a5f53fac6aeb8e2bb22c07cf2c8f16d93" + integrity sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA== + dependencies: + chalk "^5.0.0" + is-unicode-supported "^1.1.0" + magic-string@^0.25.7: version "0.25.9" resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.9.tgz#de7f9faf91ef8a1c91d02c2e5314c8277dbcdd1c" @@ -1290,6 +1505,21 @@ ora@^5.4.1: strip-ansi "^6.0.0" wcwidth "^1.0.1" +ora@^6.1.2: + version "6.1.2" + resolved "https://registry.yarnpkg.com/ora/-/ora-6.1.2.tgz#7b3c1356b42fd90fb1dad043d5dbe649388a0bf5" + integrity sha512-EJQ3NiP5Xo94wJXIzAyOtSb0QEIAUu7m8t6UZ9krbz0vAJqr92JpcK/lEXg91q6B9pEGqrykkd2EQplnifDSBw== + dependencies: + bl "^5.0.0" + chalk "^5.0.0" + cli-cursor "^4.0.0" + cli-spinners "^2.6.1" + is-interactive "^2.0.0" + is-unicode-supported "^1.1.0" + log-symbols "^5.1.0" + strip-ansi "^7.0.1" + wcwidth "^1.0.1" + p-limit@^2.2.0: version "2.3.0" resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" @@ -1421,6 +1651,14 @@ restore-cursor@^3.1.0: onetime "^5.1.0" signal-exit "^3.0.2" +restore-cursor@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-4.0.0.tgz#519560a4318975096def6e609d44100edaa4ccb9" + integrity sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg== + dependencies: + onetime "^5.1.0" + signal-exit "^3.0.2" + reusify@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" @@ -1489,6 +1727,11 @@ slash@^3.0.0: resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== +slash@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7" + integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== + "source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" @@ -1532,6 +1775,13 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1: dependencies: ansi-regex "^5.0.1" +strip-ansi@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2" + integrity sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw== + dependencies: + ansi-regex "^6.0.1" + strip-bom-string@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/strip-bom-string/-/strip-bom-string-1.0.0.tgz#e5211e9224369fbb81d633a2f00044dc8cedad92" @@ -1611,7 +1861,7 @@ vue-demi@*: resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.13.6.tgz#f9433cbd75e68a970dec066647f4ba6c08ced48f" integrity sha512-02NYpxgyGE2kKGegRPYlNQSL1UWfA/+JqvzhGCOYjhfbLWXU5QQX0+9pAm/R2sCOPKr5NBxVIab7fvFU0B1RxQ== -vue-router@^4.1.2: +vue-router@^4.1.2, vue-router@^4.1.3: version "4.1.3" resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.1.3.tgz#f8dc7931a2253cc5aa9b740f8b98969d08ca283c" integrity sha512-XvK81bcYglKiayT7/vYAg/f36ExPC4t90R/HIpzrZ5x+17BOWptXLCrEPufGgZeuq68ww4ekSIMBZY1qdUdfjA== @@ -1637,6 +1887,13 @@ vuepress-plugin-social-share@^2.0.0-beta.5: deepmerge "^4.2.2" qrcode "^1.5.0" +vuepress-plugin-use-pages@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/vuepress-plugin-use-pages/-/vuepress-plugin-use-pages-1.0.5.tgz#405efa6182910d5524dd6c0969a4843dad390de1" + integrity sha512-SeiHZ6LN13+qghPY7MQu+auz4XLN4rtuApGtcHrGy15Fnb3AM2tOv1uw+fnhA9aofiyR3Zt4gL8QJB1/41yyBA== + dependencies: + "@vuepress/core" "^2.0.0-beta.48" + vuepress-vite@2.0.0-beta.49: version "2.0.0-beta.49" resolved "https://registry.yarnpkg.com/vuepress-vite/-/vuepress-vite-2.0.0-beta.49.tgz#4665c1d510dda58cf28c9677d26850fcce016020"