Web Design
To Do
- pysyte
- Convert this content to Markdown.
- Rewrite the generator to use a yaml header tag in each source file for the template. This should make the code simpler and the template spec more flexible.
- DONE: Handle template to use when in the root source/build directories.
Build for development base url v. production base url OR is there a Live Server setting?Used Live Server root setting of "/www" in me.code-workspace file.- Use a default config file location & name so I don't have to -c everytime?
- Set up testing to enable finding default config.toml
- Update styles.css and print.css with minimum resets.
- Add page layout using structurally semanitic tags for header, content, footer, etc.
- Create the header markup and styles.
- Create the footer markup and styles.
- Refine boilerplate HTML template head tags.
- Add Open Graph elements
- Create favicons.
- Incorporate Accessibility into the design.
Server Side Includes
Digital Ocean Apps do not support Server Side Includes based on my very quick test. I did not find any help articles about Server Side Includes for Apps on their site. Perhaps I did not look enough.
I assume one can setup a web server to enable Server Side Includes on a Droplet. I am trying to avoid all the DevOps infrastructure stuff, so I will look to static site generators or a dynamic server-side or client-side framework to update changes across multiple pages.