Kiko-plus | Please redirect to the new and easier version | Theme library
kandi X-RAY | Kiko-plus Summary
kandi X-RAY | Kiko-plus Summary
You can see live demo here. This theme is inspired by Kiko theme.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Kiko-plus
Kiko-plus Key Features
Kiko-plus Examples and Code Snippets
Community Discussions
Trending Discussions on Kiko-plus
QUESTION
I'm self-taught/totally new to Jekyll and Github Pages and was wondering how to go about opening a URL in a new tab with markdown in the config.yml page.
This is the website theme I'm using. I want the last 'github' link to open in a new tab, instead of the default, which is opening in the current tab.
The _config.yml looks like this:
...ANSWER
Answered 2017-Jul-10 at 10:23You need to add target="_blank"
to index.html
line 12
as follow:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Kiko-plus
Change your forked repository name Kiko-plus to USERNAME.github.io where USERNAME is your github username.
Access your new blog via https://username.github.io.
See configuration.
Create a new branch called gh-pages in the repository where you want to add a template managing branches.
From command line run git clone https://github.com/AWEEKJ/Kiko-plus.git - this will clone Kiko-plus template to your computer.
Create new branch git checkout -b gh-pages where gh-pages will be your branch name.
Add remote, which is your repo from the first step, to your new branch git remote add gh-pages https://github.com/<yourName>/<yourMaster>/gh-pages. yourName is your account name and yourMaster is your repository.
Push new branch to remote git push gh-pages.
Update _config.yml file by changing baseurl: "<branchName>" branchName is your branch name where gh-pages resides. See configuration.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page