Skip to content

Commit

Permalink
custom footer
Browse files Browse the repository at this point in the history
  • Loading branch information
janette committed Oct 30, 2023
1 parent 5808f7e commit 6fcb250
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.idea
.vscode

docs/_site
docs/Gemfile
docs/Gemfile.lock

tests/bats
tests/test_helper
5 changes: 5 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ header_pages:
titles_from_headings:
enabled: true
strip_title: true
github_username: GetDKAN/ddev-dkan
minima:
social_links:
- { platform: github, user_url: "https://github.com/getdkan/ddev-dkan" }
plugins:
- jekyll-seo-tag
sass:
quiet_deps: true
12 changes: 12 additions & 0 deletions docs/_includes/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<footer class="site-footer h-card">
<data class="u-url" href="{{ "/" | relative_url }}"></data>

<div class="wrapper">

<div class="social-links">
{%- include social.html -%}
</div>

</div>

</footer>
1 change: 1 addition & 0 deletions docs/_includes/social-icons/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/favicon.ico
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,3 @@ of DDEV.
Run `ddev` by itself to get a list of commands available to you.

Run `ddev get --list --all` to get a list of other DDEV add-ons.
## Additional Resources

- [DDEV Documentation](https://ddev.readthedocs.io/en/stable/users/usage/)
- [DKAN Documentation](https://demo.getdkan.org/modules/contrib/dkan/docs/index.html)
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ title: "DDEV-DKAN add-on"
The DDEV-DKAN add-on provides configuration and specialized commands for dealing
with a DKAN Drupal project in the DDEV environment.

- [DDEV Documentation](https://ddev.readthedocs.io/en/stable/users/usage/)
- [DKAN Documentation](https://dkan.readthedocs.io/en/latest/index.html)

Note that all the DKAN commands which come with this addon have documentation built-in. At the command line, you can
ask for help with any one of them with `ddev [command] --help` like this:

Expand Down
2 changes: 1 addition & 1 deletion misc/settings.dkan-snippet.php.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Automatically generated include for settings managed by dkan-ddev-addon.
// Automatically generated include for settings managed by ddev-dkan.
// #ddev-generated
if (file_exists(__DIR__ . '/settings.dkan.php') && getenv('IS_DDEV_PROJECT') == 'true') {
include __DIR__ . '/settings.dkan.php';
Expand Down
2 changes: 1 addition & 1 deletion misc/settings.dkan.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @file
* #ddev-generated: Automatically generated Drupal settings file.
* DKAN-DDev-addon manages this file and may delete or overwrite the file unless this
* ddev-dkan manages this file and may delete or overwrite the file unless this
* comment is removed. It is recommended that you leave this file alone.
*/

Expand Down

0 comments on commit 6fcb250

Please sign in to comment.