Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation #4

Closed
IsTheMartin opened this issue Feb 11, 2024 · 1 comment
Closed

Navigation #4

IsTheMartin opened this issue Feb 11, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@IsTheMartin
Copy link
Owner

Add a component to display a list of posts sorted by date.

When user clicks on one of them, site should redirect to specific post.

@IsTheMartin IsTheMartin added the enhancement New feature or request label Feb 11, 2024
@IsTheMartin IsTheMartin self-assigned this Feb 11, 2024
IsTheMartin added a commit that referenced this issue Feb 12, 2024
# Mdx files supported

- Mdx plugin was added to Astro. The project can render `mdx` and `md`
files.
- Latest post is displayed on `index.astro` as main page.
- Content collection API is used to query posts pages. `env.d.ts` and
`tsconfig.json` were modified.
- A template page was created to host markdown contents
`[...slug].astro`.

# Other changes

- Poppins font was added to project.
- `global.css` was modified to include new font a some UI changes.
- Aliases were added to reduce import path in pages, components and
layouts.
- Navigation was added to list all posts, it is on `Footer` component
- Post's title redirect to home.

# Fixes
- #1
- #2
- #3
- #4
@IsTheMartin
Copy link
Owner Author

This issue is solved in the following PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant