Skip to content

Commit

Permalink
Merge pull request #21 from inpsyde/feature/inpsyde-is-now-syde
Browse files Browse the repository at this point in the history
inpsyde is now syde.
  • Loading branch information
Chrico committed Mar 7, 2024
2 parents 81f38c1 + 0992610 commit 18aeb57
Show file tree
Hide file tree
Showing 20 changed files with 55 additions and 64 deletions.
4 changes: 2 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package.json
package-lock.json
_site
assets/css/jekyll-inpsyde-theme.scss
assets/css/jekyll-syde-theme.scss
assets/js/vendor/lunr.min.js
assets/js/search-data.json
assets/js/jekyll-inpsyde-theme.js
assets/js/jekyll-syde-theme.js
2 changes: 1 addition & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ignoreFiles": [
"assets/css/jekyll-inpsyde-theme.scss",
"assets/css/jekyll-syde-theme.scss",
"_sass/vendor/**/*.scss"
],
"extends": ["stylelint-config-primer", "stylelint-config-prettier"],
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<p align="center">
<h1 align="center">Inpsyde Jekyll Theme</h1>
<h1 align="center">Syde Jekyll Theme</h1>
<p align="center"></p>
</p>

![jekyll-inpsyde-theme](./docs/assets/images/jekyll-inpsyde-theme-screenshot.jpg)
![jekyll-syde-theme](./docs/assets/images/jekyll-theme-screenshot.jpg)

## Introduction

This Jekyll Theme is used to provide layouts and styles for the documentation of Inpsyde's open source solutions on GitHub Pages.
This Jekyll Theme is used to provide layouts and styles for the documentation of Syde's open source solutions on GitHub Pages.

## Documentation

For more imformation, please refer to the [/docs](./docs) or go to https://inpsyde.github.io/jekyll-inpsyde-theme to see the theme in action _on its own documentation_. Very meta, we know.
For more information, please refer to the [/docs](./docs) or go to https://inpsyde.github.io/jekyll-syde-theme to see the theme in action _on its own documentation_. Very meta, we know.

## Credit

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is for local development.
# For generating inpsyde.github.io/jekyll-inpsyde-theme on GitHub Pages, use `docs/_config.yml`.
# For generating inpsyde.github.io/jekyll-syde-theme on GitHub Pages, use `docs/_config.yml`.
# Note that on local development, both files will be merged.
# This file overrides config in `docs/_config.yml`.

