https://github.com/roneoorg/hugo-theme-remix-netlify-cms-test-deploy-button
https://github.com/roneoorg/hugo-theme-remix-netlify-cms-test-deploy-button
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roneoorg/hugo-theme-remix-netlify-cms-test-deploy-button
- Owner: RoneoOrg
- License: apache-2.0
- Created: 2022-05-04T00:46:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-04T01:13:11.000Z (about 4 years ago)
- Last Synced: 2025-12-27T21:01:10.623Z (6 months ago)
- Language: SCSS
- Size: 18.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kimix
Kimix Website, Hugo + Netlify
## Getting started
### how to develop
1. Install Hugo, `brew install hugo`
2. git clone this repo, `git clone https://github.com/OhBonsai/kimix.git`
3. start dev server, `cd kimix && hugo server -D`
### code tree
```
├─assets // CSS folder. coding here
├─content // Data
│ ├─news
│ └─products
├─data // Website Meta Data. Using $site.data in template
├─layouts // Html folder. coding here
│ ├─news
│ ├─partials
│ └─_default
├─resources // Auto gen. Ignore it
│ └─_gen
│ ├─assets
│ │ └─scss
│ └─images
└─static
├─admin
├─files
└─media
```