All Projects → Denver-Devs → -old-denver-devs.github.io

Denver-Devs / -old-denver-devs.github.io

Licence: other
Denver developers lil website.

Programming Languages

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

Projects that are alternatives of or similar to -old-denver-devs.github.io

Hanuman
A responsive, lightning-fast Jekyll theme built using AMP (Accelerated Mobile Pages) to speed up your blogs and websites.
Stars: ✭ 100 (+733.33%)
Mutual labels:  github-page
Bga issue blog
Flutter 或 Vue 全家桶(Vue + VueRouter + Vuex + Axios)抓取 GitHub 上的 Issues,结合 GitHub Pages 搭建个人博客站点,支持 GitHub 登录和评论
Stars: ✭ 249 (+1975%)
Mutual labels:  github-page
versions-jekyll
An example site and repo for controlling versions of content in a web site.
Stars: ✭ 18 (+50%)
Mutual labels:  github-page
Openrefine.github.com
Github pages repository for OpenRefine account
Stars: ✭ 111 (+825%)
Mutual labels:  github-page
Leetcode Viewer
用无后台、纯前端的单页应用来分享、呈现你的leetcode源码吧!
Stars: ✭ 212 (+1666.67%)
Mutual labels:  github-page
fluidity
Fluidity - An accordion based startpage
Stars: ✭ 196 (+1533.33%)
Mutual labels:  github-page
Jekyll Rtd Theme
Just another documentation theme compatible with GitHub Pages
Stars: ✭ 92 (+666.67%)
Mutual labels:  github-page
chicio.github.io
👻 Fabrizio Duroni (me 😄) personal website. Created using GatsbyJS, Styled Components, Storybook, Typescript, tsParticles, GitHub pages, Github Actions, Upptime.
Stars: ✭ 20 (+66.67%)
Mutual labels:  github-page
Pat
PAT OJ exercises in C language 浙江大学PAT纯C语言题解,欢迎改进建议
Stars: ✭ 245 (+1941.67%)
Mutual labels:  github-page
apihandyman.io
The apihandyman.io website
Stars: ✭ 14 (+16.67%)
Mutual labels:  github-page
Gatsby Docs Kit
📃Easy to Maintain Markdown/React Documentation Static Websites
Stars: ✭ 117 (+875%)
Mutual labels:  github-page
Godot Ci
Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
Stars: ✭ 168 (+1300%)
Mutual labels:  github-page
hugo-deploy
Easily deploy Hugo sites to Github Pages
Stars: ✭ 11 (-8.33%)
Mutual labels:  github-page
Vblog
使用GitHub API 搭建一个可动态发布文章的博客
Stars: ✭ 1,375 (+11358.33%)
Mutual labels:  github-page
git clones
Git clone all of a user's PUBLIC Github repositories
Stars: ✭ 20 (+66.67%)
Mutual labels:  github-page
Varadbhogayata.github.io
My Portfolio - Personal Website
Stars: ✭ 95 (+691.67%)
Mutual labels:  github-page
vue-d3-template
A template project for using Vue with D3.js (easy serve on github.io)
Stars: ✭ 16 (+33.33%)
Mutual labels:  github-page
developerIdentity
Developers Identity(Portfolio) Template that helps you showcase your work and skills as a software developer.
Stars: ✭ 21 (+75%)
Mutual labels:  github-page
vim-tw.github.io
Vim zh-hant community website
Stars: ✭ 19 (+58.33%)
Mutual labels:  github-page
osmosfeed
Turn GitHub into an RSS reader
Stars: ✭ 839 (+6891.67%)
Mutual labels:  github-page

denver-devs.github.io

Denver developers lil website

This site is built using Jekyll and hosted on GitHub Pages.

Contribute

Setup

You will need Jekyll and the github-pages gems.

Jekyll is the static site generator that builds the content files and templates into HTML files.

gem install jekyll

The github-pages gem maintains a local Jekyll environment that is compatible with GitHub Pages. You may use bundler or gem install directly.

bundle install

or

gem install github-pages

Running the site

Use jekyll to preview the site:

jekyll serve

The site will build into the _site path and be hosted at localhost:4000.

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