https://github.com/cliffano/generator-kon-tiki
Kon-Tiki static web site projects generator using Plop
https://github.com/cliffano/generator-kon-tiki
code-generator kon-tiki website
Last synced: over 1 year ago
JSON representation
Kon-Tiki static web site projects generator using Plop
- Host: GitHub
- URL: https://github.com/cliffano/generator-kon-tiki
- Owner: cliffano
- Created: 2024-07-10T14:34:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T01:22:21.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T12:17:53.078Z (over 1 year ago)
- Topics: code-generator, kon-tiki, website
- Language: HTML
- Homepage:
- Size: 455 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README

[](https://github.com/cliffano/generator-kon-tiki/actions?query=workflow%3ACI)
[](https://snyk.io/test/github/cliffano/generator-kon-tiki)
Generator-Kon-Tiki
------------------
Generator-Kon-Tiki is a Kon-Tiki static web site projects generator using [Plop](https://plopjs.com/).
It provides the following components:
| Component | Description |
|-----------|-------------|
| static-redirect | Generate a redirect Kon-Tiki static web site project. |
| static-content | Generate a Kon-Tiki static web site project. |
All components are built using [Knut Haugland](https://github.com/cliffano/knut-haugland).
Usage
-----
Generate redirect Kon-Tiki static web site project:
make generate-static-redirect
Generate Kon-Tiki static web site project:
make generate-static-content
Both components will prompt you the following inputs:
| Prompt | Description |
|--------|-------------|
| Project ID | Used for Python package name and CLI command. |
| Project Name | Used in documentation or comments. |
| Project Description | Used in documentation or comments. |
| Author Name | The name of the project author. |
| Author Email | The email of the project author. |
| Author URL | The author's website URL. |
| GitHub ID | The GitHub ID of the project repo. |
And static-redirect will prompt you the following additional input:
| Prompt | Description |
|--------|-------------|
| Redirect URL | The URL to redirect to. |
Move to the generated project directory:
cd stage//
Colophon
--------
Related Projects:
* [Knut Haugland](https://github.com/cliffano/knut-haugland) - Makefile for creating Kon-Tiki static web sites