Apostolos-Daniel / toli-io-personal-website

Personal web page to write blogs, update projects and hold a CV page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apostolis

Personal web page to write blogs, update projects and hold a CV page

Development

To start developing the website, first check whether it builds and runs smoothly. From the root folder run:

hugo server -D

This assumes that you have hugo installed.

Windows (choco)

choco install hugo -confirm

MacOS (brew)

brew install hugo

Linux (apt)

sudo apt install hugo

Git users

To make sure you are using the correct user (applying it to my case - please replace 'apostolos-daniel' with your github user):

git clone git@github.com-apostolos-daniel:Apostolos-Daniel/toli-io-personal-website.git toli_io_personal_website_apostolos-daniel
git config --local -e

Add name and email to your local git config:

[user]
        name = toli
        email = dev@toli.io

Some of this was sourced from https://gist.github.com/Jonalogy/54091c98946cfe4f8cdab2bea79430f9.

About

Personal web page to write blogs, update projects and hold a CV page


Languages

Language:SCSS 46.4%Language:HTML 32.4%Language:JavaScript 20.5%Language:Shell 0.7%