https://github.com/focusaurus/peterlyons.org-zola
static site generator (zola) for peterlyons.org
https://github.com/focusaurus/peterlyons.org-zola
Last synced: 5 months ago
JSON representation
static site generator (zola) for peterlyons.org
- Host: GitHub
- URL: https://github.com/focusaurus/peterlyons.org-zola
- Owner: focusaurus
- Created: 2019-01-25T05:27:35.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T12:08:36.000Z (over 1 year ago)
- Last Synced: 2025-02-07T13:24:18.275Z (over 1 year ago)
- Language: SCSS
- Size: 3.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Personal Web Site for Peter Lyons
## Tech Stack
- zola static site generator (rust)
- tera templates
- content in markdown
- a handful of zola "templates" which are kind of like macros for templating
- netlify.com for automated hosting and deployment, integrated with github
## Misc Notes
- 2019-03-24 search and replace notes for flickr albums
```
# search and replace regex
[^!]\[([^!].+)]\(/app/photos\?gallery=(\w+).*\)
# replacement value
{{ album(dirname="$2", id="", text="$1") }}
```