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 !
Please install the following softwares for development
- npm
- hugo
This website is power by Hugo and use the PaperMod template
- clone the following github repository
git clone https://github.com/simonjulianl/simonjulianl.github.io.git
- To develop within the hugo server, run the following
hugo server -D
- To publish the website, run
hugo
- to make a new post, run
hugo new post/<post_title>.md
and push the public folder into this github repository