You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+50-15Lines changed: 50 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,6 @@ Erase main content of index.js.
37
37
38
38
Edit info on package.json
39
39
40
-
If you don't want any sort of _blog/post_ page routing, you can delete the "pages/posts". Could delete the MDX Dependencies and Gray-Matter also, if you aren't going to use .mdx files at all.
41
-
42
-
If you don't want Module CSS import, then you can delete "layouts/layout.module.css" and "styles/utils.module.css". Then, remove the imports from the top of "layouts/layouts.js"
43
-
44
40
#### Components Folder
45
41
46
42
- Header: Blank page
@@ -55,7 +51,6 @@ If you don't want Module CSS import, then you can delete "layouts/layout.module.
55
51
#### Layouts
56
52
57
53
- layout.js
58
-
- layout.module.css - For CSS Modules
59
54
60
55
#### Lib
61
56
@@ -66,12 +61,7 @@ If you don't want Module CSS import, then you can delete "layouts/layout.module.
66
61
-\_app.js
67
62
-\_document.js
68
63
- index.js
69
-
-[posts]
70
-
- Blank mdx-sample page with links to next/mdx info.
71
-
- Gray Matter installed. For adding graymatter to pages, neen to add a const requirement
72
-
-[id].js page - Generates static pages from the Posts directory
73
-
- There is some formatting in the Post object that pulls in formatting from styles/utils.module.css
74
-
- Date formatting is automatic from date-fns and has a 'data'.js' file in the components directory.
64
+
- /api
75
65
76
66
#### Public
77
67
@@ -84,9 +74,7 @@ If you don't want Module CSS import, then you can delete "layouts/layout.module.
84
74
85
75
#### Styles
86
76
87
-
- global.css - For Global Styles
88
-
- utils.module.css - for CSS Modules
89
-
- Currently only using this in 'posts'
77
+
- global.css - For Global Styles using TailwindCSS
90
78
91
79
#### Config Files & JSON
92
80
@@ -98,4 +86,51 @@ tailwind.config
98
86
eslintrc.json
99
87
package.json
100
88
tsconfig.json - currently only using typescript in jest.config
0 commit comments