This repository contains a personal static website built with Jekyll (GitHub Pages compatible).
Requirements:
- Ruby (2.5+ recommended)
- Bundler
From the repository root:
bundle install
bundle exec jekyll serveThis starts a local server at http://127.0.0.1:4000 by default.
To build the static site without serving:
bundle exec jekyll buildThe generated files will be written to _site/.
- Pages: add
*.mdor*.htmlfiles in_tabs/with proper YAML front matter. - Posts: add files under
_posts/following theYYYY-MM-DD-title.markdownconvention and include front matter (title,layout,date, etc.).
It is being deployed to Github Pages by custom workflow
- Backlog has been created in TODO.md
If you need help maintaining this site, open an issue or contact via Email: 75devendrasahu@gmail.com.
