A personal website/blog about me, built with Next.js
and MDX
.
You can install jimmylin.org
with npm
.
git clone https://github.com/thejimmylin/jimmylin.org
cd jimmylin.org
npm ci
You can run it locally.
npm run dev
- Fork it (https://github.com/thejimmylin/jimmylin.org/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Distributed under the MIT license. See LICENSE
for more information.