OhBonsai / kimix

Kimix Website, Hugo + Netlify

Home Page:https://jovial-lamarr-08cb8d.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Kimix Website, Hugo + Netlify

https://jovial-lamarr-08cb8d.netlify.app/

License:Apache License 2.0


Languages

Language:SCSS 51.5%Language:HTML 37.8%Language:JavaScript 10.7%