Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scarwu/Pointless
A Static Blog Generator
https://github.com/scarwu/Pointless
blog blog-engine php php-cli static-site static-site-generator
Last synced: about 2 months ago
JSON representation
A Static Blog Generator
- Host: GitHub
- URL: https://github.com/scarwu/Pointless
- Owner: scarwu
- License: mit
- Created: 2012-04-01T22:24:08.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T05:50:01.000Z (over 2 years ago)
- Last Synced: 2024-08-02T08:08:26.238Z (5 months ago)
- Topics: blog, blog-engine, php, php-cli, static-site, static-site-generator
- Language: PHP
- Homepage:
- Size: 7.42 MB
- Stars: 18
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pointless
A Static Blog Generator with PHP
[![Build Status](https://travis-ci.org/scarwu/Pointless.png?branch=master)](https://travis-ci.org/scarwu/Pointless)
## Getting Started
### Requirement
* PHP 7.3+
### Install
~~~
sudo curl -fsSL https://raw.github.com/scarwu/Pointless/master/scripts/install.sh | sh
~~~### Update
~~~
sudo poi update
~~~## Development
### Install Packages
~~~
./scripts/setup.sh
~~~## Demo
[ScarShow](https://scar.tw)
## For More
[Wiki](https://github.com/scarwu/Pointless/wiki)