Check the theme in action Demo
The main page would look like this:
The post page would look like this:
Fork the master
branch and follow the Jekyll Installation Documentation.
GNU General Public License v3.0
记录用github + jekyll创建个人博客的过程。 参考文档 Windows 上安装 Jekyll 使用 github + jekyll 搭建个人博客 jekyll 官网的帮助文档(很重要!) 安装jekyll,首先需要安装Ruby、Python。 Ruby安装 在官网:http://rubyinstaller.org/downloads/下载Ruby安装程序。 需要下载: 1、Ruby 2
Flexible Nav 是一个轻巧的 jQuery 插件,用于在网页右侧添加一个智能的固定不随页面滚动的导航条。 效果类似一个文档目录或书签,对于比较长的页面,可以起到导航作用,增强网站用户体验。
A simple template system that compiles templates to Python code. Basic usage looks like: t = template.Template("<html>{{ myvalue }}</html>") print t.generate(myvalue="XXX") is a class that loads templ
node-rate-limiter-flexible rate-limiter-flexible counts and limits number of actions by key and protects from DDoS and brute force attacks at any scale. It works with Redis, process Memory, Cluster or
Plugin to add a table of contents to a page using jQuery, featuring: the ability to select via selectors exactly which elements would be included (i.e., #content h2 instead of just h2) the ability to
本文向大家介绍H5移动端适配 Flexible方案,包括了H5移动端适配 Flexible方案的使用技巧和注意事项,需要的朋友参考一下 一、移动端一些概念 视觉稿 (选取一款手机的屏幕宽高作为基准) 在前端开发之前,视觉 MM会给我们一个psd文件,称之为视觉稿。 对于移动端开发而言,为了做到页面高清的效果,视觉稿的规范往往会遵循以下两点: 1)首先,选取一款手机的屏幕宽高作为基准(以前是iPho
我从这个“基于Spring Boot的Hello World应用程序”教程开始 我成功地完成了这一任务(并将Hello World应用程序作为一个灵活的应用程序部署到我的GCP项目中)。 然后我将我的所有服务(来自我试图迁移的Java应用程序的服务)添加到这个框架中。