https://github.com/dbt4u/stillas

Stillas - Scaffold for new projects.

https://github.com/dbt4u/stillas

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.2%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Stillas - Scaffold for new projects.

Basic Info
  • Host: GitHub
  • Owner: dbt4u
  • License: mit
  • Language: Shell
  • Default Branch: master
  • Homepage:
  • Size: 6.84 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 8 years ago · Last pushed over 8 years ago
Metadata Files
Readme License

readme.md

Stillas

Scaffold for new projects (macOS or Linux).


Install & run

Setup:

bash npm run setup && cd site

Run (with live reload):

bash .././hugo server --theme="basic-theme" -D

After, go to themes/basic-theme and then.

Stylus/CSS

Tasks (npm scripts)

Lint:

bash npm run css-lint

Compile to CSS:

bash npm run css-compile

All (lint and compile):

bash npm run css

Watch:

bash npm run css-watch

JavaScript

Includes: Babel, Vue.js and Browserify.

Tasks

Lint:

bash npm run js-lint

Compile:

bash ENV=[development or production] npm run js-compile

All (lint and compile):

bash ENV=[development or production] npm run js

Watch (default: ENV=development):

bash npm run js-watch

Watch Stylus and JavaScript

bash npm run watch

Build to production

Compile all:

bash npm run css && ENV=production npm run js

Build to site/public folder:

Don't forget to change the option baseURL into site/config.toml to "" or to your own host URL.

bash .././hugo --theme="basic-theme"

Then host it.


License

The MIT License (MIT)

Copyright (c) 2017 marcker

Owner

  • Name: Detlef Burkhardt
  • Login: dbt4u
  • Kind: user

Find my RL-Avatar:

GitHub Events

Total
Last Year