mirror of https://github.com/luizdepra/hugo-coder.git

John Feminella
4 hours ago 3d3bbd75d7bb46a4670af89442cf0b961440bd4e
refs
author John Feminella <jxf@jxf.me>
Thursday, March 5, 2026 13:32 +0100
committer GitHub <noreply@github.com>
Thursday, March 5, 2026 13:32 +0100
commit3d3bbd75d7bb46a4670af89442cf0b961440bd4e
tree afac06840e6df53e90b32e42c10faf1bb2c5a373 tree | zip | gz
parent 0450553ace0372ac31a0929a59dc021144c2c2c8 view | diff
Support adding content after "about" section (#994)

### Prerequisites

Put an `x` into the box(es) that apply:

- [ ] This pull request fixes a bug.
- [x] This pull request adds a feature.
- [ ] This pull request introduces breaking change.

### Description

This makes a small change to provide a modular extension point for the
`home` template, letting you add additional sections after the `about`
section. This enables further theme customization on the homepage.

### Checklist

Put an `x` into the box(es) that apply:

#### General

- [x] Describe what changes are being made
- [ ] Explain why and how the changes were necessary and implemented
respectively
- [ ] Reference issue with `#<ISSUE_NO>` if applicable

Adds the

#### Resources

- [ ] If you have changed any SCSS code, run `make release` to
regenerate all CSS files

#### Contributors

- [ ] Add yourself to `CONTRIBUTORS.md` if you aren't on it already
2 files modified
1 files added
10 ■■■■ changed files
layouts/_partials/home.html 2 ●●●●● diff | view | raw | blame | history
layouts/_partials/home/extensions.html 4 ●●●● diff | view | raw | blame | history
layouts/_partials/home/sections.html 4 ●●●● diff | view | raw | blame | history