Skip to content

VeriTas-arch/veritas-arch.github.io

Repository files navigation

Deploy Jekyll site to Pages

Perface

Here we have a simple personal site with the Chirpy theme. It's worth noting that although we have many alternatives, this theme is chosen for its simplicity and ease of use. After all, the site is merely a platform for sharing thoughts and ideas.

Deployment

With Jekyll installed, run the following commands to start the site locally.

jekyll clean
jekyll build
jekyll serve

Structure

The source code is organized as follows, with the _posts directory containing all the blog posts.

.
├── _config.yml
├── _posts
├── _plugins
├── _tabs
└── index.html

Releases

No releases published

Packages

No packages published