25
0
Fork 1
forked from mirror/Mainroad
ITS fork - Responsive, simple, clean and content-focused Hugo theme based on the MH Magazine lite WordPress theme
Find a file
2025-02-19 19:50:30 +00:00
.github Create config.yml 2025-01-31 10:58:57 +00:00
archetypes Fix default.md archetype 2018-04-16 14:12:53 +03:00
assets minify js 2025-02-19 19:07:20 +00:00
examplesite Remove recursive theme submodule 2025-02-19 19:50:30 +00:00
i18n Capitalize theme name 2025-01-14 00:58:00 +03:00
images update screenshots 2025-01-09 13:30:52 +00:00
layouts parse go templates in customCSS 2025-02-19 19:07:20 +00:00
static minify js 2025-02-19 19:07:20 +00:00
.browserslistrc Drop IE10 support 2019-03-17 17:37:40 -04:00
.editorconfig Update .editorconfig ruleset 2020-06-30 14:56:19 -04:00
.eslintrc Update ESLint rules 2018-10-28 11:06:49 -04:00
.gitignore add resourcse/ to .gitignore 2025-01-15 10:08:27 +00:00
.gitmodules Remove recursive theme submodule 2025-02-19 19:50:30 +00:00
.postcssrc Improve dev workflow: Travis CI, ESLint, PostCSS… () 2018-10-19 13:29:06 -04:00
.stylelintrc Improve dev workflow: Travis CI, ESLint, PostCSS… () 2018-10-19 13:29:06 -04:00
CONTRIBUTING.md Capitalize theme name 2025-01-14 00:58:00 +03:00
LICENSE.md Insert final newline 2018-08-17 15:56:50 +03:00
package-lock.json fix npm depreciation 2025-01-06 07:48:29 +00:00
package.json replace mainroad to roadster 2025-01-05 22:40:15 +00:00
pnpm-lock.yaml fix npm depreciation 2025-01-06 07:48:29 +00:00
README.md Update README.md 2025-01-15 08:34:59 +00:00
theme.toml Capitalize theme name 2025-01-14 00:58:00 +03:00

Roadster

Roadster: A clean, responsive Hugo theme focused on content, forked from the original mainroad theme.

DemoDocumentation

screenshot

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

  1. Install Hugo following the official guide
  2. Create a new site and navigate to its root directory
  3. 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
  1. 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.

This project is powered by Hepton