Simon Julian Lauw Personal Website

Hi, my name is Simon Julian Lauw and nice to meet you ! this website contains random thoughts, resume, past and ongoing projects, as well as slides for modules that I have been teaching !

Getting Started

Prerequisites

Please install the following softwares for development

  • npm
  • hugo

Built with

This website is power by Hugo and use the PaperMod template

Development Guide

  1. clone the following github repository
git clone https://github.com/simonjulianl/simonjulianl.github.io.git
  1. To develop within the hugo server, run the following
hugo server -D
  1. To publish the website, run
hugo
  1. to make a new post, run
hugo new post/<post_title>.md

and push the public folder into this github repository

Acknowledgements