-
-
-
-## Demo
-
-- [doks.netlify.app](https://doks.netlify.app/)
-
-## Why Doks?
-
-Nine main reasons why you should use Doks:
-
-1. __Security aware__. Get A+ scores on [Mozilla Observatory](https://observatory.mozilla.org/analyze/doks.netlify.app) out of the box. Easily change the default Security Headers to suit your needs.
-
-2. __Fast by default__. Get 100 scores on [Google Lighthouse](https://googlechrome.github.io/lighthouse/viewer/?gist=7731347bb8ce999eff7428a8e763b637) by default. Doks removes unused css, prefetches links, and lazy loads images.
-
-3. __SEO-ready__. Use sensible defaults for structured data, open graph, and Twitter cards. Or easily change the SEO settings to your liking.
-
-4. __Development tools__. Code with confidence. Check styles, scripts, and markdown for errors and fix automatically or manually.
-
-5. __Bootstrap framework__. Build robust, flexible, and intuitive websites with Bootstrap 5. Easily customize your Doks site with the source Sass files.
-
-6. __Netlify-ready__. Deploy to Netlify with sensible defaults. Easily use Netlify Functions, Netlify Redirects, and Netlify Headers.
-
-7. __Full text search__. Search your Doks site with FlexSearch. Easily customize index settings and search options to your liking.
-
-8. __Page layouts__. Build pages with a landing page, blog, or documentation layout. Add custom sections and components to suit your needs.
-
-9. __Dark mode__. Switch to a low-light UI with the click of a button. Change colors with variables to match your branding.
-
-### Other features
-
-- __Multilingual and i18n__ support
-- __Versioning__ documentation support
-- __KaTeX__ math typesetting
-- __Mermaid__ diagrams and visualization
-- __highlight.js__ syntax highlighting
-
-## Requirements
-
-Doks uses npm to centralize dependency management, making it [easy to update](https://getdoks.org/docs/help/how-to-update/) resources, build tooling, plugins, and build scripts:
-
-- Download and install [Node.js](https://nodejs.org/) (it includes npm) for your platform.
-
-## Get started
-
-Start a new Doks project in three steps:
-
-### 1. Create a new site
-
-Doks is available as a child theme, and a starter theme:
-
-- Use the Doks child theme, if you do __not__ plan to customize a lot, and/or need future Doks updates.
-- Use the Doks starter theme, if you plan to customize a lot, and/or do __not__ need future Doks updates.
-
-Not quite sure? Use the Doks child theme.
-
-#### Doks child theme
+## 모두의 MLOps
+### How to Start
+1. 필요한 node module을 설치합니다.
```bash
-git clone https://github.com/h-enk/doks-child-theme.git my-doks-site && cd my-doks-site
-```
-
-#### Doks starter theme
-
-```bash
-git clone https://github.com/h-enk/doks.git my-doks-site && cd my-doks-site
+npm install
```
-### 2. Install dependencies
-
+2. 글 수정 및 추가를 후 ci 를 실행합니다.
```bash
-npm install
+npm ci
```
-### 3. Start development server
-
+3. node 서버를 실행 후 수정한 글이 정상적으로 나오는지 확인합니다.
```bash
npm run start
```
-## Other commands
-
-Doks comes with [commands](https://getdoks.org/docs/prologue/commands/) for common tasks.
-
-## Documentation
-
-- [Netlify](https://docs.netlify.com/)
-- [Hugo](https://gohugo.io/documentation/)
-- [Doks](https://getdoks.org/)
-
-## Communities
-
-- [Netlify Community](https://community.netlify.com/)
-- [Hugo Forums](https://discourse.gohugo.io/)
-- [Doks Discussions](https://github.com/h-enk/doks/discussions)
-
-## Sponsors
-
-Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/doks)]
-
-[](https://opencollective.com/doks/sponsor/0/website)
-
-## Backers
-
-Support this project by becoming a backer. Your avatar will show up here. [[Become a backer](https://opencollective.com/doks)]
+### How to Contribute
+#### 1. 새로운 포스트를 작성하는 경우
+새로운 포스트는 각 챕터와 포스트의 위치에 맞는 weight를 설정합니다.
+- Introduction: 1xx
+- Setup: 2xx
+- Kubeflow: 3xx
+- API Deployment: 4xx
+- Help: 10xx
+
+#### 2. 기존의 포스트를 수정하는 경우
+기존의 포스트를 수정할 경우 Contributor에 본인의 이름을 입력합니다.
+```
+contributors: ["John Doe", "Adam Smith"]
+```
-[](https://opencollective.com/doks)
+#### 3. 프로젝트에 처음 기여하는 경우
+만약 프로젝트에 처음 기여 할 경우 `content/en/contributors`에 본인의 이름의 마크다운 파일을 작성합니다.
+마크다운 파일은 `john-doe`을 파일명으로 하며 다음의 내용을 작성합니다.
+파일 명은 lowercase를 title은 upper camelcase를 이용해 작성합니다.
+```
+---
+title: "Jonh Doe"
+draft: false
+---
+```
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml
index 52d6fb0c..1ebac2e3 100644
--- a/config/_default/menus/menus.en.toml
+++ b/config/_default/menus/menus.en.toml
@@ -1,15 +1,3 @@
-# [[docs]]
-# name = "Prologue"
-# weight = 10
-# identifier = "prologue"
-# url = "/docs/prologue/"
-
-# [[docs]]
-# name = "Help"
-# weight = 60
-# identifier = "help"
-# url = "/docs/help/"
-
[[main]]
name = "Docs"
url = "/docs/prologue/welcome/"
@@ -30,6 +18,12 @@
name = "Prologue"
url = "/docs/prologue/"
identifier = "prologue"
+ weight = 1
+
+[[docs]]
+ name = "Introduction"
+ url = "/docs/introduction/"
+ identifier = "introduction"
weight = 10
[[docs]]
@@ -53,15 +47,15 @@
[[social]]
name = "GitHub"
pre = ""
- url = "https://github.com/h-enk/doks"
+ url = "https://github.com/mlops-for-all/mlops-for-all.github.io"
post = "v0.1.0"
weight = 10
-[[social]]
- name = "Twitter"
- pre = ""
- url = "https://twitter.com/getdoks"
- weight = 20
+# [[social]]
+# name = "Twitter"
+# pre = ""
+# url = "https://twitter.com/getdoks"
+# weight = 20
# [[footer]]
# name = "Privacy"
diff --git a/config/_default/params.toml b/config/_default/params.toml
index 56911da3..1eeb21dd 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -3,8 +3,8 @@
## Homepage
title = "모두의 MLOps"
titleSeparator = "-"
-titleAddition = "Modern Documentation Theme"
-description = "Doks is a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize."
+titleAddition = "모두가 쉽게 시작할 수 있는 MLOps"
+description = "모두가 쉽게 시작할 수 있는 MLOps 자료를 제작합니다."
## Documentation
# docsVersion = "0.3"
@@ -12,8 +12,8 @@ description = "Doks is a Hugo theme for building secure, fast, and SEO-ready doc
## Open Graph
images = ["doks.png"]
ogLocale = "en_US"
-domainTLD = "doks.netlify.app"
-titleHome = "Doks Theme"
+domainTLD = "mlops-for-all.netlify.app"
+titleHome = "MLOps for ALL"
## Twitter Cards
# twitterSite = "@getdoks"
@@ -24,9 +24,9 @@ titleHome = "Doks Theme"
schemaType = "Organization"
schemaName = "Doks"
schemaAuthor = "Henk Verlinde"
-schemaAuthorTwitter = "https://twitter.com/henkverlinde"
-schemaAuthorLinkedIn = "https://www.linkedin.com/in/henkverlinde/"
-schemaAuthorGitHub = "https://github.com/h-enk"
+# schemaAuthorTwitter = "https://twitter.com/henkverlinde"
+# schemaAuthorLinkedIn = "https://www.linkedin.com/in/henkverlinde/"
+schemaAuthorGitHub = "https://github.com/mlops-for-all"
schemaLocale = "en-US"
schemaLogo = "logo-doks.png"
schemaLogoWidth = 512
@@ -34,9 +34,9 @@ schemaLogoHeight = 512
schemaImage = "doks.png"
schemaImageWidth = 1280
schemaImageHeight = 640
-schemaTwitter = "https://twitter.com/getdoks"
-schemaLinkedIn = ""
-schemaGitHub = "https://github.com/h-enk/doks"
+# schemaTwitter = "https://twitter.com/getdoks"
+# schemaLinkedIn = ""
+schemaGitHub = "https://github.com/mlops-for-all/mlops-for-all.github.io"
schemaSection = "blog"
## Sitelinks Search Box
@@ -54,10 +54,11 @@ lqipWidth = "20x"
smallLimit = "300"
# Footer
-footer = "Powered by Netlify, Hugo, and Doks"
+# footer = "Powered by Netlify, Hugo, and Doks"
+footer = "Powered by Hugo, and Doks"
# Feed
-copyRight = "Copyright (c) 2020-2021 Henk Verlinde"
+copyRight = "Copyright (c) 2021-2022 MLOps for ALL"
# Alert
alert = false
diff --git a/content/en/docs/help/how-to-contribute.md b/content/en/docs/help/how-to-contribute.md
index e61ca24f..b7db0c30 100644
--- a/content/en/docs/help/how-to-contribute.md
+++ b/content/en/docs/help/how-to-contribute.md
@@ -1,9 +1,7 @@
---
title: "How to Contribute"
-description: "Regularly update the installed npm packages to keep your Doks website stable, usable, and secure."
-lead: "Regularly update the installed npm packages to keep your Doks website stable, usable, and secure."
-date: 2020-11-12T13:26:54+01:00
-lastmod: 2020-11-12T13:26:54+01:00
+# date: 2020-11-12T13:26:54+01:00
+# lastmod: 2020-11-12T13:26:54+01:00
draft: false
images: []
menu:
@@ -13,20 +11,55 @@ weight: 1001
toc: true
---
-{{< alert icon="💡" text="Learn more about semantic versioning and advanced range syntax." />}}
+## How to Start
-## Check for outdated packages
-
-The [`npm outdated`](https://docs.npmjs.com/cli/v7/commands/npm-outdated) command will check the registry to see if any (or, specific) installed packages are currently outdated:
+1. 필요한 node module을 설치합니다.
```bash
-npm outdated [[<@scope>/] ...]
+npm install
```
-## Update packages
+2. 글 수정 및 추가를 후 ci 를 실행합니다.
-The [`npm update`](https://docs.npmjs.com/cli/v7/commands/npm-update) command will update all the packages listed to the latest version (specified by the tag config), respecting semver:
+```bash
+npm ci
+```
+
+3. node 서버를 실행 후 수정한 글이 정상적으로 나오는지 확인합니다.
```bash
-npm update [...]
+npm run start
+```
+
+## How to Contribute
+
+### 1. 새로운 포스트를 작성하는 경우
+
+새로운 포스트는 각 챕터와 포스트의 위치에 맞는 weight를 설정합니다.
+
+- Introduction: 1xx
+- Setup: 2xx
+- Kubeflow: 3xx
+- API Deployment: 4xx
+- Help: 10xx
+
+### 2. 기존의 포스트를 수정하는 경우
+
+기존의 포스트를 수정할 경우 Contributor에 본인의 이름을 입력합니다.
+
+```markdown
+contributors: ["John Doe", "Adam Smith"]
+```
+
+### 3. 프로젝트에 처음 기여하는 경우
+
+만약 프로젝트에 처음 기여 할 경우 `content/en/contributors`에 본인의 이름의 마크다운 파일을 작성합니다.
+마크다운 파일은 `john-doe`을 파일명으로 하며 다음의 내용을 작성합니다.
+파일 명은 lowercase를 title은 upper camelcase를 이용해 작성합니다.
+
+```markdown
+---
+title: "Jonh Doe"
+draft: false
+---
```
diff --git a/content/en/docs/prologue/_index.md b/content/en/docs/introduction/_index.md
similarity index 87%
rename from content/en/docs/prologue/_index.md
rename to content/en/docs/introduction/_index.md
index bb43512b..98a85c0b 100644
--- a/content/en/docs/prologue/_index.md
+++ b/content/en/docs/introduction/_index.md
@@ -1,5 +1,5 @@
---
-title : "Prologue"
+title : "Introduction"
description: "Introduction to MLOps"
lead: ""
# date: 2020-10-06T08:48:23+00:00
diff --git a/content/en/docs/prologue/example.md b/content/en/docs/introduction/example.md
similarity index 88%
rename from content/en/docs/prologue/example.md
rename to content/en/docs/introduction/example.md
index 8a3a46dc..1995b818 100644
--- a/content/en/docs/prologue/example.md
+++ b/content/en/docs/introduction/example.md
@@ -5,11 +5,11 @@ lead: ""
# date: 2020-10-06T08:48:23+00:00
# lastmod: 2020-10-06T08:48:23+00:00
draft: false
-weight: 102
+weight: 101
contributors: ["Jongseob Jeon"]
menu:
docs:
- parent: "prologue"
+ parent: "introduction"
images: []
---
diff --git a/content/en/docs/prologue/welcome.md b/content/en/docs/prologue/welcome.md
index fbdea68f..546026f6 100644
--- a/content/en/docs/prologue/welcome.md
+++ b/content/en/docs/prologue/welcome.md
@@ -6,7 +6,7 @@ lead: ""
# lastmod: 2020-10-06T08:48:23+00:00
draft: false
images: []
-weight: 101
+weight: 1
menu:
docs:
parent: "prologue"
diff --git a/layouts/index.html b/layouts/index.html
index 67fc956d..0e638b25 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -7,7 +7,8 @@