Simple static website for Kairoscope using Hexo.

James Peret 943347b3c3 Scaffolds, placeholder content and basic layout 2 anos atrás
scaffolds 943347b3c3 Scaffolds, placeholder content and basic layout 2 anos atrás
source 943347b3c3 Scaffolds, placeholder content and basic layout 2 anos atrás
themes 943347b3c3 Scaffolds, placeholder content and basic layout 2 anos atrás
.gitignore 943347b3c3 Scaffolds, placeholder content and basic layout 2 anos atrás
_config.landscape.yml 943347b3c3 Scaffolds, placeholder content and basic layout 2 anos atrás
_config.yml 943347b3c3 Scaffolds, placeholder content and basic layout 2 anos atrás
package-lock.json 943347b3c3 Scaffolds, placeholder content and basic layout 2 anos atrás
package.json 943347b3c3 Scaffolds, placeholder content and basic layout 2 anos atrás
readme.md 943347b3c3 Scaffolds, placeholder content and basic layout 2 anos atrás

readme.md

Kairoscope Website 2021

New website for Kairoscope.net to substitute the old kairoscope-landing-page project.

This website is build with hexo and deployed as a static files.

Commands

# Start a development server
hexo server
# Build files to /dist folder
hexo build
# Deploy build files (not implemented)
hexo deploy