jekyll-TeXt-theme
jekyll-TeXt-theme copied to clipboard
💎 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.
package day02; public class Day02ex { public static void main(String[] args) { System.out.print("hello world!"); // 띄어쓰기 없음 System.out.println("A"); System.out.println(100); System.out.println("3.14"); //System.out.println(); 출력시 한칸 띄우기 System.out.println(); // sysout ctrl space //System.out.printf(“%형식지정자”,"출력값");...
This change renders the `mail` icon in the author links section, to avoid having a blank icon: 
RSS is enabled by default on the website using jekyll-feed, but the majojrity of users would not know how to find it without a link. This commit provides a "button"...
[Day0.md](https://github.com/kitian616/jekyll-TeXt-theme/files/9092506/Day0.md)
Report Bundler::GemNotFound **Description** [from /var/lib/gems/2.5.0/gems/bundler-2.1.2/lib/bundler/resolver.rb:258:in `each' /var/lib/gems/2.5.0/gems/bundler-2.1.2/lib/bundler/resolver.rb:290:in `block in verify_gemfile_dependencies_are_found!': Could not find gem 'jekyll-text-theme' in any of the gem sources listed in your Gemfile. (Bundler::GemNotFound)] **Steps to Reproduce** 1....
fix: error ref for pageview default config in `_data/variables.yml` file ```yml default: page: pageview: false ```
There are some painless improvements.
The js lib is from leancloud. And it can help store and read the view times and comment. The js lib can not get from the url, and the page...
## Description 我不太清楚该主题加载的工作原理,但是我使用的Typora主题依赖对应文件夹下的css文件。我想在Typora上面使用与博客相同(或类似)的主题。是否有什么方法可以生成TeXt对应主题的css文件? I'm not quite sure how this theme loading works, but the Typora theme I'm using relies on the css files in the corresponding folder. I want to...
I've added support for German language and de-* locales. Please merge to the main theme.