inveniosoftware / inveniosoftware/cookiecutter-invenio-instance
global: use SemanticUI by default
- Dominant language
- Python
- Stars
- 6
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
Cookiecutter-Invenio-Instance should by default use SemanticUI. This means that it should somewhere define in the configuration:
```python
APP_THEME = ['semanticui']
```
To-do:
- when `invenio-theme` is released a stable, not anymore `a1`, then revert the `/scripts/bootstrap` to use Pipenv instead of manual installation. Currently there is an issue installing pre-release versions with Pipenv.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing merged pull request #227 and the /scripts/bootstrap path named in the issue to determine what remains. Locate where the instance configuration defines APP_THEME and verify that the default is semanticui; once invenio-theme is stable, completion also requires restoring Pipenv usage in the bootstrap script.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 15/100