Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 884 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 884 Bytes

Theme files for genicsblog.com

This is not a proper Jekyll theme. This repo contains only the theme files that genicsblog.com's repo retrevies at GitHub action's runtime to build the site.

The project is licensed under the MIT license terms and expects you to preserve the attribution to the developer and contributors in the website footer on each page.

Local setup

Install docker.

Run these commands in order to build and run the container:

docker build -t genics-theme .
docker run -p 4000:4000 genics-theme

The first build would take a few minutes, once done go to localhost:4000 to preview the site.