Skip to content

Commit

Permalink
merger code to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Dong committed May 17, 2021
1 parent e3c6edc commit 309810f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Expand Up @@ -16,7 +16,7 @@
<div class="about-header {{condensed_class}}">
<div class="about-title">
<a href="{{site.baseurl}}/blog/index.html">
<img src="{{site.cdn_baseurl}}/assets/avatar.png" alt="{{ site.rawposts.name }}"/>
<img src="{{site.baseurl}}/assets/portfolio.png" alt="{{ site.rawposts.name }}"/>
</a>
<div class = "title-meta">
<h2 id="title">
Expand All @@ -38,7 +38,7 @@ <h2 id="title">
</a>
</div>
<!-- toggle dark/light display mode, should loading darkmode.js here for avoiding flicker when switching -->
<script type="text/javascript" src="{{site.cdn_baseurl}}/assets/js/darkmode.js"></script>
<script type="text/javascript" src="{{site.baseurl}}/assets/js/darkmode.js"></script>
<script type="text/javascript">
$('.dark-mode').on('click',function(){
$('.dark-mode').toggleClass('light-mode');
Expand Down
4 changes: 4 additions & 0 deletions _posts/2019-02-23-Blog-Template.markdown
Expand Up @@ -23,6 +23,10 @@ keywords: rawposts/模板
### 预览
![screenshot]({{site.cdn_baseurl}}/assets/screenshot.png){: .center-image }

### 网站演示

[dqdongg.com](https://dqdongg.com)

## <span id ="2">2.功能</span>
+ 响应式设计
+ 针对平板&手机屏幕设计优化
Expand Down
5 changes: 4 additions & 1 deletion _posts/2019-02-23-Pinned-Template-english.markdown
Expand Up @@ -22,6 +22,9 @@ The latest release is [v2.0](https://github.com/gangdong/jekyll-theme-rawposts/r
## Preview
![screenshot](https://cdn.jsdelivr.net/gh/gangdong/gangdong.github.io@dev/assets/screenshot.png){: .center-image }

## Live Demo
[dqdongg.com](https://dqdongg.com)

## Features List
+ Fully responsive
+ Optimized for tablets & mobiles
Expand Down Expand Up @@ -155,4 +158,4 @@ Welcome raise issues if you have any questions about this theme, not limited for
## License
The theme is available as open source under the terms of the `MIT` License.
<br><br>
[中文 ->](https://dqdongg.com/blog/web/github/2019/02/22/Blog-Template.html)
[中文 ->](/blog/web/github/2019/02/23/Blog-Template.html)

0 comments on commit 309810f

Please sign in to comment.