Skip to content

cloudtype-examples/webinar-04-landing

Repository files navigation



Cloudtype



클라우드타입 웨비나 #04
스타트업 운영에 필요한
랜딩 & 도큐멘테이션 한 번에 해결하기

목차

🗒️ 실습 예제

🖇️ 준비사항

🗒️ 실습 예제 사양

  • Node v18.19.0 이상

🏠 랜딩페이지 배포하기

GitHub 저장소 clone

git clone https://github.com/cloudtype-examples/webinar-04-landing.git

📈 Umami 배포 및 랜딩페이지 적용하기

Umami 초기 계정

  • Username: admin
  • Password: umami

Websites 설정

Umami에서 추가한 웹 사이트의 Tracking Code 탭에서 코드를 복사한 후 HTML <head> 태그 내부에 작성합니다.

Cloudtype

랜딩페이지 재배포

클라우드타입에서 랜딩페이지를 재배포 하여 Umami를 적용합니다.

Cloudtype

Notion 커스텀 페이지 배포

Notion 페이지 ID 확인

Notion 페이지의 링크를 복사한 뒤 다음 표시된 부분의 페이지 ID를 확인합니다.

https://www.notion.so/<페이지 ID>?pvs=4

Notion 페이지 ID 적용

다음의 저장소를 clone 한 뒤, site.config.js 의 다음 부분에 위에서 확인한 페이지 ID를 작성합니다.

git clone https://github.com/cloudtype-examples/webinar-04-notion.git
import { siteConfig } from './lib/site-config'

export default siteConfig({
  // the site's root Notion page (required)
  rootNotionPageId: '<페이지 ID>',
  // if you want to restrict pages to a single notion workspace (optional)
  // (this should be a Notion ID; see the docs for how to extract this)
  rootNotionSpaceId: null,
  ...

📋 Ghost 블로그 배포하기

Ghost 초기 설정 및 글 작성하기

https://<호스트>/ghost

🦖 Docusaurus 배포하기

🟢 Uptime Kuma 배포 및 적용하기

관리자 계정 생성

배포 후 최초 접속 시 관리자 계정 생성이 진행됩니다.

Cloudtype

대시보드에서 모니터링 대상을 추가합니다. 모니터링 주기 등 각종 설정을 상황에 맞게 변경할 수 있습니다.

Cloudtype

📖 References

💬 Contact

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published