lemonase / lemonase.github.io

Blog (hosted by GitHub pages)

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My personal blog and portfolio @ lemonase.github.io

I am currently using Hugo to generate the static (HTML/CSS/JS) portion of this site.

Working Locally with Hugo

running hugo dev server (watching for file changes and drafts)

hugo serve -D

Creating new pages

# create a new post
hugo new posts/{post_name}/index.md

# create a new project page
hugo new projects/{project_name}/index.md

# create a new website showcase page
hugo new websites/{website_name}/index.md

Updating git submodules (for themes)

Note: Git submodules do not get initialized or updated automatically upon cloning/pulling!

To init/update submodules after cloning:

git submodule init

git submodule update --recursive --remote --merge

Deploying

Hosting

Building and Deploying Hugo

Using a custom domain

About

Blog (hosted by GitHub pages)

https://lemonase.github.io

License:The Unlicense