27
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-01-06 07:48:29 +00:00
.github/workflows replace mainroad to roadster 2025-01-05 22:40:15 +00:00
archetypes Fix default.md archetype 2018-04-16 14:12:53 +03:00
assets/css fix issue 2025-01-04 06:43:16 +00:00
examplesite change more thigns from mainroad to roadster 2025-01-06 03:17:36 +00:00
i18n replace mainroad to roadster 2025-01-05 22:40:15 +00:00
images update images 2025-01-05 23:10:23 +00:00
layouts replace twitter with x 2025-01-05 15:49:47 +00:00
static remove duplicate svg directory 2025-01-05 15:35:50 +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 update .gitignore 2025-01-04 06:33:54 +00:00
.gitmodules add gitmodules 2025-01-05 14:56:04 +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 replace mainroad to roadster 2025-01-05 22:40:15 +00: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 2025-01-06 02:30:57 +00:00
theme.toml replace mainroad to roadster 2025-01-05 22:40:15 +00:00

roadster

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

DemoDocumentation

screenshot

Issues fixed from the original 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

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 config.toml:
theme = "roadster"

For detailed configuration options and examples, please visit the documentation.

Contributing

Found a bug or have an idea for a new feature? Feel free to open an issue or PR.

License

Released under the GPLv2 license.