website/README.org

18 lines
254 B
Org Mode
Raw Normal View History

2023-07-29 22:28:36 -04:00
#+title: Foster Hangdaan's Personal Website
#+author: Foster Hangdaan
#+email: foster@hangdaan.email
* Getting Started
Run the development server:
#+begin_example
deno task serve
#+end_example
To build:
#+begin_example
deno task build
#+end_example