GuyLivni / guylivni.github.io

Personal site by Guy Livni

Home Page:https://guylivni.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal site by Guy Livni

My personal site.

Table of contents

Motivation

Sharing knowledge and my approach to topics such as theming, content management, structure and more.

Requirements

*node >= 9.0 *Yarn >= 1.1

Getting started

1. Install all of the dependencies:

yarn

2. Start dev env:

yarn start

File Structure

.
├──  content               # assets and blog posts
├──  static                # favicon and robots
└── src
    ├── api                # API services
    ├── assets             # svg assets
    ├── components         # components divided per feature
    ├── constants
    ├── hooks              # React hooks
    ├── pages              # Site pages
    ├── services
    ├── styles             # Site themes and styles
    └── templates

Scripts

In the project directory, you can run:

yarn <script> Description
start Run your app in development mode at localhost:8000.
lint Runs lint check.
format Runs prettier format on src folder
build Builds the app for production to the public folder.
serve Serves the production ready app from the public folder.
deploy Deploys app to github pages

What’s Included?

Deploy

Site is deployed using Github Pages.

License

My-Site licensed as MIT.

About

Personal site by Guy Livni

https://guylivni.github.io/

License:MIT License


Languages

Language:TypeScript 93.1%Language:JavaScript 6.9%