Skip to content

Pull request for issue #3 #10

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

Closed
wants to merge 2 commits into from
Closed

Conversation

google-labs-jules[bot]
Copy link

Fixes #3

This commit adds a new documentation file (`docs/customization.md`) that provides comprehensive guidance on how you can customize the project.

The documentation covers:
- Project structure: Explains the purpose of main directories and files, highlighting key files for customization.
- Technologies used: Briefly explains Astro, Tailwind CSS, and other relevant technologies, with links to their official documentation.
- Customization options: Details how you can modify the website's appearance (theme, fonts, layout) and content (personal information, collections, static pages).
- SEO implementation: Describes how SEO is handled (meta tags, sitemap, robots.txt, social media tags, structured data) and how you can customize these settings.

The documentation aims to empower you to adapt the template to your specific needs.
This commit updates the `docs/customization.md` file to accurately reflect the project's use of Astro's `experimental.fonts` feature for font management.

The previous documentation incorrectly described a manual `@font-face` setup. The updated section now correctly details:
- Configuration of local fonts using `experimental.fonts` in `astro.config.mjs`.
- Usage of these fonts in CSS and extending the Tailwind CSS theme.
- Benefits of using `experimental.fonts`, such as optimization and preloading.

An internal reference within the document has also been updated to point to the corrected font customization instructions.
@coderdiaz coderdiaz closed this Jul 5, 2025
@coderdiaz coderdiaz deleted the add-customization-docs branch July 5, 2025 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write documentation about customization
1 participant