anishthite / blog-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

My 11ty blog deployed to http://www.vineeth.io

Usage

Basically just two different commands to know pnpm run build for making the static assets and pnpm run start for starting a live reload server.

The site is hosted using cloudflare pages which builds and pushes the page.

TODO

  • Change the global font
  • Change layout to be more like Moonscript because that one looks cool
  • Add Metadata
  • Add tags similar to notion lists
  • Proper dynamic meta tags using the frontmatter in posts
  • Pagination of front page
  • Dynamic resizing
  • Favicon
  • Sitemap
  • Garden link
  • preload stylesheet
  • Links open in tab
  • Highlighting of Code

Random Ideas

Metadata

This section describes different metadata specifications for better standards on how to structure a blog

Inspiration

Fonts

Used the Inconsolata font in the end product.

Themes

About


Languages

Language:Nunjucks 44.3%Language:JavaScript 32.1%Language:CSS 23.6%