Skip to content

younsl/younsl.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

younsl.github.io

Tech blog and chart repository.

Getting started

Prerequisite

Note

Before installing the blog, You need to install hugo v0.119.0 or higher.

Install hugo using brew package manager in your local environment.

brew install hugo
hugo version

Installation

Add nostyleplease theme as a submodule using git command.

git submodule init
git submodule add https://github.com/hanwenguo/hugo-theme-nostyleplease themes/nostyleplease
git submodule update themes/nostyleplease

Check the submodule status.

$ git submodule status
 2cc41d38a6457d325ef0451a593ece1e00dbe60a themes/nostyleplease (heads/main)

Running hugo server

Generate your blog site using nostyleplease theme.

hugo server -t nostyleplease
open http://localhost:1313

If you want to run hugo server locally using the container, use this dockerfile with bootstrap script.

# Build blog container
docker build -t hugo:dev .

# Run blog container with local blog files mounted
export LOCAL_REPO_PATH=$HOME/github/younsl/younsl.github.io
docker run -d --name hugo -p 1313:1313 -v ${LOCAL_REPO_PATH}:/app hugo:dev

Verify the blog container is running.

$ docker ps
CONTAINER ID   IMAGE         COMMAND                  CREATED        STATUS        PORTS                    NAMES
5fc4d6457641   hugo:latest   "hugo server -t nost…"   12 hours ago   Up 12 hours   0.0.0.0:1313->1313/tcp   hugo

Deployment

Deployment method is github actions (beta), not classic. There is no need for any additional branches.

It is recommended to use the Standard Hugo Workflow provided by Github Pages. See my hugo deployment workflow on this repository.

Integrations

Several plugins were integrated with this blog using the partials function.

Status Integration Name Description Integration Method
In-use Google Adsense Google Ads Hugo partials
In-use Google Search Console SEO for Google Static file