All Projects → soffes → Soffes.blog

soffes / Soffes.blog

Redis + Git backed blog

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Soffes.blog

Webpersonal
WebPersonal 是基于 Spring Boot + Vue Admin Template 搭建的个人网站,采用Docker容器化部署。包括个人简历、权限管理、相册等功能,持续更新,您的 Star⭐,就是我最大的动力(●'◡'●)
Stars: ✭ 28 (-9.68%)
Mutual labels:  redis
Wait4x
Wait4X is a cli tool to wait for everything! It can be wait for a port to open or enter to rquested state.
Stars: ✭ 30 (-3.23%)
Mutual labels:  redis
Apicache
Simple API-caching middleware for Express/Node.
Stars: ✭ 957 (+2987.1%)
Mutual labels:  redis
Blog
My blog created with React, Gatsby & Markdown
Stars: ✭ 29 (-6.45%)
Mutual labels:  markdown
Amphora
Middleware for Express that composes components into renderable pages
Stars: ✭ 29 (-6.45%)
Mutual labels:  redis
Richtextview
iOS Text View (UIView) that Properly Displays LaTeX, HTML, Markdown, and YouTube/Vimeo Links
Stars: ✭ 953 (+2974.19%)
Mutual labels:  markdown
Markdown
A super fast, highly extensible markdown parser for PHP
Stars: ✭ 945 (+2948.39%)
Mutual labels:  markdown
Rcluster.lua
lua redis client driver that support redis cluster
Stars: ✭ 31 (+0%)
Mutual labels:  redis
Remark Usage
plugin to add a usage example to your readme
Stars: ✭ 29 (-6.45%)
Mutual labels:  markdown
Mrseedbox
[unmaintained] A Containerized Seedbox with Embedded Media Player
Stars: ✭ 30 (-3.23%)
Mutual labels:  redis
Docker Airflow
Repo for building docker based airflow image. Containers support multiple features like writing logs to local or S3 folder and Initializing GCP while container booting. https://abhioncbr.github.io/docker-airflow/
Stars: ✭ 29 (-6.45%)
Mutual labels:  redis
Nvim Completion Manager
⚠️ PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
Stars: ✭ 950 (+2964.52%)
Mutual labels:  markdown
Universityrecruitment Ssurvey
用严肃的数据来回答“什么样的企业会到什么样的大学招聘”?
Stars: ✭ 30 (-3.23%)
Mutual labels:  redis
Emqx Auth Redis
EMQ X Redis Authentication/ACL Plugin
Stars: ✭ 28 (-9.68%)
Mutual labels:  redis
Distro Delves
YouTube web-series looking at operating systems in an informational & entertaining format.
Stars: ✭ 31 (+0%)
Mutual labels:  markdown
Partition
A small library for generating markdown tables
Stars: ✭ 28 (-9.68%)
Mutual labels:  markdown
Catalyst
Typescript NodeJS Microservices Boilerplate with Generator CLI - Moleculer, GraphQL, REST, OAuth2, Jaeger, Grafana, Prometheus, Ory Hydra, Ory Keto w/ Access Control middleware, Moleculer-DB GraphQL mixin, Pug, Redis, sibling client repo (login, persistance layer, react-native-web, ios, android)
Stars: ✭ 30 (-3.23%)
Mutual labels:  redis
Wp Vps Build Guide
A verbose build guide for a modern, high-performance WordPress production VPS.
Stars: ✭ 31 (+0%)
Mutual labels:  redis
Quedis
Quedis - redis queue for bosses
Stars: ✭ 31 (+0%)
Mutual labels:  redis
Hint
重构到 ---> https://github.com/hustcc/lint-md
Stars: ✭ 30 (-3.23%)
Mutual labels:  markdown

Sam’s Blog

This is my blog. It’s built on top of Jekyll with lots of custom things because I have overly strong opinions about Markdown.

My posts are stored in a different repo. I really like writing my posts the way I want to write them. I don’t want to have anything specific to Jekyll in there. All of the custom things help convert things from how the posts are stored to what Jekyll wants.

Running Locally

Get the source

$ git clone https://github.com/soffes/soffes.blog.git
$ cd soffes.blog

You’ll need Image Magick first. You can install this with Homebrew:

$ brew install imagemagick

Install the Ruby dependencies (you’ll need Bundler installed first):

$ bundle install

Now you can import my posts and start the server:

$ rake import
$ rake server

Now open localhost:4000 in your browser to see it running.

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].