cart180
++ Coming Soon. +
+diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml new file mode 100644 index 0000000..3ddf72b --- /dev/null +++ b/.github/workflows/release-please.yml @@ -0,0 +1,21 @@ +# Automates CHANGELOG generation, the creation of GitHub releases, and version bumps for specified project. + +on: + push: + branches: + - main +name: release-please +jobs: + release-please: + runs-on: ubuntu-latest + steps: + - uses: google-github-actions/release-please-action@v3 + with: + default-branch: main + path: . + release-type: node + package-name: '@cart180/website' + monorepo-tags: true + bump-minor-pre-major: true + bump-patch-for-minor-pre-major: true + prerelease: false \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..189f82e --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +node_modules +.pnp +.pnp.js + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* +.pnpm-debug.log* + +package-lock.json diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..954f191 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +cart180.com \ No newline at end of file diff --git a/README.md b/README.md index 368f5c4..c6feacb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# cart180.website -The marketing website for cart180. +# The Marketing Website for cart180 + +#### **_Copyright (c) cart180. All rights reserved._** diff --git a/commitlint.config.js b/commitlint.config.js new file mode 100644 index 0000000..5073c20 --- /dev/null +++ b/commitlint.config.js @@ -0,0 +1 @@ +module.exports = { extends: ["@commitlint/config-conventional"] }; diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..5f0aac3 Binary files /dev/null and b/favicon.ico differ diff --git a/index.css b/index.css new file mode 100644 index 0000000..d180ec8 --- /dev/null +++ b/index.css @@ -0,0 +1,3 @@ +body { + background-color: mintcream; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..bc029f9 --- /dev/null +++ b/index.html @@ -0,0 +1,39 @@ + + +
+ + ++ Coming Soon. +
+