https://github.com/reillysiemens/tuckersiemens.com
🌐 Tucker's website.
https://github.com/reillysiemens/tuckersiemens.com
sass static-site zola
Last synced: 4 months ago
JSON representation
🌐 Tucker's website.
- Host: GitHub
- URL: https://github.com/reillysiemens/tuckersiemens.com
- Owner: reillysiemens
- License: gpl-3.0
- Created: 2017-03-27T07:24:54.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T01:41:08.000Z (11 months ago)
- Last Synced: 2025-04-11T17:10:32.300Z (7 months ago)
- Topics: sass, static-site, zola
- Language: HTML
- Homepage:
- Size: 11.1 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [https://tuckersiemens.com](https://tuckersiemens.com)
Tucker's website.
## Generating the Site
### Prerequisites:
- [Rust] and [cargo].
### Steps
1. Clone this site and enter the directory.
```shell
repo='tuckersiemens.com'; git clone git@github.com:reillysiemens/${repo}.git && cd $repo
```
2. Install or update to the latest [Zola].
```shell
make update-zola
```
3. Build the site!
```shell
make build
```
## Inspiration
The design of this website was inspired by [gruvbox], [Ruud van Asseldonk],
[Andrew Kvalheim], [Amos Wenger], [Alexis King], and many others.
## License
The code for this website is licensed under the [GPLv3](LICENSE).
[Rust]: https://www.rust-lang.org
[cargo]: https://crates.io/install
[Zola]: https://github.com/getzola/zola
[gruvbox]: https://github.com/morhetz/gruvbox
[Ruud van Asseldonk]: https://ruudvanasseldonk.com/
[Andrew Kvalheim]: https://andrew.kvalhe.im/
[Amos Wenger]: https://fasterthanli.me/
[Alexis King]: https://lexi-lambda.github.io/