BaronVonPerko / StaticAngularBlog

The source code for https://chrisperko.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StaticAngularBlog

CI

This project was generated with Angular CLI version 8.3.19.

What is this?

This is a custom built static website for ChrisPerko.net, my blog and personal website. It is currenly running Angular v12, and Tailwind v1.9.

Development Setup

Install dependencies:

npm install

Generate stylesheet from Tailwind:

npm run tailwind

Run the server

npm start

Running the server will run the scripts to generate the page indexes, and resize images used on the portfolio. If you need to run these individually:

node ./scripts/generatePageIndex.js
node ./scripts/generatePortfolioImageSizes.js

Or to run them all, simply use:

npm run resources

Open your browser to the development server: localhost:4100

Use It

Feel free to use this code however you wish. Create your own blog, and style it however you like!

About

The source code for https://chrisperko.net


Languages

Language:TypeScript 71.9%Language:HTML 17.1%Language:JavaScript 10.1%Language:CSS 0.8%Language:Shell 0.2%