Skip to content

Commit

Permalink
Remove monorepo, add back Flowershow template (#513)
Browse files Browse the repository at this point in the history
Closes #509
  • Loading branch information
olayway authored Jun 8, 2023
1 parent 54c1338 commit a13672b
Show file tree
Hide file tree
Showing 438 changed files with 5,472 additions and 67,476 deletions.
50 changes: 13 additions & 37 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,22 @@
{
"root": true,
"ignorePatterns": ["node_modules", "dist"],
"plugins": ["@nrwl/nx"],
"extends": ["next", "next/core-web-vitals", "../../.eslintrc.json"],
"ignorePatterns": [".obsidian/**/*", ".next/**/*", "out/**/*"],
"overrides": [
{
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
"rules": {
"@nrwl/nx/enforce-module-boundaries": [
"@next/next/no-html-link-for-pages": [
"error",
{
"enforceBuildableLibDependency": true,
"allow": [],
"depConstraints": [
{
"sourceTag": "*",
"onlyDependOnLibsWithTags": ["*"]
}
]
}
]
"packages/template/pages"
],
"react/no-unescaped-entities": "warn"
}
},
{
"files": ["*.ts", "*.tsx"],
"extends": ["plugin:@nrwl/nx/typescript"],
"rules": {}
},
{
"files": ["*.js", "*.jsx"],
"extends": ["plugin:@nrwl/nx/javascript"],
"rules": {
"no-unused-vars": "error",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-empty-function": "off"
}
},
{
"files": ["*.spec.ts", "*.spec.tsx", "*.spec.js", "*.spec.jsx"],
"env": {
"jest": true
},
"rules": {}
}
]
],
"rules": {
"@next/next/no-html-link-for-pages": "off"
},
"env": {
"jest": true
}
}
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/internal-issue-template.md

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/lint-and-format.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/tests.yml

This file was deleted.

66 changes: 3 additions & 63 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,65 +1,5 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
**/dist
/tmp
/out-tsc
.contentlayer
.next
out
# created by template package
search.json
sitemap.xml
# created by markdowndb package
.DS_Store
markdown.db

# symlinks
packages/template/content
packages/template/public/assets
packages/template/public/excalidraw
packages/template/components/custom

# dependencies
node_modules/

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.obsidian/

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# misc
/.angular/cache
/.sass-cache
/.eslintcache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings

# System Files
.DS_Store
Thumbs.db

# Secrets
*.env

# Next.js
.next
/test-results/
/playwright-report/
/playwright/.cache/
.next/
out/
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@
[submodule "packages/cli/src/e2e/test_helper/bats-assert"]
path = packages/cli/e2e/test_helper/bats-assert
url = https://github.com/bats-core/bats-assert.git
[submodule "packages/template"]
path = packages/template
url = https://github.com/datopian/flowershow-template.git
3 changes: 0 additions & 3 deletions .husky/post-checkout

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/post-commit

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/post-merge

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/pre-push

This file was deleted.

3 changes: 0 additions & 3 deletions .lintstagedrc.json

This file was deleted.

67 changes: 67 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# @flowershow/template

## 2.0.2

### Patch Changes

- Fix author logo and add some spacing around it.
- Updated dependencies
- Updated dependencies [f3d3a60]
- @flowershow/core@0.4.11

## 2.0.1

### Patch Changes

- f136048: Temporarily force Next.js v 13.3.0, due to error `SyntaxError: Named export 'useRouter' not found` (https://github.com/vercel/next.js/issues/48801)

## 2.0.0

### Major Changes

- e0f21bd: Switch from Contentlayer to @flowershow/markdowndb.

### Patch Changes

- Updated dependencies [e0f21bd]
- Updated dependencies [714d580]
- @flowershow/core@0.4.10

## 1.0.5

### Patch Changes

- Updated dependencies
- @flowershow/core@0.4.9

## 1.0.4

### Patch Changes

- Updated dependencies
- @flowershow/core@0.4.8

## 1.0.3

### Patch Changes

- Updated dependencies
- @flowershow/remark-wiki-link@1.1.1
- @flowershow/core@0.4.7

## 1.0.2

### Patch Changes

- f60ed3f: Adjust heading links' # icons styles to latest `@flowershow/core`.
- 22fb5f0: Use getPermalinks from @flowershow/remark-wiki-link to generate permalinks from content folder. Also, use the new version of @flowershow/remark-wiki-link plugin.
- Updated dependencies [22fb5f0]
- @flowershow/remark-wiki-link@1.1.0

## 1.0.1

### Patch Changes

- 0f2989e: Add secondary color to `tailwind.config.js`, adjust nav logo dimensions, allow setting nav title to empty string (in case someone only wants a logo).
- Updated dependencies [6e04357]
- @flowershow/core@0.4.6
Loading

0 comments on commit a13672b

Please sign in to comment.