Project information
- Category: Blog Website
- Clients: Business Owners
- Project date: August, 2024
- Project URL: www.iklanbisnes.com
Stacks Implementation
Web Design | Nunjucks | 11ty | Javascript | Decap CMS | SEO
Project Description
Iklan Bisnes is a vibrant blog site dedicated to promoting businesses and sharing the latest updates. With a wide range of blog categories, it features embedded YouTube videos and Google Maps for richer content. Managed with Decap CMS (formerly Netlify CMS), the site offers a user-friendly interface for easy content updates and seamless integration with static site generators.
Nunjucks is a templating engine for JavaScript. It's used to generate HTML dynamically from templates, which can include variables, logic, and loops. Nunjucks is inspired by Jinja2 (a templating engine for Python) and is often used in Node.js applications. It helps separate the presentation layer from the business logic, making it easier to manage and render HTML content based on data.
Eleventy (or 11ty) is a static site generator for JavaScript. It transforms various types of input files (like Markdown, HTML, JavaScript, and Nunjucks templates) into a static website. Eleventy is highly flexible and allows you to use different templating languages and data formats.
Decap CMS (formerly known as Netlify CMS) is an open-source content management system designed to work with static site generators like Eleventy. It provides a user-friendly interface for managing and editing content, making it easy for non-technical users to update their website’s content without needing to interact with code directly.