An open API service indexing awesome lists of open source software.

https://github.com/fdocr/middleman-gh-test


https://github.com/fdocr/middleman-gh-test

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

          

## CodeLand!

This is a [Middleman](https://middlemanapp.com/) staticly-generated site. It is Ruby based with `erb` syntax and conventions familiar to Ruby on Rails developers.

### Getting Started

```bash
git clone git@github.com:code-newbies/codeland.git
cd codeland
```

```ruby
# Install the Middleman Ruby gem (You may need to install Ruby other environment prerequisites)
gem install middleman

# Initialize middleman, just needs to be run once.
middleman init

# Start middleman server.
middleman server

# Compile source files to build files (Optional for contribution purposes)
middleman build
```

For more info, visit the [Middleman docs](https://middlemanapp.com/basics/install/)

### Where to find stuff

All files to modify are located in the `source` directory. These are the basis for the generated files which live in the project root.

Within the source directory are various pages, partials, and assets which are compiled to their static production versions.

## License
This repo uses the MIT license.

All uses of the CodeLand logo, DEV logo, related imagery, brand slogans, iconography, and the like, may only be used with express permission from Dev Community Inc. ("DEV"). DEV reserves all rights, even if certain assets are included in DEV open source projects. Please contact yo@dev.to with any questions or to request permission.