diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-11-20 17:57:10 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-11-20 17:57:10 +0000 |
| commit | 09b1bbf0e075deeadbcae871bb8a859d70960add (patch) | |
| tree | 7e9149fd5c65e21c793c69856d0d13908c0bd146 | |
| parent | f45bbb8576cbc797eea44adba2a4af2717b3b045 (diff) | |
Add readme
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | README.md | 7 |
2 files changed, 7 insertions, 1 deletions
@@ -1,2 +1 @@ node_modules/ -pages/* diff --git a/README.md b/README.md new file mode 100644 index 0000000..b008f1c --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Website +This repository hosts the source code which (eventually) powers my website: https://leonardobishop.com/ + +The web app runs on NodeJS using [Express](https://www.npmjs.com/package/express) and renders web pages with [ejs](https://www.npmjs.com/package/ejs). It parses content pages written in a markup language (currently [Wikitext](https://en.wikipedia.org/wiki/Help:Wikitext)) from the `pages/` directory and renders them as HTML. + +## Building +Instructions to build and deploy the web app will be written here whenever it is finished.
\ No newline at end of file |
