Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions _haikus/2024_hactober_first_commit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: haiku
title: Google I want
author: AayanshSingh
---

The woods are lovely dark and deep,<br>
But I have promises to keep,<br>
And miles to go before I sleep,<br>
And miles to go before I sleep.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "cloud_haiku",
"version": "1.0.0",
"type": "module",
"description": "Haiku structure testing for cloud_haiku repo",
"main": "test.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require('tap').mochaGlobals()
const assert = require('assert')
const remark = require('remark')
import remark from 'remark';
const frontmatter = require('remark-frontmatter')
const extract = require('remark-extract-frontmatter')
const yaml = require('yaml').parse
Expand Down