Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
MemE is a powerful and highly customizable GoHugo theme for personal blogs, focusing on elegance, simplicity, modernity, and best practices in coding.
MemE is a powerful and highly customizable GoHugo theme designed for personal blogs, emphasizing elegance, simplicity, modernity, and adherence to best coding practices. It leverages modern web technologies like CSS variables and JavaScript's let statements extensively, ensuring a contemporary and efficient user experience.
Key Features:
_custom.scss file for easy style overrides via Hugo Pipes, allowing users to tailor the theme to their specific needs without modifying core theme files. Users can also override any theme template.Installation & Usage:
git init, then git submodule add --depth 1 https://github.com/reuixiy/hugo-theme-meme.git themes/meme.hugo.toml with one of the provided config-examples (e.g., cp themes/meme/config-examples/en/config.toml config.toml).hugo new "posts/hello-world.md" and hugo new "about/_index.md" to generate new posts and pages.hugo server -D to preview your blog locally.Customization:
MemE utilizes SCSS through Hugo Pipes. To customize, create ~/blog/assets/scss/custom/_custom.scss in your project root and add your custom styles. This file will automatically override the theme's default _custom.scss.
Use Cases: MemE is ideal for individuals looking to create a personal blog with a strong emphasis on aesthetics, performance, and modern web standards. Its extensive customization options and support for technical content make it versatile for various personal blogging needs.