https://github.com/ofgrenudo/unorthodoxdev.net
My digital garden, where I keep my notes, and brain
https://github.com/ofgrenudo/unorthodoxdev.net
Last synced: about 1 month ago
JSON representation
My digital garden, where I keep my notes, and brain
- Host: GitHub
- URL: https://github.com/ofgrenudo/unorthodoxdev.net
- Owner: ofgrenudo
- Created: 2023-07-19T14:57:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T19:56:37.000Z (12 months ago)
- Last Synced: 2024-05-22T19:58:13.203Z (12 months ago)
- Language: HTML
- Homepage: https://unorthodoxdev.net
- Size: 10.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unorthodoxdev.net
Welcome to my website source files. It is written in markdown mostly, using HUGO. I like to think of this as my digital garden, 90~ of the content on the website I guarantee will be work related content. But some of it might be personal, as I adapt and get better at writing and posting things of mine online.I have ran some form of a website since 2022, and as of lately (2023) I have finally decided to take it seriously. While Im again, not a true tech blogger, and I doubt there will be any rants on here, your free to take a browse and enjoy my website as is.
If you have any questions or comments please let me know.
Thanks : )
--- Joshua Winters-Brown
## Build
```hugo -b https://unorthodoxdev.net```
To generate a development release of the website, run the following (Note that this will automatically host the website for you on port 1313):
```hugo -D```
## New Pages
To make a new page, please run the following commands
hugo new content/yadayada --kind {page, recipe}