https://github.com/lenon/lenon.dev
https://github.com/lenon/lenon.dev
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lenon/lenon.dev
- Owner: lenon
- Created: 2021-08-26T02:19:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-21T03:34:26.000Z (about 1 year ago)
- Last Synced: 2025-05-21T04:32:43.063Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```