diff --git a/blog/2022-07-28-seimotech.md b/blog/2022-07-28-seimotech.md index 6cfff4f..91b2862 100644 --- a/blog/2022-07-28-seimotech.md +++ b/blog/2022-07-28-seimotech.md @@ -5,6 +5,16 @@ authors: Samzong tags: [seimotech, recommend] --- +## SeimIO + 盛茂云佳 成立于 2022 年 07 月 28 日。 +> 相关的关键字 + +- SeimIO +- seimotech +- 盛茂云佳 +- samcloud +- samzong + 我们愿景:帮助用户,成就用户,成就团队。 diff --git a/docs/en/docs/kpanda/README.md b/docs/en/docs/kpanda/README.md deleted file mode 100644 index 31e3e63..0000000 --- a/docs/en/docs/kpanda/README.md +++ /dev/null @@ -1 +0,0 @@ -# EN kpanda diff --git a/docs/en/docs/skoala/README.md b/docs/en/docs/skoala/README.md deleted file mode 100644 index d636443..0000000 --- a/docs/en/docs/skoala/README.md +++ /dev/null @@ -1 +0,0 @@ -# EN Skoala diff --git a/docs/intro.md b/docs/intro.md index 5b23de2..95ee00c 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -2,7 +2,22 @@ sidebar_position: 1 --- -# 开篇之语 +# 一人企业的创业者模式 -- 很荣幸的采用 `Docusaurus` [去了解](https://docusaurus.io/) -- Hosting on Github +这是一个让我更舒适的创业者模式,我称之为“一人企业”。 + +它的核心是,你可以在不招募任何人的情况下,通过自己的努力,建立一个可以持续运营的企业。 + +虽然这个模式存在着一些局限性和不确定性,我将会在接下来的 1-2 年时间内,尝试用这个模式来创业。 + +## 为什么要创业 + +我认为,创业是一种非常有趣的生活方式,它可以让你在不断的挑战中,不断的成长。 + +## 为什么要一人创业 + +拒绝盲目增长,坚持小规模发展。 + +## 如何保证技术的可行性 + +你不必成为一个领域的世界级专家才算擅长。人们通常最喜欢从只比他们稍微领先几步的人那里学习。 diff --git a/docs/zh/docs/kpanda/README.md b/docs/zh/docs/kpanda/README.md deleted file mode 100644 index 2477316..0000000 --- a/docs/zh/docs/kpanda/README.md +++ /dev/null @@ -1 +0,0 @@ -# zh-kpanda diff --git a/docs/zh/docs/skoala/README.md b/docs/zh/docs/skoala/README.md deleted file mode 100644 index 9e6d16e..0000000 --- a/docs/zh/docs/skoala/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# ZH skoala - -new skoala module diff --git a/docusaurus.config.js b/docusaurus.config.js index f49f501..db59d28 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -6,8 +6,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); /** @type {import('@docusaurus/types').Config} */ const config = { - title: 'SeimoIO', - tagline: '我们将致力于建设一个更美好的世界', + title: 'SeimoIO Technology', + tagline: '致力于建设一个更美好的世界', url: 'https://www.seimotech.com', baseUrl: '/', onBrokenLinks: 'throw', @@ -16,7 +16,7 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: 'seimoio', // Usually your GitHub org/user name. + organizationName: 'SeimoIO', // Usually your GitHub org/user name. projectName: 'website', // Usually your repo name. // Even if you don't use internalization, you can use this field to set useful @@ -39,11 +39,11 @@ const config = { editUrl: 'https://github.com/seimoio/website/tree/main/', showLastUpdateAuthor: true, showLastUpdateTime: true, - versions: { - current: { - label: `Next 🚧`, - }, - }, + // versions: { + // current: { + // label: `Next 🚧`, + // }, + // }, }, blog: { showReadingTime: true, @@ -72,14 +72,14 @@ const config = { {to: '/', label: '首页', position: 'left'}, {to: '/docs/intro', label: '文档', position: 'left'}, {to: '/blog', label: '博客', position: 'left'}, - { - type: "docsVersionDropdown", - position: "right", - }, - { - type: 'localeDropdown', - position: 'right', - }, + // { + // type: "docsVersionDropdown", + // position: "right", + // }, + // { + // type: 'localeDropdown', + // position: 'right', + // }, { href: 'https://github.com/seimoio/website', label: 'GitHub', diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 7e6e2f6..9c34345 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -4,11 +4,11 @@ import styles from './styles.module.css'; const FeatureList = [ { - title: '易于使用', + title: '一人创业者模式', Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, description: ( <> - Docusaurus 从一开始就设计为易于安装用于快速启动和运行您的网站。 + 拒绝盲目增长,坚持小规模发展。 ), }, @@ -17,16 +17,16 @@ const FeatureList = [ Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default, description: ( <> - Docusaurus 让您专注于文档,帮助您解决其他事情。默认文档在 docs 目录中。 + 专注于眼前的工作,并时刻准备着。 ), }, { - title: '轻易扩展', + title: '创业者思维', Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, description: ( <> - Docusaurus 使用 React 来实现插件能力,支持方便扩展或自定义您的网站和布局。 + 摆脱思维局限,勇敢去尝试更多事物。 ), }, diff --git a/versioned_docs/version-1.0.0/intro.md b/versioned_docs/version-1.0.0/intro.md deleted file mode 100644 index 5b23de2..0000000 --- a/versioned_docs/version-1.0.0/intro.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -sidebar_position: 1 ---- - -# 开篇之语 - -- 很荣幸的采用 `Docusaurus` [去了解](https://docusaurus.io/) -- Hosting on Github diff --git a/versioned_docs/version-1.1.0/intro.md b/versioned_docs/version-1.1.0/intro.md deleted file mode 100644 index 5b23de2..0000000 --- a/versioned_docs/version-1.1.0/intro.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -sidebar_position: 1 ---- - -# 开篇之语 - -- 很荣幸的采用 `Docusaurus` [去了解](https://docusaurus.io/) -- Hosting on Github diff --git a/versioned_sidebars/version-1.0.0-sidebars.json b/versioned_sidebars/version-1.0.0-sidebars.json deleted file mode 100644 index caea0c0..0000000 --- a/versioned_sidebars/version-1.0.0-sidebars.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "tutorialSidebar": [ - { - "type": "autogenerated", - "dirName": "." - } - ] -} diff --git a/versioned_sidebars/version-1.1.0-sidebars.json b/versioned_sidebars/version-1.1.0-sidebars.json deleted file mode 100644 index caea0c0..0000000 --- a/versioned_sidebars/version-1.1.0-sidebars.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "tutorialSidebar": [ - { - "type": "autogenerated", - "dirName": "." - } - ] -} diff --git a/versions.json b/versions.json deleted file mode 100644 index c8a2d02..0000000 --- a/versions.json +++ /dev/null @@ -1,4 +0,0 @@ -[ - "1.1.0", - "1.0.0" -]