Skip to content

Commit 59f4f07

Browse files
committed
proper place for it
1 parent 0e85831 commit 59f4f07

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

src/site/_data/examples/haroldjs.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

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+
```

src/site/img/examples/haroldjs.jpg

-59.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)