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
contentin the root directory - Create a file named
index.mdin thecontentfolder - Add the following content to the
index.mdfile:
# Title of the website
- Create a file named
footer.mdin thecontentfolder - Add the following content to the
footer.mdfile:
# Created by [Your Name](Your Website) | [Source Code](Your GitHub Repository)
- Create a folder for each example in the
contentfolder - TODO...