blob: a39d0def66a9248504f5b8d783a384aad5e1c396 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
The **Adélie Linux WordPress Theme** is derived from [Astra](https://wpastra.com/) `v3.6.5` and is licensed under GPLv2 or later in accordance with applicable terms.
![Adélie Linux WordPress Theme](meta/adelie-theme-chooser.png)
This theme is running at https://blog.adelielinux.org/ which is the official Adélie Linux blog.
# Installation
```sh
# on Sentry
cd $HOME/services/blog.adelielinux.org/wordpress/wp-content/themes/
git clone
```
Then activate the theme in the admin console.
# Updates
```sh
# on Sentry
cd $HOME/services/blog.adelielinux.org/wordpress/wp-content/themes/blog-ng/
git pull
```
Changes are applied instantly.
|