themes icon indicating copy to clipboard operation
themes copied to clipboard

feat:new theme addition OnePageAPI

Open VishalRashmika opened this issue 2 months ago • 5 comments

OnePageAPI - Zola Theme

A clean, minimal, single-page Zola theme for API and developer product landing pages.

Features

  • Single-page responsive design
  • Minimal styling with blue color scheme
  • Easy configuration via config.toml
  • Ready for deployment

VishalRashmika avatar Oct 06 '25 02:10 VishalRashmika

It looks like submodule was not added properly?

Keats avatar Oct 07 '25 09:10 Keats

Is there any specific method to add the submodule? I added the current submodule using a github codespace. Do i need to clone the repository locally and add the submodule ?

VishalRashmika avatar Oct 07 '25 13:10 VishalRashmika

Maybe? I don't know github codespace but the CI says it's missing the URL and it's indeed not in the .gitmodules files

Keats avatar Oct 07 '25 13:10 Keats

can you please provide the command used to add the git submodule

VishalRashmika avatar Oct 07 '25 14:10 VishalRashmika

git submodule add onepageapi your-git-url

Keats avatar Oct 08 '25 09:10 Keats