Expand Down
2 changes: 1 addition & 1 deletion _includes/cookie-consent.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div id="cookie-notice">
<span>We are using cookies to give you the best experience on our documentation website.</span>
<a id="cookie-notice-accept" class="btn btn-primary btn-sm">Accept</a>
<a href="https://inpsyde.com/en/privacy-policy/" class="btn btn-primary btn-sm" target="_blank">More info</a>
<a href="https://syde.com/en/privacy-policy/" class="btn btn-primary btn-sm" target="_blank">More info</a>
</div>
<script>
function createCookie(name, value, days) {
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
{% endunless %}

<link rel="shortcut icon" href="{{ '/assets/images/favicon.png' | relative_url }}" type="image/x-icon">
<link rel="stylesheet" href="{{ '/assets/css/jekyll-inpsyde-theme.css' | relative_url }}">
<link rel="stylesheet" href="{{ '/assets/css/jekyll-syde-theme.css' | relative_url }}">

{% if site.search_enabled != false %}
<script type="text/javascript" src="{{ '/assets/js/vendor/lunr.min.js' | relative_url }}"></script>
{% endif %}
<script type="text/javascript" src="{{ '/assets/js/jekyll-inpsyde-theme.js' | relative_url }}"></script>
<script type="text/javascript" src="{{ '/assets/js/jekyll-syde-theme.js' | relative_url }}"></script>

<meta name="viewport" content="width=device-width, initial-scale=1">

Expand Down
6 changes: 3 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="site-header">
<a href="{{ '/' | absolute_url }}" class="site-title lh-tight">
<div class="site-logo"
style="background-image: url({{ '/assets/images/jekyll-inpsyde-theme.svg' | relative_url }})">
style="background-image: url({{ '/assets/images/jekyll-theme.svg' | relative_url }})">
</div>
</a>
<a href="#" id="menu-button" class="site-button">
Expand All @@ -70,8 +70,8 @@
{% endif %}
</nav>
<footer class="site-footer">
Copyright (c) Inpsyde GmbH.<br/>We are <a href="https://inpsyde.com/en/career/?utm_medium=cta&utm_source=docspage&utm_campaign=jobs-docs">hiring</a>!<br/>
<a href="https://inpsyde.com/en/privacy-policy/?utm_medium=cta&utm_source=docspage&utm_campaign=jobs-docs" rel="nofollow">Privacy Policy</a> | <a href="https://inpsyde.com/en/imprint/?utm_medium=cta&utm_source=docspage&utm_campaign=jobs-docs" rel="nofollow">Imprint</a>
Copyright (c) Syde GmbH.<br/>We are <a href="https://syde.com/en/career/?utm_medium=cta&utm_source=docspage&utm_campaign=jobs-docs">hiring</a>!<br/>
<a href="https://syde.com/en/privacy-policy/?utm_medium=cta&utm_source=docspage&utm_campaign=jobs-docs" rel="nofollow">Privacy Policy</a> | <a href="https://syde.com/en/imprint/?utm_medium=cta&utm_source=docspage&utm_campaign=jobs-docs" rel="nofollow">Imprint</a>
</footer>
</div>
<div class="main" id="top">
Expand Down
4 changes: 2 additions & 2 deletions _sass/support/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $green-000: #41d693 !default;
$green-100: #11b584 !default;
$green-200: #009c7b !default;
$green-300: #026e57 !default;
$green-inpsyde: #9fc65d !default;
$green-syde: #9fc65d !default;

$yellow-000: #ffeb82 !default;
$yellow-100: #fadf50 !default;
Expand All @@ -84,7 +84,7 @@ $body-heading-color: $grey-dk-100 !default;
$search-result-preview-color: $grey-dk-000 !default;
$nav-child-link-color: $grey-dk-100 !default;
$link-color: $body-text-color !default;
$btn-primary-color: $green-inpsyde !default;
$btn-primary-color: $green-syde !default;
$base-button-color: #f7f7f7 !default;

//
Expand Down
2 changes: 1 addition & 1 deletion _sass/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ h1,
.text-alpha {
font-size: $font-size-8;
font-weight: 800;
color: $green-inpsyde;
color: $green-syde;
}

h2,
Expand Down
3 changes: 0 additions & 3 deletions assets/css/jekyll-inpsyde-theme.scss

This file was deleted.

3 changes: 3 additions & 0 deletions assets/css/jekyll-syde-theme.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
---
{% include css/jekyll-syde-theme.scss.liquid %}
11 changes: 0 additions & 11 deletions assets/images/jekyll-inpsyde-theme.svg

This file was deleted.

6 changes: 6 additions & 0 deletions assets/images/jekyll-theme.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ nav_order: 0
permalink: /
---

# Inpsyde Jekyll Theme
# Syde Jekyll Theme

![jekyll-inpsyde-theme](./assets/images/jekyll-inpsyde-theme-screenshot.jpg)
![jekyll-syde-theme](./assets/images/jekyll-theme-screenshot.jpg)

## Credit
This Jekyll Theme is a fork of the original from <a href="https://pmarsceill.github.io/just-the-docs/" target="_blank">Just the docs</a>
Expand Down
20 changes: 10 additions & 10 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# This file is for generating inpsyde.github.io/jekyll-inpsyde-theme on GitHub Pages.
# This file is for generating inpsyde.github.io/jekyll-syde-theme on GitHub Pages.
# For local development, use `_config.yml` at repo root.

title: Inpsyde Jekyll Theme
description: A Jekyll theme for Inpsyde package/plugin documentation
baseurl: /jekyll-inpsyde-theme # Your repo name with a leading slash.
title: Syde Jekyll Theme
description: A Jekyll theme for Syde package/plugin documentation
baseurl: /jekyll-syde-theme # Your repo name with a leading slash.

# Aux links for the upper right navigation
aux_links:
"Inpsyde Jekyll Theme on GitHub":
- https://github.com/inpsyde/jekyll-inpsyde-theme
"Syde Jekyll Theme on GitHub":
- https://github.com/inpsyde/jekyll-syde-theme

# Footer "Edit this page on GitHub" link text
gh_edit_repository: https://github.com/inpsyde/jekyll-inpsyde-theme # Your repo GitHub URL
gh_edit_repository: https://github.com/inpsyde/jekyll-syde-theme # Your repo GitHub URL

# Everything above is repo specific.

Expand All @@ -23,18 +23,18 @@ gh_edit_branch: master # The default branch of the repo. Default: main
gh_edit_source: docs # The directory containing the docs. Default: docs

exclude:
- "tests/" # This is jekyll-inpsyde-theme specific!
- "tests/" # This is jekyll-syde-theme specific!

###############################################################

# Everything below should be copy and pasted into package repos

remote_theme: inpsyde/jekyll-inpsyde-theme
remote_theme: inpsyde/jekyll-syde-theme

###############################################################

# Everything below should be copy and pasted into package repos
# To be replaced by jekyll-inpsyde-theme's `_config.yml` when GitHub Pages supports Jekyll v4.
# To be replaced by jekyll-syde-theme's `_config.yml` when GitHub Pages supports Jekyll v4.

plugins:
- jekyll-remote-theme
Expand Down
10 changes: 3 additions & 7 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ gh_edit_source: docs # The directory containing the docs. Default: docs

# Everything below should be copy and pasted into package repos

remote_theme: inpsyde/jekyll-inpsyde-theme
remote_theme: inpsyde/jekyll-syde-theme

###############################################################

# Everything below should be copy and pasted into package repos
# To be replaced by jekyll-inpsyde-theme's `_config.yml` when GitHub Pages supports Jekyll v4.
# To be replaced by jekyll-syde-theme's `_config.yml` when GitHub Pages supports Jekyll v4.

plugins:
- jekyll-remote-theme
Expand Down Expand Up @@ -115,10 +115,6 @@ The best way to use this package is:
composer require inpsyde/<YOUR_REPO_NAME>
```

## Crafted by Inpsyde

The team at [Inpsyde](https://inpsyde.com) is engineering the Web since 2006.

## License

Copyright (c) 2021, Inpsyde GmbH
Expand Down Expand Up @@ -211,7 +207,7 @@ The Jekyll site will be avaible at `https://inpsyde.github.io/<YOUR_REPO_NAME>`
- The person who pushed the changes must have their email addresses verified on GitHub. For more information, see [Verifying your email address](https://docs.github.com/en/get-started/signing-up-for-github/verifying-your-email-address)
- If GitHub reports any Jekyll build error messages, [build your site locally](#serve-the-jekyll-site-locally) to see any misconfiguration
- Ask on the `#p-jekyll-inpsyde-theme` Slack channel if you need further help
- Ask on the `#p-jekyll-syde-theme` Slack channel if you need further help

#### Purging GitHub Pages Cache

Expand Down

0 comments on commit 18aeb57

Please sign in to comment.