# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: landingpage
spec:
    description: A versatile landing page boilerplate, ideal for various projects and marketing campaigns.
    tags:
        - Static
        - Starter
    readme: "\U0001F30D *[English](README.md) ∙ [简体中文](README-zh.md)*\n\n\n# [Landing page boilerplate](https://landingpage.weijunext.com/)\n\nA versatile landing page boilerplate, ideal for various projects and marketing campaigns.\n\n[Demo address - https://landingpage.zeabur.app](https://landingpage.zeabur.app)\n\nBlog: \n[我为独立开发者开发落地页模板（一）](https://juejin.cn/post/7344567650457010191)  \n[我为独立开发者开发落地页模板（二）](https://juejin.cn/post/7350200488455520267)\n\n\n\n## Tech Stack \n\nLanding page boilerplate is built on the following stack:\n\n- Next.js – Frontend/Backend\n- TailwindCSS – Styles\n- Google Analytics\n- Vercel - Hosting\n\n\n\n## Running Locally\n\nAfter cloning the repo, you need to copy the `.env.example` file to create a `.env` file and fill in the required fields.\n\nThen, run the application in the command line and it will be available at `http://localhost:3000`.\n\n```bash\nnpm run dev\n```\n\n## Build Your Project\n\nEdit these files:\n- `.env` or `.env.local`\n- `config/site.ts`, fill in your website information.\n- `public`, change logo file\n- `public/robots.txt`\n- `app/sitemap.ts`\n\n## About Me\nI am a **Front-End Engineer**, **Full-Stack Practitioner**, and advocate of **AI adventism**.\n\n[My Blog](https://weijunext.com)  \n[Github](https://github.com/weijunext)  \n[Twitter / X](https://twitter.com/weijunext)  \n[Twitter / X - En](https://twitter.com/wayne_dev)  \n[Medium](https://medium.com/@weijunext)  \n[掘金](https://juejin.cn/user/26044008768029)  \n[知乎](https://www.zhihu.com/people/mo-mo-mo-89-12-11)  \n[微信交流群](https://weijunext.com/make-a-friend)  \n"
    services:
        - name: landing-page-boilerplate
          template: GIT
          spec:
            source:
                source: GITHUB
                repo: 767869293
                branch: main
