Skip to content

bibinmjose/bibinmjose.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run development enviroment using docker

Map current folder pwd to /app folder in container and start ruby:2.6 image with bash inside the working directory /app.

docker pull ruby:2.6
docker run --rm -it -p 8080:4000 -v ${pwd}:/app -w "/app" ruby:2.6 bash

Once container is started, run bundle to install all gems within the container. Start jekyll serve to run on serve on port 4000. Go to localhost:8080 since port 4000 is mapped to 8080

bundle install
bundle exec jekyll serve --host=0.0.0.0 --port 4000

license Gem Version Travis Tip Me via PayPal Tip Me via Bitcoin

TeXt Theme

TeXt Theme Details

TeXt is a super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc. Similar to iOS 11 style, it has large and prominent titles, round buttons and cards.

Change Log | 中文

Features

Skins

TeXt has 6 built-in skins, you can also set up your own skin.

default dark forest
Default Dark Forest
ocean chocolate orange
Ocean Chocolate Orange

Highlight Theme

TeXt use Tomorrow as the highlight theme.

tomorrow tomorrow-night tomorrow-night-eighties tomorrow-night-blue tomorrow-night-bright
Tomorrow Tomorrow Night Tomorrow Night Eighties Tomorrow Night Blue Tomorrow Night Bright

Documentation

Start

Customization

Content

Demo Pages

Name Description
Home Home page
Archive Archive page
Layout Examples Examples for different layouts

License

TeXt Theme is MIT licensed.