当前位置: 首页 > 软件库 > Web应用开发 > >

kross-jekyll

授权协议 MIT License
开发语言 JavaScript
所属分类 Web应用开发
软件类型 开源软件
地区 不详
投 递 者 公冶威
操作系统 未知
开源组织
适用人群 未知
 软件概览

kross-jekyll-portfolio-template

Kross jekyll Creative Portfolio Template ported from https://themefisher.com/products/kross-creative-portfolio-template/

Live Preview

More free Bootstrap templates from Here kross portfolio template by themefisher

Demo

Homepage About Blog Portfolio Contact
Homepage About Blog portfolio contact

Live Preview.

Setup

To start your project, fork this repositoryAfter forking the repo, your site will be live immediately on your personal Github Pages account, e.g. https://yourusername.github.io/your-repo-name/.

Make sure GitHub Pages is enabled for your repo. It might take some time for the site to propagate entirely.

Customize

Things you can customise in _data/settings.yml (no HTML/CSS):

  • Theme General Settings ( name, logo, email, phone, address )
  • Hero Section
  • About Section
  • Team Section
  • Skills Section
  • Exprerience Section
  • Education Section
  • Services Section
  • Portfolio Section
  • Testimonials Section
  • Client Slider Section
  • Contact Section

Deployment

To run the theme locally, navigate to the theme directory and run bundle install to install the dependencies, then run jekyll serve or bundle exec jekyll serve to start the Jekyll server.I would recommend checking the Deployment Methods page on Jekyll website.

Reporting Issues

We use GitHub Issues as the official bug tracker for the Kross Theme. Please Search existing issues. It’s possible someone has already reported the same problem.If your problem or idea is not addressed yet, open a new issue

Technical Support or Questions

If you have questions or need help integrating the product please contact us instead of opening an issue.

Licensing

Donate Us (Author)

This project needs you! If you would like to support this project's further development, the creator of this project or the continuous maintenance of this project, feel free to donate. Your donation is highly appreciated . Thank you!

  • Donate $10: Thank's for creating this project, here's a tea (or some juice) for you!
  • Donate $20: Wow, I am stunned. Let me take you to the movies!
  • Donate $30: I really appreciate your work, let's grab some lunch!
  • Donate $40: That's some awesome stuff you did right there, dinner is on me!
  • Donate $50: I really really want to support this project, great job!
  • Donate $100: You are the man! This project saved me hours (if not days) of struggle and hard work, simply awesome!
  • Donate $1500: Go buddy, buy Macbook Pro for yourself!

Of course, you can also choose what you want to donate, all donations are awesome !

 相关资料
  • 问题内容: 我尝试使用Jekyll新命令,但是它不起作用,并在出现错误后出现。 我正在使用Mac OS X 10.8.5 Mountain Lion。 但这对我的情况不起作用。我卸载并重新安装了json,但没有任何反应。如果您知道其他解决方案,请告诉我。自本周初以来,我一直在解决这个问题。 我的宝石清单和宝石环境如下。 请给我建议以帮助我。谢谢! 3月7日更新。 以防万一您想查看自制软件列表, 2

  • 本文向大家介绍jekyll GitHub页面,包括了jekyll GitHub页面的使用技巧和注意事项,需要的朋友参考一下 示例 GitHub为用户或组织和项目站点提供无限托管。Jekyll和静态文件均可用。 以下是在Github上托管Jekyll博客的步骤。 设定 用户或组织站点 创建一个名为username.github.io的存储库,其中username是您在GitHub上的用户名(或组织名

  • Jekyll 是最早开始流行的静态网站构建工具,使用Ruby语言开发,开源已有9个年头了,是Github Pages默认的静态网站构建工具。当前互联网上有大量基于jekyll构建的静态网站,包括现在流行的开源容器编排调度引擎kubernetes的官网。 Jekyll的理念 Jekyll网站构建的理念就是只做用户告诉它要做的事情,不多也不少: No Magic:简单易懂 It “Just Works

  • 本文向大家介绍如何在Ubuntu 16.04上设置和配置Jekyll开发站点,包括了如何在Ubuntu 16.04上设置和配置Jekyll开发站点的使用技巧和注意事项,需要的朋友参考一下 在本文中,我们将学习如何设置和配置Jekyll开发站点。Jekyll在数据库驱动的站点中提供了内容管理系统(CMS)的优势,并具有性能和安全性。它也称为博客意识,具有处理按日期组织的内容的功能。它特别适合于离线工

  • 在Jekyll的帖子中,我想在地址中包含我的图像。 此外,我希望它具有750px的宽度。 我试过了 我应该使用什么语法?

  • 我天真地以为只需在post.md页面中添加带有内容的标记就会很容易,如下所示: 但我看到的不是图像,而是SVG代码(在Firefox中)。到目前为止还没有找到任何办法来解决看起来很简单的事情。在jekyll/liquid减价范围内有可能吗? > 我想用d3.js来操作svg代码,所以我假设我需要嵌入svg代码,而不是作为外部映像文件引用它。 我可以直接用d3.js生成初始的svg内容(这是可行的)