Rowno / roland.codes

Source code of my personal website/blog.

Home Page:https://roland.codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

roland.codes

This is the source code of my personal website/blog, which is a static website generated using Next.js.

Build

Setup

Tasks

Available tasks:

  • yarn dev - starts the website in development mode with automatic rebuilding and reloading.
  • yarn build - performs a production build of the website.
  • yarn start - starts a simple server for loading the production build locally (requires yarn build to be run first).
  • yarn analyze - visualises the size of the Webpack JavaScript bundles.
  • yarn test - performs type checking and linting of the code.
  • yarn lint - just lints the code.

License

This repository isn't licensed because I want my personal website/brand to be unique. However feel free to play around with the code and learn from it.

And of course pull requests are always welcome. 💖

Copyright © 2013 Roland Warmerdam.

About

Source code of my personal website/blog.

https://roland.codes


Languages

Language:TypeScript 62.0%Language:SCSS 29.8%Language:HTML 2.8%Language:JavaScript 2.5%Language:Ruby 1.6%Language:CSS 1.3%