jekyll-theme-endless 0.12.2 → 0.12.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/function_tag-cloud.html +1 -1
- data/_layouts/statistics.html +2 -2
- data/lib/jekyll-theme-endless/version.rb +1 -1
- metadata +1 -2
- data/_data/tag-description.yml +0 -128
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f75db2a0eaa28c18488f7bfddead9281c786ed050769c4a9f1593e344ff7be7
|
4
|
+
data.tar.gz: e854ce0f88a84f58a9076835ecf89bbdfd59b071993c0e02e11c43ca71baf202
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9acdb37b0ec27f4da113e109259b576dc8f5bb014544c275890237d300db51e202d2579b325cd9dfe0cdc3a60f7bf2247f1dab2baadde193d630d18faa78d3a0
|
7
|
+
data.tar.gz: f4a0d1445f90e848b0e7cb9e3cb21c18491bd0eb357d447b1e1ccfcca80c05fe7ba795a54db9525ad3b9d70dc47f97cea1273170354b54a4506d2a10babdf4db
|
@@ -116,7 +116,7 @@ Assumption: Non of the tags occurs more than one million times.
|
|
116
116
|
that were already escaped by AsciiDocify, or, if special characters are present,
|
117
117
|
the tags were set unescaped through the Jekyll front matter.
|
118
118
|
{% endcomment %}
|
119
|
-
>{{ tagname |escape }}</a>
|
119
|
+
>{{ tagname | escape }}</a>
|
120
120
|
</li>
|
121
121
|
|
122
122
|
{% endfor %}
|
data/_layouts/statistics.html
CHANGED
@@ -40,8 +40,8 @@ layout: page
|
|
40
40
|
|
41
41
|
{% endfor %}
|
42
42
|
|
43
|
-
{% comment %}Sort the tags in alphabetical order.{% endcomment %}
|
44
|
-
{% assign tags_without_description = tags_without_description |
|
43
|
+
{% comment %}Sort the tags in alphabetical order (case-insensitive).{% endcomment %}
|
44
|
+
{% assign tags_without_description = tags_without_description | sort_natural %}
|
45
45
|
|
46
46
|
|
47
47
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-endless
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.12.
|
4
|
+
version: 0.12.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sven Boekhoff
|
@@ -77,7 +77,6 @@ files:
|
|
77
77
|
- README.adoc
|
78
78
|
- _config.yml
|
79
79
|
- _data.yml
|
80
|
-
- _data/tag-description.yml
|
81
80
|
- _includes/aside_info.html
|
82
81
|
- _includes/aside_more.html
|
83
82
|
- _includes/aside_navigation.html
|
data/_data/tag-description.yml
DELETED
@@ -1,128 +0,0 @@
|
|
1
|
-
GDPR:
|
2
|
-
short: "GDPR (General Data Protection Regulation) is a regulation enacted by the European Union to protect individuals' privacy and personal data. It imposes strict guidelines on how organizations collect, store, process, and share personal data of EU residents. Compliance with GDPR is essential for businesses handling such data, with requirements including data protection by design, user consent, and the right to access and erase data. Non-compliance can result in significant penalties."
|
3
|
-
Schema.org:
|
4
|
-
short: "Schema.org is a collaborative, standardized vocabulary that provides structured data markup to help search engines better understand the content on web pages. By adding Schema.org tags to HTML, content such as events, reviews, and products can appear as rich snippets in search results, enhancing visibility and user engagement. In Jekyll, Schema.org markup can be added to templates to improve SEO and provide more context to search engines."
|
5
|
-
SEO:
|
6
|
-
short: "SEO (Search Engine Optimization) refers to strategies and practices aimed at improving a website's visibility in search engine results. Effective SEO enhances a site's ranking by optimizing content, keywords, meta tags, and site structure to attract more organic traffic. In Jekyll, SEO best practices can be implemented through plugins, structured data, and thoughtful content organization."
|
7
|
-
known issues:
|
8
|
-
short: "Known issues are documented problems or limitations within a software application that are acknowledged by developers but may not yet have a solution. These can include bugs, compatibility issues, or performance limitations. Known issues are often shared in release notes or support documentation to keep users informed and to suggest potential workarounds until fixes are available."
|
9
|
-
A&B:
|
10
|
-
short: "Tag for testing the escaping bahaviour of Markdown and AsciiDoc frontmatter."
|
11
|
-
escaping:
|
12
|
-
short: "The process of using special characters or sequences to prevent specific symbols from being interpreted in code or markup, often necessary for handling HTML, YAML, or Markdown."
|
13
|
-
security:
|
14
|
-
short: "Measures and practices used to protect software, systems, and data from unauthorized access, attacks, or vulnerabilities, essential in all stages of development."
|
15
|
-
special chars:
|
16
|
-
short: "Characters with special functions in code or markup, like &, <, >, which may need to be escaped to ensure proper display or functionality in web content or code."
|
17
|
-
test-page:
|
18
|
-
short: "A page created to test functionality, design, or layout before publishing. Useful for checking formatting, scripts, or custom styles in a controlled environment."
|
19
|
-
frontmatter:
|
20
|
-
short: "A YAML or JSON block at the beginning of a Jekyll file that contains metadata about the page, such as title, layout, and tags, which Jekyll uses to generate content dynamically."
|
21
|
-
permalink:
|
22
|
-
short: "A permalink (permanent link) is a stable URL that links to a specific page, post, or content piece on a website. Permalinks are designed to remain unchanged indefinitely, ensuring that links to the content will not break over time. In Jekyll, permalinks can be customized to control the URL structure for individual pages or posts, improving both user experience and SEO."
|
23
|
-
release notes:
|
24
|
-
short: "Release notes are documents that provide information about new features, bug fixes, improvements, and known issues in a new software version. They help users and developers understand changes between versions and can include details on compatibility, upgrade steps, and resolved issues. Release notes are essential for keeping stakeholders informed about software progress and updates."
|
25
|
-
pages:
|
26
|
-
short: "Static or dynamic web pages in a Jekyll site, typically containing content that isn't organized chronologically, such as 'About' or 'Contact' sections."
|
27
|
-
_includes:
|
28
|
-
short: "A special directory in Jekyll where reusable code snippets or partial templates, such as headers, footers, or navigation menus, are stored. Files in the _includes folder can be inserted into other templates using Liquid tags, allowing for modular and maintainable site layouts."
|
29
|
-
RSS:
|
30
|
-
short: "RSS (Really Simple Syndication) is a web feed format that allows users and applications to receive updates from websites in a standardized format. By subscribing to an RSS feed, users can stay informed about new content, such as blog posts or news articles, without visiting the site directly. RSS feeds are commonly used in news aggregators and feed readers."
|
31
|
-
|
32
|
-
TOC:
|
33
|
-
short: "TOC (Table of Contents) is a navigational aid that lists the main sections or headings of a document, allowing readers to quickly find and jump to specific content. In web content, a TOC is often generated automatically based on headings and can be particularly useful for lengthy pages or articles."
|
34
|
-
.gitlab-ci.yml:
|
35
|
-
short: "A YAML file used to define GitLab CI/CD pipeline configurations, specifying jobs, stages, and conditions for automated testing, deployment, or other tasks in GitLab."
|
36
|
-
LICENSE.txt:
|
37
|
-
short: "A file in a project that outlines the terms and conditions under which the software can be used, modified, or shared, commonly chosen from open-source licenses."
|
38
|
-
SASS:
|
39
|
-
short: "SASS (Syntactically Awesome Stylesheets) is a CSS preprocessor that adds advanced features like variables, nested rules, and mixins to standard CSS. SASS has two syntax options: the older indented syntax (SASS) and the newer, more CSS-like syntax (SCSS). The SASS syntax uses indentation instead of curly braces and semicolons, while SCSS is more similar to traditional CSS and is often preferred for its familiarity."
|
40
|
-
cleanup:
|
41
|
-
short: "The process of removing unnecessary or temporary files, obsolete code, or outdated data from a system or project to improve performance or maintainability."
|
42
|
-
_data.yml:
|
43
|
-
short: "A YAML file used to store settings required for the theme website. They were outsourced from the _config.yml file to prevent them from being loaded as default values when using the theme."
|
44
|
-
dependencies:
|
45
|
-
short: "External libraries, modules, or packages required by a project or software to function properly, typically managed by package managers like bundler."
|
46
|
-
bash:
|
47
|
-
short: "A popular Unix shell and command language, commonly used for scripting and automating tasks in Linux and macOS environments."
|
48
|
-
deployment:
|
49
|
-
short: "The process of releasing or distributing software to a production environment, making it available for use by end users."
|
50
|
-
|
51
|
-
statistics:
|
52
|
-
short: "Data or numerical insights gathered from various sources, often used to analyze performance, user behavior, or other measurable factors."
|
53
|
-
bugfixes:
|
54
|
-
short: "Software updates or patches that resolve identified errors or malfunctions, ensuring the application runs as expected."
|
55
|
-
quotes:
|
56
|
-
short: "Text or speech cited from a source, typically used to reference someone's exact words or to highlight a point. Specifically refers to the styling and formatting of quotes in this context."
|
57
|
-
tables:
|
58
|
-
short: "A structured format for organizing data into rows and columns, making it easy to present and interpret information in a grid layout."
|
59
|
-
layout:
|
60
|
-
short: "The structured design and positioning of elements on a webpage or document, such as text and images, to enhance user experience. In Jekyll, layout files are stored in the '_layouts/' directory."
|
61
|
-
CDN:
|
62
|
-
short: "A Content Delivery Network (CDN) is a system of distributed servers that deliver web content to users based on their geographic location, improving load times and performance."
|
63
|
-
jsdelivr:
|
64
|
-
short: "A free, fast, and open-source CDN that hosts JavaScript libraries, CSS files, and other web assets, helping to deliver them efficiently to users."
|
65
|
-
i18n:
|
66
|
-
short: "Short for 'internationalization', i18n refers to the process of designing software to be adaptable to different languages and regions without requiring engineering changes."
|
67
|
-
updates:
|
68
|
-
short: "Changes or improvements applied to software or content, typically to fix bugs, add new features, or enhance security."
|
69
|
-
logging:
|
70
|
-
short: "The practice of recording system events, errors, or user activities, often used for tracking and troubleshooting."
|
71
|
-
debugging:
|
72
|
-
short: "The process of finding and resolving bugs or defects in software to ensure it behaves as expected."
|
73
|
-
Gemfile:
|
74
|
-
short: "A file used in Ruby projects to list the dependencies (gems) required by the project and to manage their installation."
|
75
|
-
_data:
|
76
|
-
short: "A directory in Jekyll where structured data (e.g., YAML, JSON, or CSV files) is stored, which can be accessed and used across the site."
|
77
|
-
|
78
|
-
_config.yml:
|
79
|
-
short: "A configuration file used in Jekyll to customize settings for your site."
|
80
|
-
admonition:
|
81
|
-
short: "A formatted block in documentation that draws attention to important notes or warnings."
|
82
|
-
AsciiDoc:
|
83
|
-
short: "A lightweight but feature-rich markup language used for writing documentation in plain text."
|
84
|
-
Bootstrap:
|
85
|
-
short: "A popular front-end framework for building responsive, mobile-first websites using CSS and JavaScript components."
|
86
|
-
CSS:
|
87
|
-
short: "Cascading Style Sheets, a language used for describing the presentation of a web page, including layout, colors, and fonts."
|
88
|
-
documentation:
|
89
|
-
short: "Written text or resources that explain how a piece of software or technology works."
|
90
|
-
EditorConfig:
|
91
|
-
short: "A file format and collection of text editor plugins for maintaining consistent coding styles across different editors."
|
92
|
-
example:
|
93
|
-
short: "A sample or instance used to demonstrate how something works or can be done."
|
94
|
-
features:
|
95
|
-
short: "A set of distinctive attributes or capabilities that a software or product offers."
|
96
|
-
Font Awesome:
|
97
|
-
short: "A font and icon toolkit used to include scalable vector icons and social logos on websites."
|
98
|
-
footer:
|
99
|
-
short: "The section at the bottom of a webpage or document, usually containing copyright information, links, or branding."
|
100
|
-
function:
|
101
|
-
short: "A block of code designed to perform a specific task and which can be reused in a program."
|
102
|
-
gemspec:
|
103
|
-
short: "A specification file that defines the details of a Ruby gem, including its dependencies and metadata."
|
104
|
-
highlighting:
|
105
|
-
short: "A feature used to apply color to syntax in code examples, making it easier to read and understand."
|
106
|
-
images:
|
107
|
-
short: "Visual elements used in websites or documents, including photos, illustrations, and graphics."
|
108
|
-
lists:
|
109
|
-
short: "A collection of items organized in a sequence, either ordered or unordered."
|
110
|
-
Markdown:
|
111
|
-
short: "A lightweight markup language for formatting text, used widely for creating simple, readable documentation."
|
112
|
-
menu:
|
113
|
-
short: "A navigation element in a webpage that allows users to move between different sections or pages."
|
114
|
-
posts:
|
115
|
-
short: "Multiple blog entries or articles displayed on a site, typically listed in reverse chronological order."
|
116
|
-
Rouge:
|
117
|
-
short: "A syntax highlighter used in Jekyll and other systems to colorize code snippets in various programming languages."
|
118
|
-
SCSS:
|
119
|
-
short: "A preprocessor language that extends CSS with features like variables, nested rules, and functions."
|
120
|
-
styling:
|
121
|
-
short: "The process of applying styles to a webpage or document, often through CSS, to enhance its appearance."
|
122
|
-
table:
|
123
|
-
short: "A structured arrangement of data in rows and columns, often used for displaying information in a grid format."
|
124
|
-
tag-cloud:
|
125
|
-
short: "A visual representation of the tags used in a blog, with more frequently used tags appearing larger."
|
126
|
-
tags:
|
127
|
-
short: "Keywords or labels that categorize and describe blog posts or content to make them easier to find."
|
128
|
-
|