Code Monkey home page Code Monkey logo

cayman-blog's People

Contributors

aklef avatar antibland avatar benbalter avatar ethertyper avatar iksaku avatar im-coder-lg avatar jasonlong avatar jldec avatar konklone avatar lorepirri avatar msound avatar sethjackson avatar stoicsleuth avatar thomas-hiron avatar vis-kid 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  avatar  avatar  avatar  avatar  avatar  avatar

cayman-blog's Issues

Removing `Now` section

Hello,
I was wondering if there is an easy way remove the Now section (or add another user defined section),
Thanks,
Paul

Support author object

When using the jekyll-seo-tag plugin you can specify an author object in the _config.yml:

author:
  name: Leon Kiefer
  twitter: Legion2Leon

This theme does not render the author information correctly. As it expect the author property to be a string. The theme should check if author is an object and use the name property, else fallback to the current behavior.

The current version of the theme renders the author as json object:
{"name"=>"Leon Kiefer", "twitter"=>"Legion2Leon"}

Feature Request

Hello..@lorepirri
I'm using cayman-blog theme for my personal blog.

I want to customize head title like this:
example title: My Personal Blog | Zaw Zaw

I already seen this code in your theme's default.html

<title>{{ page-title }}</title>

I have customized like this:
code example:

<title>{{ page-title | default: site.title }}</title>

But, it's not working.
After add default: site.title in title tag and build site, my head title name is still like this:
<title>MY PERSONAL BLOG</title>

<head>
    

    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <meta name="theme-color" content="#00695C">
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

    
    
    <title>MY PERSONAL BLOG</title>

    <link rel="canonical" href="https://zawzaww.github.io/blog/">

    <link rel="icon" type="image/png" href="https://s20.postimg.cc/lie7on02l/purez.png">
    <meta name="robots" content="noarchive">

    <link href="https://fonts.googleapis.com/css?family=Open+Sans&amp;display=swap" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="/assets/css/style.css?v=c98a564316c2856c8a04cab21b1de691625e654a">
  </head>

head title's Final result is still page-title name only, I have not seen site title name.
I want to "page-title name | with site title name" like this
MY PERSONABL BLOG | Zaw Zaw

How can I customize this? or Can you add this in your theme?
Please help me.

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.