https://github.com/sammcj/smcleod
smcleod.net
https://github.com/sammcj/smcleod
Last synced: 3 months ago
JSON representation
smcleod.net
- Host: GitHub
- URL: https://github.com/sammcj/smcleod
- Owner: sammcj
- License: cc-by-sa-4.0
- Created: 2015-02-16T01:10:26.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-07-16T21:49:41.000Z (3 months ago)
- Last Synced: 2025-07-17T12:11:37.715Z (3 months ago)
- Language: HTML
- Homepage: https://smcleod.net
- Size: 152 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smcleod.net
Source repository for my personal website.
## Usage
Visit
## Contributing
Feel free to raise a PR or [create an issue](https://github.com/sammcj/smcleod/issues/new/choose) if you find any problems or have a suggestion.
## Hugo Shortcodes
See [SHORTCODES.md](SHORTCODES.md).
## Wide Images
To display images at 80% of the browser width (breaking out of the normal content width), use the `wide-image` shortcode:
```markdown
{{< wide-image src="image.png" alt="Description" caption="Optional caption" >}}
```**Parameters:**
- `src` (required): Path to the image file
- `alt` (optional): Alt text for accessibility
- `caption` (optional): Caption text displayed below the image**Legacy support:** Images with `?c=wide` or `#wide` URL parameters will still work for backwards compatibility.
## License
- Copyright © 2024 Sam McLeod
- This project is open source and licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)