Skip to content

Shreyanand/shreyanand.github.io

Repository files navigation

Hi, welcome to my website repository. The code here renders the website at shreyanand.github.io.

Website structure

I'm using a simple HTML theme integrated with Jekyll.

The _layouts directory has the post templates and _posts has all the posts in markdown files.

Adding content

To add a post, follow the conventions of existing posts in the _posts directory. Note the post naming convention and the inline code at the head of each markdown post.

Development

You'll need to set up Jekyll to build the the website locally.

When running locally for development, change the url to localhost in config.yml

Use jekyll serve --trace to build

Note: You don't need docker or anything to build.