Skip to content

Commit a2aa971

Browse files
committed
readme
1 parent c1e08c8 commit a2aa971

File tree

2 files changed

+14
-29
lines changed

2 files changed

+14
-29
lines changed

README.md

Lines changed: 13 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,19 @@
1-
dbyll
2-
=====
31

4-
Open source stylish, minimalistic theme for jekyll.
5-
Demo: http://dbtek.github.io/dbyll/
62

7-
## New
8-
Dbyll for Ghost is now available. Get it [here](https://github.com/dbtek/dbyll-ghost) now.
3+
``` java
4+
package com.baidu.ubft;
95

10-
### Features
11-
- Responsive layout.
12-
- Supports tags and categories.
13-
- Social profile and bio of author.
14-
- Bootstrap based.
15-
- Glyphicon and Font-Awesome Icons.
16-
- Pagination.
17-
- Syntax highlighting with pygments.
18-
- Disqus comments.
6+
/**
7+
* Don't Panic: Java, HTML, CSS, JS and other Techonolgy Included
8+
*/
9+
public UBFT {
1910

11+
public static void main(String[] args) {
12+
13+
System.out.println("百度前端技术部官方统一博客");
14+
System.out.println("欢迎吐槽,欢迎投稿");
15+
}
16+
}
2017

21-
### Download
22-
* [Download dbyll](https://github.com/dbtek/dbyll/archive/master.zip)
23-
24-
### Screenshots
25-
26-
![dbyll-screenshot]( assets/media/dbyll-ss.png)
27-
28-
### License
29-
- [MIT](http://opensource.org/licenses/MIT)
30-
31-
32-
33-
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/dbtek/dbyll/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
3418

19+
```

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defaults:
1414
values:
1515
title: UBFT
1616

17-
description: Stylish Jekyll Theme
17+
description: UBFT
1818
author:
1919
name: ubft
2020
github: ubft

0 commit comments

Comments
 (0)