Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zkreations/hamlet
Development environment for creating Blogger templates with handlebars, which includes an example template with best practices that a true Blogger developer should follow.
https://github.com/zkreations/hamlet
blogger blogger-api blogger-hamlet blogger-handlebars blogger-hbs blogger-template blogger-theme handlebars hbs javascript scss
Last synced: 3 months ago
JSON representation
Development environment for creating Blogger templates with handlebars, which includes an example template with best practices that a true Blogger developer should follow.
- Host: GitHub
- URL: https://github.com/zkreations/hamlet
- Owner: zkreations
- License: mit
- Created: 2023-02-25T13:29:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T21:38:57.000Z (9 months ago)
- Last Synced: 2024-09-26T18:42:34.525Z (3 months ago)
- Topics: blogger, blogger-api, blogger-hamlet, blogger-handlebars, blogger-hbs, blogger-template, blogger-theme, handlebars, hbs, javascript, scss
- Language: Handlebars
- Homepage: https://hamlet.zkreations.com/
- Size: 1.13 MB
- Stars: 42
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hamlet
Development environment for creating Blogger templates with handlebars, which includes an example template with best practices that a true Blogger developer should follow.
## Template Features
![pagespeed](https://raw.githubusercontent.com/zkreations/hamlet/main/static/pagespeed.web.png)
- No dependencies
- Optimized for modern SEO.
- Optimized for AdSense.
- Responsive design.
- Supports multiple languages thanks to Blogger.
- Super optimized with small code size.
- Compatible with [Core Web Vitals](https://pagespeed.web.dev/report?url=https://hamlet.zkreations.com/).
- Comment system with multiple levels.
- Formatted widgets.
- Best practices.## Getting Started
Clone, fork, or download this repository to your PC, and within the root directory of this folder, run in console `npm install` to install the necessary dependencies. To finish the installation, you can use any of the following commands:
- `npm run start` To start listening to changes and automatically compile the files.
- `npm run build` To compile only once.## Compiler
The compiler is now an independent module of this project, you can find it in the repository [Hamlet Builder](https://github.com/zkreations/hamlet-builder), where you will also find the necessary documentation for its use.
![hamlet-builder](https://raw.githubusercontent.com/zkreations/hamlet/main/static/hamlet-builder.png)
## Supporting
If you want to help me keep this and more related projects always up to date, you can [buy me a coffee](https://ko-fi.com/zkreations) ☕. I will be very grateful 👏.
## Create your beautiful theme
If you used this repository as a template, please, add a star ⭐ and add the following tags in yours:
- `blogger-hamlet`
- `blogger-handlebars`
- `blogger-hbs`Thanks for using this repository. Happy coding! 🚀
## License
**Hamlet** is licensed under the MIT License