The development side of things for my website, https://codingap.github.io/. This contains all the source code for generating my website with blog posts, projects, everything.
Clone this repo, use cd ./generate
and use npm i
to install all packages
Then, run node generate
to generate and run website. The generated website should be in the root directory.
- Main page with portfolio and links to projects
- Blog that is generated from Markdown files
- (TODO) Embedded projects that get added at generation
- Contact page with all my information
It currently uses:
- ExpressJS for a test server.
- steve for website generation.
- marked for converting Markdown files to HTML.
- node-html-parser for get the stripped down text for shorthand.
- winston for logging.