|
new file: .gitignore
modified: package-lock.json modified: package.json renamed: posts/example.md -> posts/2025/05/example.md deleted: posts/error.md renamed: .gitkeep -> src/api/posts.js modified: src/app.js modified: src/middleware/errorHandler.js renamed: static/style.css -> src/presentation/postComponent.js new file: src/presentation/render.js modified: src/routes/index.js new file: src/services/postsService.js new file: src/utils/baseContext.js new file: src/utils/formatMonth.js new file: src/utils/hbsHelpers.js deleted: src/views/home.handlebars modified: src/views/layouts/main.handlebars modified: src/views/pages/error.handlebars new file: src/views/pages/home.handlebars renamed: src/views/post.handlebars -> src/views/pages/post.handlebars modified: src/views/partials/headers.handlebars new file: src/views/partials/postsMenu.handlebars new file: static/css/styles.css |
|---|
|
|
| .gitignore 0 → 100755 |
|---|
| .gitkeep 100644 → 0 |
|---|
| package-lock.json |
|---|
| package.json |
|---|
| posts/2025/05/example.md 0 → 100644 |
|---|
| posts/error.md 100644 → 0 |
|---|
| posts/example.md 100644 → 0 |
|---|
| src/api/posts.js 0 → 100644 |
|---|
| src/app.js |
|---|
| src/middleware/errorHandler.js |
|---|
| src/presentation/postComponent.js 0 → 100644 |
|---|
| src/presentation/render.js 0 → 100644 |
|---|
| src/routes/index.js |
|---|
| src/services/postsService.js 0 → 100644 |
|---|
| src/utils/baseContext.js 0 → 100644 |
|---|
| src/utils/formatMonth.js 0 → 100644 |
|---|
| src/utils/hbsHelpers.js 0 → 100644 |
|---|
| src/views/home.handlebars 100644 → 0 |
|---|
| src/views/layouts/main.handlebars |
|---|
| src/views/pages/error.handlebars |
|---|
| src/views/pages/home.handlebars 0 → 100644 |
|---|
| src/views/pages/post.handlebars 0 → 100644 |
|---|
| src/views/partials/headers.handlebars |
|---|
| src/views/partials/postsMenu.handlebars 0 → 100644 |
|---|
| src/views/post.handlebars 100644 → 0 |
|---|
| static/css/styles.css 0 → 100644 |
|---|
| static/style.css 100644 → 0 |
|---|