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.
There are a few ways to use mansite:
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
https://github.com/remino/mansite/generate
This requires Homebrew and works on macOS (and possibly Linux) only.
brew tap remino/remino
brew install mansite
mansite new newsite
cd newsite
./mansite
See ./mansite -h
for more information on the command.
- Update
config.rb
anddata/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
, andscript.js
files found insource
.