viettranx / blog

Personal website and blog

Home Page:https://kgajera.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KGajera.com

Netlify Status

This website built using Docusaurus 2, a static website generator.

Getting Started

  1. Run cp .env.example .env and set values. These environment variables are used in docusaurus.config.js.
  2. Run npm install to install dependencies
  3. Run npm start to start a local development server

Code Generation

Generate files using the following commands:

  • npm run g:blog - generates a new blog post in ./blog/
    • Pass the -i flag to run in interactive mode
  • npm run g:component - generates a new component file in ./src/components/
  • npm run g:page - generates a new page component file in ./src/pages/

Production Build

Run npm run build to generate static content into the build directory and can be served using any static contents hosting service.

Cloning / Forking

Please review the license and run npm run clean to remove all personal content such as blog posts and images.

About

Personal website and blog

https://kgajera.com

License:Other


Languages

Language:TypeScript 60.3%Language:JavaScript 23.8%Language:CSS 11.0%Language:EJS 4.2%Language:Shell 0.8%