Skip to content

AegisBlue/lemonase.github.io

 
 

Repository files navigation

My personal blog and portfolio @ lemonase.github.io

I am currently using Hugo to generate the static (HTML/CSS/JS) portion site and Blowfish as my theme...

Many thanks to the maintainers of these projects!

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%