Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/focusaurus/peterlyons.org-zola
static site generator (zola) for peterlyons.org
https://github.com/focusaurus/peterlyons.org-zola
Last synced: 12 days 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 (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T17:52:47.000Z (6 months ago)
- Last Synced: 2024-05-15T13:56:56.707Z (6 months ago)
- Language: SCSS
- Size: 3.01 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") }}
```