https://github.com/uintdev/blog
Blog that is under blog.uint.dev
https://github.com/uintdev/blog
scss static-site website zola zola-site
Last synced: 7 months ago
JSON representation
Blog that is under blog.uint.dev
- Host: GitHub
- URL: https://github.com/uintdev/blog
- Owner: uintdev
- License: mit
- Created: 2023-10-17T17:25:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T23:39:45.000Z (8 months ago)
- Last Synced: 2025-02-24T00:26:03.637Z (8 months ago)
- Topics: scss, static-site, website, zola, zola-site
- Language: SCSS
- Homepage: https://blog.uint.dev
- Size: 9.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uintdev blog
This is the source code of the Zola site assets that are used as part of building a static website for [blog.uint.dev](https://blog.uint.dev/).
This website is hosted using Cloudflare Pages.
## Setup
### CLI
Zola is in form of a binary. This typically has to be installed. For the respective platform instructions, [refer to the official documentation](https://www.getzola.org/documentation/getting-started/installation/).
```bash
# Build and run the development server
zola serve
# Build and output into 'public/'
zola build
```### Web server
For the web server of your choice, point the document root for the virtual host to the `public/` directory (or its results) that was created from the build process.
## Licensing
The [MIT license](LICENSE) is used for this project. The font is under [Apache 2.0](static/fonts/LICENSE.txt) -- more details can be found [here](https://fonts.google.com/specimen/Roboto+Mono).