Welcome to the repository for my personal blog, hosted at chandanshakya.com.np/blog.
This blog is built using Jekyll, a static site generator. Each blog post is an individual Markdown file in the _posts directory. The naming convention for these files is YEAR-MONTH-DAY-title.MARKUP.
The main layout for the pages is defined in _layouts/default.html. This layout includes the site's header, footer, and other common elements. The content of each post is rendered using the layout specified in _layouts/post.html.
The styles for the site are located in the assets directory. The main stylesheets are frame.css and index.css.
The site's main page is index.html, and the 404 error page is 404.html. The site also includes an archive page, archive.html, which lists all blog posts.
This blog includes automatic sitemap generation for better search engine indexing. The sitemap is generated at /sitemap.xml and includes all blog posts and pages. See SITEMAP_SETUP.md for detailed configuration.
If you find a typo, error, or room for improvement, feel free to open an issue or submit a pull request.
The content of this blog and the underlying source code used to format and display that content is licensed under the Unlicense.