diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-02-18 13:08:15 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-02-18 13:08:15 -0600 |
commit | 8bd38d527578f426405efc519e3f971850d01f1b (patch) | |
tree | ff911154e3096ca7c3b3d056afd10a6b37f13351 | |
parent | Change git repo (diff) | |
download | ee4511w-web-8bd38d527578f426405efc519e3f971850d01f1b.tar ee4511w-web-8bd38d527578f426405efc519e3f971850d01f1b.tar.gz ee4511w-web-8bd38d527578f426405efc519e3f971850d01f1b.tar.bz2 ee4511w-web-8bd38d527578f426405efc519e3f971850d01f1b.tar.lz ee4511w-web-8bd38d527578f426405efc519e3f971850d01f1b.tar.xz ee4511w-web-8bd38d527578f426405efc519e3f971850d01f1b.tar.zst ee4511w-web-8bd38d527578f426405efc519e3f971850d01f1b.zip |
Add README to file map
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,5 +31,5 @@ The structure of the repository is as follows: │ │ ├── pages (Template files for the main static pages) │ │ └── partials (Boilerplate used by every static page) | └── index.ts (the entry point, where the static content is served) - +└── README.md (what you are currently reading) ``` |