Skip to content

Commit 1e58532

Browse files
committed
Update search plugin
1 parent 34ef3a0 commit 1e58532

File tree

3 files changed

+40
-5
lines changed

3 files changed

+40
-5
lines changed

_posts/2012-01-02-Tech-stuff-example.md

+36-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Blogging with title
3+
title: Tech Stuff example
44
tags: [Test, Markdown]
55
---
66

@@ -95,3 +95,38 @@ class Module::Class
9595
end
9696
end
9797
```
98+
99+
### YAML
100+
101+
You can also render some yaml, like this `_config.yml`:
102+
103+
```yml
104+
105+
# Welcome to Jekyll!
106+
#
107+
# This config file is meant for settings that affect your whole blog, values
108+
# which you are expected to set up once and rarely edit after that. If you find
109+
# yourself editing this file very often, consider using Jekyll's data files
110+
# feature for the data you need to update frequently.
111+
#
112+
# This file, "_config.yml" is *NOT* reloaded automatically when you use
113+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
114+
115+
# Site settings
116+
# These are used to personalize your new site. If you look in the HTML files,
117+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
118+
# You can create any custom variable you would like, and they will be accessible
119+
# in the templates via {{ site.myvariable }}.
120+
121+
# SITE CONFIGURATION
122+
baseurl: "/Type-on-Strap"
123+
url: "https://sylhare.github.io"
124+
125+
# THEME-SPECIFIC CONFIGURATION
126+
title: Type on Strap # site's title
127+
description: "A website with blog posts and pages" # used by search engines
128+
avatar: assets/img/triangle.png # Empty for no avatar in navbar
129+
favicon: assets/favicon.ico # Icon displayed in the tab
130+
131+
remote_theme: sylhare/Type-on-Strap # If using as a remote_theme in github
132+
```

assets/js/vendor/simple-jekyll-search.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

type-on-strap.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "type-on-strap"
5-
spec.version = "2.1.1"
5+
spec.version = "2.1.2"
66
spec.authors = ["Sylhare","Rohan Chandra"]
77
88

0 commit comments

Comments
 (0)