mirror of
https://github.com/seigler/dashdev-website
synced 2025-07-28 15:26:09 +00:00
496 B
496 B
title | description | priority |
---|---|---|
Site files | A description of the source files used to build a website | 0.4 |
All files in the src
folder can be edited:
- pages are created as markdown files in the
src/html
folder and sub-folders. - static assets such as CSS, JavaScript and image files are created in
src/assets
. These are copied without modification tobuild/
. - page templates are defined in
src/template
. - reusable partials (chunks of HTML code) are declared in
src/partials
.