All Projects → amphp → amphp.github.io

amphp / amphp.github.io

Licence: other
Main website repository.

Programming Languages

HTML
75241 projects
CSS
56736 projects
ruby
36898 projects - #4 most used programming language

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

Midnight
Midnight is a Jekyll theme for GitHub Pages
Stars: ✭ 155 (+638.1%)
Mutual labels:  jekyll, github-pages
Fast template
A template for really easy blogging with GitHub Pages
Stars: ✭ 184 (+776.19%)
Mutual labels:  jekyll, github-pages
Primer
Primer is a Jekyll theme for GitHub Pages
Stars: ✭ 160 (+661.9%)
Mutual labels:  jekyll, github-pages
fuse-core
The 'Fuse Core' Jekyll theme.
Stars: ✭ 29 (+38.1%)
Mutual labels:  jekyll, github-pages
Fastpages
An easy to use blogging platform, with enhanced support for Jupyter Notebooks.
Stars: ✭ 2,888 (+13652.38%)
Mutual labels:  jekyll, github-pages
Jekyll Theme Mdui
🍷A Jekyll theme based on MDUI
Stars: ✭ 143 (+580.95%)
Mutual labels:  jekyll, github-pages
Architect
Architect is a Jekyll theme for GitHub Pages
Stars: ✭ 182 (+766.67%)
Mutual labels:  jekyll, github-pages
Pages Gem
A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
Stars: ✭ 1,670 (+7852.38%)
Mutual labels:  jekyll, github-pages
markdownslides
A "markdown-first" approach for generating beautiful browser-based slides easily. Based on Reveal.js and Reveal-Jekyll.
Stars: ✭ 37 (+76.19%)
Mutual labels:  jekyll, github-pages
Slate
Slate is a Jekyll theme for GitHub Pages
Stars: ✭ 195 (+828.57%)
Mutual labels:  jekyll, github-pages
Git Wiki Theme
A revolutionary full-featured wiki for github pages and jekyll. You don't need to compile it!
Stars: ✭ 139 (+561.9%)
Mutual labels:  jekyll, github-pages
Just The Docs
A modern, high customizable, responsive Jekyll theme for documention with built-in search.
Stars: ✭ 3,747 (+17742.86%)
Mutual labels:  jekyll, github-pages
Jekyll Help Center Theme
Simple and responsive Jekyll theme for help center.
Stars: ✭ 133 (+533.33%)
Mutual labels:  jekyll, github-pages
Gottovote
GotToVote is a toolkit of simple web and SMS services that help citizens get to the ballot box informed and ready to vote. Kenya version accessible at https://kenya.gottovote.cc
Stars: ✭ 150 (+614.29%)
Mutual labels:  jekyll, github-pages
Haacked.com
You've been haacked and you like it
Stars: ✭ 131 (+523.81%)
Mutual labels:  jekyll, github-pages
Oscailte
Oscailte — A powerful light, clean, and responsive Jekyll theme.
Stars: ✭ 178 (+747.62%)
Mutual labels:  jekyll, github-pages
Leap Day
Leap day is a Jekyll theme for GitHub Pages
Stars: ✭ 121 (+476.19%)
Mutual labels:  jekyll, github-pages
So Simple Theme
A simple Jekyll theme for words and pictures.
Stars: ✭ 1,701 (+8000%)
Mutual labels:  jekyll, github-pages
Mm Github Pages Starter
Minimal Mistakes GitHub Pages site starter
Stars: ✭ 191 (+809.52%)
Mutual labels:  jekyll, github-pages
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (+961.9%)
Mutual labels:  jekyll, github-pages

This repository contains shared files for all documentation pages as well as the main website.

Setup for a new repository

git submodule add https://github.com/amphp/amphp.github.io docs/.shared
# copy .gitignore, _config.yml and Gemfile from another repository
# adjust navigation and paths in _config.yml
cd docs
ln -s .shared/asset asset
bundle install --path vendor/bundle
bundle exec jekyll serve

Setup for an existing repository

cd docs
git submodule init
git submodule update
bundle install --path vendor/bundle
bundle exec jekyll serve
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].