tommyshem / My-Blog

My Blog on github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Hugo Github pages Blog repo

Setup Only needs to be run once.

git clone https://github.com/tommyshem/My-Blog.git
cd ./blog
./setup.sh

Workflow for Changing content on posts

Edit or add content

Edit content in

cd ./blog/content/post/

Save changes to git

git add file-names-here
git commit -m "message here"
git push

repeat above step until finished changing or adding content.

Uploading blog website to Github repo

To build the blog website in Hugo and git push changes to github repo.

deploy.sh

Blog post Website

https://tommyshem.github.io/

About

My Blog on github


Languages

Language:CSS 52.1%Language:HTML 30.5%Language:JavaScript 15.4%Language:Shell 1.9%