Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 438 Bytes

File metadata and controls

16 lines (10 loc) · 438 Bytes

README.md

This repository contains the source code of odlot.github.io.

This webpage is built using pandoc and hosted via GitHub Pages.


Locally testing the webpage

To locally test the webpage, navigate into the root folder and execute:

pandoc webpage/notes.md -o webpage/index.html --template=webpage/index.template.html -s
open webpage/index.html