Giter Club home page Giter Club logo
title permalink
Read me file
readme

Personal web page of Josef Melcr

based on the following scheme -- thanks!

inserting site-image

image is inserted using the following code

{% if site.image %}
  <div class="cover-image"><img src="{{ site.image }}" alt="" /></div>
{% endif %}

Crossing

A Jekyll theme.

Demo × Download

Demo images are from Unsplash.

Cover images

Site cover image:

# _config.yml
image: /crossing-jekyll/images/site-image.jpg

Post cover image:

---
image: /crossing-jekyll/images/post-image.jpg
---

Author information

To have author bylines and bio at bottom of posts, add configuration like the following in _config.yml:

authors:
  johndoe:
    name: John Doe
    website: https://github.com/barepants
    bio: An awesome bio # Author info at bottom of post only shows if bio exists
    avatar: /crossing-jekyll/images/avatar.jpg

and specify the author in the Front Matter of posts:

---
author: johndoe
---

Social meta tags

Crossing generates Open Graph and Twitter Cards meta tags automatically for better social media sharing. There are two extra settings:

# _config.yml
og_image: /images/og-image.jpg # Fallback og:image when no page.image or site.image. at least 200 x 200px.
twitter_site: # twitter:site. Your Twitter username without "@"

Meta description

page.excerpt is used for meta description of posts and pages. It is the first paragraph by default for posts. For pages you have to set it in the Front Matter:

---
excerpt: An excerpt
---

Twitter Cards requires meta description. Facebook could infer it from the page if it's empty.

License

CC0

Josef Melcr's Projects

amber-slipids-dang-topol icon amber-slipids-dang-topol

forcefield and topologies based on Amber99SB-ILDN, Slipids and Dang ions -- mostly for the use with lipidate eGFP constructs

deepchem icon deepchem

Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology

deeptime icon deeptime

Deep learning meets molecular dynamics.

ecc_lipids icon ecc_lipids

implicitly polarizable classical MD models of lipids

ecc_pops icon ecc_pops

Development of ECC-POPS lipid model including the manuscript and simulation topologies for Gromacs

gpt-2 icon gpt-2

Code for the paper "Language Models are Unsupervised Multitask Learners"

gpt-2-simple icon gpt-2-simple

Python package to easily retrain OpenAI's GPT-2 text-generating model on new texts

impress.js icon impress.js

It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.

mdvoxelclustering icon mdvoxelclustering

A voxel based approach for dynamic cluster analysis of molecular dynamics trajectories.

phd-thesis icon phd-thesis

PhD thesis on the topic of processes in biological membranes

pmx icon pmx

Toolkit for free-energy calculation setup/analysis and biomolecular structure handling

pybilt icon pybilt

Toolkit to aid in the analysis of lipid bilayer molecular simulation trajectories.

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.