https://github.com/srackham/stuarts-notes
https://github.com/srackham/stuarts-notes
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/srackham/stuarts-notes
- Owner: srackham
- License: mit
- Created: 2020-07-06T03:37:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-19T08:42:04.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T23:34:27.430Z (over 1 year ago)
- Language: CSS
- Size: 1.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stuart's Notes
This is my (Stuart Rackham's) personal blog.
- Hosted on Github Pages at https://srackham.github.io/stuarts-notes
- Built with [hindsite](https://github.com/srackham/hindsite)
## History
- **19-Aug-2022**: Dropped custom domain and reverted to Github Pages Web address https://srackham.github.io/stuarts-notes
- **26-Mar-2022**: Configured Github Pages custom subdomain https://blog.methods.co.nz.
- **14-Mar-2022**: Status: 41 posts spanning from 2008 to 2015. They are all related to Web
and software development and most are now well out of date.
- **Dec-2014**: Ported the blog pages to Markdown and website generation to Hugo.
Hosted the Hugho-generated blog on my ISP server. Previously the blog was
hosted on [WordPress.com](https://srackham.wordpress.com/).
- **Apr-2018**: Ported the blog to Hindsite and hosted the Hindsite-generated blog
on Github.
## Implementation notes
- The build directory is `./docs` (rather than the default Hindsite `./build`
directory) because that's the easiest way to publish project documentation on
Github. See:
* [Hugo - Hosting on GitHub Pages](https://bwaycer.github.io/hugo_tutorial.hugo/tutorials/github-pages-blog/)
* [Simpler GitHub Pages publishing | The GitHub Blog](https://github.blog/2016-08-17-simpler-github-pages-publishing/)