Skip to content

lemonase/lemonase.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published