Blog

screenshot of Blog

My blog and boilerplate for new web projects.

Overview:

The content is a blog hosted on the domain blog.aunyks.com. The author uses this platform to share their writings, notes, and thoughts in various forms and categories. The blog is described as one of the most important projects on the author's domain. Additionally, it is also hosted at hivoltage.xyz.

Features:

  • React components organized in the "components" folder.
  • React contexts used by pages and optionally, components, stored in the "contexts" folder.
  • Font files imported into prebuilt CSS located in the "global-fonts" folder. These fonts are specified in the "styles/index.css" file as font imports and in the "tailwind.config.js" file under the "fontFamily" value.
  • React hooks used by pages and components are stored in the "hooks" folder.
  • Web pages built with Next.js framework are stored in the "pages" folder.
  • Public, static files that can be used by components, pages, or external domains are stored in the "public" folder.
  • CSS files built with Tailwind CSS framework are stored in the "styles" folder and made accessible to all pages within the project.
  • "utils" folder contains code that can be reused but does not fit accurately within the other categorized folders.

Summary:

The blog hosted on blog.aunyks.com serves as a platform for the author to publish their writings, notes, and thoughts. It is one of the author's key projects on their domain. The blog is built using Next.js framework and includes various features such as organized components, font imports, React contexts, and reusable code snippets. The installation process involves cloning the repository, installing dependencies, and starting the development server.