Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Create a landing page for your Github Organization

Free one-page portfolio template for Next.js with Tailwind CSS, featuring dark mode, sticky nav, and responsive design.

JS framework to dynamically generate a portfolio site from a JSON resume.

A personal resume website template built with Next.js 14, TypeScript, and Tailwind CSS.

Free glassmorphism HTML CSS template with dark-blue gradient, animated graphics, and four pages for portfolios, business, or creative projects.

A clean, responsive portfolio theme for Hexo with per-post cover images and configurable header menu.
Gatsby Theme Organization is a Gatsby theme that turns a simple YAML project list into a landing page for a GitHub organization, complete with a navbar, jumbotron, and project cards.
Gatsby Theme Organization is a Gatsby theme by geocine, published as @geocine/gatsby-theme-organization, that creates a landing page for a GitHub organization. It takes a data/projects.yml file as its primary content input and produces a static site listing organization projects with links and descriptions. The theme also accepts configuration options for the organization name, site title, URL, and custom logo/icon filenames.
projects.yml file with fields for name, URL, and description; the theme generates cards for each entry.gatsby-starter-organization starter is available to bootstrap a new site without manual setup.projects.yml and the theme renders them on the landing page.npm install --save @geocine/gatsby-theme-organization.@geocine/gatsby-theme-organization to the plugins array in gatsby-config.js.data/projects.yml file in your project root and list your projects with name, URL, and description.gatsby develop to start the site locally.Customize the logo by creating a src/@geocine/gatsby-theme-organization/assets folder in your site and placing your own logo.svg, icon.svg, and favicon.ico files there. This replaces the defaults using Gatsby component shadowing.
Edit the data/projects.yml file and add entries with a name, URL, and description. Each entry becomes a project card on the landing page. The content directory can be changed with the contentPath theme option.
The theme supports options for contentPath (default data), url (default /), organization (default Organization), title (default "The best organization out there!"), iconName (default icon.svg), and logoName (default logo.svg).
Yes. The iconName and logoName options let you specify any filename, including PNG or SVG, as long as the corresponding file is shadowed in the assets folder.
