generated from mmistakes/mm-github-pages-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
70 additions
and
29 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
title: "Welcome to Jekyll!" | ||
date: 2024-04-18T15:34:30-04:00 | ||
categories: | ||
- blog | ||
tags: | ||
- Jekyll | ||
- update | ||
--- | ||
![TeXt Theme](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/TeXt-home.jpg) | ||
|
||
TeXt is a super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc. Similar to iOS 11 style, it has large and prominent titles, round buttons and cards. | ||
## Features | ||
|
||
- Responsive | ||
- Semantic HTML | ||
- Skins | ||
- Highlight Theme | ||
- Internationalization | ||
- Search | ||
- Table of contents | ||
- Authors | ||
- Additional styles (alert, tag, image, icon, button, grid, etc) | ||
- Extensions (audios, videos, slides, demos) | ||
- Markdown enhancements ([MathJax](https://www.mathjax.org/), [mermaid](https://mermaidjs.github.io/), [chartjs](http://www.chartjs.org/)) | ||
- Sharing ([AddToAny](https://www.addtoany.com/), [AddThis](https://www.addthis.com/)) | ||
- Comments ([Disqus](https://disqus.com/), [Gitalk](https://gitalk.github.io/), [Valine](https://valine.js.org/en/)) | ||
- Pageview ([LeanCloud](https://leancloud.cn/)) | ||
- Analytics ([Google Analytics](https://analytics.google.com/analytics/web/)) | ||
- RSS ([jekyll-feed](https://github.com/jekyll/jekyll-feed)) | ||
|
||
## Skins | ||
|
||
TeXt has 6 built-in skins, you can also set up your own skin. | ||
|
||
| `default` | `dark` | `forest` | | ||
| --- | --- | --- | | ||
| ![Default](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/skins_default.jpg) | ![Dark](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/skins_dark.jpg) | ![Forest](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/skins_forest.jpg) | | ||
|
||
| `ocean` | `chocolate` | `orange` | | ||
| --- | --- | --- | | ||
| ![Ocean](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/skins_ocean.jpg) | ![Chocolate](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/skins_chocolate.jpg) | ![Orange](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/skins_orange.jpg) | | ||
|
||
### Highlight Theme | ||
Jekyll also offers powerful support for code snippets: | ||
|
||
```ruby | ||
def print_hi(name) | ||
puts "Hi, #{name}" | ||
end | ||
print_hi('Tom') | ||
#=> prints 'Hi, Tom' to STDOUT. | ||
``` | ||
|
||
Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. | ||
|
||
[jekyll-docs]: https://jekyllrb.com/docs/home | ||
[jekyll-gh]: https://github.com/jekyll/jekyll | ||
[jekyll-talk]: https://talk.jekyllrb.com/ | ||
|
||
|
||
|
||
|
||
### Highlight Theme | ||
|
||
TeXt use [Tomorrow](https://github.com/chriskempson/tomorrow-theme) as the highlight theme. | ||
|
||
| `tomorrow` | `tomorrow-night` | `tomorrow-night-eighties` | `tomorrow-night-blue` | `tomorrow-night-bright` | | ||
| --- | --- | --- | --- | --- | | ||
| ![Tomorrow](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/highlight_tomorrow.png) | ![Tomorrow Night](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/highlight_tomorrow-night.png) | ![Tomorrow Night Eighties](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/highlight_tomorrow-night-eighties.png) | ![Tomorrow Night Blue](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/highlight_tomorrow-night-blue.png) | ![Tomorrow Night Bright](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/highlight_tomorrow-night-bright.png) | |