13-day longest streak
> March, 2016: If you're on an old version of Jekyll Now and run into a) build warnings or b) syntax highlighting issues caused by Jekyll 3 and GitHub Pages…
> March, 2016: If you're on an old version of Jekyll Now and run into a) build warnings or b) syntax highlighting issues caused by Jekyll 3 and GitHub Pages updates, just :sparkles:update your _config.yml:sparkles: and you'll be set!
Jekyll Now
Jekyll is a static site generator that's perfect for GitHub hosted blogs (Jekyll Repository)
Jekyll Now makes it easier to create your Jekyll blog, by eliminating a lot of the up front setup.
- You don't need to touch the command line
- You don't need to install/configure ruby, rvm/rbenv, ruby gems :relaxed:
- You don't need to install runtime dependencies like markdown processors, Pygments, etc
- If you're on Windows, this will make setting up Jekyll a lot easier
- It's easy to try out, you can just delete your forked repository if you don't like it

Quick Start
Step 1) Fork Jekyll Now to your User Repository
Fork this repo, then rename the repository to yourgithubusername.github.io.
Your Jekyll blog will often be viewable immediately at (if it's not, you can often force it to build by completing step 2)

Step 2) Customize and view your site
Enter your site name, description, avatar and many other options by editing the _config.yml file. You can easily turn on Google Analytics tracking, Disqus commenting and social icons here too.
Making a change to _config.yml (or any file in your repository) will force GitHub Pages to rebuild your site with jekyll. Your rebuilt site will be viewable a few seconds later at - if not, give it ten minutes as GitHub suggests and it'll appear soon
> There are 3 different ways that you can make changes to your blog's files:
> 1. Edit files within your new username.github.io repository in the browser at GitHub.com (shown below).
> 2. Use a third party GitHub content editor, like Prose by Development Seed. It's optimized for use with Jekyll making markdown editing, writing drafts, and uploading images really easy.
> 3. Clone down your repository and make updates locally, then push them to your GitHub repository.

Step 3) Publish your first blog post
Edit /_posts/2014-3-3-Hello-World.md to publish your first blog post. This Markdown Cheatsheet might come in handy.

