Skip to content

arifakkermans/static-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

static-site

Guide

This website is built with markdown as a static HTML site using hugo.

$ brew install hugo

You'll find the content of the website in the site/ directory.

You can start up a local development server by running:

$ cd site
$ hugo server -D
$ open http://localhost:1313/

Website Infrastructure

The website is available at https://arifakkermans.com. It's a static website hosted on S3 and served through CloudFront. GitHub actions is used to build the files and push the content to S3.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published