Skip to content

xypnox/poems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poems

Netlify Status

This repo contains the source for the website: poems.xypnox.com, a collection of poems and poetic pieces I have written throughout my time here and there.

The poems are copyrighted to me and NO you can't copy them without proper attribution and in commercial gains, without permission.

The code however is free to use however you want to.

The blockquote has been repurposed for use as a credit for the images.

Development

  1. Clone the repo locally.
  2. Install the requirements/packages using yarn.
  3. Use yarn dev to start a development server.
  4. Use yarn export to export the static site.

However, if you are deploying it on netlify, a netlify.toml is also present which has the configurations already, just point netlify to your repo and it shall do the rest.

Frontmatter for poems

Since this is almost a personalized take of Next.js, the frontmatter for the markdown doesn't follow a popular guideline. The frontmatter YAML is structured as follows:

---
title: "The name of the poem"
date: "YYYY-MM-DD"
---