Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 2.02 KB

readme.md

File metadata and controls

30 lines (21 loc) · 2.02 KB

Resume and Portfolio

build-and-publish pages-build-deployment Built with Markdown Built with Mkdocs

⚡ About

I am a technical writer and editor with a background in software engineering and project management. This repository serves as a home for my portfolio and resume, and can be viewed live at https://cisaac-portfolio.vercel.app/.

This project is built using Material for Mkdocs, a static site generator. Pages are written in Markdown, customized using the Mkdocs configuration file and CSS overrides, and published using Vercel.

🚀 Deployment

Requirements

Clone and deploy

This project is dockerized for local testing. To deploy this project on your own, first clone the repository:

git clone https://github.com/conceptualshark/portfolio.git

Ensure Docker is running. From the root directory of the cloned project, run the following command:

docker compose up

The included Docker Compose file will install all the project requirements, and serve the site at localhost:8000.

📚 Learn More

Find out more about my work on LinkedIn.

To build a similar site of your own, check out the Mkdocs guides, or learn how to get started with Vercel.