Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandymint/middleman-brandymint-template
Шаблон для CoffeeScript приложений
https://github.com/brandymint/middleman-brandymint-template
Last synced: about 6 hours ago
JSON representation
Шаблон для CoffeeScript приложений
- Host: GitHub
- URL: https://github.com/brandymint/middleman-brandymint-template
- Owner: BrandyMint
- Created: 2013-11-25T14:18:19.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2013-11-26T06:53:14.000Z (almost 11 years ago)
- Last Synced: 2023-03-10T22:28:55.673Z (over 1 year ago)
- Language: CSS
- Homepage: brandymint.ru
- Size: 3.82 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brandymint static site
------## Development
`bundle install` first.
`bundle exec middleman` starts a server on `0.0.0.0:4567` (liveupdate included).
`bundle exec middleman build --verbose` builds a static site in `build` folder.
---
## Data and content
`models` folder contains models.
Data is stored in `data` folder in .yml files — *in process*
Access data in templates with `= data.yml_file.key...` objects, like `= data.projects.first.title`
## Deploy
`cap deploy`
Работает авто-деплой из jenkins-а
---
## What to do?
- Migrate all data to yml
- Large texts in markdown (use redcarpet)
- Locale switch
- Russian content