Skip to content

kiranjthomas/personal-site

Repository files navigation

personal-site

Hugo

This site is built using Hugo.

Theme

The Hugo theme that is used for the site is anatole.

Submodules

The theme is installed via a submodule.

To get the latest version of the theme, run git submodule update --recursive --remote

Bugs

Long text strings in markdown files will cause the menu bar to disappear in mobile. These long text strings will cause text to overflow.

One example is including a long raw hyperlink. To get around this, create markdown links.

Development

Run Locally

hugo server --buildDrafts

For more information, visit the Hugo commands documentation

Add New Post

hugo new posts/<new-post>.md

When you are ready to publish the post, remember to update the draft status

---
title: "What is the Difference Between a Process and a Thread"
date: 2023-01-12T10:56:57-06:00
draft: true <---- update this to false
---

Follow Markdown Syntax

Deployment

Commits to main trigger a Github Actions workflow that

  • hugo --minify
  • lint markdown
  • SCP static assets to workload in the cloud

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages