Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.46 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.46 KB

UnEncrypted.io

Unencrypted is my personal slice of the internet that provides a platform for my writing and to showcase my latest work. Supports dark mode and easy to write blogs using markdown. So In this article, I'm going to break down how my blog works and why i build it.

Homepage

Running Locally

$ git clone ...
$ cd ...
$ yarn
$ yarn dev

Built Using

For others plugins and dependencies take a look at package.json

Content Constraint

those are some constraint:

  1. The filename should be the same as the title of the blog (content) and should be lowercase.
    Title :Test testy GTR
    Filename :test-testy-gtr
  1. The frontMatter of the content:
    ---
    title: "Test testy"
    date: "10-10-2020"
    author: "Reda BELHAJ"
    summary: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Cursus mattis molestie a iaculis at erat pellentesque adipiscing."
    tags: ["Tailwindcss","Next.js", "React.js", "Web dev", "Test"]
    image: "/images/TheWeeknd.jpg"
    ---
  1. For the tags just the first letter that has to be in uppercase the rest should be lowercase