Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonGooRoo committed Dec 14, 2024
1 parent aa03217 commit 509fc5e
Show file tree
Hide file tree
Showing 166 changed files with 4,309 additions and 2,019 deletions.
5,108 changes: 3,278 additions & 1,830 deletions package-lock.json

Large diffs are not rendered by default.

25 changes: 10 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kotowari",
"version": "2.0.0",
"description": "Japanese Guide",
"description": "kotowari",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand All @@ -11,20 +11,15 @@
"docs:update-package": "npx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.9",
"@vuepress/cli": "^2.0.0-rc.9",
"@vuepress/plugin-blog": "2.0.0-rc.26",
"@vuepress/plugin-google-analytics": "2.0.0-rc.21",
"vue": "^3.4.25",
"vuepress": "2.0.0-rc.9",
"vuepress-plugin-search-pro": "2.0.0-rc.37",
"vuepress-theme-hope": "2.0.0-rc.37"
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/plugin-google-analytics": "^2.0.0-rc.63",
"sass-embedded": "^1.79.5",
"vidstack": "^1.12.12",
"vue": "^3.5.12",
"vuepress": "2.0.0-rc.18",
"vuepress-theme-hope": "2.0.0-rc.63"
},
"dependencies": {
"dashjs": "^4.7.4",
"hls.js": "^1.5.17",
"markdown-it-html5-embed": "^0.3.3",
"reveal.js": "^5.0.5",
"vidstack": "^1.10.9"
"@analytics/google-analytics": "^1.1.0"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions src/.vuepress old/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
bundler: viteBundler({
viteOptions: {
server: {
fs: {
cachedChecks: false,
},
},
},
}),
}
66 changes: 66 additions & 0 deletions src/.vuepress old/config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
import { defineUserConfig } from "vuepress";
import theme from "./theme.js";
import { hopeTheme } from "vuepress-theme-hope";
import { viteBundler } from '@vuepress/bundler-vite'
import { googleAnalyticsPlugin } from '@vuepress/plugin-google-analytics'

export default defineUserConfig({

bundler: viteBundler({
viteOptions: {
server: {
fs: {
cachedChecks: false,
},
},
},
}),

base: "/",

head: [

["link", { rel: "preconnect", href: "https://fonts.googleapis.com" }],
[
"link",
{ rel: "preconnect", href: "https://fonts.gstatic.com", crossorigin: "" },
],
[
"link",
{
href: "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap",
rel: "stylesheet",
},
],
],
locales: {
"/en/": {
lang: "en-US",
title: "NeonGooRoo's Guide",
description: "Japanese with fun and ease",
},

"/": {
lang: "ru-RU",
title: "Kotowari",
description: "Японский легко и с удовольствием",
},

},

plugins: [
googleAnalyticsPlugin({
id: 'G-G6HDTB0VXG',
}),
],

theme,


// Enable it with pwa
// shouldPrefetch: false,
});




Binary file added src/.vuepress old/kana.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions src/.vuepress old/navbar/en.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
import { navbar } from "vuepress-theme-hope";

export const enNavbar = navbar([
{
text: "Home",
icon: "home",
link: "/en/",
},
{
text: "For beginners",
link: "/en/guide/how-to.md",
},
{
text: "Guides",
prefix: "/en/guide/",
children: [
{
text: "JPDB",
icon: "/ico/jpdb.png",
link: "jpdb",
},
{
text: "How to focus",
icon: "/ico/focus.svg",
link: "focus",
},
{
text: "AnkiCollab",
icon: "/ico/collab.png",
link: "ankicollab",
},
{
text: "Managing time 🚧",
icon: "/ico/timer.svg",
link: "timetracking",
},
{
text: "Handwriting 🚧",
icon: "/ico/writing.svg",
link: "handwriting",
},
{
text: "MEXT 🚧",
icon: "/ico/school.svg",
link: "mext",
},
],
},
{
text: "Software",
prefix: "/en/software/",
link: "/en/software/",
},
{
text: "Resources",
link: "/en/resources",
},
{
text: "FAQ",
link: "faq"
},
{
text: "Blog",
link: "/en/blog/",
},

]);
2 changes: 2 additions & 0 deletions src/.vuepress old/navbar/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from "./en.js";
export * from "./ru.js";
100 changes: 100 additions & 0 deletions src/.vuepress old/navbar/ru.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
import { navbar } from "vuepress-theme-hope";

export const ruNavbar = navbar([


{
text: "Старт",
icon: "home",
link: "/",
},
{
text: "Для начинающих",
link: "/guide/how-to.md",
},
{
text: "Гайды",
prefix: "/guide/",
children: [
{
text: "JPDB",
icon: "/ico/jpdb.png",
link: "jpdb",
},
{
text: "Как фокусироваться",
icon: "/ico/focus.svg",
link: "focus",
},
{
text: "AnkiCollab",
icon: "/ico/collab.png",
link: "ankicollab",
},
{
text: "Словари",
icon: "/ico/dictionary.svg",
link: "dictionaries",
},
{
text: "Учет времени 🚧",
icon: "/ico/timer.svg",
link: "timetracking",
},
{
text: "Письмо 🚧",
icon: "/ico/writing.svg",
link: "handwriting",
},
{
text: "MEXT 🚧",
icon: "/ico/school.svg",
link: "mext",
},
],
},
{
text: "Софт",
prefix: "/software/",
link: "/software/",
},
{
text: "Ресурсы",
link: "resources",
},
{
text: "Вопросы",
link: "faq"
},
{
text: "Лента",
link: "/blog/",
},
]);


/* {
text: "Гайд",
icon: "lightbulb",
prefix: "/guide/",
link: "https://theme-hope.vuejs.press/zh/",
children: [
{
text: "Bar",
icon: "lightbulb",
prefix: "bar/",
children: ["baz", { text: "...", icon: "ellipsis", link: "#" }],
},
{
text: "Foo",
icon: "lightbulb",
prefix: "foo/",
children: ["ray", { text: "...", icon: "ellipsis", link: "#" }],
},
],
},
{
text: "V2 Docs",
icon: "book",
link: "https://theme-hope.vuejs.press/",
}, */
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/.vuepress old/public/assets/image/advanced.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/.vuepress old/public/assets/image/box.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/.vuepress old/public/assets/image/features.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/.vuepress old/public/assets/image/github-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/.vuepress old/public/assets/image/github-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 509fc5e

Please sign in to comment.