Skip to content

sergeyklay/blog

Repository files navigation

Serghei's blog

Netlify Status

You're looking at the source code of my brand-spanking new blog, permissively licensed for others to adapt.

How to try it out

Prerequisites

To play with this blog at your local environment you need the following requirements:


First you need to get the project:

$ git clone https://github.com/sergeyklay/blog.git
$ cd blog

Then, from the root of the blog just run:

$ hugo server

Copy the url from your terminal log and paste it into your browser of choice. This url usually looks something like this http://localhost:1313. At this point you should be looking at your very own working version of my blog.

Support

Should you have any question, any remark, or if you find a bug, or if there is something you can't do with the Branch, please open an issue.

License

The code of this project is released under the GNU General Public Licence version 3, the content of my blog is licensed under the CC-BY-4.0, a modified version of Ed theme that I ported from Jekyll to Hugo is distributed under the MIT License.

Feel free to use the HTML and CSS as you please. If you do use anything here, a link back to https://github.com/sergeyklay/blog would be appreciated.