https://github.com/ortham/ortham.github.io
My blog.
https://github.com/ortham/ortham.github.io
Last synced: about 1 year ago
JSON representation
My blog.
- Host: GitHub
- URL: https://github.com/ortham/ortham.github.io
- Owner: Ortham
- Created: 2014-09-11T19:23:15.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T19:14:18.000Z (over 1 year ago)
- Last Synced: 2025-03-27T22:51:14.019Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://ortham.github.io
- Size: 3.73 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This site is generated using [Hugo](https://gohugo.io). The easiest way to build it is to:
1. Download a [prebuilt Hugo binary](https://github.com/gohugoio/hugo/releases/latest).
2. Add the binary to your `PATH`.
3. Run `hugo` from the root of this repository.
Hugo will create the generated site in the `public` folder.
## Theme-specific features
Some features rely on theme-specific params, configuration or partial templates:
- `assets/css/custom.css`, `assets/icons/paypal.svg`, `layouts/partials/extend-footer.html` and `layouts/partials/extend-head.html` are loaded by the theme.
- `params.showPagination`, `params.groupByYear`, `params.showDate`, `params.showDateUpdated`, `params.showReadingTime` and `params.showTableOfContents` are used by the theme's layouts.
- There are several theme-specific settings in `hugo.toml`.