-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa03217
commit 509fc5e
Showing
166 changed files
with
4,309 additions
and
2,019 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
module.exports = { | ||
bundler: viteBundler({ | ||
viteOptions: { | ||
server: { | ||
fs: { | ||
cachedChecks: false, | ||
}, | ||
}, | ||
}, | ||
}), | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}); | ||
|
||
|
||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/", | ||
}, | ||
|
||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export * from "./en.js"; | ||
export * from "./ru.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
Oops, something went wrong.