Skip to content

How can I change layouts (heavily)? #381

Closed Answered by razonyang
TetraTheta asked this question in Q&A
Discussion options

You must be logged in to vote

Sidebar Modules

I'd suggest removing those sidebar modules and write your own instead, for example, remove the posts and taxonomies modules.

module:
  imports:
    - path: github.com/hbstack/blog/modules/sidebar/posts
    - path: github.com/hbstack/blog/modules/sidebar/taxonomies

The source codes can be found on https://github.com/hbstack/blog/tree/main/modules/sidebar, copy one as the starting, and replace the module path (go.mod), module name (assets and partials folder name, and the parameters prefix in hugo.toml) with yours, to make sure it won't conflict with the existing modules, learn more on https://hbstack.dev/en/develop/module/.

Optimized Images

It depends how do you store the i…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@TetraTheta
Comment options

@razonyang
Comment options

@TetraTheta
Comment options

Answer selected by TetraTheta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants