All Projects → devilbox → devilbox.org

devilbox / devilbox.org

Licence: other
devilbox website: http://devilbox.org

Projects that are alternatives of or similar to devilbox.org

Pat
PAT OJ exercises in C language 浙江大学PAT纯C语言题解,欢迎改进建议
Stars: ✭ 245 (+231.08%)
Mutual labels:  gh-pages
react-ui-kit-boilerplate
A minimal React UI Kit boilerplate with Storybook, hot reloading, Styled Components, Typescript and Jest
Stars: ✭ 88 (+18.92%)
Mutual labels:  gh-pages
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (+244.59%)
Mutual labels:  gh-pages
dockerfiles
Dockerfiles I use for development
Stars: ✭ 64 (-13.51%)
Mutual labels:  gh-pages
GitHub-Pages-deploy
A GitHub Action to deploy a static site on GitHub Pages.
Stars: ✭ 42 (-43.24%)
Mutual labels:  gh-pages
anitab-org.github.io
AnitaB.org Open Source website has information about our community, including our open source projects, participation in programs, events, and a few contribution guidelines.
Stars: ✭ 141 (+90.54%)
Mutual labels:  gh-pages
React Gh Pages
Deploying a React App (created using create-react-app) to GitHub Pages
Stars: ✭ 2,801 (+3685.14%)
Mutual labels:  gh-pages
sublog
✍ Build a static blog website from GitHub Issues
Stars: ✭ 20 (-72.97%)
Mutual labels:  gh-pages
obsidian-publish-mkdocs
A Template to Publish Obsidian/Foam Notes on Github Pages (uses MkDocs)
Stars: ✭ 219 (+195.95%)
Mutual labels:  gh-pages
facelift
Quick github-pages generator
Stars: ✭ 22 (-70.27%)
Mutual labels:  gh-pages
cpptemplate
A template project (library and executable) for C++ projects with cmake, ctest, vcpkg, circleci, and automated document deploymend via doxygen to gh-pages
Stars: ✭ 30 (-59.46%)
Mutual labels:  gh-pages
community
🌎 REDAXO Community World Map
Stars: ✭ 91 (+22.97%)
Mutual labels:  gh-pages
website
Hack for LA's website
Stars: ✭ 133 (+79.73%)
Mutual labels:  gh-pages
kanjigrid
A web-app displaying the 2200 kanji characters taught in James Heisig's "Remembering the Kanji", 6th edition.
Stars: ✭ 37 (-50%)
Mutual labels:  gh-pages
matjek
Material theme based on Materialize.css for jekyll sites
Stars: ✭ 94 (+27.03%)
Mutual labels:  gh-pages
Gallery shell
📷 Bash Script to generate static responsive image web galleries.
Stars: ✭ 198 (+167.57%)
Mutual labels:  gh-pages
covid-19-visualization
US Covid-19 Visualization. Github pages automatic build.
Stars: ✭ 2 (-97.3%)
Mutual labels:  gh-pages
github-deploy-actions
This action will auto deploy to target branch when it get triggered
Stars: ✭ 24 (-67.57%)
Mutual labels:  gh-pages
food-oasis-la
This is a website with a map of food sources in Los Angeles, and list of resources about food deserts and health, published with Jekyll and GitHub Pages.
Stars: ✭ 24 (-67.57%)
Mutual labels:  gh-pages
home
Personal portfolio site of Faraz Shaikh.
Stars: ✭ 18 (-75.68%)
Mutual labels:  gh-pages

http://devilbox.org

Github repository for the Devilbox website. The source code is located in the gh-pages branch.


The official Devilbox repository is here: https://github.com/cytopia/devilbox


devilbox

How to build locally?

1. Get the sources
# Clone repository
$ git clone -v https://github.com/devilbox/devilbox.org

# Checkout gh-pages branch
$ cd devilbox.org
$ git checkout gh-pages
2. Setup Gemfile
$ vi Gemfile
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
3. Install requirements
$ gem install bundler
$ bundle install

4. Build

$ bundle exec jekyll serve

Reference

https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/

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