Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Static Site Generator - atas/ssg #946

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/site/generators/atas.md
@@ -0,0 +1,14 @@
---
title: Ata's SSG
repo: atas/ssg
homepage: https://github.com/atas/ssg
language:
- PHP
license:
- MIT
templates:
- HTML
description: Simple PHP Static Site Generator for GitHub Pages.
---

Ata's SSG is a simple static site generator written in PHP which deploys to GitHub Pages by default. It doesn't use frameworks, just uses vanilla PHP and vanilla HTML. It supports both markdown and PHP pages There is a simple blog support through the markdown files. It provides instant previews using the built-in web server. It's incredibly simple, flexible, just requires basic knowledge of PHP, HTML and deploys to free GitHub pages (if your repo is public).