Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/instantiator/blog-source
https://github.com/instantiator/blog-source
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/instantiator/blog-source
- Owner: instantiator
- Created: 2020-12-31T17:35:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T13:50:15.000Z (11 days ago)
- Last Synced: 2025-01-04T14:44:26.806Z (11 days ago)
- Language: HTML
- Size: 87.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# a personal blog, starting 2021
This is the generator for the site, served at: [instantiator.dev](https://instantiator.dev)
Generated site content is pushed to [instantiator/instantiator.github.io](https://github.com/instantiator/instantiator.github.io) and served from there with GitHub Pages.
## prequisites
The site is generated by [hugo](https://gohugo.io/). On OS X, install from [brew](https://brew.sh/):
```bash
brew install hugo
```## submodules
* The themes/uBlogger folder is a submodule of the uBlogger theme.
* The public folder is a submodule of the instantiator/instantiator.github.io repository.## scripts
* `init-repo-submodules.sh` - use to initialise all submodules in this repo after first cloning.
* `update-repo-submodules.sh` - use to update all submodules in this repo.
* `test-server.sh` - uses hugo to run a local site, displaying the pages as they are.
* `deploy-site.sh` - uses hugo to deploy the new site and push to the instantiator/instantiator.github.io repository, where it will be served with GitHub Pages.## submodules
* `blog-site/themes/anatole` - the site's theme, from: https://github.com/lxndrblz/anatole
* `blog-site/public` - generated site content, from: https://github.com/instantiator/instantiator.github.io## images
* Place images in the `static/` folder.
* Refer to them at `/...`