Skip to content

CodingAP/codingap.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codingap.dev Development

The development side of things for my website, https://codingap.dev/. This contains all the source code for hosting my website with blog posts, projects, everything.

by AP

Last updated 12/27/2024

How to use

Clone this repo, use deno task dev to run the website (no options for optimized builds, but shouldn't need them)

Features

  • Main page with portfolio and links to projects
  • Blog that is generated from Markdown files
  • About page with all my information

To-Do List

  • Embedded projects
  • CMS for blogs and projects
  • Subdomains

Open Source Libraries

It currently uses:

  • steve for server-side rendering.
  • markdown for converting Markdown files to HTML.
  • deno-dom for parsing HTML.