Repository for my personal website
Go to file
Raghavendra Kamath 2e3b6e5048
Update tags and cleanup css and pages
2021-04-24 12:22:18 +05:30
archetypes Bifurcate personal blog and studio website 2021-04-13 16:57:45 +05:30
content Update tags and cleanup css and pages 2021-04-24 12:22:18 +05:30
data Clean up css 2019-12-11 11:19:44 +05:30
static/talks update content and add new post 2020-06-08 18:48:23 +05:30
themes/bombil Update tags and cleanup css and pages 2021-04-24 12:22:18 +05:30
.gitignore Update gitignore 2020-08-04 17:23:15 +05:30
LICENSE Add readme and license 2016-05-01 17:19:48 +05:30
README.md feat: 🎸 add docker support 2019-12-06 11:14:37 +05:30
config.toml Bifurcate personal blog and studio website 2021-04-13 16:57:45 +05:30
package.json clean css 2020-08-04 17:23:43 +05:30
postcss.config.js Bifurcate personal blog and studio website 2021-04-13 16:57:45 +05:30
yarn.lock Bifurcate personal blog and studio website 2021-04-13 16:57:45 +05:30

README.md

Raghukamath.com

My personal website built with the help of hugo.

Images

I have not uploaded the images directory as it is somewhat bigger in size

Docker

To build image:

docker build -t registry.gitlab.com/raghukamath/website-raghukamath.com .

To run the image locally using docker-compose:

docker-compose up

License

As stated in license file all the code is under GNUgpl-v3 licence and the original content like images, articles photographs are under CC BY-SA 4.0 license Part of hugo code are under MIT.