Skip to content

Commit 313d8d8

Browse files
authored
Merge pull request #574 from juliancwirko/added-haroldjs
added haroldjs static site generator
2 parents 2d1e2c1 + 59f4f07 commit 313d8d8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/site/generators/harold.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Harold
3+
repo: juliancwirko/create-harold-app
4+
homepage: https://www.haroldjs.com
5+
language:
6+
- JavaScript
7+
license:
8+
- MIT
9+
templates:
10+
- Handlebars
11+
description: Harold (create-harold-app) is a simple tool that provides ready-to-use templates for creating your static websites and blogs, equipped with search functionality.
12+
twitter: juliancwirko
13+
---
14+
15+
Harold (create-harold-app) is a simple tool that provides a ready-to-use template for creating your static websites and blogs. It is based on well-known Handlebars, Markdown and Scss to be simple to use and start.
16+
17+
By default, you have access to JSON data with all posts. It is useful when you want to do something dynamic using JavaScript. For example, 'load more' functionality or search. The search system is implemented already in the default template.
18+
19+
```
20+
npm init harold-app my-app
21+
```

0 commit comments

Comments
 (0)