chipsenkbeil / grid-side

Personal portfolio and blog for use by the Hugo generator.
MIT License
32 stars 21 forks source link

Split partials into more components #10

Open chipsenkbeil opened 9 years ago

chipsenkbeil commented 9 years ago

Since it seems that Hugo's design begs for a variety of small partials that can individually be replaced by users of themes, this theme should try to split some of its larger partials into more manageable pieces that can be overridden.

Furthermore, all partials currently live in layouts/partials, but should be moved to more specific subdirectories such as layouts/partials/cells for better organization.

chipsenkbeil commented 9 years ago

Refactored partials into subdirectories. See https://github.com/chipsenkbeil/grid-side/commit/c8ed21981541df8584ca44aaf382949e61e44a8f. Can still break up more content into partials.