Skip to content

AnupT16/theme-files

 
 

Repository files navigation

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.

About

Theme files for genicsblog.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.4%
  • Python 7.9%
  • JavaScript 7.2%
  • CSS 7.2%
  • Ruby 6.5%
  • Dockerfile 0.8%