Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxpowis/maxpowis.github.io

Max Powis personal website
https://github.com/maxpowis/maxpowis.github.io

belgium brussels data-consultant jekyll personal-website

Last synced: about 2 months ago
JSON representation

Max Powis personal website

Awesome Lists containing this project

README

        

![powered by Jekyll](https://img.shields.io/badge/powered_by-Jekyll-blue.svg)
![website status](https://img.shields.io/website/https/max.pow.is?down_color=red&down_message=offline&up_color=green&up_message=online)
![repo size](https://img.shields.io/github/repo-size/maxpowis/maxpowis.github.io)
![license](https://img.shields.io/github/license/maxpowis/maxpowis.github.io)
![last commit](https://img.shields.io/github/last-commit/maxpowis/maxpowis.github.io)

# max.pow.is

Max Powis's personal website

## Running the blog in local

In order to compile the assets and run Jekyll on local you need to follow those steps:

- Install [NodeJS](https://nodejs.org/)
- Install [Jekyll](https://jekyllrb.com): `sudo gem install bundler jekyll`
- Install [Yarn](https://yarnpkg.com/): `npm install -g yarn`
- Install dependencies: `yarn`
- Run: `gulp`

## Credits

This website was designed using a Jekyll theme from [Nathan Randecker](https://github.com/nrandecker/particle)

Updated with latest dependencies in 2023 by [Max Powis](https://github.com/maxpowis/particle)