Giter VIP home page Giter VIP logo

hexo-theme-geek's Introduction

Hi there

Thanks for visiting my GitHub profile, it's great to meet you here! 😊

  • 🧔 I am an independent developer. 🧑‍💻

  • ☕️ Coding is my passion. 😎

  • 🔭 I’m currently working on something cool. 😉

  • ⚡ Create different ideas in different fields. 🐶

  • 📫 The best way to reach me is to send me an email. [email protected]

hexo-theme-geek's People

Contributors

li-xunhuan avatar sanjinhub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hexo-theme-geek's Issues

简单的换页功能

模板蛮好看的,比较符合我的审美,但是文章多了好像没法换页。本人前端小白,随便写了一个

head.ejs

    <link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.css">

footer.ejs

    <div>
        <% currPage = page.current; %> 
        <% if ( currPage !== 1) {  %>            
            <% if ( page.current != 2 ) {  %>
            <a href='/page/<%= currPage-1; %>'><% }%><% if ( page.current == 2 ) {  %><a href='/'><% }%>
                <i style="font-size:18px;" class="fa">&#xf104</i>
            </a>
        <% }%>
        Page <%= currPage %> of <%= page.total %>
        <% if ( currPage !== page.total ) {  %>
            <a href='/page/<%= page.current+1; %>'>
                <i style="font-size:18px;" class="fa">&#xf105</i>
            </a>
        <% }%>
    </div>

background transition

想提个 pr 没有成功
source/css/style.styl 加个动画

body {
...
transition: background-color 0.4s;
}

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.