joaothallis.github.io

Personal website of João Thallis.

MIT License

Stars
2

Joao Thallis' Hugo Website

This is the repository for my personal website, powered by Hugo. You can access the website at joaothallis.com.

About

This website is built using the Hugo static site generator and the Congo theme. It serves as a platform for me to showcase my projects, write blog posts, and share my experiences and opinions on various topics.

Local Development

To set up a local development environment, you will need to have Hugo installed on your computer. Once you have installed Hugo, follow these steps:

  1. Clone this repository onto your local machine
  2. Open your terminal and navigate to the repository directory
  3. Run the command hugo server -D
  4. Open your web browser and navigate to http://localhost:1313/

Using nix

nix develop --extra-experimental-features "nix-command flakes"

Creating a new post

hugo new content/posts/new-post.md

Contributing

If you have any suggestions for improving this website, feel free to open an issue or submit a pull request. I welcome any contributions that align with the purpose of this website and follow the Contributor Covenant Code of Conduct

Creating a new blog post

hugo new content/posts/<post-name>.md