Coder Social home page Coder Social logo

dark-tech's Introduction

Hi there 👋

@hijiangtao, Graduated from UCAS with programming skills in diverse languages and experience in industrial and research settings. Web development engineer at Tencent.

I am active in Personal Blog, GitHub, Twitter, as well as runs a Wechat Account named 黯晓 to record my stories.

  • 🔭 I’m currently focusing on Web and Visualization.
  • 🌱 I’m currently living in Beijing, China.
  • 💬 Ask me about anything with Guestbook.
  • 📫 You can reach me with email, which can be found in my GitHub profile.
  • ⚡ Annual Planing: Trying to keep exercising, reading and coding personal toolbox.

dark-tech's People

Contributors

hijiangtao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dark-tech's Issues

Author name in footer link to hijiangtao's github page

please modify layout/_pertial/footer.ejs L4

Copyright&copy;2013-<%= new Date().getFullYear() %> <a href="http://hijiangtao.github.io/"><%= config.author %></a>

to

Copyright&copy;2013-<%= new Date().getFullYear() %> <a href=" <%= theme.personal_site %>"><%= config.author %></a>

Blogroll is constant

modify layout/_widget/blogroll.ejs to

    <ul class="entry">
      <% for (var i in theme.blogroll){ %>
        <li><a href="<%- theme.blogroll[i] %>"><%= i %></a></li>
      <% } %>
    </ul>

and add blogroll config to config.yml

blogroll:
  blogtitle: http://blogurl

No pagination with pagination type != 2

In layout/_partial/archive.ejs

partial('pagination') is only called when pagination == 2

move
<%- partial('pagination') %>
to last line (after if-else block)

博文 title 的问题

我们都沿用的 Metro Light ,你是对 博客 title(Data.Blog) 的字体做了修改么?

我发现你 博客 title 在 chrome 跟 firefox都一个字体 ,但是我的是两种不同的显示,而且在chrome很不好看,所以想问问你是否修改了?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.