https://github.com/theabbie/generic-static-site-generator
A Generic Static Site Generator
https://github.com/theabbie/generic-static-site-generator
gssg ssg static-site-generator theabbie
Last synced: 13 days ago
JSON representation
A Generic Static Site Generator
- Host: GitHub
- URL: https://github.com/theabbie/generic-static-site-generator
- Owner: theabbie
- License: mit
- Created: 2020-08-18T20:33:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T06:13:26.000Z (over 4 years ago)
- Last Synced: 2025-04-11T11:54:23.694Z (16 days ago)
- Topics: gssg, ssg, static-site-generator, theabbie
- Language: JavaScript
- Homepage: https://www.staticgen.com/gssg
- Size: 292 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Generic Static Site Generator
[](https://gitter.im/Generic-Static-Site-Generator/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://openbase.io/js/generic-static-site-generator?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge)
[](https://stackshare.io/generic-static-site-generator/generic-static-site-generator)
## Introduction
This is a Generic Static Site Generator, It is written in JavaScript, It can be used to create static websites
It is an organised and completely customisable Static Site Generator, It treats webpages as objects which can be evaluated.
This can be used to created all kinds of websites.
## Usage
```sh
gssg
```## Contributing
Thank you for your interest in contributing, I would love to see your contributions, So, You could just create a PR, if it's really worth, I will merge it
## Help
Contact me anywhere, You can easily find me, Mail is preferable for formal communication, Instagram DM for small talks
## Installation
### Requirements
* Node.Js installed
* A website Architecture### Installation
You have to install `GSSG` from [NPM](https://www.npmjs.com/package/generic-static-site-generator)
```sh
npm install -g generic-static-site-generator
```### Configuration
All the configuration data should be present in a `config.json` file
## Credits
Currently, I am the only one who can be credited for this, But, I was inspired by lack of a simple SSG, There are very cool ones, but somehow, I feel that they are unnecessarily complicated, My motive in this SSG is to make it ridiculously Simple
## Contact
[This](https://theabbie.github.io) is the gateway to my entire internet presence. Find me there. If that doesn't let you know enough about me, Then I am afraid to say, Nothing can
## License
This project is licensed under MIT License, See [LICENSE](/LICENSE) for more information