在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:st4ple/solid-jekyll开源软件地址:https://github.com/st4ple/solid-jekyll开源编程语言:CSS 62.5%开源软件介绍:Solid. A Bootstrap theme for Jekyll.This is a Jekyll port of the Solid theme by blacktie.co. Visit the live demo for a preview. UsageThis theme can be customized, built and published straight from GitHub, thanks to GitHub Pages. A local installation of Jekyll isn't even necessary! Fork this repository to get started. CustomizeMost general settings and data like site name, colors, address, etc. can be configured and changed right in the main config file: Add contentDelete the demo content and publish your own content. Blog postCreate a Blog post by creating a file called ---
layout: post #important: don't change this
title: "Name of post like this"
date: yyyy-mm-dd hh:mm:ss
author: Name
categories:
- blog #important: leave this here
- category1
- category2
- ...
img: post01.jpg #place image (850x450) with this name in /assets/img/blog/
thumb: thumb01.jpg #place thumbnail (70x70) with this name in /assets/img/blog/thumbs/
---
This text will appear in the excerpt "post preview" on the Blog page that lists all the posts.
<!--more-->
This text will not be shown in the excerpt because it is after the excerpt separator. Project postCreate a Project post to go in your Portfolio by creating a file called ---
layout: project #important: don't change this
title: "Name of the project"
date: yyyy-mm-dd hh:mm:ss
author: Name
categories:
- project #important: leave this here
img: portfolio_10.jpg #place image (600x450) with this name in /assets/img/project/
thumb: thumb02.jpg
carousel:
- single01.jpg #place image (1280x600) with this name in /assets/img/project/carousel/
- single02.jpg
- ...
client: Company XY
website: http://www.internet.com
---
#### This is a heading
This is a regular paragraph. Write as much as you like. Question entryCreate a Question entry (that is listed in the Frequently Asked section on the Home page) in this directory by creating a file called ---
layout: question
title: "Do I have a question?"
date: yyyy-mm-dd hh:mm:ss
author: First Last
categories:
- question #important: leave this here
---
#### Can I use this theme for my website?
Of course you can! PublishTo publish with GitHub Pages, simply create a branch called If you want to host your website somewhere else than GitHub (or just would like to customize and build your site locally), please check out the Jekyll documentation. LicenseThis theme is licensed under CC BY 3.0. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论