mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Remove css from repo
This commit is contained in:
parent
1304e5ca82
commit
ff0ac96b4f
3 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -26,6 +26,7 @@ Icon
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
_build
|
_build
|
||||||
|
docs/_themes/jrnl/static/css/jrnl.css
|
||||||
|
|
||||||
# MS Visual Studio (PyTools)
|
# MS Visual Studio (PyTools)
|
||||||
obj
|
obj
|
||||||
|
|
3
Makefile
3
Makefile
|
@ -6,10 +6,11 @@ clean:
|
||||||
rm -rf jrnl.egg-info
|
rm -rf jrnl.egg-info
|
||||||
|
|
||||||
# Build GitHub Page from docs
|
# Build GitHub Page from docs
|
||||||
gh_pages:
|
docs:
|
||||||
git checkout gh-pages ; \
|
git checkout gh-pages ; \
|
||||||
git checkout master docs ; \
|
git checkout master docs ; \
|
||||||
git checkout master jrnl ; \
|
git checkout master jrnl ; \
|
||||||
|
lessc --clean-css docs/_themes/jrnl/static/less/jrnl.less docs/_themes/jrnl/static/css/jrnl.css ; \
|
||||||
cd docs ; \
|
cd docs ; \
|
||||||
make html ; \
|
make html ; \
|
||||||
cd .. ; \
|
cd .. ; \
|
||||||
|
|
1
docs/_themes/jrnl/static/css/jrnl.css
vendored
1
docs/_themes/jrnl/static/css/jrnl.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue