All Projects → remarkablemark → remarkablemark.github.io

remarkablemark / remarkablemark.github.io

Licence: other
🎩 Site of @remarkablemark.

Programming Languages

SCSS
7915 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language

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

free-security-resources
安全总是无处不在...
Stars: ✭ 69 (+228.57%)
Mutual labels:  site
svelte3-translation-ru
Russian translation of the official Svelte resources
Stars: ✭ 49 (+133.33%)
Mutual labels:  site
savva3
Сайт Алексея Савватеева
Stars: ✭ 29 (+38.1%)
Mutual labels:  site
muleify
Muleify - Static Site Generator | Website Bundler | Asset Compiler | Templating | Preproccessor
Stars: ✭ 16 (-23.81%)
Mutual labels:  site
vagas
💼 É dev? É devops? É bom? Quer mexer com muita tecnologia e desafios? Vem pro match!
Stars: ✭ 21 (+0%)
Mutual labels:  site
vite-plugin-sloth
Fresh take on static site generation, using HTML-first approach to build website. Powered by ⚡️ Vite
Stars: ✭ 39 (+85.71%)
Mutual labels:  site
site-monitor
监控网站的可访问性的监控系统
Stars: ✭ 48 (+128.57%)
Mutual labels:  site
site
Site da Curso-R
Stars: ✭ 20 (-4.76%)
Mutual labels:  site
SpeedTest-php
a speedtest php site
Stars: ✭ 28 (+33.33%)
Mutual labels:  site
Google-Maps-API-with-PHP-MySQL
A Snippet of code to help you in Google Maps API. In this Script PHP Array and MySQL is used to store Latitude and Longitude. This script is made for those who needs a Map with Multiple Markers which changes it's Position Dynamically. In other words, This is made for people who need t a Map solution for Uber Like Application
Stars: ✭ 50 (+138.1%)
Mutual labels:  site
django-redirects
↪️ ✅ redirects as they should be, with full control.
Stars: ✭ 32 (+52.38%)
Mutual labels:  site
assemble-core
The core assemble application with no presets or defaults. All configuration is left to the implementor.
Stars: ✭ 17 (-19.05%)
Mutual labels:  site
sphinx-gradle-plugin
Sphinx site generation plugin for Gradle
Stars: ✭ 19 (-9.52%)
Mutual labels:  site
oxdork
Google dorking tool
Stars: ✭ 115 (+447.62%)
Mutual labels:  site
Ant Design Landing
🚵 Landing Pages of Ant Design System
Stars: ✭ 4,425 (+20971.43%)
Mutual labels:  site
bowman
A simple static site generator with an integrated toolchain for efficient development and delivery.
Stars: ✭ 17 (-19.05%)
Mutual labels:  site
hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (+176.19%)
Mutual labels:  site
website-www.codeuino.org
www.codeuino.org/
Stars: ✭ 35 (+66.67%)
Mutual labels:  site
defcon-russia.github.io
DEFCON-RUSSIA WEB
Stars: ✭ 12 (-42.86%)
Mutual labels:  site
jekyll-deploy-action
🪂 A Github Action to deploy the Jekyll site conveniently for GitHub Pages.
Stars: ✭ 162 (+671.43%)
Mutual labels:  site

remarkablemark.org

build GitHub last commit GitHub commit activity Discord

Site of remarkablemark. Built with Jekyll and hosted on GitHub Pages.

Please support this site and join the Discord!

Prerequisites

Ruby 2.7.4:

ruby --version

If your version is behind, you can install ruby with rbenv or RVM.

rbenv

Install and set up rbenv on macOS:

brew install rbenv
rbenv init

Reload or open a new shell:

curl -fsSL https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-installer | bash
rbenv install
rbenv local

Bundler:

gem install bundler
bundler --version

Update bundler:

bundle update --bundler

Install

Clone the repository:

git clone --recursive https://github.com/remarkablemark/remarkablemark.github.io.git
cd remarkablemark.github.io

If you forgot to clone the git submodule:

git submodule update --init --recursive

To switch the git submodule remote URL from HTTPS to SSH:

cd assets
git remote set-url origin [email protected]:remarkablemark/assets.git

Install the dependencies:

bundle install

Update

Update the dependencies:

git checkout master
git pull
bundle update

Run

Development Server

bundle exec jekyll serve --livereload # --incremental --limit_posts 1

The server will be running at http://127.0.0.1:4000/:

open http://127.0.0.1:4000/

To stop the server, press CTRL-C.

Production Build

bundle exec jekyll build

The site will be generated at ./_site/.

Testing

Use HTMLProofer to validate HTML output (see post):

bundle exec jekyll build
bundle exec htmlproofer --http-status-ignore '0,301,400,401,429,999' ./_site/

Support

License

Copyright © Menglin "Mark" Xu.

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