Skip to content

lendlsmith/eleventy-cirrus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cirrus * Eleventy Static Site

We have built an modern static theme using the Eleventy framework which is a simpler static site generator using Cirrus, the most advanced responsive front-end framework in the world.

Click to check out our demo

Features

  • Built using Cirrus & Eleventy
  • Comes with a number of Custom Pages & Templates such as Blog, Photo Gallery and much more to kickstart your site

This project comes with a number of useful pages and a prebuilt content structures that will save you a tonne of work.

Getting Started

To get started the following dependencies need to be installed on your machine

Now we need to install Cookiecutter

$ pip install cookiecutter

Download our Foundation Static Theme with Git

$ cookiecutter https://github.com/lendlsmith/eleventy-cirrus.git

The terminal will prompt you to give your project a name. The template will be downloaded into a folder with this name

project_name: Static Project
project_slug: static_project
host_name : static.chrisdev.com

Then open the project folder and install dependencies

$ cd static_project/
$ npm i

Finally build your project

$ ELEVENTY_ENV=development npm run watch

You can access your site at https://localhost:8080.

Creating Repo

Create a git repo and push it there

$ git init
$ git add .
$ git commit -m "My First Commit"
$ git remote add origin [email protected]:username/my_site.git
$ git push -u origin master

Contributing

Contributions are always welcome to improve this project. If you think you've found a bug or are interested in contributing fork this project and send the pull request. After review, your pull request will be merged. We are always happy to receive pull requests.

Please open all issues with this template on the main repo.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published