docs: Add advanced topics to publishing guide#19
Merged
Conversation
This commit enhances the publishing use case guide by adding several new sections based on user feedback. It also revises the section on HTML files to be more general. New sections added: - Page Titles and SEO (using Jekyll front matter) - Previewing the site locally - Creating a theme-based navigation menu - A summary of the limitations of GitHub Pages
This commit introduces a new comprehensive guide for using the repository as a publishing platform and enhances all existing documentation by linkifying local file paths. All files have also been formatted with Prettier. New Content: - A new guide, `docs/use-case-publishing.md`, has been added. It covers themes, content creation, advanced Markdown, embedding media, SEO, local previews, navigation, and platform limitations. Enhancements: - All Markdown files (`.md`) have been scanned, and any plain text mention of a local file has been converted into a relative link to improve repository navigation. - The `docs/README.md` has been updated to include the new guide.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit adds several new sections to the
docs/use-case-publishing.mdguide to make it more comprehensive for new publishers.The following topics have been added:
Additionally, the section on using HTML files has been revised to be more general, clarifying that both new and existing HTML files are supported.