Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Hugo theme for documenting one-day-only (OneDly) projects as a single-page static site with social links and customizable colors.
OneDly Project is a Hugo theme for documenting one-day-only (OneDly) projects as a single-page site. It renders all project documentation as separate sections on one HTML page, built on top of the GitHub Project Page theme and created by cdeck3r.
The OneDly Project theme is a Hugo static-site theme specifically designed for documenting one-day-only (OneDly) projects. It takes Markdown content files as input and produces a standalone single-page HTML documentation site, with each content file rendered as a separate section. The theme is based on the GitHub Project Page theme and runs on the Hugo static site generator. It is maintained by cdeck3r and available on GitHub.
sec parameter in each file's front matter instead of the date.[social] config section.content/imprint-gdpr directory; links only show when the files exist.exampleSite directory contains a config.toml and sample content files that demonstrate how to structure a project, including a demo at cdeck3r.com/OneDly-Theme.config.toml with default hex values like #f8f8f8 and #333.sec front matter variable; if absent, ordering falls back to Hugo's default date-based ordering.content/post directory and let the theme compose them into a single-page layout ordered by the sec field.hugo server -D -t onedly to preview and then deploy a static site documenting the project's relevant success factors, road blocks, and time estimates.config.toml, then add social media account names to display top-of-page buttons.Getting started requires Hugo installed. Create a new site, add the theme as a git submodule from https://github.com/cdeck3r/OneDly-Theme.git, copy the exampleSite/config.toml and example content from themes/onedly/exampleSite/content into the project, then run hugo server -D -t onedly. The theme reads the sec variable in each Markdown file's front matter to order sections on the single page.
