Building Websites in Divooka
Status: WIP
The fundamental language of websites is HTML, CSS and JavaScript. For information websites, client-side rendering is bad - always use server-side rendering.
Notes:
- Use Ol'ista for hosting, or better yet - use a static website host.
- Website Builder framework can be used for block-based static website generation.
- Template Engine can be used for generating websites of various flavours: wiki, book, resume, etc.