Skip to content

BaronVonPerko/StaticAngularBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0a2786a · Mar 7, 2023
Oct 26, 2022
Oct 26, 2022
Dec 21, 2020
Mar 7, 2023
Aug 5, 2020
Nov 24, 2019
Feb 24, 2022
Oct 26, 2022
May 6, 2022
Oct 18, 2022
Nov 24, 2019
Dec 27, 2022
Nov 18, 2022
Oct 26, 2022
Feb 21, 2022
Nov 12, 2020
Dec 23, 2022
Nov 12, 2020
Feb 21, 2022

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. 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!