https://github.com/programmatix/words
My blog, showing some of my less-broken projects
https://github.com/programmatix/words
Last synced: 12 months ago
JSON representation
My blog, showing some of my less-broken projects
- Host: GitHub
- URL: https://github.com/programmatix/words
- Owner: programmatix
- Created: 2018-01-15T07:56:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T16:56:13.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T12:19:18.718Z (about 1 year ago)
- Language: JavaScript
- Size: 7.14 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hi! This is my personal website, with thoughts & semi-broken projects and the like.
Visit it here [https://programmatix.github.io/Words/projects/](https://programmatix.github.io/Words/projects/).
## Initial
Install Hugo from https://gohugo.io/
```
cd themes
git clone https://github.com/spf13/hyde.git
cd ..
hugo
```
## Developing
```
hugo server -D
```
Open http://localhost:1313/Words/
## Release Process
```
hugo
git add docs
git commit -a -m "Commit message"
git push
```
## Dev notes
hugo is setup to create the site in the docs directory, and Git Pages serves from this folder.