Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Rosanny Sihombing
ckan theme
Commits
9d73abf3
Commit
9d73abf3
authored
3 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Email Patches
Plain Diff
update path
parent
a58383c5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+0
-1
README.md
ckanext-theme_hft/ckanext/theme_hft/assets/theme.css
+1
-1
ckanext-theme_hft/ckanext/theme_hft/assets/theme.css
ckanext-theme_hft/ckanext/theme_hft/assets/webassets.yml
+1
-2
ckanext-theme_hft/ckanext/theme_hft/assets/webassets.yml
ckanext-theme_hft/ckanext/theme_hft/templates/footer.html
+2
-2
ckanext-theme_hft/ckanext/theme_hft/templates/footer.html
with
4 additions
and
6 deletions
+4
-6
README.md
+
0
-
1
View file @
9d73abf3
...
...
@@ -23,7 +23,6 @@ The extension and files for the customization are structured as follows in the *
1.
Run the following command to create a new extension and place its directory in the
**`ckan`**
source code's parent directory:
> ckan generate extension
-
New extension name: _
`ckanext-theme_hft`
_
-
theme name: _
`theme_hft`
_
1.
Put the files in this repo to the their respective directories.
1.
Go to
**`ckanext-theme_hft`**
directory and run the following command:
> python setup.py develop
...
...
This diff is collapsed.
Click to expand it.
ckanext-theme_hft/ckanext/theme_hft/assets/theme.css
+
1
-
1
View file @
9d73abf3
...
...
@@ -30,7 +30,7 @@
@media
(
min-width
:
768px
)
{
.hero
{
background
:
url("/header.jpg")
;
background
:
url("
https://m4lab.hft-stuttgart.de/katalog
/header.jpg")
;
}
}
...
...
This diff is collapsed.
Click to expand it.
ckanext-theme_hft/ckanext/theme_hft/assets/webassets.yml
+
1
-
2
View file @
9d73abf3
theme
:
filters
:
cssrewrite
output
:
katalog/assets/%(version)s_theme.css
output
:
theme_hft/theme.css
contents
:
theme.css
This diff is collapsed.
Click to expand it.
ckanext-theme_hft/ckanext/theme_hft/templates/footer.html
+
2
-
2
View file @
9d73abf3
...
...
@@ -4,10 +4,10 @@
{% block footer_content %}
<div
class=
"row"
>
<div
class=
"col-md-4 attribution"
>
<img
src=
"/Innovative_Hochschule_Initiative_BMBF_GWK_RGB.png"
height=
'90'
/>
<img
src=
"
https://m4lab.hft-stuttgart.de/img/footer
/Innovative_Hochschule_Initiative_BMBF_GWK_RGB.png"
height=
'90'
/>
</div>
<div
class=
"col-md-2 attribution"
>
<img
src=
"/M4_LAB_LOGO_Graustufen.png"
height=
'80'
/>
<img
src=
"
https://m4lab.hft-stuttgart.de/img/footer
/M4_LAB_LOGO_Graustufen.png"
height=
'80'
/>
</div>
<div
class=
"col-md-3 footer-links"
>
<a
href=
"https://twitter.com/InnolabM4"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment