Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/femiwiki/oouifemiwikitheme
:jack_o_lantern: OOUI Femiwiki Theme
https://github.com/femiwiki/oouifemiwikitheme
ooui ooui-theme theme
Last synced: about 1 month ago
JSON representation
:jack_o_lantern: OOUI Femiwiki Theme
- Host: GitHub
- URL: https://github.com/femiwiki/oouifemiwikitheme
- Owner: femiwiki
- License: mit
- Created: 2021-04-18T14:30:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T19:16:37.000Z (6 months ago)
- Last Synced: 2024-06-30T15:10:46.826Z (6 months ago)
- Topics: ooui, ooui-theme, theme
- Language: Shell
- Homepage:
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OOUIFemiwikiTheme
Femiwiki Theme is a theme for [OOUI]
## Build
```sh
git clone --recurse-submodules https://github.com/femiwiki/OOUIFemiwikiTheme
# If you already cloned:
# git submodule update --recursive --remote
yarn
./build.sh
```## Bump oojs-ui
```sh
git checkout main
git pull
git checkout -b REL1_42
git submodule update --recursive --remote
cd oojs-ui
git checkout v0.49.1 --force
cd ..
git add oojs-ui
git commit -m 'MediaWiki 1.42 supports for OOUI v0.49.1' -m 'https://github.com/wikimedia/mediawiki-vendor/blob/REL1_42/composer.json'asdf install nodejs $(cat oojs-ui/.nvmrc)
asdf local nodejs $(cat oojs-ui/.nvmrc)
yarn
./build.sh
git add dist
git commit -m Rebuild
```[ooui]: https://www.mediawiki.org/wiki/OOUI