23 lines
862 B
Markdown
23 lines
862 B
Markdown
|
|
||
|
# Undefined Theme
|
||
|
|
||
|
This repository contains the pelican template for [undefinedbehavior.de](undefinedbehavior.de).
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
Clone this repository and install it using `pelican-themes -i path_to_this_theme`.
|
||
|
If you prefer to install it by adding a symbolic link instead of copying the theme, use `pelican-themes -s path_to_this_theme`.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Set `THEME = 'undefined-theme'` in your `pelicanconf.py` to use this theme for your website.
|
||
|
|
||
|
## Credits
|
||
|
|
||
|
This theme uses the fonts [Maven Pro](https://fonts.google.com/specimen/Maven+Pro) (SIL OFL) and [Oxygen Mono](https://fonts.google.com/specimen/Oxygen+Mono) (SIL OFL).
|
||
|
|
||
|
To remove browser-side default CSS settings, this theme uses [reset.css](http://meyerweb.com/eric/tools/css/reset/) (public domain).
|
||
|
|
||
|
The sidenote are heavily inspires by [latex.css](https://latex.now.sh) (MIT License).
|
||
|
|
||
|
Thank you
|