https://github.com/vinceumo/devnotes
✒ DevNotes/ TIL (Today I Learnt) is a collection of things I learned around web development, build with hugo
https://github.com/vinceumo/devnotes
blog devnotes hugo hugo-site til
Last synced: about 2 months ago
JSON representation
✒ DevNotes/ TIL (Today I Learnt) is a collection of things I learned around web development, build with hugo
- Host: GitHub
- URL: https://github.com/vinceumo/devnotes
- Owner: vinceumo
- License: mit
- Created: 2018-07-20T12:22:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T17:11:11.000Z (over 5 years ago)
- Last Synced: 2025-03-25T03:41:30.254Z (3 months ago)
- Topics: blog, devnotes, hugo, hugo-site, til
- Language: CSS
- Homepage: https://vinceumo.github.io/devNotes/
- Size: 13.1 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devNotes
DevNotes/ TIL (Today I Learnt) is a collection of things I learned around web development. This project is inspired by [@charliegerard/dev-notes](https://github.com/charliegerard/dev-notes) repo.
## Project
This project is build using [Hugo](https://gohugo.io/).
Run project:
Build:
```bash
hugo
```Serve project:
```bash
hugo server
```