Skip to content

Commit

Permalink
Add project logo as social preview image.
Browse files Browse the repository at this point in the history
  • Loading branch information
evarga committed May 30, 2024
1 parent 4ac9ede commit fc4b162
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ The accompanying website contains a collection of educational units that complem
# Usage
The UI is designed to be simple and intuitive. The main page contains a selection box with currently available domains (the _All Domains_ option is chosen by default). The rest of the home page lists all educational units filtered by domain. Each educational unit is represented as a clickable card that will open the respective repository in a new tab.

# Development
The whole website project is situated inside the `docs` folder. It uses [Jekyll](https://jekyllrb.com) with some customizations. The card definitions are located in the `_data/projects.yml` file. The structure of this file is self-explanatory, as it already contains many examples.

# Conclusion
You have witnessed the power of an umbrella project that centralizes access to various self-contained educational units from different domains. This approach allows for increased visibility, simplified maintenance, and community contributions. Exploring the content of the `docs` folder (this is the specified source for the GitHub Pages) you were able to fathom relevant details how the Jekyll, Liquid and GitHub Pages technology stack operates as well as how to customize the appearance of the site using a custom theme. You also learned how to produce a GitHub social media preview image for a project with Microsoft Designer.
9 changes: 3 additions & 6 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,13 @@
});
</script>

<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->

{% seo %}

{% seo %}
{% include head-custom.html %}
</head>

<body>
<img src="assets/images/edu-units-logo.png" style="display:none;"/>

<header>
<div class="inner">
<a href="{{ '/' | absolute_url }}">
Expand Down
Binary file added docs/assets/images/edu-units-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fc4b162

Please sign in to comment.