All Projects → BYR-Navi → Byr Navi

BYR-Navi / Byr Navi

Licence: mit
A Light-Weight and Configurable Navigation Website Framework (for BYR)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Byr Navi

Nav
🔍 发现导航 , 一个非常强大的静态导航网站(支持SEO)
Stars: ✭ 544 (+55.87%)
Mutual labels:  navigation, website
Gatsby Starter Saas Marketing
☁️ A simple one page marketing site starter for SaaS companies and indie hackers
Stars: ✭ 103 (-70.49%)
Mutual labels:  navigation, website
Webstackpage.github.io
❤️静态响应式网址导航网站 - webstack.cc
Stars: ✭ 3,054 (+775.07%)
Mutual labels:  navigation, website
Uix Kit
A free UI toolkit based on some common libraries for building beautiful responsive website, compatible with Bootstrap v4.
Stars: ✭ 318 (-8.88%)
Mutual labels:  website
Hotels
酒店预订App
Stars: ✭ 323 (-7.45%)
Mutual labels:  navigation
Portal Lite
Multi-platform Personalized Portal: Web, Browser Extension. All components are web apps--users can compose their own Portal freely, and developers can contribute to the Privoce Web App library to easily incorporate their web app to our Portal.
Stars: ✭ 335 (-4.01%)
Mutual labels:  navigation
Csinva.github.io
Slides, paper notes, class notes, blog posts, and research on ML 📉, statistics 📊, and AI 🤖.
Stars: ✭ 342 (-2.01%)
Mutual labels:  website
Grav Plugin Admin
Grav Admin Plugin
Stars: ✭ 316 (-9.46%)
Mutual labels:  website
Nock Nock
🚪 Monitor and validate your websites to maintain maximum uptime.
Stars: ✭ 339 (-2.87%)
Mutual labels:  website
Django Sitetree
Reusable application for Django introducing site tree, menu and breadcrumbs navigation elements.
Stars: ✭ 330 (-5.44%)
Mutual labels:  navigation
Jetpack From Java To Kotlin
本项目专注于提供 Jetpack 核心组件 Java vs Kotlin 1:1 对照示例 —— This project focuses on providing comparative examples of the core components of Jetpack from Java to Kotlin.
Stars: ✭ 330 (-5.44%)
Mutual labels:  navigation
Documentation Html Template
A Sample Documentation Template for Themes, Templates and Plugins
Stars: ✭ 322 (-7.74%)
Mutual labels:  website
Pico
Pico is a stupidly simple, blazing fast, flat file CMS.
Stars: ✭ 3,494 (+901.15%)
Mutual labels:  website
Webjike
小呆导航 - 可自定义的简洁网址导航
Stars: ✭ 319 (-8.6%)
Mutual labels:  website
Tgram
typegram: open source publishing platform
Stars: ✭ 340 (-2.58%)
Mutual labels:  website
Easy Hexo
🤘 Build your own website with Hexo, the easy way. | 轻松使用 Hexo 建站。
Stars: ✭ 314 (-10.03%)
Mutual labels:  website
Android Jetpack Demo
🔥 快速入门Android Jetpack以及相关Kotlin、RxJava、MVVM等主流技术,独立构架App的基础技能
Stars: ✭ 335 (-4.01%)
Mutual labels:  navigation
Pug Starter
Simple pug (jade) starter [framework] enabling faster delivery of HTML & CSS projects to a private server and/or automatic deployment of GitHub pages.
Stars: ✭ 328 (-6.02%)
Mutual labels:  website
Navigasmic
Navigasmic: Semantic navigation for Rails using simple view level or configuration definitions.
Stars: ✭ 327 (-6.3%)
Mutual labels:  navigation
Billcipher
Information Gathering tool for a Website or IP address
Stars: ✭ 332 (-4.87%)
Mutual labels:  website

Build Status Website License Last Commit Donate

BYR-Navi

A Light-Weight and Configurable Navigation Website Framework (for BYR)

📐 Design Philosophy

This project is a Jekyll-powered website, which is built based on Fomantic UI web framework, and deployed previously using GitHub Pages (while currently running on a Linode VPS).

The whole project is designed and built with high flexibility of configuration and customization. You can either configure it by modifying the _config.yml file or customize it by replacing the content of the *.yml files in the _data folder with your own data.

📖 A Tiny Tutorial

There is no easy way for beginners without essential background knowledge. To be efficient, the best way to understand this project is to start with the Jekyll’s docs and Fomantic UI’s docs.

Before you start, you should have some basic understanding of the following:

  • HTML
  • CSS
  • JavaScript
  • jQuery
  • YAML format
  • Liquid (Template Engine)
  • Ruby
  • UNIX/Linux Shell Script

Quick Start

  1. Install a full Ruby development environment.

  2. Install Jekyll and bundler gems.

gem install jekyll bundler
  1. Clone the project from GitHub.
git clone https://github.com/BYR-Navi/BYR-Navi.git
  1. Change into the project directory.
cd BYR-Navi
  1. Install required gems in the Gemfile using Bundler.
bundle install
  1. Build the site and make it available on a local server.
bundle exec jekyll serve
  1. Now browse to http://localhost:4000.

🚧 Deployment

GitHub Pages (Recommended)

Sites on GitHub Pages are powered by Jekyll behind the scenes, so if you’re looking for a zero-hassle, zero-cost solution, GitHub Pages are a great way to host your Jekyll-powered website for free.

Manual Deployment

Jekyll generates your static site to the _site directory by default. You can transfer the contents of this directory to almost any hosting provider to get your site live. Here are some manual ways of achieving this.

♥️ Share the Love

I’ve put a lot of time and effort into making BYR-Navi awesome. If you love it, you can buy me a coffee. Every cup helps! I promise it will be a good investment.

Donate here.

🚀 Powered by

©️ License

MIT License

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