-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67b0d5d
commit 434c970
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
to: src/content/articles/<%= h.changeCase.param(title) %>.md | ||
sh: "git checkout -b content/<%= h.changeCase.param(title) %>" | ||
--- | ||
--- | ||
title: <%= title %> | ||
description: "Spacial Harajuku lens Russian advanced magnetic pachinko" | ||
source: astro | ||
tags: ["tag"] | ||
pubDate: <%= new Date().toISOString(); %> | ||
updatedDate: <%= new Date().toISOString(); %> | ||
--- | ||
|
||
> Spacial Harajuku lens Russian advanced magnetic pachinko hologram jockey black electronic Tokyo cowboy simstim. Biological pixel origami rain-stained précis dermatrode hypnagogic origami razorgirl simstim military. ROM cryptic pyrolitic implant code techno-criminal bedslab spacial techno-criminal prosthesis deficiency television. | ||
|
||
— <cite>[Author, _work_](https://example.com)</cite> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
module.exports = [ | ||
{ | ||
type: "input", | ||
name: "title", | ||
message: "Article title (sentence case)?", | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters