forked from mirror/Mainroad
ITS fork - Responsive, simple, clean and content-focused Hugo theme based on the MH Magazine lite WordPress theme
.github | ||
archetypes | ||
assets | ||
examplesite | ||
i18n | ||
images | ||
layouts | ||
static | ||
.browserslistrc | ||
.editorconfig | ||
.eslintrc | ||
.gitignore | ||
.gitmodules | ||
.postcssrc | ||
.stylelintrc | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
package-lock.json | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
theme.toml |
Roadster
Roadster: A clean, responsive Hugo theme focused on content, forked from the original mainroad theme.
Features
- Responsive design
- Configurable theme settings (sidebar position, author box, post navigation, highlight color)
- Widgetized sidebar
- Translations (15+ languages)
- Hugo internal templates (Open Graph, Schema, Twitter Cards, Disqus, Google Analytics)
- Table of Contents, MathJax support, SVG icons
- Custom Google Fonts support
- Wide cross-browser compatibility
- Multiple Authors
Quick Start
- Install Hugo following the official guide
- Create a new site and navigate to its root directory
- Install the theme:
git clone https://github.com/mansoorbarri/roadster.git themes/roadster
Or as a submodule:
git submodule add https://github.com/mansoorbarri/roadster.git themes/roadster
- Add to your
hugo.toml
:
theme = "roadster"
For detailed configuration options and examples, please visit the documentation.
Contributing
Found a bug? Feel free to open an issue.
Have an idea for a new feature? Kindly see our Contributing guidelines to open a PR.
License
Released under the GPLv2 license.