Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxpowis/maxpowis.github.io
- Owner: maxpowis
- Created: 2019-08-21T21:03:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T21:15:13.000Z (6 months ago)
- Last Synced: 2024-07-12T00:03:02.782Z (6 months ago)
- Topics: belgium, brussels, data-consultant, jekyll, personal-website
- Language: HTML
- Homepage: https://max.pow.is/
- Size: 11 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)