> You can add additional posts in the browser on GitHub.com too! Just hit the + icon in /_posts/ to create new content. Just make sure to include the front-matter block at the top of each new blog post and make sure the post's filename is in this format: year-month-day-title.md
Local Development
1. Install Jekyll and plug-ins in one fell swoop. gem install github-pages This mirrors the plug-ins used by GitHub Pages on your local machine including Jekyll, Sass, etc.
2. Clone down your fork git clone https://github.com/yourusername/yourusername.github.io.git
3. Serve the site and watch for markup/sass changes jekyll serve
4. View your website at http://127.0.0.1:4000/
5. Commit any changes and push everything to the master branch of your GitHub user repository. GitHub Pages will then rebuild and serve your website.
Moar!
I've created a more detailed walkthrough, Build A Blog With Jekyll And GitHub Pages over at the Smashing Magazine website. Check it out if you'd like a more detailed walkthrough and some background on Jekyll. :metal:
It covers:
- A more detailed walkthrough of setting up your Jekyll blog
- Common issues that you might encounter while using Jekyll
- Importing from Wordpress, using your own domain name, and blogging in your favorite editor
- Theming in Jekyll, with Liquid templating examples
- A quick look at Jekyll 2.0’s new features, including Sass/Coffeescript support and Collections
Jekyll Now Features
✓ Command-line free _fork-first workflow_, using GitHub.com to create, customize and post to your blog
✓ Fully responsive and mobile optimized base theme (Theme Demo)
✓ Sass/Coffeescript support using Jekyll 2.0
✓ Free hosting on your GitHub Pages user site
✓ Markdown blogging
✓ Syntax highlighting
✓ Disqus commenting
✓ Google Analytics integration
✓ SVG social icons for your footer
✓ 3 http requests, including your avatar
✘ No installing dependencies
✘ No need to set up local development
✘ No configuring plugins
✘ No need to spend time on theming
✘ More time to code other things ... wait ✓!
Questions?
Open an Issue and let's chat!
Other forkable themes
You can use the Quick Start workflow with other themes that are set up to be forked too! Here are some of my favorites:
- Hyde by MDO
- Lanyon by MDO
- mojombo.github.io by Tom Preston-Werner
- Left by Zach Holman
- Minimal Mistakes by Michael Rose
- Skinny Bones by Michael Rose
Credits
- Jekyll - Thanks to its creators, contributors and maintainers.
- SVG icons - Thanks, Neil Orange Peel. They're beautiful.
- Solarized Light Pygments - Thanks, Edward.
- Joel Glovier - Great Jekyll articles. I used Joel's feed.xml in this repository.
- David Furnes, Jon Uy, Luke Patton - Thanks for the design/code reviews.
- Bart Kiers, Florian Simon, Henry Stanley, Hun Jae Lee, Javier Cejudo, Peter Etelej, Ben Abbott, Ray Nicholus, Erin Grand, Léo Colombaro, Dean Attali, Clayton Errington, Colton Fitzgerald, Trace Mayer - Thanks for your fantastic contributions to the project!
Contributing
Issues and Pull Requests are greatly appreciated. If you've never contributed to an open source project before I'm more than happy to walk you through how to create a pull request.
You can start by opening an issue describing the problem that you're looking to resolve and we'll go from there.
I want to keep Jekyll Now as minimal as possible. Every line of code should be one that's useful to 90% of the people using it. Please bear that in mind when submitting feature requests. If it's not something that most people will use, it probably won't get merged. :guardsman:
-
tempo ★ PINNED ⑂
Grafana Tempo is a high volume, minimal dependency trace storage.
Go ★ 0 4y agoExplain → -
prometheus ★ PINNED ⑂
The Prometheus monitoring system and time series database.
★ 0 6y agoExplain → -
docker-protobuf ★ PINNED ⑂
An all-inclusive protoc Docker image
★ 0 6y agoExplain → -
clock
A terminal utility to manage coding agent sessions with built in isolation and worktrees.
Go ★ 3 4mo agoExplain → -
Notes---Polyhedral-Compilation
This repository is a placeholder for notes on some interesting papers in Polyhedral Compilation. PRs are welcome! :)
★ 2 9y agoExplain → -
go-DHT
A DHT library based on BitTorrent and built on Go.
Go ★ 2 11y agoExplain → -
concurrency-control-algorithms
BOCC and FOCC implementations from concurrency control algorithms.
C++ ★ 1 8y agoExplain → -
libdash-client
Reference client library that demonstrates a bitrate adaptive client-server architecture for SMEs.
C ★ 1 8y agoExplain → -
analyse
Prediction model based on Collaborative Filtering.
Go ★ 1 10y agoExplain → -
cortex-jsonnet ⑂
This repo has the jsonnet for deploying and also the mixin for monitoring Cortex
★ 0 6y agoExplain → -
cortex-tools ⑂
A set of powerful command line tools for interacting with cortex and friends.
★ 0 5y agoExplain → -
k8s-manifest-tail ⑂
No description.
★ 0 1mo agoExplain → -
annanay25.github.io ⑂
Build a Jekyll blog in minutes, without touching the command line.
SCSS ★ 0 6mo agoExplain → -
beir ⑂
A Heterogeneous Benchmark for Information Retrieval. Easy to use, evaluate your models across 15+ diverse IR datasets.
Python ★ 0 6mo agoExplain → -
skip-tools
A TypeScript library for tool filtering in LLM applications. Reduce the number of tools passed to language models by using simple keyword-based filtering.
TypeScript ★ 0 1y agoExplain → -
beyla ⑂
eBPF-based autoinstrumentation of web applications and network metrics
★ 0 1y agoExplain → -
gpt3-writer-starter ⑂
No description.
CSS ★ 0 3y agoExplain → -
Module-0 ⑂
Module 0 - Fundamentals
★ 0 3y agoExplain → -
parquet-go ⑂
Go library to read/write Parquet files
★ 0 4y agoExplain → -
prom-run ⑂
Periodically run a command and exports its return code as a prometheus metric.
★ 0 3y agoExplain → -
agent ⑂
Prometheus Metrics, Loki Logs, and Tempo Traces, optimized for Grafana Cloud.
★ 0 5y agoExplain → -
tns ⑂
TNS Observability Demo
★ 0 6y agoExplain → -
emojivoto ⑂
Example application to help demonstrate the Linkerd service mesh
★ 0 5y agoExplain → -
gitdm ⑂
📜Fork for tracking CNCF projects
★ 0 5y agoExplain → -
thanos ⑂
Highly available Prometheus setup with long term storage capabilities. CNCF Sandbox project.
★ 0 6y agoExplain → -
redis ⑂
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.
C ★ 0 9y agoExplain → -
loki ⑂
Like Prometheus, but for logs.
★ 0 6y agoExplain → -
cortex ⑂
A horizontally scalable, highly available, multi-tenant, long term Prometheus.
★ 0 5y agoExplain → -
common ⑂
Libraries used in multiple Weave projects
★ 0 6y agoExplain → -
marketplace-kubernetes ⑂
No description.
Smarty ★ 0 6y agoExplain → -
jaeger-analytics-java ⑂
Data analytics pipeline in Java
★ 0 6y agoExplain → -
opentelemetry-collector ⑂
OpenTelemetry Service
★ 0 6y agoExplain → -
caddy ⑂
Fast, cross-platform HTTP/2 web server with automatic HTTPS
Go ★ 0 10y agoExplain → -
documentation ⑂
Documentation for the Jaeger Distributed Tracing project.
HTML ★ 0 7y agoExplain → -
opencensus-service ⑂
OpenCensus service allows OpenCensus libraries to export to an exporter service rather than having to link vendor-specific exports.
Go ★ 0 7y agoExplain → -
jaeger-operator ⑂
Jaeger Operator for Kubernetes
Go ★ 0 6y agoExplain → -
jaeger-client-go ⑂
Jaeger Bindings for Go OpenTracing API.
Go ★ 0 7y agoExplain → -
jaeger ⑂
CNCF Jaeger, a Distributed Tracing System
Go ★ 0 6y agoExplain → -
bitcoin ⑂
Bitcoin Core integration/staging tree
C++ ★ 0 8y agoExplain → -
minio ⑂
Minio is an open source object storage server compatible with Amazon S3 APIs
Go ★ 0 7y agoExplain → -
floodlight_with_topoguard ⑂
Clone of Topoguard controller to extend it to implement MITM detection
Java ★ 0 8y agoExplain → -
express-metrics-server
QoE metrics collection server built using express.
JavaScript ★ 0 8y agoExplain → -
icml2016 ⑂
Generative Adversarial Text-to-Image Synthesis
Lua ★ 0 9y agoExplain → -
polly-precompiled
Precompiled Polly libraries for a temporary port to Bazel
C++ ★ 0 9y agoExplain → -
blockchain
Implementation of a crypto currency
Go ★ 0 9y agoExplain → -
tensorflow ⑂
Computation using data flow graphs for scalable machine learning
C++ ★ 0 8y agoExplain → -
lenden ⑂
Second Hand Shopping Platform
★ 0 10y agoExplain → -
go-starter-kit ⑂
Golang isomorphic react/hot reloadable/redux/css-modules starter kit
JavaScript ★ 0 10y agoExplain → -
vault ⑂
A tool for managing secrets.
JavaScript ★ 0 10y agoExplain → -
stupid-app
Local hack day timepass.
JavaScript ★ 0 10y agoExplain → -
reaction ⑂
Reaction Commerce
Shell ★ 0 11y agoExplain → -
go-fastping ⑂
ICMP ping library for Go inspired by AnyEvent::FastPing Perl module
Go ★ 0 11y agoExplain → -
mog ⑂
An audio player written in Go
JavaScript ★ 0 11y agoExplain → -
GitTorrent ⑂
A decentralization of GitHub using BitTorrent and Bitcoin
JavaScript ★ 0 11y agoExplain → -
js-assessment ⑂
A test-driven approach to assessing JS skills
JavaScript ★ 0 11y agoExplain → -
seldon-server ⑂
Serves predictions via a REST API
Java ★ 0 11y agoExplain → -
physical-web ⑂
The Physical Web: walk up and use anything
Objective-C ★ 0 11y agoExplain → -
IoT-IDP
No description.
Java ★ 0 11y agoExplain → -
atom ⑂
The hackable editor
CoffeeScript ★ 0 11y agoExplain → -
samples ⑂
WebRTC demos and samples
JavaScript ★ 0 11y agoExplain →
No repos match these filters.