Skip to content

alexwkleung/alexwkleung-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alexwkleung website

My website (blog/portfolio). Created with Astro.

Heavily inspired by AqingCyan's website (repo does not exist anymore).

Setup

Clone the repository

git clone <SSH/HTTPS URL>

Install npm dependencies

npm install

Clean up src/pages/posts so you can add your own posts in the directory

npm run clean

If using VS Code, install the Astro extension

This is the template for frontmatter used in blog posts:

---
layout: '../../layouts/MarkdownPostLayout.astro'
title: Post Title
date: MM-DD-YYYY
description: A description
author: My Name
---

License

Source code is MIT license.

Posts are mine. You cannot modify, treat it as your own, or distribute the content in a malicious way.

For clarification, you can submit a new issue.

See LICENSE for full details.