An open API service indexing awesome lists of open source software.

https://github.com/lenon/lenon.dev


https://github.com/lenon/lenon.dev

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# lenon.dev

This repository contains the source code for my blog at https://lenon.dev. It is
powered by Hugo and GitHub pages.

## Cloning

Run the following command:

```sh
git clone --recurse-submodules git@github.com:lenon/lenon.dev.git
```

## Updating

There's a workflow that runs whenever a commit is pushed to the main branch. The
workflow builds the site with Hugo and pushes changes to the `gh-pages` branch.
GitHub pages then publishes the site.

To update the theme, use this command:

```sh
git submodule update --remote
```