https://github.com/lqez/onedaydev
A blog for One day dev program
https://github.com/lqez/onedaydev
Last synced: 10 months ago
JSON representation
A blog for One day dev program
- Host: GitHub
- URL: https://github.com/lqez/onedaydev
- Owner: lqez
- Created: 2020-02-04T06:49:25.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T04:57:04.000Z (over 1 year ago)
- Last Synced: 2025-03-14T23:36:41.034Z (10 months ago)
- Language: HTML
- Homepage: https://one-day.dev
- Size: 11.7 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - onedaydev
README
Homepage of One day dev
=======================
[](https://app.netlify.com/sites/priceless-poitras-179f61/deploys)
How to build
------------
1. Get [Hugo](https://gohugo.io/getting-started/quick-start/).
2. Get theme files
```
$ git submodule init
$ git submodule update
```
3. Serve
```
$ hugo server
```