Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.23 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.23 KB

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