Skip to content

Commit 6dd25ed

Browse files
Merge pull request #946 from atas/generators/atas-ssg
Add Static Site Generator - atas/ssg
2 parents d71fdaf + e4a03c4 commit 6dd25ed

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/site/generators/atas.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Ata's SSG
3+
repo: atas/ssg
4+
homepage: https://github.com/atas/ssg
5+
language:
6+
- PHP
7+
license:
8+
- MIT
9+
templates:
10+
- HTML
11+
description: Simple PHP Static Site Generator for GitHub Pages.
12+
---
13+
14+
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).

0 commit comments

Comments
 (0)