Skip to content

logstacklabs/muxel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

muxel

Muxel Theme v2.0.0

A "tech-themed" Hugo Portfolio Theme

Muxel is a modern, clean & responsive tech-themed Hugo portfolio theme designed for developers, and professionals who want to showcase their work with style and clarity. It's built for performance and simplicity, and it offers a light-first design (with dark mode support coming in version 2.0.0), and responsive layouts.

🚀 Features

  • Developer-focused portfolio layout
  • Light mode (dark mode will be available in version 2.0.0)
  • Clean, minimalist, and responsive.
  • Easy setup & configuration.
  • SEO and accessibility friendly

📸 Screenshots & Demo

Click to view screenshot screenshot

🔧 Quick Start

Prerequisites: Git, dart-sass, Hugo

In your site's root directory, run:

git init
  • Download as git submodule or clone the repository:
git submodule add https://github.com/logstacklabs/muxel.git themes/muxel

OR

git clone https://github.com/logstacklabs/muxel.git themes/muxel
cd themes/muxel
npm install
cd ../..

See more of the configurations from the blog.

echo "theme = 'muxel'" >> hugo.toml
hugo server

Then Preview your site at localhost:1313.

To update them, run the following commands:

cd themes/muxel
git pull origin main
cd ../..
git submodule update --remote --rebase

🍰 Contributing

Contributor Covenant

  • Check out this guide link
  • Also makesure to record your changes in the changelog file.

🛡️ License

This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0).

License: CC BY-NC-SA 4.0

🙏 Acknowledgements

💝 Support

For any issues or questions, please open an issue on GitHub.


About

A lightweight, customizable, and modern portfolio theme built for Hugo.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published