An open API service indexing awesome lists of open source software.

https://github.com/srackham/stuarts-notes


https://github.com/srackham/stuarts-notes

Last synced: about 1 month ago
JSON representation

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/)