gunnarmorling / morling.dev

Source code for Gunnar Morling's website.

Home Page:https://morling.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

morling.dev

This repo contains the source code of the morling.dev website. It is built using Hugo and hosted on GitHub Pages.

Set-up

Have Hugo and AsciiDoctor installed, e.g. using Brew on macOS:

brew install hugo
brew install asciidoctor

Clone the repo, including the template sub-module:

git clone git@github.com:gunnarmorling/morling.dev.git  --recurse-submodules

Editing

Launch a local Hugo server including live reload by running (append -F for including future posts):

hugo server -D --debug

Deployment

Deployment to GitHub pages happens automatically upon pushing the master branch to the upstream repository by means of a GitHub Action.

In order to deploy to GitHub pages manually, commit all changes, then run:

./publish_to_ghpages.sh && git push upstream gh-pages

About

Source code for Gunnar Morling's website.

https://morling.dev


Languages

Language:CSS 86.1%Language:Shell 8.1%Language:HTML 5.7%