Skip to content

archetypes/website-jekyll

Repository files navigation

To use the archetype,

# Choose a project name
read -p "Project name: " PROJECT
# Clone this template
git clone https://github.com/archetypes/website-jekyll.git "$PROJECT" --origin archetype
cd "$PROJECT"
# Set the project properties (edit properties.yaml)
${EDITOR:=nano} properties.yaml
# Initialize the template
./init.rb

Reference

About

Archetype for a website using jekyll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages