All Projects → pigfly → pigfly.github.io

pigfly / pigfly.github.io

Licence: Apache-2.0 License
Tech blog - Alex Jiang

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to pigfly.github.io

cops-website
COPS Official Website
Stars: ✭ 27 (+42.11%)
Mutual labels:  jekyll
fdroid-website
mirror of https://gitlab.com/fdroid/fdroid-website
Stars: ✭ 25 (+31.58%)
Mutual labels:  jekyll
lens-jekyll-theme
A Jekyll version of the "Lens" theme by HTML5 UP.
Stars: ✭ 56 (+194.74%)
Mutual labels:  jekyll
efcl.github.io
Web Scratchブログのリポジトリ
Stars: ✭ 95 (+400%)
Mutual labels:  jekyll
xaml-docs
Public Documentation for Telerik UI for WPF and Silverlight
Stars: ✭ 46 (+142.11%)
Mutual labels:  jekyll
open-gsa-redesign
A fresh start for open.gsa.gov.
Stars: ✭ 27 (+42.11%)
Mutual labels:  jekyll
help
The help website/knowledgebase (bitwarden.com/help).
Stars: ✭ 121 (+536.84%)
Mutual labels:  jekyll
impatient-jekyll
Build a website yourself. Easy to use, get a fast workflow and fast website. http://bdavidxyz.github.io/impatient-jekyll/
Stars: ✭ 22 (+15.79%)
Mutual labels:  jekyll
jekyll-imgix
A plugin for integrating imgix into Jekyll sites
Stars: ✭ 49 (+157.89%)
Mutual labels:  jekyll
horcrux
Generate you own online gallery easily. Photo is the horcrux of memory.
Stars: ✭ 34 (+78.95%)
Mutual labels:  jekyll
voyager
Just another jekyll theme.
Stars: ✭ 41 (+115.79%)
Mutual labels:  jekyll
marat
📜 Jekyll theme inspired by L'Ami du peuple
Stars: ✭ 46 (+142.11%)
Mutual labels:  jekyll
markdownslides
A "markdown-first" approach for generating beautiful browser-based slides easily. Based on Reveal.js and Reveal-Jekyll.
Stars: ✭ 37 (+94.74%)
Mutual labels:  jekyll
jekyll-atlantic-theme
Jekyll Atlantic is a beautiful Tailwind CSS theme. It shows best practices for using Tailwind with Jekyll.
Stars: ✭ 40 (+110.53%)
Mutual labels:  jekyll
fuse-core
The 'Fuse Core' Jekyll theme.
Stars: ✭ 29 (+52.63%)
Mutual labels:  jekyll
arkadianriver.com
Using the Spectral theme from HTML5UP and jekyll, this is the source for https://arkadianriver.com. Clean demo and documentation at https://arkadianriver.github.io/arkadianriver.com
Stars: ✭ 115 (+505.26%)
Mutual labels:  jekyll
backboneindex
Filter Backbone resources with ease
Stars: ✭ 15 (-21.05%)
Mutual labels:  jekyll
doc42
Jekyll-Kissui bundle to create awesome documentations
Stars: ✭ 23 (+21.05%)
Mutual labels:  jekyll
google-sheet-to-github-website
This is a working project for operating a data driven website on Github Pages using Google Sheets as a data source.
Stars: ✭ 20 (+5.26%)
Mutual labels:  jekyll
Little-Jekyll
A desktop app for Jekyll
Stars: ✭ 40 (+110.53%)
Mutual labels:  jekyll

My Blog

My blog.

Travis Ruby Website Plugin on redmine.org

Setup

Note this project is built on top of Jekyll, please see here for how to setup jekyll installation.

git clone https://github.com/pigfly/pigfly.github.io.git
cd pigfly.github.io
gem install jekyll
gem install bundler
bundle install
jekyll serve --watch

Then navigate to http://127.0.0.1:4000/.

A Grunt environment is also included. There are a number of tasks it performs like minification of the JavaScript, compiling of the LESS files, Run the grunt default task by entering grunt into your command line which will build the files. You can use grunt watch if you are working on the JavaScript or the LESS.

You can run jekyll serve --watch and grunt watch at the same time to watch for changes and then build them all at once.

License

Creative Commons License

This work by Alex Jiang is licensed under a Creative Commons Attribution 4.0 International License.

Code I've written is licensed under MIT. Other components such as Bootstrap have their own licenses.

Thanks

Special thanks to iT Man, who continue to provide high quality computing environment for free.

Thanks to the following people and projects:

Server Setup

The site is served through CloudFlare's CDN. The CDN caches everything on edges. These edges respect the caching header set on individual files. CloudFlare also sets a browser cache expiration of 30 minutes for all content (if a longer one is not specified, see below).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].