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

Simplify Footer Text Customization in Jekyll with a 'footer_text' Configuration Option #84

Open
rickstaa opened this issue Jan 30, 2024 · 0 comments

Comments

@rickstaa
Copy link

rickstaa commented Jan 30, 2024

Problem description

Currently, users have the option to customize the footer text for their Jekyll repository by directly modifying the /_layouts/default.html file, which involves copying the entire contents of https://github.com/pages-themes/primer/blob/master/_layouts/default.html and making changes. This approach is intrusive as it hardcodes the footer and the whole layout.

Solution

We propose implementing a footer-custom.html file to offer a less invasive customisation method. This dedicated file would allow users to define their custom footer content while keeping the modification separate from the core layout structure.

Alternative solutions

Alternatively, we could introduce the footer_text configuration value to allow users to modify the footer text easily without overriding the entire layout.

Pull requests

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

No branches or pull requests

1 participant