By xypnox
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.
- Clone the repo locally.
- Install the requirements/packages using
yarn
. - Use
yarn dev
to start a development server. - 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.
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"
---