Repository for my personal website
Go to file
Raghavendra Kamath 4dd2600ef6
update blog
2023-12-02 23:24:26 +05:30
archetypes Bifurcate personal blog and studio website 2021-04-13 16:57:45 +05:30
content update blog 2023-12-02 23:24:26 +05:30
data Clean up css 2019-12-11 11:19:44 +05:30
static update blog 2023-12-02 23:24:26 +05:30
themes/bombil Update blog 2021-10-11 19:33:48 +05:30
.gitignore Update blog 2021-10-11 19:33:48 +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 Reorganise category 2021-04-24 17:03:22 +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.