summaryrefslogtreecommitdiff
path: root/README.md
blob: 751560a6d3c32b65afc383c7fa876c9003835735 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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.

![Adélie Linux WordPress Theme Example Post](meta/adelie-theme-post.png)

# 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.

# Maintenance

Upstream source code ("initial import" was from released version):

    https://github.com/brainstormforce/astra

TODO:

  * Checkout v3.6.5, figure out how to "build" upstream from scratch
    (e.g. node container, grunt, ...)

  * Try apply all patches (i.e. not first commit) onto that, and
    if successful (parity with current site) write build scripts

  * Rebase to latest stable upstream tag, test, etc.