Inspired by Go By Example, this is a generator for creating a website with examples of code in a programming language.
- Create a basic generator
- Add support for Markdown
- [] Add support for custom HTML, CSS, and JS
- Clone the repository
- Create a folder named
content
in the root directory - Create a file named
index.md
in thecontent
folder - Add the following content to the
index.md
file:
# Title of the website
- Create a file named
footer.md
in thecontent
folder - Add the following content to the
footer.md
file:
# Created by [Your Name](Your Website) | [Source Code](Your GitHub Repository)
- Create a folder for each example in the
content
folder - TODO...