https://github.com/xypnox/blag_zola
A blog theme for zola I used to use
https://github.com/xypnox/blag_zola
blog-theme zola zola-theme
Last synced: 7 months ago
JSON representation
A blog theme for zola I used to use
- Host: GitHub
- URL: https://github.com/xypnox/blag_zola
- Owner: xypnox
- Created: 2017-12-20T17:53:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T15:25:32.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T18:50:05.849Z (9 months ago)
- Topics: blog-theme, zola, zola-theme
- Language: HTML
- Homepage:
- Size: 80.8 MB
- Stars: 21
- Watchers: 5
- Forks: 5
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.xypnox.com/blag/)
# The Blag
_Used to be the Blog of xypnox, a collection of Literature, Computing and Philosophy_
> This was a earlier variant of blog, built via zola, the current version doesn't use this, instead it is kept with the same repo as xypnox.com's source.

This repository contains the source for my "blag" hosted at [xypnox.com/blag](https://www.xypnox.com/blag/).
The blog is built using [Zola](https://www.getzola.org/), A static site generator written in Rust. It uses a custom theme made specifically for this blog named `xyblag`, which can be found in the [themes/xyblag](https://github.com/xypnox/blag/tree/master/themes/xyblag) directory.
## Usage
`zola serve` to start a local server for live development, the deployment is done automatically through Github Actions.
The specific instructions for the theme are present in the [xyBlag theme's Readme](https://github.com/xypnox/blag/blob/master/themes/xyblag/README.md).
## Theme

The theme is custom made for specificaly this blog and can be found in the [`themes/xyblag`](https://github.com/xypnox/blag/tree/master/themes/xyblag) directory.
## Credits
The theme used the [Even theme](https://github.com/getzola/even) as a base and was modified into it's current form.