yourlabs / blog

MIRROR of the blog from yourlabs.io/oss/blog

Home Page:https://blog.yourlabs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starting yourlabs site locally

git clone git@yourlabs.io:oss/blog
cd blog
hugo serve    # start hugo server on localhost:1313

Text content

Text content is in the content directory, other elements are in layout/_index.(fr|en).html

CSS/JS code

Use the following for development:

npm run watch

Then, prior to commiting changes:

rm -rf static/main.*; git rm -rf static/main.* ; npm run build; git add -f static/main.* layouts/_default/baseof.html

About

MIRROR of the blog from yourlabs.io/oss/blog

https://blog.yourlabs.org

License:MIT License


Languages

Language:HTML 95.8%Language:Sass 2.5%Language:CSS 0.9%Language:JavaScript 0.7%Language:Dockerfile 0.2%