From d904d5294828ce9cb5d6c369e56a635ee55a9c97 Mon Sep 17 00:00:00 2001 From: AtaS Date: Mon, 8 Jan 2024 07:52:06 +0000 Subject: [PATCH 1/2] Create atas.md --- src/site/generators/atas.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/site/generators/atas.md diff --git a/src/site/generators/atas.md b/src/site/generators/atas.md new file mode 100644 index 00000000..67060c9a --- /dev/null +++ b/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 incredible simple, very flexible, requires just basic knowledge of PHP and HTML and deploys to free GitHub pages (if your repo is public). From e4a03c46fc2e2450795129982094084128247431 Mon Sep 17 00:00:00 2001 From: AtaS Date: Mon, 8 Jan 2024 08:00:15 +0000 Subject: [PATCH 2/2] Update atas.md --- src/site/generators/atas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/generators/atas.md b/src/site/generators/atas.md index 67060c9a..873a8e99 100644 --- a/src/site/generators/atas.md +++ b/src/site/generators/atas.md @@ -11,4 +11,4 @@ templates: 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 incredible simple, very flexible, requires just basic knowledge of PHP and HTML and deploys to free GitHub pages (if your repo is public). +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).