Skip to content

Commit 86a33ee

Browse files
Merge pull request #783 from anuran-roy/anuran-roy-add-fossfolio
Add fossfolio: A static site generator in Python, with quick setup and intuitive codebase
2 parents e7df837 + 2e2b30c commit 86a33ee

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/site/generators/fossfolio.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Fossfolio
3+
repo: fossworx-labs/fossfolio
4+
homepage: http://fossworx-labs.github.io/fossfolio
5+
language:
6+
- Python
7+
license:
8+
- MIT
9+
templates:
10+
- Jinja2
11+
description: Probably the simplest static site generator in the world!
12+
---
13+
14+
FOSSFolio is a Free and Open Source Software (FOSS) meant for developers to create their own static websites (mostly portfolios), with fine-grained control. It's built on Python 3.9 with Markdown and Jinja2 templating support, with minimal dependencies.
15+
Intended for developers who want a quick setup for their static sites, FOSSFolio offers an intuitive, easy to understand and (possibly) limitless extensibility.
16+
17+
## Spotlight
18+
19+
- **Fully Hackable(!)**
20+
- **Plugins to extend functionalities of basic templates:** A plugin can be anything- from replacing a simple placeholder with some simple value, to some complex JavaScript embedding beast, you can do anything with plugins, as long as you follow the rules for [Plugin Development](https://github.com/fossworx-labs/fossfolio/blob/main/README.md#plugin-development)
21+
- **Seamless Jinja2 templating (under development):** You can use the full power of Jinja templating for all your themes, as well as create themes based on it!
22+
- **Flexible page structure:** Whatever page structure you want, you can have it 😃, as long as you place it inside the `content/` folder, directly or indirectly. You just need to have a theme for it (or customize your theme accordingly).
23+
- **Automatic sitemap generation on-the-fly**: Yes, I know that getting the SEO right is a pain. So I implemented an automated sitemap generator, which generates readable sitemaps (to the best of my knowledge) that can be easily crawled by Search Engine Bots 🥳.

0 commit comments

Comments
 (0)