https://github.com/jaredreisinger/jaredreisinger.com
Content and layout for jaredreisinger.com website.
https://github.com/jaredreisinger/jaredreisinger.com
hugo hugo-theme netlify website
Last synced: about 1 year ago
JSON representation
Content and layout for jaredreisinger.com website.
- Host: GitHub
- URL: https://github.com/jaredreisinger/jaredreisinger.com
- Owner: JaredReisinger
- Created: 2019-07-09T22:53:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T04:03:58.000Z (about 3 years ago)
- Last Synced: 2025-02-10T05:26:13.529Z (over 1 year ago)
- Topics: hugo, hugo-theme, netlify, website
- Language: SCSS
- Homepage: https://jaredreisinger.com
- Size: 34.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jaredreisinger.com
[](https://app.netlify.com/sites/jaredreisinger/deploys)
Content and layout for [jaredreisinger.com](https://jaredreisinger.com) website. Uses Netlify's GitHub integration to automatically deploy this Hugo-driven site _for free!_
## Notes to self...
### Local development
Assuming that [`hugo`](https://gohugo.io) is installed, `hugo server` will launch a development server tht watches for changes.
### Images
Images are minimized via `guetzli`, and WebP variants created with `cwebp`:
```shell
some-page/ $ guetzli --verbose original.jpg tile.jpg
some-page/ $ cwebp -preset photo -v -mt original.jpg -o tile.webp
```
_(Actually, we pre-process with hugo, so maybe we don't need to?)_
---
## History
Layout and SCSS/JS originally from [Forty](https://themes.gohugo.io/forty/) (and also [on github](https://github.com/MarcusVirg/forty)), but substantially revamped to minimize and streamline, and customize.
The templates for Forty were strangely duplicative; I've endeavored to streamline this so that (for instance) both list and single pages can take advantage of the home page banner styles, tiles, etc. Now, any page can opt in to any/all of the following:
- tiles
- "two" (what a name!)
- regular list items in "tiles" style?
- contact form