8000 GitHub - remino/mansite: Plain and simple Middleman site template
[go: up one dir, main page]

Skip to content

remino/mansite

Repository files navigation

mansite

By Rémino Rem https://remino.net/

Plain and simple Middleman site template.

Also good for a quick-and-dirty sandbox static site similar to using CodePen.

Based on the same idea as jeksite using Jekyll.

Usage

There are a few ways to use mansite:

Clone this repo locally and use it as a template

git clone https://github.com/remino/mansite.git newsite
cd newsite
asdf install # if you use asdf
bundle install
git remote set-url origin <url of your repo> # if you want to push to a new repo
./mansite # serve site u
8000
sing jekyll

Use this repo as a template on GitHub

https://github.com/remino/mansite/generate

Install using Homebrew and generate a new site

This requires Homebrew and works on macOS (and possibly Linux) only.

brew tap remino/remino
brew install mansite
mansite new newsite
cd newsite
./mansite

Help

See ./mansite -h for more information on the command.

To Do

  • Update config.rb and data/site.yml to your liking.
  • Update README.md by first deleting its content.
  • Update or remove LICENSE.txt if needed. (ISC licence by default.)
  • Delete content of index.html, style.css, and script.js files found in source.

About

Plain and simple Middleman site template

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  
0