Skip to content

rlucioni/blog

Repository files navigation

Blog

Quickstart

Use nvm to install Node.js and npm:

$ nvm install
$ nvm use

Install dependencies:

$ npm install

Start the dev server:

$ make dev

Create a new post at src/posts/example-slug.md:

$ make post slug=example-slug

Format code:

$ make prettier

Lint code:

$ make lint

Deployment

A GitHub Actions workflow handles deployment on pushes to master. To build the site for deployment locally:

$ make build

To run the deployment script locally, install the AWS CLI, then run:

$ make deploy

About

Source for https://renzolucioni.com

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •