From 0ecc73992486ec2221a10e9ceb4385c5ba2263c7 Mon Sep 17 00:00:00 2001 From: FangHao Date: Mon, 13 Feb 2023 13:25:21 +0800 Subject: [PATCH 1/2] Create jekyll-textalic.md --- content/theme/jekyll-textalic.md | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 content/theme/jekyll-textalic.md diff --git a/content/theme/jekyll-textalic.md b/content/theme/jekyll-textalic.md new file mode 100644 index 000000000..ad53a0618 --- /dev/null +++ b/content/theme/jekyll-textalic.md @@ -0,0 +1,34 @@ +--- +title: "Textalic" +github: https://github.com/UniFreak/jekyll-theme-textalic +demo: https://unifreak.github.io/jekyll-theme-textalic +author: unifreak +date: 2023-02-13 +ssg: + - Jekyll +cms: + - No CMS +css: + - Bootstrap +archetype: + - Blog + - Portfolio +description: Textalic is a simple, responsive jekyll theme focus on blogging. +--- + +# Textalic + +Textalic is a simple, responsive jekyll theme focus on blogging. Here is a live demo. + +## Features + +* Post category, tag and series +* Github flavored markdown rendering +* LaTeX and ascii math notation rendering +* Disqus comment and Gitalk comment +* Fulltext search (powered by jekyll-simple-search plugin) +* Code highlighting +* Autogenerate table of content +* Google analytics +* Atom feed +* Sitemap From 77873f319f69747d183ec75ff072e899c84b01d6 Mon Sep 17 00:00:00 2001 From: FangHao Date: Mon, 13 Feb 2023 13:27:51 +0800 Subject: [PATCH 2/2] Update jekyll-textalic.md --- content/theme/jekyll-textalic.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/theme/jekyll-textalic.md b/content/theme/jekyll-textalic.md index ad53a0618..97d60fd2e 100644 --- a/content/theme/jekyll-textalic.md +++ b/content/theme/jekyll-textalic.md @@ -32,3 +32,5 @@ Textalic is a simple, responsive jekyll theme focus on blogging. Here is a live * Google analytics * Atom feed * Sitemap + +For detailed installation and configuration guide, see github repo.