Skip to content

Laplacian42/StaticAngularBlog

 
 

Repository files navigation

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.

Development Setup

Install dependencies:

npm install

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 how ever you like!

Packages

No packages published

Languages

  • TypeScript 35.8%
  • CSS 35.0%
  • HTML 20.2%
  • JavaScript 8.8%
  • Shell 0.2%