Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandymint/brandymint.ru-legacy
BrandyMint website
https://github.com/brandymint/brandymint.ru-legacy
middleman website
Last synced: about 5 hours ago
JSON representation
BrandyMint website
- Host: GitHub
- URL: https://github.com/brandymint/brandymint.ru-legacy
- Owner: BrandyMint
- Created: 2014-01-27T13:29:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-07T23:40:12.000Z (about 3 years ago)
- Last Synced: 2023-05-04T14:11:42.129Z (over 1 year ago)
- Topics: middleman, website
- Language: HTML
- Homepage: http://brandymint.ru/
- Size: 42.8 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brandymint static site
------## Development
Setup development environment
> make setup
Start liveupdate development server
> make start
## Deploy
Build static distribution and deploy to server
> make
---
## 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`
---
## What to do?
- Migrate all data to yml
- Large texts in markdown (use redcarpet)
- Locale switch
- Russian content